| | |
| | | </view> |
| | | </uni-popup> |
| | | </view> |
| | | <view style="height: 50rpx;"></view> |
| | | <view style="height: 10rpx;"></view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | }, |
| | | open() { |
| | | this.show = true |
| | | console.log(this.columns); |
| | | }, |
| | | add() { |
| | | let _this = this |
| | |
| | | if (res.data) { |
| | | _this.csmtrs = res.data |
| | | } |
| | | console.log(res); |
| | | } |
| | | }) |
| | | this.$refs.inputDialog.open() |
| | |
| | | method: 'POST', |
| | | header: {'token' : uni.getStorageSync('token'),}, |
| | | }).then((res)=>{ |
| | | console.log(res); |
| | | }) |
| | | }, |
| | | back() { |
| | |
| | | }, |
| | | getDetails(id) { |
| | | uni.navigateTo({ |
| | | url: '/pages/business/cstmr/cstmrDetails?id=' + id |
| | | url: `/pages/business/cstmr/cstmrDetails?id=${id}&type=info` |
| | | }) |
| | | }, |
| | | // --- |