From 6ec3505f6acceca7eae90693d9e4b109942f4185 Mon Sep 17 00:00:00 2001 From: zc <zc> Date: 星期四, 10 七月 2025 13:45:10 +0800 Subject: [PATCH] 接口对接调试 --- src/main/webapp/static/js/order/out.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index a76fdb8..ed92143 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -141,7 +141,7 @@ ,title: false ,closeBtn: false ,offset: '50px' - ,area: ['1200px', '700px'] + ,area: ['80%', '80%'] ,shade: 0.5 ,shadeClose: false ,btn: ['绔嬪嵆鍑哄簱', '绋嶅悗澶勭悊'] @@ -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