From ca8edc868159070612f0d1c3258651bf0853569d Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 27 十月 2025 13:37:48 +0800
Subject: [PATCH] 11
---
新建文件夹/WMS/src/views/inbound/inboundOrderDetail_Hty.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 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 58216f7..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,
@@ -91,7 +91,7 @@
type: 'string',
width: 120,
align: 'left',
- bind: { key: "reservoirArea", data: [] }
+ bind: { key: "warehouseNuber", data: [] }
},
{
field: 'goodsNo',
@@ -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,
@@ -203,7 +203,7 @@
type: 'string',
width: 120,
align: 'left',
- bind: { key: "reservoirArea", data: [] }
+ bind: { key: "warehouseNuber", data: [] }
},
{
field: 'goodsNo',
@@ -288,8 +288,8 @@
sort: true
}
],
- sortName: "historyId",
- key: "historyId"
+ sortName: "sourceId",
+ key: "sourceId"
});
return {
table,
--
Gitblit v1.9.3