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
711f075a
Commit
711f075a
authored
Jun 09, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
10037f3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
11 deletions
+21
-11
HPTripPlan.vue
src/components/busManagement/HPTripPlan.vue
+2
-1
editTripPlan.vue
src/components/busManagement/editTripPlan.vue
+19
-10
No files found.
src/components/busManagement/HPTripPlan.vue
View file @
711f075a
...
...
@@ -133,7 +133,8 @@
//删除用车
deleteTrip
(
item
)
{
var
that
=
this
;
this
.
Confirm
(
that
.
$t
(
'tips.shifoushanchu'
),
function
()
{
var
tipMsg
=
"是否删除【"
+
item
.
DMCNum
+
"】用车?"
this
.
Confirm
(
tipMsg
,
function
()
{
var
delMsg
=
{
PlanId
:
item
.
PlanId
};
...
...
src/components/busManagement/editTripPlan.vue
View file @
711f075a
...
...
@@ -15,13 +15,20 @@
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"选择团号"
>
<el-select
v-model=
"postMsg.TCID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getPriceTrip()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
></el-option>
<el-option
v-for=
"item in priceList"
:label=
"item.TCNUM"
:value=
"item.TCID"
:key=
"item.TCID"
>
</el-option>
</el-select>
</el-form-item>
<template
v-if=
"postMsg.PlanType==1"
>
<el-form-item
label=
"选择团号"
>
<el-select
v-model=
"postMsg.TCID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getPriceTrip()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
></el-option>
<el-option
v-for=
"item in priceList"
:label=
"item.TCNUM"
:value=
"item.TCID"
:key=
"item.TCID"
>
</el-option>
</el-select>
</el-form-item>
</
template
>
<
template
v-else
>
<el-form-item
label=
"用车信息"
>
<el-input
v-model=
"postMsg.UseName"
></el-input>
</el-form-item>
</
template
>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"开始日期"
>
...
...
@@ -63,9 +70,8 @@
<el-form-item
class=
"ImpressionTicketing-OuterFrame"
label-width=
"0px"
>
<div>
<span
class=
"ImpressionTicketing-title"
>
用车详情
</span>
<span
class=
"el-icon-circle-plus-outline itc-outline"
></span>
<span
class=
"el-icon-circle-plus-outline itc-outline"
v-if=
"postMsg.PlanType==2"
></span>
</div>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -90,8 +96,11 @@
<el-form-item
label=
"用车备注"
label-position=
"left"
>
<el-input
v-model=
"item.DRemark"
></el-input>
</el-form-item>
<!--
<span
@
click=
"addRule()"
class=
"el-icon-circle-plus-outline itc-outline"
></span>
<template
v-if=
"postMsg.PlanType==2"
>
<!--
<span
@
click=
"addRule()"
class=
"el-icon-circle-plus-outline itc-outline"
></span>
<span
@
click=
"deleteRule(item,index)"
class=
"el-icon-delete itc-delete"
></span>
-->
</
template
>
</el-col>
</el-row>
</template>
...
...
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