Commit 695ec1ec authored by liudong1993's avatar liudong1993

1

parent d0c9db60
...@@ -355,6 +355,7 @@ export const obj = { ...@@ -355,6 +355,7 @@ export const obj = {
jdrs:'入店人数', jdrs:'入店人数',
ldyj:'引率コミッション', ldyj:'引率コミッション',
dyyj:'ガイドコミッション', dyyj:'ガイドコミッション',
picyj:'こみっしょん ',
gsyj:'会社のマージン', gsyj:'会社のマージン',
fyye:'返上残高', fyye:'返上残高',
fyzj:'返用合計', fyzj:'返用合計',
......
...@@ -341,6 +341,7 @@ export const obj = { ...@@ -341,6 +341,7 @@ export const obj = {
jdrs:'进店人数', jdrs:'进店人数',
ldyj:'领队佣金', ldyj:'领队佣金',
dyyj:'导游佣金', dyyj:'导游佣金',
picyj:'PIC佣金',
gsyj:'公司佣金', gsyj:'公司佣金',
fyye:'返佣余额', fyye:'返佣余额',
fyzj:'返佣总计', fyzj:'返佣总计',
......
...@@ -342,6 +342,7 @@ export const obj = { ...@@ -342,6 +342,7 @@ export const obj = {
jdrs:'進店人數', jdrs:'進店人數',
ldyj:'領隊傭金', ldyj:'領隊傭金',
dyyj:'導遊傭金', dyyj:'導遊傭金',
picyj:'PIC傭金',
gsyj:'公司傭金', gsyj:'公司傭金',
fyye:'返傭餘額', fyye:'返傭餘額',
fyzj:'返傭總計', fyzj:'返傭總計',
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
<th width="70">{{$t('fnc.a_zongjine')}}</th> <th width="70">{{$t('fnc.a_zongjine')}}</th>
<th width="80">{{$t('ground.ldyj')}}<br />({{$t('fnc.yingfu')}})</th> <th width="80">{{$t('ground.ldyj')}}<br />({{$t('fnc.yingfu')}})</th>
<th width="80">{{$t('ground.dyyj')}}<br />({{$t('fnc.yingfu')}})</th> <th width="80">{{$t('ground.dyyj')}}<br />({{$t('fnc.yingfu')}})</th>
<th width="80">{{$t('ground.picyj')}}<br />({{$t('fnc.yingfu')}})</th>
<th width="80">{{$t('ground.gsyj')}}<br />({{$t('fnc.yingshou')}})</th> <th width="80">{{$t('ground.gsyj')}}<br />({{$t('fnc.yingshou')}})</th>
<th width="80">{{$t('ground.fyye')}}</th> <th width="80">{{$t('ground.fyye')}}</th>
<th width="80">{{$t('ground.fyzj')}}</th> <th width="80">{{$t('ground.fyzj')}}</th>
...@@ -130,6 +131,9 @@ ...@@ -130,6 +131,9 @@
<td width="80"> <td width="80">
{{subItem.GuideCommission}} {{subItem.GuideCommission}}
</td> </td>
<td width="80">
{{subItem.PICCommission}}
</td>
<td width="80"> <td width="80">
{{subItem.CompanyCommission}} {{subItem.CompanyCommission}}
</td> </td>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<table border="0" cellspacing="1" cellpadding="0" class="roomReservationsTalbe" style="width:100%" v-loading="loading"> <table border="0" cellspacing="1" cellpadding="0" class="roomReservationsTalbe" style="width:100%" v-loading="loading">
<tr> <tr>
<th colspan="5">{{$t('ground.dycaozuo')}}</th> <th colspan="5">{{$t('ground.dycaozuo')}}</th>
<th colspan="8">{{$t('ground.dijieop')}}</th> <th colspan="9">{{$t('ground.dijieop')}}</th>
</tr> </tr>
<tr> <tr>
<th width="120" style="display:none;">{{$t('ground.jindianNum')}}</th> <th width="120" style="display:none;">{{$t('ground.jindianNum')}}</th>
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<th width="120" style="display:none;">{{$t('ground.pzUpload')}}</th> <th width="120" style="display:none;">{{$t('ground.pzUpload')}}</th>
<th width="100">{{$t('ground.ldyj')}}<br />{{$t('fnc.yingfu')}}</th> <th width="100">{{$t('ground.ldyj')}}<br />{{$t('fnc.yingfu')}}</th>
<th width="100">{{$t('ground.dyyj')}}<br />{{$t('fnc.yingfu')}}</th> <th width="100">{{$t('ground.dyyj')}}<br />{{$t('fnc.yingfu')}}</th>
<th width="100">{{$t('ground.picyj')}}<br />{{$t('fnc.yingfu')}}</th>
<th width="100">{{$t('ground.gsyj')}}<br />{{$t('fnc.yingshou')}}</th> <th width="100">{{$t('ground.gsyj')}}<br />{{$t('fnc.yingshou')}}</th>
<th width="100">{{$t('ground.fyye')}}</th> <th width="100">{{$t('ground.fyye')}}</th>
<th width="100">{{$t('ground.fyzj')}}</th> <th width="100">{{$t('ground.fyzj')}}</th>
...@@ -92,6 +93,10 @@ ...@@ -92,6 +93,10 @@
<el-input type="number" v-model="item.ShopDetailsList[0].GuideCommission"></el-input> <el-input type="number" v-model="item.ShopDetailsList[0].GuideCommission"></el-input>
<!--GuideCommission 导游佣金应付--> <!--GuideCommission 导游佣金应付-->
</td> </td>
<td class="more_td">
<el-input type="number" v-model="subItem.PICCommission"></el-input>
<!--PICCommission PIC佣金应付-->
</td>
<td class="more_td _height_45"> <td class="more_td _height_45">
<el-input type="number" v-model="subItem.CompanyCommission"></el-input> <el-input type="number" v-model="subItem.CompanyCommission"></el-input>
<!--CompanyCommission 公司佣金应收--> <!--CompanyCommission 公司佣金应收-->
......
...@@ -718,10 +718,11 @@ ...@@ -718,10 +718,11 @@
<th width="80">{{$t('ground.dymc')}}</th> <th width="80">{{$t('ground.dymc')}}</th>
<th width="80">{{$t('fnc.ldmingcheng')}}</th> <th width="80">{{$t('fnc.ldmingcheng')}}</th>
<th width="80">{{$t('ground.gwze')}}</th> <th width="80">{{$t('ground.gwze')}}</th>
<th width="100">{{$t('ground.ztstc')}}</th> <th width="100">{{$t('ground.gsyj')}}</th>
<th width="80">{{$t('ground.ldtc')}}</th> <th width="80">{{$t('ground.ldyj')}}</th>
<th width="80">{{$t('ground.dytc')}}</th> <th width="80">{{$t('ground.dyyj')}}</th>
<th width="80" style="display:none;">{{$t('hotel.hotel_CurrentRate')}}</th> <th width="80">{{$t('ground.picyj')}}</th>
<th width="80">{{$t('hotel.hotel_CurrentRate')}}</th>
<th width="80">{{$t('hotel.hotel_Currency')}}</th> <th width="80">{{$t('hotel.hotel_Currency')}}</th>
<th width="80">{{$t('pub.pubRemark')}}</th> <th width="80">{{$t('pub.pubRemark')}}</th>
<th width="80">{{$t('system.table_operation')}}</th> <th width="80">{{$t('system.table_operation')}}</th>
...@@ -744,7 +745,8 @@ ...@@ -744,7 +745,8 @@
<td>{{item.GroupExtract}}</td> <td>{{item.GroupExtract}}</td>
<td>{{item.LeaderExtract}}</td> <td>{{item.LeaderExtract}}</td>
<td>{{item.GuideExtract}}</td> <td>{{item.GuideExtract}}</td>
<td style="display:none;">{{item.Rate}}</td> <td>{{item.PICExtract}}</td>
<td>{{item.Rate}}</td>
<td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td> <td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td>
<td>{{item.Remarks}}</td> <td>{{item.Remarks}}</td>
<td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></td> <td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></td>
...@@ -794,6 +796,7 @@ ...@@ -794,6 +796,7 @@
TotalPrice: "", TotalPrice: "",
GroupExtract: "", GroupExtract: "",
GuideExtract: "", GuideExtract: "",
PICExtract:"",
LeaderExtract: "", LeaderExtract: "",
getShoppType: "", getShoppType: "",
isShow: false, isShow: false,
...@@ -1035,6 +1038,7 @@ ...@@ -1035,6 +1038,7 @@
TotalPrice: item.TotalPrice, TotalPrice: item.TotalPrice,
GroupExtract: item.GroupExtract, GroupExtract: item.GroupExtract,
GuideExtract: item.GuideExtract, GuideExtract: item.GuideExtract,
PICExtract : item.PICExtract,
LeaderExtract: item.LeaderExtract, LeaderExtract: item.LeaderExtract,
blank: 'y', blank: 'y',
tab: '购物店明细' tab: '购物店明细'
......
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