Commit 844f5f43 authored by 王悦's avatar 王悦

应付团款查询

parent cdcd7750
...@@ -263,9 +263,9 @@ ...@@ -263,9 +263,9 @@
<tr v-for=" ( son , sIndex ) in item.OrderList "> <tr v-for=" ( son , sIndex ) in item.OrderList ">
<td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td> <td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td>
<td> {{ son.ContactName }} </td> <td> {{ son.ContactName }} </td>
<td> {{ son.EmName }} </td> <td> {{ son.EmName }}<br/>{{son.CreateDate}} </td>
<td> {{ son.PreferPrice }} </td> <td> {{ son.PreferPrice }} </td>
<td> <span :class="son.DaiShou > 0 ? '_color_red':''"> {{ son.Income }} </span> </td> <td> <span :class="son.DaiShou != 0 ? '_color_red':''"> {{ son.Income }} </span> </td>
<td>{{ son.DaiShou}} </td> <td>{{ son.DaiShou}} </td>
<td> {{ son.Refund }} </td> <td> {{ son.Refund }} </td>
<td> {{ son.PlatformTax }} </td> <td> {{ son.PlatformTax }} </td>
...@@ -275,12 +275,8 @@ ...@@ -275,12 +275,8 @@
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr class="_color_red">
<td>合计</td> <td colspan="5">合计</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>{{Statistics.PreferPrice}}</td> <td>{{Statistics.PreferPrice}}</td>
<td>{{Statistics.Income}}</td> <td>{{Statistics.Income}}</td>
<td>{{Statistics.DueinMoney}}</td> <td>{{Statistics.DueinMoney}}</td>
......
This diff is collapsed.
...@@ -2227,7 +2227,16 @@ export default { ...@@ -2227,7 +2227,16 @@ export default {
meta: { meta: {
title: '应收团款查询' title: '应收团款查询'
}, },
}, { //财务 财务单据 出纳工作台 },
{ //财务 财务单据 应付团款查询
path: '/RecPayQueryTeamV2',
name: '/RecPayQueryTeamV2',
component: resolve => require(['@/components/FinancialModule/RecPayQueryTeamV2'], resolve),
meta: {
title: '应付团款查询'
},
},
{ //财务 财务单据 出纳工作台
path: '/CashierWork', path: '/CashierWork',
name: 'CashierWork', name: 'CashierWork',
component: resolve => require(['@/components/FinancialModule/CashierWork'], resolve), component: resolve => require(['@/components/FinancialModule/CashierWork'], resolve),
......
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