From 96238debbfdccb7de084ab09a8c33201d0050fd2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 22:05:57 +0800
Subject: [PATCH] 前端

---
 新建文件夹/WMS/src/views/inbound/inboundOrder_Hty.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
index 849112b..62eadfd 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
@@ -22,12 +22,12 @@
     export default defineComponent({
         setup() {
             const table = ref({
-                key: 'historyId',
+                key: 'id',
                 footer: "Foots",
                 cnName: '鍘嗗彶鍏ュ簱鍗�',
                 name: 'CabinOrderHty',
                 url: "/CabinOrderHty/",
-                sortName: "historyId"
+                sortName: "id"
             });
             const editFormFields = ref({});
             const editFormOptions = ref([]);
@@ -66,7 +66,7 @@
             ]);
             const columns = ref([
                 {
-                    field: 'historyId',
+                    field: 'id',
                     title: '鍘嗗彶璁板綍涓婚敭',
                     type: 'int',
                     width: 120,
@@ -76,7 +76,7 @@
                     align: 'left'
                 },
                 {
-                    field: 'id',
+                    field: 'sourceId',
                     title: '鍘熶富閿�',
                     type: 'int',
                     width: 100,
@@ -172,7 +172,7 @@
                 url: "/CabinOrderDetailHty/",
                 columns: [
                     {
-                        field: 'historyId',
+                        field: 'id',
                         title: '鍘嗗彶璁板綍涓婚敭',
                         type: 'int',
                         width: 120,
@@ -182,7 +182,7 @@
                         align: 'left'
                     },
                     {
-                        field: 'id',
+                        field: 'sourceId',
                         title: '鍘熶富閿�',
                         type: 'int',
                         width: 100,
@@ -194,7 +194,7 @@
                         type: 'string',
                         width: 120,
                         align: 'left',
-                        bind: { key: "reservoirArea", data: [] }
+                        bind: { key: "warehouseNuber", data: [] }
                     },
                     {
                         field: 'goods_no',
@@ -213,7 +213,7 @@
                     },
                     {
                         field: 'order_Inqty',
-                        title: '鍏ュ簱瀹屾垚鏁伴噺',
+                        title: '瀹屾垚鏁伴噺',
                         type: 'decimal',
                         width: 120,
                         align: 'left'
@@ -279,8 +279,8 @@
                         sort: true
                     }
                 ],
-                sortName: "historyId",
-                key: "historyId"
+                sortName: "id",
+                key: "id"
             });
             return {
                 table,

--
Gitblit v1.9.3