Merge branch 'master' of http://bore.pub:10439/r/ERP_override
| | |
| | | component: () => import('../components/pp/PrintCustomLabelSemi.vue'), |
| | | }, |
| | | { |
| | | path: 'printCustomLabelCZ', |
| | | name: 'printCustomLabelCZ', |
| | | component: () => import('../views/pp/processCard/PrintCustomLabel1.vue'), |
| | | }, |
| | | { |
| | | path: 'printCustomLabelSemiCZ', |
| | | name: 'printCustomLabelSemiCZ', |
| | | component: () => import('../views/pp/processCard/PrintCustomLabelSemi1.vue'), |
| | | }, |
| | | { |
| | | path: 'printCustomLabelSemi2', |
| | | name: 'printCustomLabelSemi2', |
| | | component: () => import('../views/pp/processCard/PrintCustomLabelSemi2.vue'), |
| | |
| | | dialogTableVisibleLabel.value = true |
| | | } else if (company.label === 2) { |
| | | router.push({ |
| | | path: '/main/processCard/PrintCustomLabel', |
| | | path: '/main/processCard/PrintCustomLabelCZ', |
| | | query: { |
| | | type: type, |
| | | faceOrientation: faceOrientation, |
| | |
| | | dialogTableVisibleCustomLabel.value = true |
| | | } else if (company.label === 2) { |
| | | router.push({ |
| | | path: '/main/processCard/PrintCustomLabelSemi', |
| | | path: '/main/processCard/PrintCustomLabelSemiCZ', |
| | | query: { |
| | | type: type, |
| | | faceOrientation: faceOrientation, |
| | |
| | | private String totalThickness; |
| | | @ExcelProperty("客户简称") |
| | | private String customerAbbreviation; |
| | | @ExcelProperty("订单加工要求") |
| | | private String processingNotes; |
| | | } |
| | |
| | | <select id="exportOrderReport" > |
| | | SELECT |
| | | *, |
| | | b.processing_note as processingNotes, |
| | | a.create_time as createTime, |
| | | d.type_name as level_one, |
| | | e.type_name as level_two |
| | |
| | | b.delivery_address, |
| | | b.other_money, |
| | | b.other_money_remarks, |
| | | b.processing_note, |
| | | b.processing_note as processingNotes, |
| | | b.other_remarks, |
| | | b.area, |
| | | b.quantity, |