| | |
| | | <el-form-item label="中奖人名称" prop="yhmc" > |
| | | <el-input v-model="form.yhmc" placeholder="中奖人名称"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="输入活动名称/编码" prop="hdmcbm" > |
| | | <el-input v-model="form.hdmcbm" placeholder="输入活动名称/编码"></el-input> |
| | | </el-form-item> |
| | | <el-button type="primary" @click="searchFormSignReceive" >搜索</el-button> |
| | | <el-button @click="resetFormSignReceive('form')">重置</el-button> |
| | | </el-form> |
| | |
| | | // 条件查询 |
| | | form:{ |
| | | yhmc:'', |
| | | hdmcbm:'', |
| | | order:'', |
| | | sort:'' |
| | | }, |
| | |
| | | jumpTologistics(row){ |
| | | layer.full(layer.open({ |
| | | type: 2, |
| | | title: "核销", |
| | | title: "发货", |
| | | maxmin: true, |
| | | area: [MUI.SIZE_L, '500px'], |
| | | content : [ basePath + '/admin/redirect/activity/activity-sign-logistics-info?writeoffId=' + row.id] |
| | |
| | | let _this = this; |
| | | return { |
| | | zjzxm:_this.form.yhmc, |
| | | hdmcbm:_this.form.hdmcbm, |
| | | order:_this.form.order, |
| | | sort:_this.form.sort, |
| | | } |