| | |
| | | <input id="matName" type="text" disabled="disabled" style="width: 70%"> |
| | | </div> |
| | | <div class="form-item"> |
| | | <span>生成单号</span> |
| | | <span>生产单号</span> |
| | | <input id="warehouse" type="text" disabled="disabled" style="width: 60%;height: 24.8px; color: blue"> |
| | | </div> |
| | | <div class="form-item" style="margin-top: 5px"> |
| | |
| | | cols: [[ |
| | | {fixed: 'left', align: 'center', field: 'count', title: '数量', event: 'modify', style:'cursor: pointer;color: blue', width:50}, |
| | | {field: 'matNo', align: 'center', title: '物料编码'}, |
| | | {field: 'warehouse', align: 'center', title: '生成单号'} |
| | | {field: 'warehouse', align: 'center', title: '生产单号'} |
| | | // {field: 'matName', align: 'center', title: '物料名称'} |
| | | ]], |
| | | done: function (res, curr, count) { |