| | |
| | | { type: 'numbers' }, |
| | | { field: 'matnr', title: '商品编码', width: 160 }, |
| | | { field: 'maktx', title: '商品名称', width: 160 }, |
| | | { field: 'specs', title: '规格' }, |
| | | {field: 'barcode', title: 'SN' }, |
| | | {field: 'brand', title: '品牌' }, |
| | | { field: 'batch', title: '批号' }, |
| | | { field: 'specs', title: '规格' }, |
| | | {field: 'model', title: '型号' }, |
| | | { field: 'unit', title: '单位' }, |
| | | { field: 'anfme', title: '待完结数量' }, |
| | | { field: 'qty', title: '待上报数量', style: 'font-weight: bold' }, |
| | | { field: 'workQty', title: '已上报数量' }, |
| | |
| | | { type: 'numbers', title: '#' }, |
| | | { field: 'matnr', title: '商品编码', width: 160 }, |
| | | { field: 'maktx', title: '商品名称', width: 200 }, |
| | | {field: 'barcode', title: 'SN', edit: true }, |
| | | { field: 'batch', title: '批号', edit: true }, |
| | | { field: 'specs', title: '规格' }, |
| | | {field: 'brand', title: '品牌' }, |
| | | {field: 'model', title: '型号' }, |
| | | { field: 'unit', title: '单位' }, |
| | | { field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110 }, |
| | | { field: 'workQty', title: '作业数量', minWidth: 100, width: 100 }, |
| | | // {field: 'unit', title: '单位', width: 80}, |
| | |
| | | function excelMouldDownload() { |
| | | layer.load(1, { shade: [0.1, '#fff'] }); |
| | | location.href = baseUrl + "/orders/excel/import/mould"; |
| | | layer.closeAll('loading'); |
| | | } |
| | | |
| | | // excel导入 |
| | | function importExcel() { |
| | | $("#importExcel").trigger("click"); |
| | | } |
| | | |
| | | // excel导入模板下载 |
| | | function excelMouldDownload() { |
| | | layer.load(1, {shade: [0.1, '#fff']}); |
| | | location.href = baseUrl + "/mat/excel/import/mould"; |
| | | layer.closeAll('loading'); |
| | | } |
| | | |