| | |
| | | </el-table-column> |
| | | <el-table-column prop="num" label="数量" fixed align="center" min-width="100px"> </el-table-column> |
| | | <el-table-column prop="strObjType" label="消费类型" align="center" min-width="100px"></el-table-column> |
| | | <el-table-column prop="content" label="消费内容" align="center" min-width="150px" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="orderCode" label="关联订单" align="center" min-width="150px"></el-table-column> |
| | | <el-table-column prop="remark" label="备注" align="center" min-width="200px"></el-table-column> |
| | | <el-table-column prop="createDate" label="变动时间" align="center" min-width="200px"></el-table-column> |
| | |
| | | this.info =res || this.info |
| | | }) |
| | | }, |
| | | loadInfo(){ |
| | | this.handlePageChange() |
| | | this.$emit('success') |
| | | }, |
| | | showChangeRecord () { |
| | | if (this.info) { |
| | | this.$refs.OperaChangeShopRecordWindow.open('客户经销商变更记录', this.info) |
| | |
| | | }, |
| | | changeIntegral () { |
| | | if (this.info) { |
| | | this.$refs.OperaChangeIntegralWindow.open('客户积分调整', this.info) |
| | | this.$refs.OperaChangeIntegralWindow.open('客户积分调整', this.info, 0) |
| | | } |
| | | }, |
| | | open (title, goods) { |