王震
2023-12-13 67da82f0b0c24df5f19bbfcfec63801d9ae902d8
src/views/basic/part/index.vue
@@ -191,7 +191,7 @@
            searchInfoType: 'text'
          },
          // 一级分类
         /*  {
           {
            minWidth: '120',
            prop: 'assortment',
            label: '一级分类',
@@ -228,7 +228,7 @@
            optList: () => {
              return this.getThreeLevelClassification()
            }
          }, */
          },
          // 规格
          {
            minWidth: '140',
@@ -449,15 +449,17 @@
  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'])
  },