Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
7c6cc307
Commit
7c6cc307
authored
Oct 31, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1b63e3a3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
11 deletions
+43
-11
en.js
src/assets/common/lang/en.js
+7
-0
jp.js
src/assets/common/lang/jp.js
+7
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+7
-0
zh.js
src/assets/common/lang/zh.js
+7
-0
CostSharing.vue
src/components/FinancialModule/CostSharing.vue
+15
-11
No files found.
src/assets/common/lang/en.js
View file @
7c6cc307
...
...
@@ -1116,6 +1116,13 @@ export const fnc = {
cjdanjia
:
'Unit Price'
,
jine
:
'Amount'
,
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'
,
yuanbi
:
'original currency'
,
sfjine
:
'Actual amount paid'
,
...
...
src/assets/common/lang/jp.js
View file @
7c6cc307
...
...
@@ -1060,6 +1060,13 @@ export const fnc = {
cjdanjia
:
'成約単価'
,
jine
:
'金額'
,
dtxjine
:
'未償却残高'
,
qishimonth
:
'開始月'
,
tanxiaomonth
:
'償却月数'
,
monthUnit
:
'ヶ月'
,
zhidanInfo
:
'請求情報'
,
zhidanDate
:
'請求時間'
,
nowmonthMoney
:
'当期配賦金額'
,
monthMoney
:
'月償却額'
,
onlyseebalance
:
'残高のあるものだけを見る'
,
yuanbi
:
'原貨'
,
sfjine
:
'実質支払金額'
,
...
...
src/assets/common/lang/zh-tw.js
View file @
7c6cc307
...
...
@@ -1106,6 +1106,13 @@ export const fnc = {
cjdanjia
:
'成交單價'
,
jine
:
'金額'
,
dtxjine
:
'待攤銷餘額'
,
qishimonth
:
'起始月份'
,
tanxiaomonth
:
'攤銷月數'
,
monthUnit
:
'個月'
,
monthMoney
:
'月攤金額'
,
zhidanInfo
:
'制單資訊'
,
zhidanDate
:
'制單時間'
,
nowmonthMoney
:
'當期分攤金額'
,
onlyseebalance
:
'只看有餘額的'
,
yuanbi
:
'原幣'
,
sfjine
:
'實付金額'
,
...
...
src/assets/common/lang/zh.js
View file @
7c6cc307
...
...
@@ -1116,6 +1116,13 @@ export const fnc = {
cjdanjia
:
'成交单价'
,
jine
:
'金额'
,
dtxjine
:
'待摊销余额'
,
qishimonth
:
'起始月份'
,
tanxiaomonth
:
'摊销月数'
,
monthMoney
:
'月摊金额'
,
nowmonthMoney
:
'当期分摊金额'
,
zhidanInfo
:
'制单信息'
,
zhidanDate
:
'制单时间'
,
monthUnit
:
'个月'
,
onlyseebalance
:
'只看有余额的'
,
yuanbi
:
'原币'
,
sfjine
:
'实付金额'
,
...
...
src/components/FinancialModule/CostSharing.vue
View file @
7c6cc307
...
...
@@ -108,7 +108,7 @@
<span>
{{
scope
.
row
.
BranchName
}}
</span>
</
template
>
</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"
>
<div>
<template
v-for=
"(s,si) in scope.row.CostTypeList"
>
...
...
@@ -158,23 +158,20 @@
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('fnc.fkduixiang')"
>
<
template
slot-scope=
"scope"
>
<span>
<span
style=
"color: gray"
>
{{
scope
.
row
.
Type
==
2
?
scope
.
row
.
ClientTypeName
+
':'
:
$t
(
'fnc.huikuanren'
)
+
':'
}}
</span><span>
{{
scope
.
row
.
RemitterName
}}
</span>
</span>
<span>
{{
scope
.
row
.
RemitterName
}}
</span>
</
template
>
</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"
>
<span
style=
"color: gray"
>
{{
scope
.
row
.
StartDate
}}
</span>
</
template
>
</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"
>
<span
style=
"color: gray"
>
{{
scope
.
row
.
RelevanceFrId2
}}
</span>
<span
style=
"color: gray"
>
{{
scope
.
row
.
RelevanceFrId2
}}
{{
$t
(
'fnc.monthUnit'
)
}}
</span>
</
template
>
</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"
>
<span
style=
"color: gray"
>
{{
scope
.
row
.
ShareMoney
}}
</span>
</
template
>
...
...
@@ -184,7 +181,7 @@
<span
style=
"color: gray"
>
{{
scope
.
row
.
Remain
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('
fnc.beizhu
')"
>
<el-table-column
prop=
""
:label=
"$t('
pub.pubRemark
')"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.Remark"
placement=
"top-start"
popper-class=
"max-w250"
>
...
...
@@ -195,7 +192,14 @@
<span
style=
"color: gray"
></span>
</
template
>
</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"
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
CreateByName
}}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment