|
@@ -11,7 +11,7 @@
|
|
|
版权页截图
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" [type]="'pdf'" (change)="upload($event, 'copyrightImgUrl')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" [type]="'pdf'" (change)="upload($event, 'copyrightImgUrl')" title="上传PDF"></app-comp-upload>
|
|
|
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持上传PDF,大小不超过 2M
|
|
@@ -29,7 +29,7 @@
|
|
|
CIP 查询截图
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" (change)="upload($event, 'CIPImgUrl')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" (change)="upload($event, 'CIPImgUrl')" title="上传PDF"></app-comp-upload>
|
|
|
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持批量上传 PDF 格式,单个文件大小不超过 2M。
|
|
@@ -51,7 +51,7 @@
|
|
|
</p>
|
|
|
}
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" [maxlenght]="99" (change)="upload($event, 'cipProveFile')"
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" [maxlenght]="99" (change)="upload($event, 'cipProveFile')"
|
|
|
title="上传PDF"></app-comp-upload>
|
|
|
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
@@ -79,7 +79,7 @@
|
|
|
自查结果记录表
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" (change)="upload($event, 'selfResults')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" (change)="upload($event, 'selfResults')" title="上传PDF"></app-comp-upload>
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持上传PDF,大小不超过 2M
|
|
|
</div>
|
|
@@ -102,7 +102,7 @@
|
|
|
专家审查意见表
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" (change)="upload($event, 'expertOpinion')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" (change)="upload($event, 'expertOpinion')" title="上传PDF"></app-comp-upload>
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持批量上传 PDF、JPG、JPEG、PNG 格式,单个大小不超过 2M
|
|
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
|
证明材料
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" (change)="upload($event, 'evidence')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" (change)="upload($event, 'evidence')" title="上传PDF"></app-comp-upload>
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持上传PDF,大小不超过 2M
|
|
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
</p>
|
|
|
}
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" [maxlenght]="99" (change)="upload($event, 'moreMaterial')"
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" [maxlenght]="99" (change)="upload($event, 'moreMaterial')"
|
|
|
title="上传PDF"></app-comp-upload>
|
|
|
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
@@ -167,7 +167,7 @@
|
|
|
</p>
|
|
|
}
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" [maxlenght]="99" (change)="upload($event, 'examine')"
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" [maxlenght]="99" (change)="upload($event, 'examine')"
|
|
|
title="上传PDF"></app-comp-upload>
|
|
|
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
@@ -190,7 +190,7 @@
|
|
|
申报单位承诺意见
|
|
|
</a>
|
|
|
}
|
|
|
- <app-comp-upload [width]="320" (change)="upload($event, 'unitMaterial')" title="上传PDF"></app-comp-upload>
|
|
|
+ <app-comp-upload [type]="'pdf'" [width]="320" (change)="upload($event, 'unitMaterial')" title="上传PDF"></app-comp-upload>
|
|
|
<div class="text upText" style="margin: 10px 0">
|
|
|
支持上传PDF,大小不超过 2M
|
|
|
</div>
|