From 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期五, 21 十一月 2025 16:18:21 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue"
index 5dfb499..1ad3631 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionStockSelect.vue"
@@ -81,7 +81,7 @@
           title: "鐗╂枡鍚嶇О",
           type: "string",
           width: 150,
-          
+
         },
         {
           prop: "palletCode",
@@ -102,7 +102,7 @@
         },
       ],
       selection: [],
-      ids:[],
+      ids: [],
       selectionSum: 0,
       selectionClass: "less-style",
       originalQuantity: 0,
@@ -130,7 +130,7 @@
       }
       this.ids.push(this.row.id);
       var param = {
-        "orderIds":this.ids,
+        "orderIds": this.ids,
         "stockViews": this.selection,
         "AreaId": this.form.areaId,
       }
@@ -138,7 +138,7 @@
         .post(
           "api/ProductionOutboundOrder/GeneratetProductOutboundTask",
           param,
-          "鏁版嵁澶勭悊涓�"
+          "鏁版嵁澶勭悊涓�..."
         )
         .then((x) => {
           if (!x.status) return this.$message.error(x.message);
@@ -151,12 +151,12 @@
     },
     getData() {
       var param = {
-        "materielCode":this.row.materielCode,
+        "materielCode": this.row.materielCode,
         "materielName": this.row.materielName,
         "demandClassification": this.row.demandClassification,
       }
       this.http
-        .post("api/StockInfo/GetStockSelectViews",param,"鏌ヨ涓�").then((x) => {
+        .post("api/StockInfo/GetStockSelectViews", param, "鏌ヨ涓�...").then((x) => {
           this.tableData = x;
         });
     },

--
Gitblit v1.9.3