whycq
2024-10-18 2b5bf2b63f6b8718a396f16f02c682f635744425
pages/phyz/processOrder/orderCheck.vue
@@ -165,16 +165,16 @@
         },
         combConfirm(item) {
            let _this = this
            _this.combDis = true
            if (_this.data.anfme == 0) {
            if (item.anfme == 0) {
               uni.showToast({ title: '出库数量不能为0!', icon: "error", position: 'top'})
               return
            }
            _this.combDis = true
            uni.showLoading({})
            let combList = []
            combList.push(item)
            uni.request({
               url: `${_this.baseUrl}/out/pakout/auth`,
               url: `${_this.baseUrl}/process/out/pakout/auth`,
               header: {'token': uni.getStorageSync('token')},
               data: combList,
               method: 'POST',