From 2e7c0c2efd8ebbf41ae55d2d23cc796bbf4a1103 Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期三, 21 五月 2025 12:41:20 +0800 Subject: [PATCH] # --- 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