Commit 3faeb0c0 authored by 吴春's avatar 吴春

1

parent 96efbf11
......@@ -3669,6 +3669,7 @@
if (res.data.resultCode == 1) {
let data = res.data.data;
this.benMoney = 0
this.AuditOrRefundMsg.KingdeeInvoice=data.KingdeeInvoice+"";
data.DetailList.forEach(x => {
x.UnitPrice = this.$commonUtils.addCommas(Math.round(x.UnitPrice * 100) / 100)
x.Money = Math.round(x.Money * 100) / 100
......
......@@ -909,7 +909,7 @@
</div>
<div v-if="$route.query.Type==2||msg.Type==2">
<p>上传发票附件<span class="_addUpload_tips">{{$t('tips.wjdxbncgsz')}}</span></p>
<p>上传发票附件<span class="_addUpload_tips">{{$t('tips.wjdxbncgsz')}}</span><span class="_addUpload_tips" style="color:red;">此单如暂无发票 请忽略</span></p>
<!-- <el-upload
:http-request="uploadFileBtn"
:multiple="true" :show-file-list="false" action="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment