From a05096d54b4b348fa7b91efed10db87018b8ffba Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 07 十二月 2023 09:50:38 +0800 Subject: [PATCH] #卷信息 --- src/main/webapp/static/js/order/out.js | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index be85831..c26bfbc 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -34,7 +34,7 @@ ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160} ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', width: 160} ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200} - ,{field: 'batch', align: 'center',title: '搴忓垪鐮�'} + ,{field: 'batch', align: 'center',title: '绠卞彿'} ,{field: 'specs', align: 'center',title: '瑙勬牸'} // ,{field: 'anfme', align: 'center',title: '鏁伴噺'} // ,{field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', style: 'font-weight: bold'} @@ -140,7 +140,7 @@ ,title: false ,closeBtn: false ,offset: '50px' - ,area: ['1200px', '700px'] + ,area: ['1500px', '700px'] ,shade: 0.5 ,shadeClose: false ,btn: ['绔嬪嵆鍑哄簱', '绋嶅悗澶勭悊'] @@ -159,11 +159,16 @@ // {type: 'checkbox', merge: ['orderNo']}, {field: 'orderNo', title: '鍗曟嵁缂栧彿', merge: true, align: 'center'}, {field: 'title', title: '鍟嗗搧', merge: true, align: 'center', width: 350}, - {field: 'batch', title: '搴忓垪鐮�', align: 'center'}, - {field: 'anfme', title: '鏁伴噺', align: 'center', width: 90, style: 'font-weight: bold'}, + {field: 'batch', title: '绠卞彿', align: 'center'}, + {field: 'model', title: '鎵规', align: 'center'}, + {field: 'specs', title: '瑙勬牸', align: 'center'}, + {field: 'brand', title: '鏈ㄧ绫诲瀷', align: 'center'}, + {field: 'zpallet', title: '鎵樼洏鐮�', align: 'center'}, + {field: 'anfme', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'}, + {field: 'count', title: '鏈ㄧ涓摐绠旀暟閲�', align: 'center', width: 90, style: 'font-weight: bold'}, {field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'}, - {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, - {type: 'checkbox', merge: ['locNo']}, + // {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, + // {type: 'checkbox', merge: ['locNo']}, ]], done: function (res) { tableMerge.render(this); -- Gitblit v1.9.1