|
@@ -41,7 +41,7 @@
|
|
|
</el-form>
|
|
|
</HcCardItem>
|
|
|
|
|
|
- <HcCardItem title="数据详情" class="mt-4" v-if="dataType !== '任务审批'||dataType !== '开票审批'||dataType !== '外包支付'||dataType !== '财务审核'">
|
|
|
+ <HcCardItem title="数据详情" class="mt-4" v-if="dataType!=='任务审批'">
|
|
|
<!-- 报销 -->
|
|
|
<div class="hc-info-list" v-if="dataType=='报销审批'">
|
|
|
<HcListItem title="报销金额:" :content="otherInfo?.frMoney"/>
|
|
@@ -50,15 +50,17 @@
|
|
|
<HcListItem title="费用说明:" :content="otherInfo?.frDesc"/>
|
|
|
<HcListItem title="电子发票:" >
|
|
|
<HcImg ui="img" :index="0"
|
|
|
+ v-if="otherInfo?.frElectronicInvoiceUrl"
|
|
|
:src="otherInfo?.frElectronicInvoiceUrl"
|
|
|
- :srcs="['https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg']"
|
|
|
+ :srcs="[otherInfo?.frElectronicInvoiceUrl]"
|
|
|
/>
|
|
|
|
|
|
</HcListItem>
|
|
|
<HcListItem title="附件文件:" >
|
|
|
<HcImg ui="img" :index="0"
|
|
|
+ v-if="otherInfo?.frElectronicInvoiceUrl"
|
|
|
:src="otherInfo?.frAttachmentUrl"
|
|
|
- :srcs="['https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg']"
|
|
|
+ :srcs="[otherInfo?.frAttachmentUrl]"
|
|
|
/>
|
|
|
|
|
|
</HcListItem>
|