| | |
| | | @ok="handleOk" |
| | | @cancel="handleCancel" |
| | | cancelText="关闭"> |
| | | <a-tabs tab-position="left"> |
| | | <a-tab-pane tab="基础信息" :key="1"> |
| | | <a-spin :spinning="confirmLoading"> |
| | | <j-form-container :disabled="disableSubmit"> |
| | | <a-form-model ref="form" :model="model" :rules="validatorRules" :labelCol="labelCol" |
| | |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item prop="factoryOrgCode" label="使用部门"> |
| | | <a-tree-select v-model="model.factoryOrgCode" style="width: 100%" show-search |
| | | :tree-data="productionTreeData" :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" |
| | | :tree-data="productionTreeData" |
| | | :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" |
| | | placeholder="请选择使用部门" allow-clear treeNodeFilterProp="title" |
| | | :replaceFields="{key:'orgCode',value:'orgCode'}" |
| | | searchPlaceholder="请输入关键字搜索" tree-default-expand-all/> |
| | |
| | | </a-form-model> |
| | | </j-form-container> |
| | | </a-spin> |
| | | </a-tab-pane> |
| | | |
| | | <template v-if="disableSubmit"> |
| | | <a-tab-pane tab="设备文档" :key="2"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="点检工单" :key="3"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="二保工单" :key="4"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="三保工单" :key="5"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="维修工单" :key="6"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="保养标准" :key="7"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="工艺参数" :key="8"> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="设备精度" :key="9"> |
| | | |
| | | </a-tab-pane> |
| | | </template> |
| | | </a-tabs> |
| | | </j-modal> |
| | | </template> |
| | | |