| | |
| | | placeholder="无"> |
| | | </a-tree-select> |
| | | </a-form-model-item> |
| | | <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> |
| | |
| | | <!--<a-tab-pane tab="部门权限" key="2" forceRender>--> |
| | | <!--<depart-auth-modal ref="departAuth"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <a-tab-pane tab="设备列表" key="2" forceRender> |
| | | <a-tab-pane tab="MDC设备列表" key="2" forceRender> |
| | | <!--<depart-auth-modal/>--> |
| | | <production-equipment ref="departAuth"></production-equipment> |
| | | </a-tab-pane> |
| | |
| | | }) |
| | | return false |
| | | } |
| | | this.$refs.departModal.add(this.selectedKeys) |
| | | this.$refs.departModal.title = '新增' |
| | | } else { |
| | | this.$refs.departModal.add(this.rightClickSelectedKey) |
| | | this.$refs.departModal.add(this.currSelected) |
| | | this.$refs.departModal.title = '新增' |
| | | } |
| | | }, |