From e43adae114f0edc580a20e84605c34ee0671c59d Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 04 一月 2025 09:36:40 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 29 +++++++++++++++++++++++------
1 files changed, 23 insertions(+), 6 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index eed82b6..de7233b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -24,7 +24,7 @@
cnName: "搴撳瓨淇℃伅",
name: "stockInfo",
url: "/StockInfo/",
- sortName: "CreateDate",
+ sortName: "id",
});
const editFormFields = ref({
deviceCode: "",
@@ -37,7 +37,11 @@
deviceRemark: "",
});
const editFormOptions = ref([
-
+ [
+ {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string'},
+ {field:'locationCode',title:'璐т綅缂栧彿',type:'string'},
+ {field:'isFull',title:'鏄惁婊$洏',type:'select',dataKey:"yesno",data:[]},
+ ]
]);
const searchFormFields = ref({
palletCode: "",
@@ -119,10 +123,23 @@
},
]);
const detail = ref({
- cnName: "#detailCnName",
- table: "",
- columns: [],
- sortName: "",
+ cnName: "鍘嗗彶搴撳瓨淇℃伅",
+ table: "StockInfo_Hty",
+ columns: [
+ {field:'id',title:'涓婚敭',type:'int',width:110,hidden:true,readonly:true,require:true,align:'left'},
+ {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string',width:110,require:true,align:'left',sort:true},
+ {field:'locationCode',title:'璐т綅缂栧彿',type:'string',width:110,align:'left'},
+ {field:'isFull',title:'鏄惁婊$洏',type:'bool',width:110,require:true,align:'left'},
+ {field:'stockStatus',title:'搴撳瓨鐘舵��',type:'int',width:110,require:true,align:'left'},
+ {field:'remark',title:'澶囨敞',type:'string',width:220,align:'left'},
+ {field:'sourceId',title:'婧愪富閿�',type:'int',width:110,require:true,align:'left'},
+ {field:'operateType',title:'澶囨敞',type:'string',width:110,require:true,align:'left'},
+ {field:'creater',title:'鍒涘缓浜�',type:'string',width:110,require:true,align:'left'},
+ {field:'createDate',title:'鍒涘缓鏃堕棿',type:'datetime',width:150,require:true,align:'left',sort:true},
+ {field:'modifier',title:'淇敼浜�',type:'string',width:100,align:'left'},
+ {field:'modifyDate',title:'淇敼鏃ユ湡',type:'datetime',width:150,align:'left',sort:true}
+ ],
+ sortName: "id",
});
return {
table,
--
Gitblit v1.9.3