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
94e311e1
Commit
94e311e1
authored
Nov 06, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3e0426ab
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
1 deletion
+27
-1
Ground.js
src/assets/common/lang/Japan/Ground.js
+8
-0
jp.js
src/assets/common/lang/jp.js
+1
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+2
-0
zh.js
src/assets/common/lang/zh.js
+1
-0
Ground.js
src/assets/common/lang/zhCN/Ground.js
+7
-0
Ground.js
src/assets/common/lang/zhTW/Ground.js
+7
-0
leaderPerformance.vue
src/components/LeaderManagement/leaderPerformance.vue
+1
-1
No files found.
src/assets/common/lang/Japan/Ground.js
View file @
94e311e1
...
...
@@ -544,6 +544,14 @@ export const obj = {
cbenjia
:
'原価'
,
xiaoji
:
'小計'
,
xzdanbuneng
:
'もうオーダーしましたが、価格と支払方法はもう修正できません。'
,
zwanpai
:
'まだ手配していません'
,
lddaoyou
:
'ガイド'
,
tuanbao
:
'団報'
,
cxlindui
:
'監督を再選する'
,
szlindui
:
'リーダーを置く'
,
glxiaoshou
:
'関連販売'
,
lduikongwei
:
'監督コントロール'
,
}
export
default
obj
;
\ No newline at end of file
src/assets/common/lang/jp.js
View file @
94e311e1
...
...
@@ -2589,6 +2589,7 @@ export const op={
syr
:
'所有者'
,
bmzg
:
'部門の主管'
,
fgszjl
:
'支社長'
,
opszje
:
'OP設定金額'
,
}
...
...
src/assets/common/lang/zh-tw.js
View file @
94e311e1
...
...
@@ -2584,6 +2584,8 @@ export const op={
syr
:
'所有人'
,
bmzg
:
'部門首長'
,
fgszjl
:
'分公司總經理'
,
opszje
:
'OP設定金額'
,
}
import
invoicesManager
from
'./zhTW/invoicesManager'
...
...
src/assets/common/lang/zh.js
View file @
94e311e1
...
...
@@ -2600,6 +2600,7 @@ export const op={
syr
:
'所有人'
,
bmzg
:
'部门主管'
,
fgszjl
:
'分公司总经理'
,
opszje
:
'OP设置金额'
,
}
import
invoicesManager
from
'./zhCN/invoicesManager'
...
...
src/assets/common/lang/zhCN/Ground.js
View file @
94e311e1
...
...
@@ -530,5 +530,12 @@ export const obj = {
cbenjia
:
'成本价'
,
xiaoji
:
'小计'
,
xzdanbuneng
:
'已制单,不能再修改价格和付款方式!'
,
zwanpai
:
'暂未安排'
,
lddaoyou
:
'领队导游'
,
tuanbao
:
'团报'
,
cxlindui
:
'重选领队'
,
szlindui
:
'设置领队'
,
glxiaoshou
:
'关联销售'
,
lduikongwei
:
'领队控位'
,
}
export
default
obj
;
\ No newline at end of file
src/assets/common/lang/zhTW/Ground.js
View file @
94e311e1
...
...
@@ -530,5 +530,12 @@ gsfkfs:'高速費用付款方式',
cbenjia
:
'成本價'
,
xiaoji
:
'小計'
,
xzdanbuneng
:
'已制單,不能再修改價格和付款方式!'
,
zwanpai
:
'暫未安排'
,
lddaoyou
:
'領隊導遊'
,
tuanbao
:
'團報'
,
cxlindui
:
'重選領隊'
,
szlindui
:
'設定領隊'
,
glxiaoshou
:
'關聯銷售'
,
lduikongwei
:
'領隊控比特'
,
}
export
default
obj
;
\ No newline at end of file
src/components/LeaderManagement/leaderPerformance.vue
View file @
94e311e1
...
...
@@ -345,7 +345,7 @@
</li>
<li>
<span>
<em>
{{
$t
(
'ground.g
ouwudian
'
)
}}
</em>
<em>
{{
$t
(
'ground.g
wd
'
)
}}
</em>
<el-select
v-model=
"msg.ShoppingID"
filterable
:placeholder=
"$t('system.ph_choice')"
>
<el-option
:label=
"$t('pub.pleaseSel')"
:value=
'0'
:key=
"0"
></el-option>
<el-option
v-for=
"item in ShopList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
...
...
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