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 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 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 518767d..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"
@@ -21,7 +21,7 @@
           </el-row>
         </el-alert>
       </div>
-      <div style="margin-top:10px;width:400px">
+      <!-- <div style="margin-top:10px;width:400px">
         <el-form ref="form" :model="form" label-width="90px">
           <el-form-item label="鍑哄簱鍖哄煙" prop="areaId">
             <el-select v-model="form.areaId" placeholder="璇烽�夋嫨鍑哄簱鍖哄煙">
@@ -31,7 +31,7 @@
             </el-select>
           </el-form-item>
         </el-form>
-      </div>
+      </div> -->
       <div class="box-table" style="margin-top: 1%">
         <el-table ref="singleTable" :data="tableData" style="width: 100%; height: 800px" highlight-current-row
           @row-click="handleRowClick" height="500px" @selection-change="handleSelectionChange">
@@ -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