zrg
2026-01-21 e8d4cc42b3ce74a818705aab13c2131d81a5ed6b
pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill.vue
@@ -268,7 +268,7 @@
         let {
            operationType
         } = e
         if (operationType == 0) {
         if (operationType == 0 || operationType == 1) {
            this.getMaxNum()
            this.refSav = 'Add'
         } else {
@@ -708,10 +708,23 @@
                     Message
                  } = res.data
                  if (count == 1) {
                     return uni.showToast({
                        icon: 'none',
                        title: "提交成功!"
                     })
                     uni.showModal({
                         title: '提示',
                         content: res.data.Message + '。是否继续新增?',
                         success: (res) => {
                             if (res.confirm) {
                                 console.log('用户点击确定');
                                 uni.redirectTo({
                                     url: '/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill?operationType=1'
                                 })
                             } else if (res.cancel) {
                                 console.log('用户点击取消');
                                 setTimeout(() => {
                                    uni.navigateBack();
                                 }, 50)
                             }
                         }
                     });
                  } else {
                     return uni.showToast({
                        icon: 'none',
@@ -723,7 +736,7 @@
         },
         onAddNewHandler() {
            uni.redirectTo({
               url: "/pages/quyangdan/TakeSampleCheckBillList?operationType=0"
               url: "/pages/ZLGL/QuYangHuangYang/QC_TakeSampleCheckBill/QC_TakeSampleCheckBill?operationType=1"
            })
         },
         goBack() {