Commit cc6e3d0b authored by 华国豪's avatar 华国豪 🙄
parents 27992f42 d0e5fa70
......@@ -302,6 +302,7 @@ export default {
Sort: '2',
EmployeeId: '',
IsNotCancelFinance: 1,
IsSellOrderForm:1
},
GetFinancLogList: [],
LogLoading: true,
......
......@@ -57,7 +57,7 @@
<th width="80">返佣总计</th>
<th width="80">汇率</th>
<th width="80">凭证</th>
<th width="80">财务单据</th>
<th width="80" style="display:none;">财务单据</th>
<th width="80">操作</th>
</tr>
<tr v-if="list.length==0">
......@@ -154,8 +154,8 @@
v-if="img !== ''" style="cursor: pointer;">{{ '凭证' + (imgIndex + 1)}}</p>
</div>
</td>
<td class="more_td" :rowspan="2*outItem.StaticsReportList.length" v-if='index==0'>
<template v-for="subItem in item.CommonReport.PriceShopList">
<td class="more_td" :rowspan="2*outItem.StaticsReportList.length" v-if='index==0' style="display:none;">
<template v-for="subItem in item.CommonReport.PriceShopList" >
<div>
<!--subItem.ShopDetailsList-->
<p style="cursor: pointer;color:blue;" @click="CreateBill(subItem.ShopDetailsList,outItem.StaticsReportList)">生成单据</p>
......
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