wtt
2025-08-06 95f9eb6f3aae5fc2e32e3843dca3014fefdfb8f1
pages/weiwaigxOut/form.vue
@@ -458,7 +458,7 @@
               HGroupName: '',
               HGroupID: 0,
               HDept: '',
               HDeptID: '',
               HDeptID: 0,
               HMaker: '',
               HMakeDate: '',
@@ -874,8 +874,8 @@
                  console.log(1, res.data.data[0]);
                  if (res.data.code == 1) {
                     var data = res.data.data[0]
                     this.getHBarCodeData(data.HBarCode)
                     this.getHProcNoData(data.HBarCode, data.HProcNo)
                     this.getHBarCodeData(data.HBarCode,1)
                     // this.getHProcNoData(data.HBarCode, data.HProcNo)
                     this.hform.HInterID = data.HInterID
                     this.hform.HBillNo = data.HBillNo
@@ -1110,10 +1110,13 @@
                        // let prePage = pages[pages.length - 2]; 
                        // prePage.$vm.getList()
                        if (this.isEdit) {
                           uni.showToast({
                               title: '修改成功',
                               icon: 'none'
                           })
                           setTimeout(() => {
                              uni.redirectTo({
                                 url: '/pages/weiwaigxOut/form?linterid=' + this
                                    .linterid + '&HBillNo=' + this.linterid
                                 url: '/pages/weiwaigxOut/table'
                              })
                           }, 1000)
                        } else {