zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
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',