From 102502a8dfeeee728db99758c4443b7824bbe232 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期四, 10 四月 2025 14:54:15 +0800 Subject: [PATCH] 合并 --- 代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/正极叫料.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\346\255\243\346\236\201\345\217\253\346\226\231.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\346\255\243\346\236\201\345\217\253\346\226\231.vue" index c21e3f5..4dcadc0 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\346\255\243\346\236\201\345\217\253\346\226\231.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\346\255\243\346\236\201\345\217\253\346\226\231.vue" @@ -152,12 +152,11 @@ return; } let formDataParam = { - DTaskId: this.generateUUID(), - ProductCode: productCode, - OrderNo: orderNo, - Number: availableQuantity > 4 ? 4 : availableQuantity, - InputValue: inputValue, - TaskType: "姝f瀬" + dTaskId: this.generateUUID(), + productCode: productCode, + orderNo: orderNo, + number: availableQuantity > 4 ? 4 : availableQuantity, + inputValue: inputValue, // ...鍏朵粬闇�瑕佷紶閫掔殑鍙傛暟 }; this.$u.post('/api/PDA/AddCZTask', formDataParam).then(res => { @@ -166,7 +165,7 @@ // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛 this.$u.post(value.CZZJip + '/api/PDA/insertTask', formDataParam).then(res => { this.$t.message.closeLoading(); - if (res.status) { + if (res.code == 200) { this.$t.message.toast('鍛煎彨鎴愬姛'); this.$refs.popup.close(); // this.submit(); -- Gitblit v1.9.3