| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view style="height: 70rpx;"> |
| | | <view style="height: 100rpx;"> |
| | | |
| | | </view> |
| | | |
| | |
| | | |
| | | }, |
| | | methods: { |
| | | // 审批 |
| | | submit() { |
| | | let _this = this,param = {planld: 13} |
| | | |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/reimburseOnline/approval2/auth`, |
| | | header: { |
| | | 'token': uni.getStorageSync('token'), |
| | | 'content-type': 'application/x-www-form-urlencoded;charset=UTF-8' |
| | | }, |
| | | method: 'POST', |
| | | sslVerify: false, |
| | | data: { planId: 13 }, |
| | | success(res) { |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | |
| | | } else if (res.code === 500) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | } |
| | | } |
| | | }) |
| | | |
| | | }, |
| | | getSetps(id) { |
| | | let _this = this |
| | | uni.request({ |
| | |
| | | }) |
| | | }, |
| | | modiReimburse() { |
| | | let _this = this |
| | | _this.list[0]['detl'] = _this.onlineDetl |
| | | uni.navigateTo({ |
| | | url: '/pages/business/goBusiness/modiReimburseOnlineDetl' |
| | | url: '/pages/business/goBusiness/modiReimburseOnlineDetl', |
| | | success: function(res) { |
| | | res.eventChannel.emit('reimburseOnlineDetl', { |
| | | data: 'modi', |
| | | detl: {list: _this.list[0]} |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | back() { |