From 748d2d7f2c1b898517b9debc4feb4d80c34e53e7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 11 七月 2024 17:52:15 +0800 Subject: [PATCH] 屏蔽深库位出库浅库位有货问题 --- src/main/webapp/static/wms/js/locMast/locMast.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/wms/js/locMast/locMast.js b/src/main/webapp/static/wms/js/locMast/locMast.js index ec8afa3..4d17c76 100644 --- a/src/main/webapp/static/wms/js/locMast/locMast.js +++ b/src/main/webapp/static/wms/js/locMast/locMast.js @@ -22,6 +22,7 @@ {type: 'checkbox', fixed: 'left'} // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�',sort:true} + ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�',sort:true} ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��',width:200} // ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'} // ,{field: 'pltType', align: 'center',title: ''} -- Gitblit v1.9.1