Commit ea0119b4 authored by liudong1993's avatar liudong1993

1

parent e54b61b7
...@@ -3101,6 +3101,7 @@ export const obj = { ...@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf: 'Yongle Payment Fee ', yonglefksxf: 'Yongle Payment Fee ',
yufkyezymx: 'Advance Payment Balance Transfer Details ', yufkyezymx: 'Advance Payment Balance Transfer Details ',
oyzhgld: 'Eurasian and Zhaohong related documents', oyzhgld: 'Eurasian and Zhaohong related documents',
yxhfgld: 'Impression kimono related sheet',
yufudan: 'Prepaid order ', yufudan: 'Prepaid order ',
yufujine: 'Prepaid amount ', yufujine: 'Prepaid amount ',
zhuanyidan: 'Transfer order ', zhuanyidan: 'Transfer order ',
......
...@@ -3100,7 +3100,8 @@ export const obj = { ...@@ -3100,7 +3100,8 @@ export const obj = {
chehangbydd: '車屋の月極注文', chehangbydd: '車屋の月極注文',
yonglefksxf: '永楽支払い手数料', yonglefksxf: '永楽支払い手数料',
yufkyezymx: '前払金残高振替明細', yufkyezymx: '前払金残高振替明細',
oyzhgld: 'ユーラシア、メガホン関連リスト', oyzhgld: 'イメージ着物関連シート',
yxhfgld: '印象和服关联单',
yufudan: '前払い金', yufudan: '前払い金',
yufujine: '前払金', yufujine: '前払金',
zhuanyidan: '振替伝票', zhuanyidan: '振替伝票',
......
...@@ -3101,6 +3101,7 @@ export const obj = { ...@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf: '永乐付款手续费', yonglefksxf: '永乐付款手续费',
yufkyezymx: '预付款余额转移明细', yufkyezymx: '预付款余额转移明细',
oyzhgld: '欧亚、兆鸿关联单', oyzhgld: '欧亚、兆鸿关联单',
yxhfgld: '印象和服关联单',
yufudan: '预付单', yufudan: '预付单',
yufujine: '预付金额', yufujine: '预付金额',
zhuanyidan: '转移单', zhuanyidan: '转移单',
......
...@@ -3101,6 +3101,7 @@ export const obj = { ...@@ -3101,6 +3101,7 @@ export const obj = {
yonglefksxf: '永樂付款手續費', yonglefksxf: '永樂付款手續費',
yufkyezymx: '預付款餘額轉移明細', yufkyezymx: '預付款餘額轉移明細',
oyzhgld: '欧亚、兆鸿关联单', oyzhgld: '欧亚、兆鸿关联单',
yxhfgld: '印象和服關聯單',
yufudan: '預付單', yufudan: '預付單',
yufujine: '預付金額', yufujine: '預付金額',
zhuanyidan: '轉移單', zhuanyidan: '轉移單',
......
...@@ -119,6 +119,37 @@ ...@@ -119,6 +119,37 @@
</table> </table>
</div> </div>
</div> </div>
<div v-if="details.SpecialType && details.SpecialType==13">
<div class="_tit">
<span class="_text">{{$t('objFill.v101.BasicDocuments.yxhfgld')}}</span>
<div>
<span class="_btn" v-if="tableShow" @click="tableShow=false">{{$t('fnc.shouqi')}} <i class="iconfont icon-gengduo _rotate"></i> </span>
<span class="_btn" v-else @click="tableShow=true">{{$t('fnc.zhankai')}} <i class="iconfont icon-gengduo"></i> </span>
</div>
</div>
<div v-show="tableShow" class="sanjiao-box _padding_20_15">
<table border="1" class="czBillModule _border_color_b Receipt_table" bordercolor="#c94052" style="border-collapse:collapse;width: 100%;" v-loading='loading'>
<tr>
<th>{{$t('sm.company')}}</th>
<th>{{$t('advmanager.v_type')}}</th>
<th>{{$t('fnc.danhao')}}</th>
<th>{{$t('fnc.feiyongleixing')}}</th>
<th>{{$t('fnc.yuanbi')}}</th>
<th>{{$t('fnc.bweibi')}}</th>
<th>{{$t('hotel.hotel_status')}}</th>
</tr>
<tr class="_color_b" v-for="(item,index) in KimonoList" :key="index">
<td>{{item.BranchName}}</td>
<th>{{item.TypeName}}</th>
<td class="hover_text" @click="goDetail(item.FrID)" ><span>{{item.FrID}}</span></td>
<th>{{item.CostTypeIdStr}}</th>
<td>{{item.WBMoney}}</td>
<td>{{item.Money}}</td>
<td>{{item.Status}}</td>
</tr>
</table>
</div>
</div>
<div v-if="IsAdvanceFinance==1" style="border-top: 1px solid #DDDDDD;"> <div v-if="IsAdvanceFinance==1" style="border-top: 1px solid #DDDDDD;">
<div class="_tit"> <div class="_tit">
<span class="_text">{{$t('objFill.chongdidanju')}}</span> <span class="_text">{{$t('objFill.chongdidanju')}}</span>
...@@ -349,6 +380,7 @@ export default { ...@@ -349,6 +380,7 @@ export default {
Area_Name: '', Area_Name: '',
matchTransferList: [], matchTransferList: [],
zhaohongList: [], zhaohongList: [],
KimonoList: [],
JapanCarModel: {} JapanCarModel: {}
} }
},watch:{ },watch:{
...@@ -431,6 +463,8 @@ export default { ...@@ -431,6 +463,8 @@ export default {
this.getJapanCarDetails(); this.getJapanCarDetails();
}else if(this.details.SpecialType && this.details.SpecialType==12){ }else if(this.details.SpecialType && this.details.SpecialType==12){
this.getZhaoHongList(); this.getZhaoHongList();
}else if(this.details.SpecialType && this.details.SpecialType==13){
this.getKimonoList();
} }
}, },
goTravelControlList(id){ goTravelControlList(id){
...@@ -509,6 +543,22 @@ export default { ...@@ -509,6 +543,22 @@ export default {
} }
}, err => {}) }, err => {})
}, },
getKimonoList(){
this.loading = true
let msg={
FrId:this.FrID
};
this.apipost('Financial_post_GetYXKimonoReList', msg, res => {
this.loading = false
if (res.data.resultCode == 1) {
let data=res.data.data;
this.KimonoList=data;
}
else{
this.Error(res.data.message)
}
}, err => {})
},
// OtherType=7详情 // OtherType=7详情
getDetails(){ getDetails(){
this.loading = true; this.loading = true;
......
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