Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
youjj
cloud-platform-ui
Commits
024000ff
Commit
024000ff
authored
Aug 28, 2020
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.28 旅行
parent
39febd04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
oneTourModal.vue
src/views/tourManage/modal/oneTourModal.vue
+10
-4
No files found.
src/views/tourManage/modal/oneTourModal.vue
View file @
024000ff
...
@@ -92,8 +92,8 @@
...
@@ -92,8 +92,8 @@
v-model=
"destinationObj.address"
v-model=
"destinationObj.address"
readonly
readonly
placeholder=
"请选择目的地"
placeholder=
"请选择目的地"
:on-icon-click
=
"selectDestination"
@
focus
=
"selectDestination"
icon=
"edit"
icon=
"e
l-icon-e
dit"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -172,13 +172,13 @@
...
@@ -172,13 +172,13 @@
filterable
filterable
placeholder=
"请选择公司"
placeholder=
"请选择公司"
>
>
<el-option
label=
"全部"
:key=
"undefined"
:value=
"
undefined
"
></el-option>
<el-option
label=
"全部"
:key=
"undefined"
:value=
"
0
"
></el-option>
<el-option
v-for=
"val in companys_list"
:key=
"val.id"
:label=
"val.name"
:value=
"val.id"
></el-option>
<el-option
v-for=
"val in companys_list"
:key=
"val.id"
:label=
"val.name"
:value=
"val.id"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"所属门店"
>
<el-form-item
label=
"所属门店"
>
<el-select
class=
"filter-item"
v-model=
"form.companyId"
clearable
placeholder=
"请选择"
>
<el-select
class=
"filter-item"
v-model=
"form.companyId"
clearable
placeholder=
"请选择"
>
<el-option
label=
"全部"
:key=
"undefined"
:value=
"
undefined
"
></el-option>
<el-option
label=
"全部"
:key=
"undefined"
:value=
"
0
"
></el-option>
<el-option
<el-option
v-for=
"val in branchCompany_list"
v-for=
"val in branchCompany_list"
:key=
"val.id"
:key=
"val.id"
...
@@ -775,6 +775,8 @@ export default {
...
@@ -775,6 +775,8 @@ export default {
imgTitle
:
this
.
form
.
imgTitle
,
imgTitle
:
this
.
form
.
imgTitle
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgDesc
:
this
.
form
.
imgDesc
,
imgDesc
:
this
.
form
.
imgDesc
,
corporationId
:
this
.
form
.
corporationId
,
companyId
:
this
.
form
.
companyId
,
};
};
console
.
log
(
params
);
console
.
log
(
params
);
goodsEdit
(
params
).
then
((
response
)
=>
{
goodsEdit
(
params
).
then
((
response
)
=>
{
...
@@ -940,6 +942,8 @@ export default {
...
@@ -940,6 +942,8 @@ export default {
imgTitle
:
this
.
form
.
imgTitle
,
imgTitle
:
this
.
form
.
imgTitle
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgDesc
:
this
.
form
.
imgDesc
,
imgDesc
:
this
.
form
.
imgDesc
,
corporationId
:
this
.
form
.
corporationId
,
companyId
:
this
.
form
.
companyId
,
};
};
console
.
log
(
params
);
console
.
log
(
params
);
this
.
isCreate
=
true
;
this
.
isCreate
=
true
;
...
@@ -1299,6 +1303,8 @@ export default {
...
@@ -1299,6 +1303,8 @@ export default {
imgTitle
:
undefined
,
imgTitle
:
undefined
,
imgKeyword
:
undefined
,
imgKeyword
:
undefined
,
imgDesc
:
undefined
,
imgDesc
:
undefined
,
corporationId
:
undefined
,
companyId
:
undefined
,
}),
}),
(
this
.
showDestinationVisible
=
false
),
//编辑目的地
(
this
.
showDestinationVisible
=
false
),
//编辑目的地
(
this
.
showPathWayVisible
=
false
),
//编辑途径地
(
this
.
showPathWayVisible
=
false
),
//编辑途径地
...
...
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