9de23c1c by lihua

隐藏准标识符

1 parent f9ed9ced
......@@ -189,7 +189,7 @@
<template v-if="step == 0">
<el-button @click="cancelTask">取消</el-button>
<el-button type="primary"
:disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.progress != 100"
:disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.state == 'Y'"
@click="changeStep(formRef?.formInline?.handleType == '02' ? 3 : 2)">下一步</el-button>
</template>
<template v-else-if="step == 1">
......@@ -685,7 +685,7 @@ const setDataSelectFormItems = (info, isDetail = false) => {
item.default = '';
}
} else if (item.field == 'qualifiedIdentifier') {
item.visible = info['handleType'] == '02';
item.visible = info['handleType'] == '02' && info['dataSource'] != 3;
if (info['dataSource'] == 3) {
item.options = qualifiedIdentifierFloderList.value;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!