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
e00e51b3
Commit
e00e51b3
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
翻译 车行订单列表
parent
73a75e18
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
561 additions
and
554 deletions
+561
-554
jp.js
src/assets/common/lang/jp.js
+33
-31
zh-tw.js
src/assets/common/lang/zh-tw.js
+467
-465
fill.js
src/assets/common/lang/zhCN/fill.js
+3
-0
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+35
-35
offset.vue
src/components/public/offset.vue
+23
-23
No files found.
src/assets/common/lang/jp.js
View file @
e00e51b3
...
@@ -2618,5 +2618,7 @@ export const op={
...
@@ -2618,5 +2618,7 @@ export const op={
import
invoicesManager
from
'./Japan/invoicesManager'
import
invoicesManager
from
'./Japan/invoicesManager'
import
Ground
from
'./Japan/Ground'
import
Ground
from
'./Japan/Ground'
import
ObjFill
from
'./Japan/fill'
export
const
ios
=
invoicesManager
export
const
ios
=
invoicesManager
export
const
ground
=
Ground
export
const
ground
=
Ground
export
const
objFill
=
ObjFill
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zh-tw.js
View file @
e00e51b3
...
@@ -2648,5 +2648,7 @@ export const op={
...
@@ -2648,5 +2648,7 @@ export const op={
import
invoicesManager
from
'./zhTW/invoicesManager'
import
invoicesManager
from
'./zhTW/invoicesManager'
import
Ground
from
'./zhTW/Ground'
import
Ground
from
'./zhTW/Ground'
import
ObjFill
from
'./zhTW/fill'
export
const
ios
=
invoicesManager
export
const
ios
=
invoicesManager
export
const
ground
=
Ground
export
const
ground
=
Ground
export
const
objFill
=
ObjFill
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zhCN/fill.js
View file @
e00e51b3
...
@@ -26,6 +26,9 @@ export const obj = {
...
@@ -26,6 +26,9 @@ export const obj = {
noinvoicedocument
:
'暂无发票单据'
,
noinvoicedocument
:
'暂无发票单据'
,
balanceout
:
'冲抵'
,
balanceout
:
'冲抵'
,
groundsforcancellation
:
'取消理由'
,
groundsforcancellation
:
'取消理由'
,
precharge
:
'预付款冲抵'
,
amountoffset
:
'冲抵金额'
,
onlyoneitem
:
'只能选择一项!'
,
caravanshopcol
:
{
caravanshopcol
:
{
t1
:
'车/使用时间/天数'
,
t1
:
'车/使用时间/天数'
,
t2
:
'用车详情'
,
t2
:
'用车详情'
,
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
e00e51b3
This diff is collapsed.
Click to expand it.
src/components/public/offset.vue
View file @
e00e51b3
<
template
>
<
template
>
<el-dialog
title=
"预付款冲抵
"
width=
"860px"
:visible
.
sync=
"cdState"
center
@
close=
"close"
>
<el-dialog
:title=
"$t('objFill.precharge')
"
width=
"860px"
:visible
.
sync=
"cdState"
center
@
close=
"close"
>
<el-form
class=
"cdForm"
label-width=
"90px"
>
<el-form
class=
"cdForm"
label-width=
"90px"
>
<el-form-item
label=
"单号
"
prop=
"FrID"
>
<el-form-item
:label=
"$t('fnc.danhao')
"
prop=
"FrID"
>
<el-input
class=
"w220"
@
keyup
.
native=
"checkInteger(czMsg,'FrID')"
v-model=
"czMsg.FrID"
></el-input>
<el-input
class=
"w220"
@
keyup
.
native=
"checkInteger(czMsg,'FrID')"
v-model=
"czMsg.FrID"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"费用类型
"
>
<el-form-item
:label=
"$t('fnc.feiyongleixing')
"
>
<el-select
filterable
v-model=
'czMsg.CostTypeID'
class=
""
>
<el-select
filterable
v-model=
'czMsg.CostTypeID'
class=
""
>
<el-option
label=
"不限
"
value=
''
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')
"
value=
''
></el-option>
<el-option
v-for=
"(item,index) in costList"
:key=
"index"
:label=
"item.Name"
:value=
'item.ID'
></el-option>
<el-option
v-for=
"(item,index) in costList"
:key=
"index"
:label=
"item.Name"
:value=
'item.ID'
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<input
type=
"button"
value=
"查询
"
class=
"leader2Btn"
@
click=
"czgetList"
>
<input
type=
"button"
:value=
"$t('pub.searchBtn')
"
class=
"leader2Btn"
@
click=
"czgetList"
>
</el-form-item>
</el-form-item>
<el-form-item
label=
"交易日期
"
>
<el-form-item
:label=
"$t('fnc.jiaoyiriqi')
"
>
<el-date-picker
<el-date-picker
v-model=
"czdateList"
v-model=
"czdateList"
type=
"daterange"
type=
"daterange"
range-separator=
"至
"
:range-separator=
"$t('OrderList.zhi')
"
start-placeholder=
"开始日期
"
:start-placeholder=
"$t('OrderList.star')
"
end-placeholder=
"结束日期
"
>
:end-placeholder=
"$t('OrderList.end')
"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
...
@@ -27,15 +27,15 @@
...
@@ -27,15 +27,15 @@
<table
class=
"leaderPayTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"leaderPayTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th></th>
<th></th>
<th>
单号
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
公司
</th>
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th>
费用类型
</th>
<th>
{{
$t
(
'fnc.feiyongleixing'
)
}}
</th>
<th>
币种
</th>
<th>
{{
$t
(
'hotel.hotel_Currency'
)
}}
</th>
<th>
汇率
</th>
<th>
{{
$t
(
'hotel.hotel_CurrentRate'
)
}}
</th>
<th>
金额
</th>
<th>
{{
$t
(
'fnc.jine'
)
}}
</th>
<th>
冲抵金额
</th>
<th>
{{
$t
(
'objFill.amountoffset'
)
}}
</th>
<th>
状态
</th>
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
付款对象
</th>
<th>
{{
$t
(
'fnc.fkduixiang'
)
}}
</th>
</tr>
</tr>
<tr
v-for=
"(item,index) in czList"
:key=
"index"
>
<tr
v-for=
"(item,index) in czList"
:key=
"index"
>
<td><input
type=
"checkbox"
:value=
"item"
v-model=
"checkList"
@
change=
"ckeckOne"
></td>
<td><input
type=
"checkbox"
:value=
"item"
v-model=
"checkList"
@
change=
"ckeckOne"
></td>
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</td>
</td>
</tr>
</tr>
<tr
v-if=
"czList.length==0"
>
<tr
v-if=
"czList.length==0"
>
<td
colspan=
"12"
>
暂无数据
</td>
<td
colspan=
"12"
>
{{
$t
(
'system.content_noData'
)
}}
</td>
</tr>
</tr>
</table>
</table>
<el-pagination
background
@
current-change=
"handleCurrentChange2"
<el-pagination
background
@
current-change=
"handleCurrentChange2"
...
@@ -140,11 +140,11 @@
...
@@ -140,11 +140,11 @@
let
checkList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
checkList
))
let
checkList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
checkList
))
if
(
this
.
checkList
.
length
>
1
){
if
(
this
.
checkList
.
length
>
1
){
this
.
Error
(
"只能选择一项!"
);
this
.
Error
(
this
.
$t
(
'objFill.onlyoneitem'
)
);
return
;
return
;
}
}
if
(
this
.
checkList
.
length
==
0
){
if
(
this
.
checkList
.
length
==
0
){
this
.
Error
(
"至少选择一项"
);
this
.
Error
(
this
.
$t
(
'objFill.atleastone'
)
);
return
;
return
;
}
}
this
.
tradeObj
.
MatchFrId
=
this
.
checkList
[
0
].
FrID
this
.
tradeObj
.
MatchFrId
=
this
.
checkList
[
0
].
FrID
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
this
.
queryObj
.
czmsg
.
TCNUM
=
this
.
$route
.
query
.
id
this
.
queryObj
.
czmsg
.
TCNUM
=
this
.
$route
.
query
.
id
this
.
queryObj
.
czmsg
=
JSON
.
stringify
(
this
.
queryObj
.
czmsg
)
this
.
queryObj
.
czmsg
=
JSON
.
stringify
(
this
.
queryObj
.
czmsg
)
}
}
this
.
queryObj
.
searchTitle
=
'分摊'
;
this
.
queryObj
.
searchTitle
=
this
.
queryObj
.
searchTitle
?
this
.
queryObj
.
searchTitle
:
'分摊'
;
let
query
=
this
.
queryObj
let
query
=
this
.
queryObj
this
.
$emit
(
'success'
)
this
.
$emit
(
'success'
)
this
.
close
()
this
.
close
()
...
@@ -212,7 +212,7 @@
...
@@ -212,7 +212,7 @@
this
.
checkList
.
splice
(
0
,
1
);
this
.
checkList
.
splice
(
0
,
1
);
}
}
if
(
this
.
checkList
.
length
>
1
){
if
(
this
.
checkList
.
length
>
1
){
this
.
Error
(
"只能选择一项!"
);
this
.
Error
(
this
.
$t
(
'objFill.onlyoneitem'
)
);
}
}
},
},
handleCurrentChange2
(
val
)
{
handleCurrentChange2
(
val
)
{
...
...
This diff is collapsed.
Click to expand it.
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