Commit aea80ecb authored by 吴春's avatar 吴春

修改错误信息

parent 1c5fd194
......@@ -565,7 +565,7 @@
<div class="recpayQueryMore" v-if="
scope.row.TradeWayList&&scope.row.TradeWayList.length>0&&isManageFinance == true" @click="showjiaoyi(scope.row.FrID)">交易方式</div>
<div class="recpayQueryMore" v-if="IsUpdatePayment == true && scope.row.Type==2" @click="showPayment(scope.row.FrID)">修改垫付对象</div>
<div class="recpayQueryMore" v-if="scope.row.KingdeeInvoice!=3&&scope.row.Type==2&&IsUpdatePayment" @click="showHelpBranch(scope.row)">{{(scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==0)?'不需要发票':'需要发票'}}</div>
<div class="recpayQueryMore" v-if="scope.row.KingdeeInvoice!=3&&scope.row.Type==2&&IsUpdatePayment" @click="EditInvoiceStatus(scope.row)">{{(scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==0)?'不需要发票':'需要发票'}}</div>
<div class="recpayQueryMore" v-if="(scope.row.Type==1||scope.row.Type==2)&& IsUpdatePayment" @click="showHelpBranch(scope.row)">{{scope.row.Type==1?'修改帮代收公司':(scope.row.Type==2?'修改帮代付公司':'')}}</div>
<i slot="reference" style="width: 30px;
height: 30px;
......
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