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
20af55b8
Commit
20af55b8
authored
Feb 06, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增机票加价字段
parent
c8f9e203
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
6 deletions
+23
-6
en.js
src/assets/common/lang/en.js
+1
-0
jp.js
src/assets/common/lang/jp.js
+1
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+1
-0
zh.js
src/assets/common/lang/zh.js
+1
-0
lineManagement.vue
src/components/systemManagement/lineManagement.vue
+19
-6
No files found.
src/assets/common/lang/en.js
View file @
20af55b8
...
...
@@ -1426,6 +1426,7 @@ export const Operation = {
Op_notInvoled
:
'not involved'
,
Op_ManageDepartment
:
'Administrative department'
,
Op_LineDirection
:
"line direction"
,
Op_LineTicket
:
'Ticket price increase'
,
Op_leaveCountry
:
'leave the country'
,
Op_theEntry
:
'entry'
,
Op_Cdreservation
:
'Chengdu flight departure'
,
...
...
src/assets/common/lang/jp.js
View file @
20af55b8
...
...
@@ -1374,6 +1374,7 @@ export const Operation = {
Op_notInvoled
:
'参加していない'
,
Op_ManageDepartment
:
'管理部門'
,
Op_LineDirection
:
'回線方向'
,
Op_LineTicket
:
'航空券の値上げ'
,
Op_leaveCountry
:
'出国'
,
Op_theEntry
:
'入国'
,
Op_Cdreservation
:
'成都机関出発'
,
...
...
src/assets/common/lang/zh-tw.js
View file @
20af55b8
...
...
@@ -1416,6 +1416,7 @@ export const Operation = {
Op_notInvoled
:
'未參與'
,
Op_ManageDepartment
:
'管理部門'
,
Op_LineDirection
:
'線路方向'
,
Op_LineTicket
:
'機票加價'
,
Op_leaveCountry
:
'出境'
,
Op_theEntry
:
'入境'
,
Op_Cdreservation
:
'成都機位出發'
,
...
...
src/assets/common/lang/zh.js
View file @
20af55b8
...
...
@@ -1429,6 +1429,7 @@ export const Operation = {
Op_notInvoled
:
'未参与'
,
Op_ManageDepartment
:
'管理部门'
,
Op_LineDirection
:
'线路方向'
,
Op_LineTicket
:
'机票加价'
,
Op_leaveCountry
:
'出境'
,
Op_theEntry
:
'入境'
,
Op_Cdreservation
:
'成都机位出发'
,
...
...
src/components/systemManagement/lineManagement.vue
View file @
20af55b8
...
...
@@ -386,6 +386,12 @@
<div>
{{
$t
(
'Operation.Op_depositAmount'
)
}}
</div>
</div>
</el-col>
<el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div
style=
"color:red"
>
{{
item
.
ticketAddPrice
}}
</div>
<div>
{{
$t
(
'Operation.Op_LineTicket'
)
}}
</div>
</div>
</el-col>
<el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div
v-if=
"item.lineDirection==1"
>
{{
$t
(
'visa.v_chujing'
)
}}
</div>
...
...
@@ -549,7 +555,8 @@
</el-col>
<el-col
:span=
"5"
v-if=
'addMsg.travelEndAudit==1'
>
<el-form-item
:label=
"$t('objFill.shengpirenyuan')"
prop=
"auditEmpId"
>
<el-select
v-model=
"addMsg.auditEmpId"
filterable
:placeholder=
"$t('objFill.shengpirenyuan')"
@
change=
"$forceUpdate()"
>
<el-select
v-model=
"addMsg.auditEmpId"
filterable
:placeholder=
"$t('objFill.shengpirenyuan')"
@
change=
"$forceUpdate()"
>
<el-option
v-for=
"item in searchList"
:label=
"item.name"
:value=
"item.empId"
:key=
"item.empId"
>
</el-option>
</el-select>
...
...
@@ -570,6 +577,13 @@
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('Operation.Op_LineTicket')"
>
<el-input
v-model=
"addMsg.TicketAddPrice"
maxlength=
"10"
@
keyup
.
native=
"checkPrice(addMsg,'TicketAddPrice')"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('objFill.xingchengzs')"
>
<el-color-picker
v-model=
"addMsg.LineTripColor"
></el-color-picker>
...
...
@@ -591,7 +605,6 @@
</div>
</div>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('op.b2bxianlucbct')"
>
...
...
@@ -659,8 +672,6 @@
</div>
</el-form-item>
</el-col>
<div
class=
"LM_Btcontent"
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"submitForm('addMsg')"
:value=
"$t('pub.saveBtn')"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
@
click=
"isShowDIv=false"
:value=
"$t('pub.cancelBtn')"
/>
...
...
@@ -737,7 +748,7 @@
</
template
>
<
script
>
import
getters
from
'../../store/getters'
;
import
getters
from
'../../store/getters'
;
export
default
{
data
()
{
return
{
...
...
@@ -774,6 +785,7 @@ import getters from '../../store/getters';
travelEndAudit
:
0
,
//结团审批
auditEmpId
:
''
,
//审批人
LineTripColor
:
""
,
//行程主色
TicketAddPrice
:
0
,
//机票加价
},
departCompany
:
""
,
departDepartment
:
""
,
...
...
@@ -1005,7 +1017,8 @@ import getters from '../../store/getters';
this
.
addMsg
.
TripFeatureBottomBg
=
getInfo
.
tripFeatureBottomBg
;
this
.
addMsg
.
travelEndAudit
=
getInfo
.
travelEndAudit
;
this
.
addMsg
.
auditEmpId
=
getInfo
.
auditEmpId
==
0
?
''
:
getInfo
.
auditEmpId
;
this
.
addMsg
.
LineTripColor
=
getInfo
.
lineTripColor
;
this
.
addMsg
.
LineTripColor
=
getInfo
.
lineTripColor
;
this
.
addMsg
.
TicketAddPrice
=
getInfo
.
ticketAddPrice
;
},
deletelist
(
lineID
)
{
var
that
=
this
;
...
...
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