#
whycq
2023-11-16 8209a821647be20fa4d6b14723f3939238258c6e
pages/business/goBusiness/reimburseOnlineDetl.vue
@@ -141,7 +141,7 @@
         </view>
      </view>
      
      <view style="height: 70rpx;">
      <view style="height: 100rpx;">
         
      </view>
@@ -247,6 +247,30 @@
         
      },
      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({
@@ -276,8 +300,16 @@
            })
         },
         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() {