From 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期二, 10 三月 2026 14:13:54 +0800
Subject: [PATCH] feat: 辅料消耗细化-列表和新增界面添加<物料代码>
---
src/main/webapp/pms/sch/stat/stat_chengxing.jsp | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/pms/sch/stat/stat_chengxing.jsp b/src/main/webapp/pms/sch/stat/stat_chengxing.jsp
index 7dd6521..c97ad7c 100644
--- a/src/main/webapp/pms/sch/stat/stat_chengxing.jsp
+++ b/src/main/webapp/pms/sch/stat/stat_chengxing.jsp
@@ -10,6 +10,7 @@
<script type="text/javascript">
var inputGrid = null;
var outputGrid = null;
+ var curOutId = null;
$(function () {
@@ -232,6 +233,7 @@
},
onClickRow: function (rowIndex, rowData) {
+ curOutId = rowData.id;
getAllInputsByOutput(rowData.id);
}
});
@@ -253,15 +255,19 @@
rownumbers: true,
columns: [[{
field: 'id',
- title: 'id',
- width: 120,
- hidden: true
+ title: '缂栧彿',
+ checkbox: true
}, {
field: 'mat',
title: '鐗╂枡鍚嶇О',
width: 200,
align: 'center'
}, {
+ field: 'matCode',
+ title: '鐗╂枡缂栫爜',
+ width: 100,
+ align: 'center'
+ }, {
field: 'qty',
title: '娑堣�楅噺',
align: 'right',
--
Gitblit v1.9.3