From 2f63acadcd111fe47b2feedf13adb9cffcd64b2c Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期五, 25 十月 2024 13:28:50 +0800 Subject: [PATCH] mes调用立即出库修改 --- src/main/webapp/views/pda/comb.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html index 4739ffb..d13a022 100644 --- a/src/main/webapp/views/pda/comb.html +++ b/src/main/webapp/views/pda/comb.html @@ -56,7 +56,8 @@ cols: [[ {fixed: 'left', align: 'center', field: 'count', title: '鏁伴噺', style:'color: blue', width:50}, {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿'}, - {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О'} + {field: 'maktx', align: 'center', title: '鍟嗗搧鍚嶇О'}, + {field: 'model', align: 'center',title: '浜у搧浠g爜'} ]], done: function (res, curr, count) { } -- Gitblit v1.9.1