|
|
@ -4,7 +4,9 @@ |
|
|
|
<div class="title flex items-center"> |
|
|
|
<!-- <div class="title-txt">附件</div> --> |
|
|
|
<UploadFile :isShowFile="false" :isShowTip="false" :fileType="fileType" :fileSize="fileSize" :title="t('ts.添加附件')" :upData="upData" :limit="10" |
|
|
|
@update:modelValue="handleAnnexSuccess" v-if="showAddBtn&&annexData.annexList.length<5"/> |
|
|
|
@update:modelValue="handleAnnexSuccess" v-if="showAddBtn"/> |
|
|
|
<!-- HL-5838 5条限制影响了供应商发货申请上传质检报告,这个限制没找到认领的需求,所以放开 --> |
|
|
|
<!-- @update:modelValue="handleAnnexSuccess" v-if="showAddBtn&&annexData.annexList.length<5"/> --> |
|
|
|
</div> |
|
|
|
<div class="list"> |
|
|
|
<div class="item flex items-start" v-for="(item, index) in annexData.annexList" :key="index"> |
|
|
|