From d3e49d3dceb3953c7bc4e6d0fd7e6258ebccaff1 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期日, 26 十月 2025 20:25:20 +0800
Subject: [PATCH] 修改前端和优化盘点
---
新建文件夹/WMS/src/views/inbound/inboundOrder_Hty.vue | 19 ++++++++++---------
1 files changed, 10 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/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 510755d..e62d7f4 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,
@@ -96,6 +96,7 @@
type: 'string',
width: 120,
align: 'left',
+ // bind: { Key: "order_type", data: [] }
bind: { key: "order_type", data: [] }
},
{
@@ -172,7 +173,7 @@
url: "/CabinOrderDetailHty/",
columns: [
{
- field: 'historyId',
+ field: 'id',
title: '鍘嗗彶璁板綍涓婚敭',
type: 'int',
width: 120,
@@ -182,7 +183,7 @@
align: 'left'
},
{
- field: 'id',
+ field: 'sourceId',
title: '鍘熶富閿�',
type: 'int',
width: 100,
@@ -213,7 +214,7 @@
},
{
field: 'order_Inqty',
- title: '鍏ュ簱瀹屾垚鏁伴噺',
+ title: '瀹屾垚鏁伴噺',
type: 'decimal',
width: 120,
align: 'left'
@@ -279,8 +280,8 @@
sort: true
}
],
- sortName: "historyId",
- key: "historyId"
+ sortName: "id",
+ key: "id"
});
return {
table,
--
Gitblit v1.9.3