This commit is contained in:
吴红兵
2026-02-13 22:19:06 +08:00
parent 87967781d6
commit 920275335f

View File

@@ -188,7 +188,16 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col :span="12" class="mb16" v-if="isPurchaseType(DEPT_PURCHASE_TYPE.ENTRUST_CENTER) ">
<el-col
:span="12"
class="mb16"
v-if="
isPurchaseType(DEPT_PURCHASE_TYPE.ENTRUST_CENTER) &&
dataForm.entrustCenterType === 'service_online' &&
categoryCodePath &&
categoryCodePath[0] === 'C'
"
>
<el-form-item label="是否有供应商" prop="hasSupplier" class="mb16">
<el-radio-group v-model="dataForm.hasSupplier">
<el-radio label="1">有</el-radio>
@@ -885,7 +894,7 @@ const downloadTemplate = async (type: string) => {
'direct_select': { fileName: '服务商城项目需求模板(直选).doc', displayName: '服务商城项目需求模板(直选).doc' },
'public_select': { fileName: '服务商城项目需求模板(公开比选).doc', displayName: '服务商城项目需求模板(公开比选).doc' },
'invite_select': { fileName: '服务商城项目需求模板(邀请比选).doc', displayName: '服务商城项目需求模板(邀请比选).doc' },
'purchase_requirement': { fileName: '表1需求模板.doc', displayName: '需求模板.doc' },
'purchase_requirement': { fileName: '默认需求模板.doc', displayName: '默认需求模板.doc' },
'import_application': { fileName: '附件1进口产品申请及专家论证意见表.doc', displayName: '进口产品申请及专家论证意见表.doc' },
'single_source': { fileName: '表7单一来源论专家证附件.docx', displayName: '单一来源论专家证附件.docx' },
'feasibility_report': { fileName: '表6项目可行性论证报告模板.doc', displayName: '项目可行性论证报告模板.doc' },