| | |
| | | ,{field: 'billType$', align: 'center',title: '单据类型', hide: true} |
| | | ,{field: 'matNo', align: 'center',title: '物料编码'} |
| | | ,{field: 'matName', align: 'center',title: '物料名称'} |
| | | ,{field: 'qty', align: 'center',title: '数量'} |
| | | ,{field: 'qty', align: 'center',title: '入库数量'} |
| | | ,{field: 'qtyBox', align: 'center',title: '每箱数量(PCS)'} |
| | | ,{field: 'allQty', align: 'center',title: '总数量(PCS)'} |
| | | ,{field: 'locNo', align: 'center',title: '库位号'} |
| | | ,{field: 'specs', align: 'center',title: '规格'} |
| | | ,{field: 'unit', align: 'center',title: '单位'} |
| | | ,{field: 'size', align: 'center',title: '尺寸', hide: true} |
| | | ,{field: 'color', align: 'center',title: '颜色', hide: true} |
| | | ,{field: 'weight', align: 'center',title: '单重', hide: true} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'weight', align: 'center',title: '每箱重量(KG)' } |
| | | ,{field: 'allWeight', align: 'center',title: '总重量(KG)'} |
| | | ,{field: 'source', align: 'center',title: '来源'} |
| | | ,{field: 'supplier', align: 'center',title: '批号'} |
| | | ,{field: 'vendor', align: 'center',title: '供应商'} |
| | | ,{field: 'memo', align: 'center',title: '生产日期'} |
| | | ,{field: 'str3', align: 'center',title: '客户名称'} |
| | | ,{field: 'str4', align: 'center',title: '项目信息'} |
| | | ,{field: 'str5$', align: 'center',title: '类别'} |
| | | ,{field: 'linkErp$', align: 'center',title: 'ERP连线', hide: true} |
| | | ,{field: 'ioStatus$', align: 'center',title: '完成状态', hide: true} |
| | | ,{field: 'ioStatus$', align: 'center',title: '完成状态'} |
| | | ,{field: 'ioTime$', align: 'center',title: '完成时间', hide: true} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员',event: 'modiUser', style: 'cursor:pointer', hide: true} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', hide: true} |
| | | ,{field: 'appeUser$', align: 'center',title: '建档人员',event: 'appeUser', style: 'cursor:pointer', hide: true} |
| | | ,{field: 'appeTime$', align: 'center',title: '建档时间', hide: true} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | return; |
| | | } |
| | | var ids = checkStatus.map(function (d) { |
| | | return d.seqNo; |
| | | return d.barcode; |
| | | }); |
| | | del(ids); |
| | | break; |
| | |
| | | showEditModel(data); |
| | | break; |
| | | case "del": |
| | | var ids = [data.seqNo]; |
| | | var ids = [data.barcode]; |
| | | del(ids); |
| | | break; |
| | | } |
| | |
| | | |
| | | /* 删除 */ |
| | | function del(ids) { |
| | | layer.confirm('确定要删除选中数据吗?', { |
| | | layer.confirm('确定要删除选中数据吗?将删除该条码组托所有数据', { |
| | | skin: 'layui-layer-admin', |
| | | shade: .1 |
| | | }, function (i) { |