| | |
| | | searchInfoType: 'text' |
| | | }, |
| | | // 一级分类 |
| | | /* { |
| | | { |
| | | minWidth: '120', |
| | | prop: 'assortment', |
| | | label: '一级分类', |
| | |
| | | optList: () => { |
| | | return this.getThreeLevelClassification() |
| | | } |
| | | }, */ |
| | | }, |
| | | // 规格 |
| | | { |
| | | minWidth: '140', |
| | |
| | | created() { |
| | | this.table.column.find((e) => e.label === 'IFS启用批次管理').isTrue = false |
| | | this.table.column.find((e) => e.label === '计划方法').isTrue = false |
| | | this.getUnitType('unit') |
| | | this.getMaterialType('material_type') |
| | | this.getCategoryType('category') |
| | | this.getAssortmentType('assortment') |
| | | this.getPlanningMethodType('planning_method_type') |
| | | this.getThreeLevelClassificationType('three_classification_type') |
| | | this.getMaterialAttributeType() |
| | | this.getExaminerDict('examiner_type') |
| | | }, |
| | | mounted(){ |
| | | this.getUnitType('unit') |
| | | this.getMaterialType('material_type') |
| | | this.getMaterialAttributeType() |
| | | }, |
| | | computed: { |
| | | ...mapGetters(['permissions']) |
| | | }, |