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
fe29e3ae
Commit
fe29e3ae
authored
Mar 25, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
29c2eabf
d159e8c8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
42 deletions
+59
-42
zh.js
src/assets/common/lang/zh.js
+18
-1
paySetting.vue
src/components/FinancialModule/paySetting.vue
+38
-38
AccountType.vue
src/components/systemManagement/AccountType.vue
+3
-3
No files found.
src/assets/common/lang/zh.js
View file @
fe29e3ae
...
@@ -883,6 +883,7 @@ export const fnc = {
...
@@ -883,6 +883,7 @@ export const fnc = {
jigou
:
'机构'
,
jigou
:
'机构'
,
qsrneirong
:
'请输入内容'
,
qsrneirong
:
'请输入内容'
,
zhanghuleixing
:
'账户类型'
,
zhanghuleixing
:
'账户类型'
,
zhfenlei
:
'账户分类'
,
yueacc
:
'余额'
,
yueacc
:
'余额'
,
bwbyue
:
'本位币余额'
,
bwbyue
:
'本位币余额'
,
caozuoriqi
:
'操作日期'
,
caozuoriqi
:
'操作日期'
,
...
@@ -929,7 +930,12 @@ export const fnc = {
...
@@ -929,7 +930,12 @@ export const fnc = {
tjzhanghu
:
'添加账户'
,
tjzhanghu
:
'添加账户'
,
sfduigong
:
'是否对公'
,
sfduigong
:
'是否对公'
,
sybumen
:
'适用部门:'
,
sybumen
:
'适用部门:'
,
shanghuhao
:
'商户号'
,
qqdizhi
:
'请求地址'
,
zfxinxi
:
'支付信息'
,
shsiyao
:
'商户私钥'
,
ptgongyao
:
'平台公钥'
,
banbenhao
:
'版本号'
,
}
}
export
const
tips
=
{
export
const
tips
=
{
tips
:
'提示'
,
tips
:
'提示'
,
...
@@ -979,6 +985,8 @@ export const tips = {
...
@@ -979,6 +985,8 @@ export const tips = {
znengExcel
:
'只能上传Excel文件,重复的费用类型不会添加哦'
,
znengExcel
:
'只能上传Excel文件,重复的费用类型不会添加哦'
,
shangchuanExcel
:
'上传文件只能是 excel 格式!'
,
shangchuanExcel
:
'上传文件只能是 excel 格式!'
,
feiyongleixing
:
'费用类型?'
,
feiyongleixing
:
'费用类型?'
,
qxzzhleixing
:
'请选择账户类型!'
,
dzfpzxxdelete
:
'的支付信息配置?删除后不可撤回!'
,
}
}
export
const
Operation
=
{
export
const
Operation
=
{
Op_ShortName
:
'线路简称'
,
Op_ShortName
:
'线路简称'
,
...
@@ -1055,4 +1063,13 @@ export const rule = {
...
@@ -1055,4 +1063,13 @@ export const rule = {
qxzlxcengji
:
'请选择类型层级'
,
qxzlxcengji
:
'请选择类型层级'
,
qtxzhmingcheng
:
'请填写账户名称'
,
qtxzhmingcheng
:
'请填写账户名称'
,
qxzsybumen
:
'请选择适用部门'
,
qxzsybumen
:
'请选择适用部门'
,
qsrshuhao
:
'请输入商户号'
,
qsrshsyao
:
'请输入商户私钥'
,
qsrptsiyao
:
'请输入平台公钥'
,
qsrqqdizhi
:
'请输入请求地址'
,
qsrbbenhao
:
'请输入版本号'
,
qxzssgongsi
:
'请选择所属公司'
,
qxzshleixing
:
'请选择账户类型'
,
qxzzhfenlei
:
'请选择账户分类'
,
qxzzhanghu
:
'请选择账户'
,
}
}
src/components/FinancialModule/paySetting.vue
View file @
fe29e3ae
This diff is collapsed.
Click to expand it.
src/components/systemManagement/AccountType.vue
View file @
fe29e3ae
...
@@ -473,9 +473,9 @@
...
@@ -473,9 +473,9 @@
isdelete
(
ID
){
isdelete
(
ID
){
this
.
deleteID
=
ID
;
this
.
deleteID
=
ID
;
this
.
$confirm
(
this
.
$t
(
'tips.shifoushanchu'
),
this
.
$t
(
'tips.tips'
)
,{
this
.
$confirm
(
this
.
$t
(
'tips.shifoushanchu'
),
this
.
$t
(
'tips.tips'
)
,{
confirmButtonText
:
this
.
$t
(
'pub.sureBtn'
),
confirmButtonText
:
this
.
$t
(
'pub.sureBtn'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
...
...
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