| | |
| | | </head> |
| | | <body> |
| | | <div class="panel-body" id="app"> |
| | | <el-row style="display:flex;align-items: center;"> |
| | | <el-form ref="form" :model="form" inline > |
| | | <el-form-item prop="nickName"> |
| | | <el-input v-model="form.nickName" placeholder="请输入会员姓名"></el-input> |
| | | </el-form-item> |
| | | <el-row style="display:flex;align-items: center;text-align: right;"> |
| | | <el-col> |
| | | <el-form ref="form" :model="form" inline > |
| | | <el-form-item prop="nickName"> |
| | | <el-input v-model="form.nickName" placeholder="请输入会员姓名"></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-button type="primary" @click="search" >搜索</el-button> |
| | | <el-button @click="resetForm('form')">重置</el-button> |
| | | </el-form> |
| | | <el-button type="primary" @click="search" >搜索</el-button> |
| | | <el-button @click="resetForm('form')">重置</el-button> |
| | | </el-form> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row class="table-style" > |
| | | <el-row class="table-style" style="margin-left: 50px;"> |
| | | <el-table id="proj" :data="table.rows" :height="height" stripe @sort-change="sortChange"> |
| | | <el-table-column |
| | | label="会员"> |
| | |
| | | addSaleManApply(row){ |
| | | let _this = this; |
| | | let userId = row.userId; |
| | | let openId = row.openId; |
| | | let gradeId = row.proJbruserValue; |
| | | alert(gradeId); |
| | | let obj = { |
| | | userId: userId, |
| | | openId: openId, |
| | | gradeId: gradeId, |
| | | } |
| | | AjaxProxy.requst({ |