admin
2024-01-10 a05dcfe9b5f35258f924b45b0b6fee5199aa2614
添加查询
已修改1个文件
9 ■■■■■ 文件已修改
guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
guns-vip-main/src/main/webapp/assets/modular/om/productionOrderBatchInfo/productionOrderBatchInfo.js
@@ -24,12 +24,15 @@
            {field: 'locationCode', sort: true, title: '工位编号', width: 105},
            //{field: 'loadingCode', sort: true, title: '扫码工位编号', width: 105},
            {field: 'materialCode', sort: true, title: '物料编码'},
            {field: 'spareField1', sort: true, title: '上料数量'},
            {field: 'loadingCode', sort: true, title: '物料批次'},
            {field: 'state', sort: true, title: '是否扫码', width: 105,templet: '#stateTpl'},
            {field: 'spareField1', sort: true, title: '上料数量'},
            {field: 'spareField3', sort: true, title: '剩余数量'},
            {field: 'spareField2', sort: true, title: '单位'},
            {field: 'state', sort: true, title: '是否上料', width: 105,templet: '#stateTpl'},
            {field: 'createTime', sort: true, title: '创建时间',minWidth:160},
            // {field: 'updateTime', sort: true, title: '修改时间',minWidth:160},
            {align: 'center', toolbar: '#tableBar', title: '操作'}
            //{align: 'center', toolbar: '#tableBar', title: '操作'}
        ]];
    };