| | |
| | | </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> |
| | |
| | | export default { |
| | | name: 'OperaShopGoodsWindow', |
| | | extends: BaseTable, |
| | | components: { GlobalWindow, TableLayout, Pagination, OperaChangeShopRecordWindow,OperaChangeIntegralWindow }, |
| | | components: { GlobalWindow, TableLayout, Pagination, OperaChangeShopRecordWindow, OperaChangeIntegralWindow }, |
| | | data () { |
| | | return { |
| | | title: '', |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | successBiz(){ |
| | | successBiz () { |
| | | this.handlePageChange() |
| | | this.loadInfo() |
| | | this.$emit('success') |
| | | }, |
| | | loadInfo(){ |
| | | loadInfo () { |
| | | detail(this.info.id).then(res => { |
| | | this.info =res || this.info |
| | | this.info = res || this.info |
| | | }) |
| | | }, |
| | | loadInfo(){ |
| | | this.handlePageChange() |
| | | this.$emit('success') |
| | | }, |
| | | showChangeRecord () { |
| | | if (this.info) { |
| | |
| | | }, |
| | | changeIntegral () { |
| | | if (this.info) { |
| | | this.$refs.OperaChangeIntegralWindow.open('客户积分调整', this.info) |
| | | this.$refs.OperaChangeIntegralWindow.open('客户积分调整', this.info, 0) |
| | | } |
| | | }, |
| | | open (title, goods) { |