1
wankeda
2025-04-10 1ec6d01db71d46316aea36d864a2aabecaba7ee2
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/Õý¼«½ÐÁÏ.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();