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',