From 2f44c917d4cb10ffd6e79096c1e15a3d8748c413 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 04 八月 2025 19:22:04 +0800
Subject: [PATCH] no message

---
 zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue |   55 +++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue b/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
index 6cc1d8a..204272d 100644
--- a/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
+++ b/zy-asrs-admin/src/components/orderOut/orderOutWavePreview/index.vue
@@ -61,6 +61,16 @@
             return customColSpanProps(index)
         },
     },
+    {
+        title: '搴撲綅绫诲瀷',
+        dataIndex: 'type',
+        width: 110,
+        ellipsis: true,
+        ...getColumnSearchProps('type'),
+        customCell: (_, index) => {
+            return customColSpanProps(index)
+        },
+    }
 ];
 
 const state = reactive({
@@ -102,11 +112,10 @@
         tmp.push({
             title: formatMessage('db.man_order_detl.anfme', '鏁伴噺'),
             dataIndex: 'anfme',
-            width: 140,
+            width: 60,
             ellipsis: true,
             fixed: 'right',
         })
-
         tmp.push({
             title: formatMessage('db.man_order_detl.locNo', '鍑哄簱搴撲綅'),
             dataIndex: 'locNo',
@@ -165,6 +174,12 @@
         list: tableData.value
     };
 
+    //let locs = tableData.value.filter(item => item.locId == null && item.locs.length < 1);
+    //if (locs != null && locs.length > 0) {
+    //    message.error("鐗╂枡搴撳瓨涓嶈冻锛屾棤娉曠敓鎴愬嚭搴撲换鍔� 锛侊紒");
+    //    return
+   // }
+
     post('/api/out/orderOut/merge/wave', requestParam).then((resp) => {
         let result = resp.data;
         if (result.code == 200) {
@@ -212,6 +227,8 @@
                     dataTmp.locNo = null;
                     dataTmp.locDetlId = null;
                     dataTmp.anfme = item.anfme;
+                    dataTmp.typeId = item.typeId;
+                    dataTmp.workQty = item.workQty;
                     dataTmp.key = idx;
                     dataTmp.operationPort = defaultOperationPort;
 
@@ -232,6 +249,8 @@
                         dataTmp.locId = val.locId;
                         dataTmp.locNo = val.locNo;
                         dataTmp.locDetlId = val.locDetlId;
+                        dataTmp.typeId = val.typeId;
+                        dataTmp.workQty = val.workQty;
                         dataTmp.anfme = anfme;
                         dataTmp.key = idx;
                         dataTmp.operationPort = defaultOperationPort;
@@ -239,18 +258,20 @@
                         tableDataTmp.push(dataTmp);
                     }
 
-                    if (isused > 0) {
-                        let dataTmp = JSON.parse(JSON.stringify(item));
-                        dataTmp.locId = null;
-                        dataTmp.locNo = null;
-                        dataTmp.locDetlId = null;
-                        dataTmp.anfme = isused;
-                        dataTmp.key = idx;
-                        dataTmp.operationPort = defaultOperationPort;
+                    // if (isused > 0) {
+                    //     let dataTmp = JSON.parse(JSON.stringify(item));
+                    //     dataTmp.locId = null;
+                    //     dataTmp.locNo = null;
+                    //     dataTmp.locDetlId = null;
+                    //     dataTmp.typeId = item.typeId;
+                    //     dataTmp.workQty = item.workQty;
+                    //     dataTmp.anfme = isused;
+                    //     dataTmp.key = idx;
+                    //     dataTmp.operationPort = defaultOperationPort;
 
-                        tableDataTmp.push(dataTmp);
-                        count++;
-                    }
+                    //     tableDataTmp.push(dataTmp);
+                    //     count++;
+                    // }
                 }
 
                 colSpan[idx] = count;
@@ -338,10 +359,12 @@
                 <template #bodyCell="{ column, text, record, index }">
                     <template v-if="column.dataIndex === 'locNo'">
                         <div v-if="record.locId != null && record.anfme > 0">
-                            <!-- <a-tag color="green">{{ record.locNo }}</a-tag> -->
-                            <a-select v-model:value="record.locId" :options="record.otherLocs"
+                            <!--                             <a-tag color="green">{{ record.locNo }}</a-tag>-->
+                            <a-select v-model:value="record.locNo" :options="record.otherLocs"
                                 :fieldNames="{ label: 'locNo', value: 'locId' }"
-                                @change="handleOtherLocChange(index, record)"></a-select>
+                                @change="handleOtherLocChange(index, record)">
+
+                            </a-select>
                         </div>
                         <div v-else>
                             <a-tag color="red">搴撳瓨涓嶈冻</a-tag>

--
Gitblit v1.9.1