Commit fe27ffd8 authored by youjie's avatar youjie

no message

parent 77042559
......@@ -738,11 +738,42 @@
<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="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">
<el-tooltip class="item" effect="dark" :content="scope.row.ItemName" placement="bottom">
<p class="Remark-box">{{scope.row.ItemName}}</p>
</el-tooltip>
{{scope.rowType}}
</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>
</template>
</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>
......@@ -861,7 +892,8 @@
KingdeeBranchId:'0',
FinanceName:'记',
BranchIds:'',
AccountIdStr:''
AccountIdStr:'',
ColorType:1,//和平
},
BranchIds:[],
getCompanyMsg: { // 公司
......@@ -1167,7 +1199,7 @@
}else{
this.msg.BranchIds = ''
}
this.apipost('Financial_post_GetFinanceToKingdeePageList', this.msg, res => {
this.apipost('Financial_post_GetFinanceToKingdeePageListForHP', this.msg, res => {
if (res.data.resultCode == 1) {
let data = res.data.data.pageData;
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