From c2d424ca7cdb050f4052a70bbd462d6bafa91650 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 18 十一月 2025 13:22:26 +0800
Subject: [PATCH] 1.日出库明细统计增加模具名称字段查询条件2.半托查询增加可放长度查询条件
---
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index 9dc0c5e..80815a6 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -30,15 +30,15 @@
toolbar: '#toolbar',
cellMinWidth: 50,
cols: [[
- {field: 'lkQty', title:'绔嬪簱鏁伴噺', align: 'center', width:150},
- {field: 'erpQty', title:'ERP鏁伴噺', align: 'center', width:150},
+ {field: 'anfme', title:'绔嬪簱鏁伴噺', align: 'center', width:150},
{field: 'matnr', title:'浜у搧缂栫爜', align: 'center'},
{field: 'model', title:'浜у搧浠g爜', align: 'center'},
{field: 'specs', title:'浜у搧瑙勬牸', align: 'center'},
- {field: 'maktx', title:'浜у搧鍚嶇О', align: 'center'},
- {field: 'pgNo', title:'娲惧伐鍗曞彿', align: 'center'},
- {field: 'outOrderNo', title:'璁㈠崟鍙�', align: 'center'},
- {field: 'itemBatch', title:'鎵规', align: 'center'}
+ {field: 'temp1', title:'浜у搧鎬荤О', align: 'center'},
+ {field: 'outOrderNo', title:'鍚堝悓鍙�', align: 'center'},
+ {field: 'proType', title:'灞炴��', align: 'center'},
+ {field: 'temp2', title:'瀹㈡埛鍥惧彿', align: 'center'},
+
]],
request: {
pageName: 'curr',
--
Gitblit v1.9.1