From d41acebbd89f171b0eeb205fca4f68043ca85f95 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 03 十二月 2025 19:47:24 +0800
Subject: [PATCH] 选配与暂存
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue"
index fbdbae4..62efe7b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue"
@@ -16,7 +16,7 @@
export default defineComponent({
setup() {
const table = ref({
- key: 'ID',
+ key: 'id',
footer: "Foots",
cnName: '杞﹁酱淇℃伅',
name: 'inbound/Dt_CZInfo_mes',
@@ -24,7 +24,7 @@
sortName: "id"
});
const editFormFields = ref({
- "id": "",
+ id: "",
// "CHEXING": "",
// "MTTYPE": "",
"CZTM":"",
@@ -44,20 +44,30 @@
],
]);
const searchFormFields = ref({
- CZTM: ""
+
+ CZTM: "",
+ temporaryState:""
});
const searchFormOptions = ref([
[
- { "title": "杞﹁疆鍙�", "field": "CZTM", type: "text" },
- ],
+ { "title": "杞﹁酱鏉$爜", "field": "CZTM", type: "text" },
+ ],[
+ { "title": "鏄惁鏆傚瓨", "field": "temporaryState", type: "select", dataKey: "", data: [{key:"0",value:"鍚�"},{key:"1",value:"鏄�"}] },
+ ]
]);
const columns = ref([
{ field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
{ field: 'cztm', title: '杞﹁酱鏉$爜', type: 'string', width: 110, align: 'left' },
{ field: 'czh', title: '杞﹁酱鍙�', type: 'string', width: 110, align: 'left' },
{ field: 'ldtm', title: '杞鏉$爜', type: 'string', width: 110, align: 'left' },
+
+ { field: 'leftCcltm', title: '宸﹁疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
+ { field: 'rightcltm', title: '鍙宠疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
+ { field: 'middlecltm', title: '涓疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
+
{ field: 'currentStatue', title: '鐘舵��', type: 'string', width: 75, align: 'left',bind: { key: "InboundState", data: [] } },
+ { field: 'temporaryState', title: '鏄惁鏆傚瓨', type: 'string', width: 75, align: 'left',bind: { key: "", data: [{key:"0",value:"鍚�"},{key:"1",value:"鏄�"}] } },
{ field: 'chexing', title: '杞﹀瀷', type: 'string', width: 100, align: 'left' },
{ field: 'czxh', title: '杞﹁酱鍨嬪彿', type: 'int', width: 110, align: 'left' },
{ field: 'mttype', title: '鍔�/鎷�', type: 'string', width: 60, align: 'left' },
--
Gitblit v1.9.3