| | |
| | | cols: [[{field: 'qty', align: 'center', title: '数量', width: 120} |
| | | , {field: 'matNo', align: 'center', title: '产品编码'} |
| | | , {field: 'matName', align: 'center', title: '产品名称'} |
| | | , {field: 'specs', align: 'center',title: '规格'} |
| | | , {field: 'unit', align: 'center',title: '单位', width:80} |
| | | , {field: 'color', align: 'center',title: '颜色'} |
| | | , {field: 'qtyBox', align: 'center',title: '每箱数量(PCS)'} |
| | | , {field: 'weight', align: 'center',title: '每箱重量(KG)'} |
| | | , {field: 'str3', align: 'center',title: '客户名称'} |
| | | , {field: 'str4', align: 'center',title: '项目信息'} |
| | | , {field: 'str5$', align: 'center',title: '类别'} |
| | | , {field: 'supplier', align: 'center', title: '批号'} |
| | | ]], |
| | | request: { |
| | |
| | | case 'exportAll': |
| | | layer.closeAll(); |
| | | layer.load(1, {shade: [0.1,'#fff']}); |
| | | location.href = baseUrl + "/stock/statis/export"; |
| | | location.href = baseUrl + "/stock/statis/export?matNo="+$("#matNo").val()+"&matName="+$("#matName").val() |
| | | +"&supplier="+$("#supplier").val()+"&str3="+$("#str3").val()+"&str4="+$("#str4").val()+"&memo="+$("#memo").val(); |
| | | layer.closeAll('loading'); |
| | | break; |
| | | } |