Commit 5c57b00e authored by 吴春's avatar 吴春

费用摊销管理

parent bd42b55a
......@@ -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)',
......
......@@ -1059,6 +1059,8 @@ export const fnc = {
danjia:'単価',
cjdanjia:'成約単価',
jine:'金額',
dtxjine: '未償却残高',
onlyseebalance:'残高のあるものだけを見る',
yuanbi:'原貨',
sfjine:'実質支払金額',
daxie:'(大文字)',
......
......@@ -1105,6 +1105,8 @@ export const fnc = {
danjia: '單價',
cjdanjia: '成交單價',
jine: '金額',
dtxjine: '待攤銷餘額',
onlyseebalance:'只看有餘額的',
yuanbi: '原幣',
sfjine: '實付金額',
daxie: '(大寫)',
......
......@@ -1115,6 +1115,8 @@ export const fnc = {
danjia: '单价',
cjdanjia: '成交单价',
jine: '金额',
dtxjine: '待摊销余额',
onlyseebalance:'只看有余额的',
yuanbi: '原币',
sfjine: '实付金额',
daxie: '(大写)',
......
This diff is collapsed.
......@@ -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),
......
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