| | |
| | | @ExcelIgnoreUnannotated |
| | | public class MatCodeExcel { |
| | | |
| | | @ExcelProperty(value= "产品代号*", index = 0) |
| | | @ExcelProperty(index = 1) |
| | | private String matNo; |
| | | |
| | | // @ExcelProperty(value= "条形码", index = 4) |
| | | @ExcelProperty(index = 9) |
| | | private String barcode; |
| | | |
| | | @ExcelProperty(value= "产品名称", index = 3) |
| | | @ExcelProperty(index = 2) |
| | | private String matName; |
| | | |
| | | @ExcelProperty(value= "基本单位", index = 12) |
| | | @ExcelProperty(index = 6) |
| | | private String str1; |
| | | |
| | | @ExcelProperty(value= "规格型号", index = 5) |
| | | @ExcelProperty(index = 3) |
| | | private String str2; |
| | | |
| | | @ExcelProperty(value= "颜色名称", index = 28) |
| | | // @ExcelProperty(value= "颜色名称", index = 28) |
| | | private String str3; |
| | | |
| | | @ExcelProperty(value= "库位名称", index = 14) |
| | | // @ExcelProperty(value= "库位名称", index = 14) |
| | | private String str4; |
| | | |
| | | // @ExcelProperty(value= "助记码", index = 7) |
| | | @ExcelProperty(index = 4) |
| | | private String str5; |
| | | |
| | | // @ExcelProperty(value= "默认供应商", index = 10) |
| | |
| | | ,{field: 'matName', align: 'center',title: '商品名称'} |
| | | ,{field: 'str2', align: 'center',title: '规格'} |
| | | ,{field: 'str5', align: 'center',title: '型号'} |
| | | ,{field: 'str6', align: 'center',title: '批号'} |
| | | ,{field: 'str6', align: 'center',title: '批号', hide: true} |
| | | ,{field: 'str1', align: 'center',title: '单位'} |
| | | ,{field: 'barcode', align: 'center',title: '条码'} |
| | | ,{field: 'str7', align: 'center',title: '单据编号'} |
| | | ,{field: 'str3', align: 'center',title: '品项数'} |
| | | ,{field: 'str4', align: 'center',title: '客户名称'} |
| | | ,{field: 'str7', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'str3', align: 'center',title: '品项数', hide: true} |
| | | ,{field: 'str4', align: 'center',title: '客户名称', hide: true} |
| | | ] |
| | | |
| | | var detlCols = [ |
| | |
| | | ,{field: 'maktx', align: 'center',title: '商品名称'} |
| | | ,{field: 'lgnum', align: 'center',title: '规格'} |
| | | ,{field: 'type', align: 'center',title: '型号'} |
| | | ,{field: 'supplier', align: 'center',title: '批号'} |
| | | ,{field: 'supplier', align: 'center',title: '批号', hide: true} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'altme', align: 'center',title: '单位'} |
| | | ,{field: 'color', align: 'center',title: '条码'} |
| | | ,{field: 'warehouse', align: 'center',title: '单据编号'} |
| | | ,{field: 'brand', align: 'center',title: '品项数'} |
| | | ,{field: 'warehouse', align: 'center',title: '单据编号', hide: true} |
| | | ,{field: 'brand', align: 'center',title: '品项数', hide: true} |
| | | ,{field: 'zpallet', align: 'center',title: '托盘条码'} |
| | | ,{field: 'bname', align: 'center',title: '客户名称'} |
| | | ,{field: 'bname', align: 'center',title: '客户名称', hide: true} |
| | | ] |
| | | |