| | |
| | | <script type="text/javascript"> |
| | | var inputGrid = null; |
| | | var outputGrid = null; |
| | | var curOutId = null; |
| | | |
| | | $(function () { |
| | | |
| | |
| | | |
| | | }, |
| | | onClickRow: function (rowIndex, rowData) { |
| | | curOutId = rowData.id; |
| | | getAllInputsByOutput(rowData.id); |
| | | } |
| | | }); |
| | |
| | | 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', |