Commit c429e401 authored by youjie's avatar youjie

no message

parent c63a3dd8
...@@ -763,11 +763,11 @@ ...@@ -763,11 +763,11 @@
<div class="row wrap orderNo fz12 py"> <div class="row wrap orderNo fz12 py">
<span <span
class="cursor-pointer radius5 mr px5" class="cursor-pointer radius5 mr px5"
:class="{'bgD9F3FF':x.Status==1,'bgFAEAED':x.Status==2,'bjFFF3E0':x.Status==3, :class="{'bgD9F3FF':x.InvoiceApplyState===1,'bgFAEAED':x.InvoiceApplyState===2,'bjFFF3E0':x.InvoiceApplyState>2,
'c3FC4FF':x.Status==1,'cF1416C':x.Status==2,'cff9800':x.Status==3}" 'c3FC4FF':x.InvoiceApplyState===1,'cF1416C':x.InvoiceApplyState===2,'cff9800':x.InvoiceApplyState>2}"
v-for="(x, i) in item.InvoiceApplyList" v-for="(x, i) in item.InvoiceApplyList"
@click="openDetails(x)" @click="openDetails(x)"
>{{ x.FrID }}</span >{{ x.ID }}</span
> >
<span v-if="item.InvoiceApplyList&&item.InvoiceApplyList.length == 0" class="c9e fz12"> <span v-if="item.InvoiceApplyList&&item.InvoiceApplyList.length == 0" class="c9e fz12">
暂无发票单据 暂无发票单据
...@@ -1321,7 +1321,7 @@ ...@@ -1321,7 +1321,7 @@
// 单据详情 // 单据详情
openDetails(item) { openDetails(item) {
let query = { let query = {
id: item.FrID, id: item.FrID?item.FrID:item.ID,
blank: "y", blank: "y",
}; };
this.$router.push({ this.$router.push({
......
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