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
5c57b00e
Commit
5c57b00e
authored
Oct 30, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用摊销管理
parent
bd42b55a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
493 additions
and
1 deletion
+493
-1
en.js
src/assets/common/lang/en.js
+2
-0
jp.js
src/assets/common/lang/jp.js
+2
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+2
-0
zh.js
src/assets/common/lang/zh.js
+2
-0
CostSharing.vue
src/components/FinancialModule/CostSharing.vue
+476
-0
config.js
src/router/config.js
+9
-1
No files found.
src/assets/common/lang/en.js
View file @
5c57b00e
...
...
@@ -1115,6 +1115,8 @@ export const fnc = {
danjia
:
'Unit Price'
,
cjdanjia
:
'Unit Price'
,
jine
:
'Amount'
,
dtxjine
:
'Amortized balance'
,
onlyseebalance
:
'Only look at those with balances'
,
yuanbi
:
'original currency'
,
sfjine
:
'Actual amount paid'
,
daxie
:
'(uppercase)'
,
...
...
src/assets/common/lang/jp.js
View file @
5c57b00e
...
...
@@ -1059,6 +1059,8 @@ export const fnc = {
danjia
:
'単価'
,
cjdanjia
:
'成約単価'
,
jine
:
'金額'
,
dtxjine
:
'未償却残高'
,
onlyseebalance
:
'残高のあるものだけを見る'
,
yuanbi
:
'原貨'
,
sfjine
:
'実質支払金額'
,
daxie
:
'(大文字)'
,
...
...
src/assets/common/lang/zh-tw.js
View file @
5c57b00e
...
...
@@ -1105,6 +1105,8 @@ export const fnc = {
danjia
:
'單價'
,
cjdanjia
:
'成交單價'
,
jine
:
'金額'
,
dtxjine
:
'待攤銷餘額'
,
onlyseebalance
:
'只看有餘額的'
,
yuanbi
:
'原幣'
,
sfjine
:
'實付金額'
,
daxie
:
'(大寫)'
,
...
...
src/assets/common/lang/zh.js
View file @
5c57b00e
...
...
@@ -1115,6 +1115,8 @@ export const fnc = {
danjia
:
'单价'
,
cjdanjia
:
'成交单价'
,
jine
:
'金额'
,
dtxjine
:
'待摊销余额'
,
onlyseebalance
:
'只看有余额的'
,
yuanbi
:
'原币'
,
sfjine
:
'实付金额'
,
daxie
:
'(大写)'
,
...
...
src/components/FinancialModule/CostSharing.vue
0 → 100644
View file @
5c57b00e
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
5c57b00e
...
...
@@ -4210,7 +4210,15 @@ export default {
meta
:
{
title
:
'收支款查询管理'
},
},
{
//财务 财务单据 收款查询管理
},
{
//财务 财务单据 费用分摊管理
path
:
'/CostSharing'
,
name
:
'CostSharing'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/CostSharing'
],
resolve
),
meta
:
{
title
:
'费用摊销查询管理'
},
}
,
{
//财务 财务单据 收款查询管理
path
:
'/RecPayQueryKM'
,
name
:
'RecPayQueryKM'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/RecPayQueryKM'
],
resolve
),
...
...
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