From cdfb6025516e43275982780291b4c5bd866bd9d7 Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期五, 25 七月 2025 09:24:16 +0800 Subject: [PATCH] #erp对接修改 --- src/main/webapp/static/js/order/out.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index 27a69e2..a80e4f0 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -167,10 +167,12 @@ {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: false}, + {field: 'outOrderNo', title: '鍚堝悓鍙�', align: 'center',hide: false}, + {field: 'temp2', align: 'center',title: '瀹㈡埛鍥惧彿', hide: false}, + {field: 'luHao', hide: true}, {field: 'packing', hide: true}, - {field: 'proType', hide: false}, + {field: 'proType', align: 'center',title: '灞炴��',hide: false}, {type: 'checkbox', merge: ['locNo']}, ]], done: function (res) { -- Gitblit v1.9.1