Commit fe27ffd8 authored by youjie's avatar youjie

no message

parent 77042559
...@@ -738,14 +738,45 @@ ...@@ -738,14 +738,45 @@
<el-table-column prop="Code" label="金蝶币种code" width="100"></el-table-column> <el-table-column prop="Code" label="金蝶币种code" width="100"></el-table-column>
<el-table-column prop="Name" label="金蝶币种别名" width="100"></el-table-column> <el-table-column prop="Name" label="金蝶币种别名" width="100"></el-table-column>
<el-table-column prop="RateType" label="金蝶汇率类型" width="100"></el-table-column> <el-table-column prop="RateType" label="金蝶汇率类型" width="100"></el-table-column>
<el-table-column prop="ItemName" label="金蝶核算项目" width="100"> <el-table-column prop="Type" label="收支类型" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.ItemName" placement="bottom"> {{scope.rowType}}
<p class="Remark-box">{{scope.row.ItemName}}</p> </template>
</el-table-column>
<el-table-column prop="RemitterName" label="收款/付款对象" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.RemitterName" placement="bottom">
<p class="Remark-box">{{scope.row.RemitterName}}</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="RB_BranchName" label="公司" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.RB_BranchName" placement="bottom">
<p class="Remark-box">{{scope.row.RB_BranchName}}</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="OrderID" label="关联订单" width="100"></el-table-column>
<el-table-column prop="TCNUM" label="关联团号" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.TCNUM" placement="bottom">
<p class="Remark-box">{{scope.row.TCNUM}}</p>
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="ItemName" label="金蝶核算项目" width="200">
<template slot-scope="scope">
<div v-for="(item,index) in scope.row.ItemList" :key="index">
<el-tooltip class="item" effect="dark" :content="item" placement="bottom">
<p class="Remark-box">{{item}}</p>
</el-tooltip>
</div>
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
...@@ -861,7 +892,8 @@ ...@@ -861,7 +892,8 @@
KingdeeBranchId:'0', KingdeeBranchId:'0',
FinanceName:'记', FinanceName:'记',
BranchIds:'', BranchIds:'',
AccountIdStr:'' AccountIdStr:'',
ColorType:1,//和平
}, },
BranchIds:[], BranchIds:[],
getCompanyMsg: { // 公司 getCompanyMsg: { // 公司
...@@ -1167,7 +1199,7 @@ ...@@ -1167,7 +1199,7 @@
}else{ }else{
this.msg.BranchIds = '' this.msg.BranchIds = ''
} }
this.apipost('Financial_post_GetFinanceToKingdeePageList', this.msg, res => { this.apipost('Financial_post_GetFinanceToKingdeePageListForHP', this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data.pageData; let data = res.data.data.pageData;
this.total = res.data.data.count; this.total = res.data.data.count;
......
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