whycq
2024-04-17 16b692b3ea44779cd15f730b5376ef12b39a9e13
pages/phyz/checkLocDetl/locDetlList.vue
@@ -60,7 +60,9 @@
            count: '',
            index: 0,
            locNo: '',
            barcode: ''
            barcode: '',
            orderNo: '',
            threeCode: ''
         }
      },
      onShow() {
@@ -179,6 +181,14 @@
               success(res) {
                  res = res.data
                  console.log(res);
                  if (res.code == 200) {
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               }
            })
         },