From 60a50d7a976f33a172421546fd891f33a21043e5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 11:50:22 +0800
Subject: [PATCH] 优化

---
 新建文件夹/WMS/src/views/inbound/inboundOrderDetail_Hty.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrderDetail_Hty.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrderDetail_Hty.vue"
index bd0ccd1..6c94adb 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrderDetail_Hty.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrderDetail_Hty.vue"
@@ -22,12 +22,12 @@
     export default defineComponent({
         setup() {
             const table = ref({
-                key: 'historyId',
+                key: 'id',
                 footer: "Foots",
                 cnName: '鍘嗗彶鍏ュ簱鍗曟槑缁�',
                 name: 'dtCabinOrderDetailHty',
                 url: "/DtCabinOrderDetailHty/",
-                sortName: "historyId"
+                sortName: "id"
             });
             const editFormFields = ref({});
             const editFormOptions = ref([]);
@@ -69,7 +69,7 @@
             ]);
             const columns = ref([
                 {
-                    field: 'historyId',
+                    field: 'id',
                     title: '鍘嗗彶璁板綍涓婚敭',
                     type: 'int',
                     width: 120,
@@ -79,7 +79,7 @@
                     align: 'left'
                 },
                 {
-                    field: 'id',
+                    field: 'sourceId',
                     title: '鍘熶富閿�',
                     type: 'int',
                     width: 100,
@@ -178,10 +178,10 @@
             ]);
 const detail = ref({
     cnName: "鍘嗗彶鍏ュ簱鍗曟槑缁嗚鎯�",
-    table: "DtCabinOrderDetailHtyDetail",
+    table: "Dt_CabinOrderDetailHtyDetail",
     columns: [
         {
-            field: 'historyId',
+            field: 'id',
             title: '鍘嗗彶璁板綍涓婚敭',
             type: 'int',
             width: 120,
@@ -191,7 +191,7 @@
             align: 'left'
         },
         {
-            field: 'id',
+            field: 'sourceId',
             title: '鍘熶富閿�',
             type: 'int',
             width: 100,
@@ -288,8 +288,8 @@
             sort: true
         }
     ],
-    sortName: "historyId",
-    key: "historyId"
+    sortName: "sourceId",
+    key: "sourceId"
 });
             return {
                 table,

--
Gitblit v1.9.3