王佳豪
2021-03-17 f0c7bcab060507ed23c2d82d3ebe5a9af0378ea3
src/main/webapp/views/pda/combPro.html
@@ -90,7 +90,7 @@
        <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">
@@ -122,7 +122,7 @@
            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) {