From 1ec6d01db71d46316aea36d864a2aabecaba7ee2 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期四, 10 四月 2025 10:58:04 +0800 Subject: [PATCH] 1 --- 代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/正极叫料.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 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 1c7fc0a..6485579 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" @@ -98,7 +98,7 @@ size: this.size }; // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛 - this.$u.post('/api/PDA/AGVPage', null).then(res => { + this.$u.post(' http://192.168.30.240:9090/makerwit/selectKHWareType', null).then(res => { console.log(res); this.$t.message.closeLoading(); cb && cb(); @@ -141,19 +141,19 @@ return; } let formDataParam = { - DTaskId: this.generateUUID(), - ProductCode: productCode, - OrderNo: orderNo, - Number: availableQuantity > 4 ? 4 : availableQuantity, - InputValue: inputValue, + dTaskId: this.generateUUID(), + productCode: productCode, + orderNo: orderNo, + number: availableQuantity > 4 ? 4 : availableQuantity, + inputValue: inputValue, // ...鍏朵粬闇�瑕佷紶閫掔殑鍙傛暟 }; this.$u.post('/api/PDA/AddCZTask', formDataParam).then(res => { if (res.status) { // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛 - this.$u.post('/api/PDA/insertTask', formDataParam).then(res => { + this.$u.post('http://192.168.30.240:9090/makerwit/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