wanshenmean
2025-04-10 102502a8dfeeee728db99758c4443b7824bbe232
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/Õý¼«½ÐÁÏ.vue
@@ -152,12 +152,11 @@
               return;
            }
            let formDataParam = {
               DTaskId: this.generateUUID(),
               ProductCode: productCode,
               OrderNo: orderNo,
               Number: availableQuantity > 4 ? 4 : availableQuantity,
               InputValue: inputValue,
               TaskType: "正极"
               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();