From 801ddd3be4d6bf8553cac870435bb5092eca6b60 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期一, 06 一月 2025 18:50:38 +0800 Subject: [PATCH] 更新前端代码 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 45 +++++++++++++++++++++------------------------ 1 files changed, 21 insertions(+), 24 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 de7233b..22f2eea 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" @@ -40,7 +40,6 @@ [ {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string'}, {field:'locationCode',title:'璐т綅缂栧彿',type:'string'}, - {field:'isFull',title:'鏄惁婊$洏',type:'select',dataKey:"yesno",data:[]}, ] ]); const searchFormFields = ref({ @@ -78,13 +77,21 @@ width: 150, align: "left", }, - { - field: "isFull", - title: "鏄惁婊$洏", - type: "string", - width: 150, + // { + // field: "isFull", + // title: "鏄惁婊$洏", + // type: "string", + // width: 150, + // align: "left", + // bind: { key: "yesno", data: [] }, + // }, + { + field: "warehouseId", + title: "浠撳簱", + type: "select", + width: 100, align: "left", - bind: { key: "yesno", data: [] }, + bind: { key: "warehouses", data: [] }, }, { field: "creater", @@ -106,6 +113,7 @@ type: "string", width: 100, align: "left", + hidden:true }, { field: "modifyDate", @@ -113,6 +121,7 @@ type: "datetime", width: 160, align: "left", + hidden:true }, { field: "remark", @@ -120,26 +129,14 @@ type: "string", width: 100, align: "left", + hidden:true }, ]); const detail = ref({ - 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", + cnName: "#detailCnName", + table: "", + columns: [], + sortName: "", }); return { table, -- Gitblit v1.9.3