wtt
6 天以前 44095eec404a9a1e0a45f0b8daeee1b5b1c2b017
pages/weiwaigxIn/Cj_StationEntrustInBill.vue
@@ -380,7 +380,7 @@
               HSEQNumber:0,
               // HICMOInterID:'',
               // HICMOQty:'',
               // HProcExchHinteID:'',
               HProcExchHinteID:0,
               // HPlanQty:'',
               // HPieceQty:'',
               // HTaxRate:'',
@@ -1087,6 +1087,11 @@
                              })
                           },1000)
                        }else{
                           //自动审核
                           //this.check()
                           if(res.data.Verify=="Y"){
                              this.check()
                           }else{
                           uni.showModal({
                               title: '提示',
                               content: res.data.Message + '。是否继续新增?(点击取消返回上级页面)',
@@ -1104,6 +1109,8 @@
                                   }
                               }
                           });
                           }
                        }
                        }else{
                        uni.showToast({
@@ -1130,18 +1137,16 @@
               dataType:"json",
               data:{ 
                  CurUserName: uni.getStorageSync('HUserName'),
                  HInterID: this.linterid,
                  HInterID: this.hform.HInterID,
               },
                success: (res) => {
                    console.log(1,res);
                  uni.hideLoading()
                  if(res.data.count == 1){
                     this.btnType = 3
                     let pages = getCurrentPages();
                     let prePage = pages[pages.length - 2];
                     prePage.$vm.getList()
                     uni.showModal({
                         title: '操作成功',
                         title: '审核成功',
                         content: '是否继续停留在当前页面?‘是’可进行反审核,‘否’则回到上一级列表',
                        confirmText:'是',
                        cancelText:'否',
@@ -1164,7 +1169,7 @@
               fail: (res) => {
                  console.log(res);
                  uni.showToast({
                     title:'接口请求失败',
                     title:'审核失败接口请求失败',
                     icon:'none'
                  })
               },
@@ -1184,12 +1189,10 @@
                    console.log(1,res);
                  uni.hideLoading()
                  if(res.data.count == 1){
                     let pages = getCurrentPages();
                     let prePage = pages[pages.length - 2];
                     prePage.$vm.getList()
                     this.btnType = 2
                     uni.showModal({
                         title: '操作成功',
                         title: '自动审核成功',
                         content: '是否继续停留在当前页面?‘是’可进行审核,‘否’则回到上一级列表',
                        confirmText:'是',
                        cancelText:'否',