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