From 45e4ef2ecf62e32c243d72529f430c9b4f151b6b Mon Sep 17 00:00:00 2001 From: zc <zc> Date: 星期二, 05 十一月 2024 09:55:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/xgmFlasrs2' into xgmFlasrs2 --- src/main/webapp/static/js/order/out.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index c83dd62..ed92143 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -167,6 +167,10 @@ {field: 'zpallet', align: 'center',title: '鎵樼洏鐮�'}, {field: 'locNo', title: '璐т綅', align: 'center', width: 100, templet: '#locNoTpl'}, {field: 'staNos', align: 'center', title: '鍑哄簱绔�', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, + {field: 'outOrderNo', hide: true}, + {field: 'luHao', hide: true}, + {field: 'packing', hide: true}, + {field: 'proType', hide: true}, {type: 'checkbox', merge: ['locNo']}, ]], done: function (res) { -- Gitblit v1.9.1