| | |
| | | if (Cools.isEmpty(param.get("supplier"))) { |
| | | param.remove("supplier"); |
| | | } |
| | | /* 生成单号为空,删除生成单号warehouse */ |
| | | /* 生产单号为空,删除生产单号warehouse */ |
| | | if (Cools.isEmpty(param.get("warehouse"))) { |
| | | param.remove("warehouse"); |
| | | } |
| | |
| | | // 成品码 |
| | | private String productCode; |
| | | |
| | | // 生成单号 |
| | | // 生产单号 |
| | | private String warehouse; |
| | | |
| | | private String billNo; |
| | |
| | | ,{field: 'type', align: 'center',title: '物料类别'} |
| | | ,{field: 'mnemonic', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'supplier', align: 'center',title: '通知单号', hide: true} |
| | | ,{field: 'warehouse', align: 'center',title: '生成单号'} |
| | | ,{field: 'warehouse', align: 'center',title: '生产单号'} |
| | | // ,{field: 'brand', align: 'center',title: '品牌'} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | // ,{field: 'altme', align: 'center',title: '单位'} |
| | |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" type="text" name="warehouse" placeholder="生成单号" autocomplete="off"> |
| | | <input class="layui-input" type="text" name="warehouse" placeholder="生产单号" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <!-- 待添加 --> |
| | |
| | | <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) { |