From 7fcdf3ef1291cf43226a4c2c0c7ce67511fa5af7 Mon Sep 17 00:00:00 2001
From: zc <zc>
Date: 星期三, 25 九月 2024 08:04:29 +0800
Subject: [PATCH] 1
---
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