From 0503b7e53e59f33b0adcb3715052be69b977936a Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 17 三月 2026 10:46:15 +0800
Subject: [PATCH] 出库作业一个库位多个物料提取出去只有一个物料异常修复
---
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index d262edf..a0dbb2e 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -38,7 +38,11 @@
{field: 'maktx', title:'浜у搧鍚嶇О', align: 'center'},
{field: 'pgNo', title:'娲惧伐鍗曞彿', align: 'center'},
{field: 'outOrderNo', title:'璁㈠崟鍙�', align: 'center'},
- {field: 'batch', title:'鎵规', align: 'center'}
+ {field: 'batch', title:'鎵规', align: 'center'},
+ {field: 'proType', title:'灞炴��', align: 'center'},
+ {field: 'color', title:'棰滆壊', align: 'center'},
+ {field: 'luHao', title:'鐐夊彿', align: 'center'},
+ {field: 'packing', title:'渚涘簲鍟�', align: 'center'}
]],
request: {
pageName: 'curr',
--
Gitblit v1.9.1