Lius
2025-08-22 79ced684c6ec28c8f6affa0ac6cd44e1a88f9cf3
src/views/system/modules/ProductionManager/ProductionModal.vue
@@ -43,12 +43,6 @@
        <a-form-model-item
          :labelCol="labelCol"
          :wrapperCol="wrapperCol"
          label="是否MDC使用">
          <lx-switch checked-children='是' un-checked-children='否' v-model="model.mdcFlag"/>
        </a-form-model-item>
        <a-form-model-item
          :labelCol="labelCol"
          :wrapperCol="wrapperCol"
          label="排序">
          <a-input-number v-model="model.productionOrder"/>
        </a-form-model-item>
@@ -127,7 +121,6 @@
          this.seen = false;
          this.dictDisabled = false;
          this.model.parentId = depart.id;
          this.model.mdcFlag = depart.mdcFlag;
        }else{
          this.seen = true;
          this.dictDisabled = true;