Commit 7c6cc307 authored by 吴春's avatar 吴春

1

parent 1b63e3a3
...@@ -1116,6 +1116,13 @@ export const fnc = { ...@@ -1116,6 +1116,13 @@ export const fnc = {
cjdanjia: 'Unit Price', cjdanjia: 'Unit Price',
jine: 'Amount', jine: 'Amount',
dtxjine: 'Amortized balance', dtxjine: 'Amortized balance',
qishimonth: 'Starting month',
tanxiaomonth: 'Amortization months',
monthUnit:'Month',
zhidanInfo:'Document preparation information',
zhidanDate:'Production time',
nowmonthMoney:'Current amortization amount',
monthMoney: 'Monthly amortization amount',
onlyseebalance:'Only look at those with balances', onlyseebalance:'Only look at those with balances',
yuanbi: 'original currency', yuanbi: 'original currency',
sfjine: 'Actual amount paid', sfjine: 'Actual amount paid',
......
...@@ -1060,6 +1060,13 @@ export const fnc = { ...@@ -1060,6 +1060,13 @@ export const fnc = {
cjdanjia:'成約単価', cjdanjia:'成約単価',
jine:'金額', jine:'金額',
dtxjine: '未償却残高', dtxjine: '未償却残高',
qishimonth: '開始月',
tanxiaomonth: '償却月数',
monthUnit:'ヶ月',
zhidanInfo:'請求情報',
zhidanDate:'請求時間',
nowmonthMoney:'当期配賦金額',
monthMoney: '月償却額',
onlyseebalance:'残高のあるものだけを見る', onlyseebalance:'残高のあるものだけを見る',
yuanbi:'原貨', yuanbi:'原貨',
sfjine:'実質支払金額', sfjine:'実質支払金額',
......
...@@ -1106,6 +1106,13 @@ export const fnc = { ...@@ -1106,6 +1106,13 @@ export const fnc = {
cjdanjia: '成交單價', cjdanjia: '成交單價',
jine: '金額', jine: '金額',
dtxjine: '待攤銷餘額', dtxjine: '待攤銷餘額',
qishimonth: '起始月份',
tanxiaomonth: '攤銷月數',
monthUnit:'個月',
monthMoney: '月攤金額',
zhidanInfo:'制單資訊',
zhidanDate:'制單時間',
nowmonthMoney:'當期分攤金額',
onlyseebalance:'只看有餘額的', onlyseebalance:'只看有餘額的',
yuanbi: '原幣', yuanbi: '原幣',
sfjine: '實付金額', sfjine: '實付金額',
......
...@@ -1116,6 +1116,13 @@ export const fnc = { ...@@ -1116,6 +1116,13 @@ export const fnc = {
cjdanjia: '成交单价', cjdanjia: '成交单价',
jine: '金额', jine: '金额',
dtxjine: '待摊销余额', dtxjine: '待摊销余额',
qishimonth: '起始月份',
tanxiaomonth: '摊销月数',
monthMoney: '月摊金额',
nowmonthMoney:'当期分摊金额',
zhidanInfo:'制单信息',
zhidanDate:'制单时间',
monthUnit:'个月',
onlyseebalance:'只看有余额的', onlyseebalance:'只看有余额的',
yuanbi: '原币', yuanbi: '原币',
sfjine: '实付金额', sfjine: '实付金额',
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<span>{{scope.row.BranchName}}</span> <span>{{scope.row.BranchName}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.feiyongleixing')" > <el-table-column prop="" :label="$t('fnc.feiyongleixing')" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<template v-for="(s,si) in scope.row.CostTypeList"> <template v-for="(s,si) in scope.row.CostTypeList">
...@@ -158,23 +158,20 @@ ...@@ -158,23 +158,20 @@
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.fkduixiang')"> <el-table-column prop="" :label="$t('fnc.fkduixiang')">
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>{{scope.row.RemitterName}}</span>
<span
style="color: gray">{{scope.row.Type==2?scope.row.ClientTypeName+':':$t('fnc.huikuanren')+':'}}</span><span>{{scope.row.RemitterName}}</span>
</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('system.table_begTime')" width="100"> <el-table-column prop="" :label="$t('fnc.qishimonth')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: gray">{{scope.row.StartDate}}</span> <span style="color: gray">{{scope.row.StartDate}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('objFill.v101.commissonBill.yuefen')" width="100"> <el-table-column prop="" :label="$t('fnc.tanxiaomonth')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: gray">{{scope.row.RelevanceFrId2}}</span> <span style="color: gray">{{scope.row.RelevanceFrId2}}{{ $t('fnc.monthUnit')}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('objFill.v101.FinancialModule.pingjun')+$t('fnc.jine')" width="100"> <el-table-column prop="" :label="$t('fnc.monthMoney')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: gray">{{scope.row.ShareMoney}}</span> <span style="color: gray">{{scope.row.ShareMoney}}</span>
</template> </template>
...@@ -184,7 +181,7 @@ ...@@ -184,7 +181,7 @@
<span style="color: gray">{{scope.row.Remain}}</span> <span style="color: gray">{{scope.row.Remain}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.beizhu')" > <el-table-column prop="" :label="$t('pub.pubRemark')" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.Remark" placement="top-start" <el-tooltip class="item" effect="dark" :content="scope.row.Remark" placement="top-start"
popper-class="max-w250"> popper-class="max-w250">
...@@ -195,7 +192,14 @@ ...@@ -195,7 +192,14 @@
<span style="color: gray"></span> <span style="color: gray"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.zhidanInfo')" >
<template slot-scope="scope">
<p style="line-height:20px">{{$t('fnc.zhidanren')}}<span>{{scope.row.FCreateByName}}</span></p>
<p style="line-height:20px">{{$t('fnc.zhidanDate')}}<span>{{scope.row.FCreateDate}}</span></p>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('admin.admin_czPerson')" width="100"> <el-table-column prop="" :label="$t('admin.admin_czPerson')" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.CreateByName}}</div> <div>{{scope.row.CreateByName}}</div>
......
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