From 7cdb188ddd1655cae52c5146db8069d0288a5a97 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 31 七月 2025 12:40:31 +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