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
635931cd
Commit
635931cd
authored
Aug 26, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app展示
parent
8728a815
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
companyInfoModal.vue
src/views/baseInfo/branchCompany/companyInfoModal.vue
+9
-0
No files found.
src/views/baseInfo/branchCompany/companyInfoModal.vue
View file @
635931cd
...
...
@@ -68,6 +68,11 @@
<el-form-item
label=
"旅游客服电话"
prop=
"tourServicePhone"
>
<el-input
v-model=
"form.tourServicePhone"
placeholder=
"请输入旅游客服电话"
></el-input>
</el-form-item>
<el-form-item
label=
"app展示"
>
<el-radio
class=
"radio"
v-model=
"form.isShow"
label=
"1"
>
是
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.isShow"
label=
"2"
>
否
</el-radio>
</el-form-item>
</el-tab-pane>
<el-tab-pane
label=
"公司信息"
name=
"second"
>
<el-form-item
label=
"图片"
:style=
"
{display:'block'}">
...
...
@@ -180,6 +185,7 @@
vehiceServicePhone
:
undefined
,
tourServicePhone
:
undefined
,
content
:
""
,
//详细介绍
isShow
:
"2"
,
//1:是, 2:否
},
rules
:
{
// latitude: [
...
...
@@ -428,6 +434,7 @@
t
.
form
.
vehiceServicePhone
=
info
.
vehiceServicePhone
;
//租车客服电话
t
.
form
.
tourServicePhone
=
info
.
tourServicePhone
;
//旅游客服电话
t
.
form
.
images
=
info
.
images
;
t
.
form
.
isShow
=
info
.
isShow
?
info
.
isShow
+
""
:
"2"
;
//app展示
let
arr
=
info
.
images
.
split
(
","
);
//图片
let
temp
=
[];
for
(
let
i
=
0
;
i
<
arr
.
length
;
i
++
){
...
...
@@ -531,6 +538,7 @@
params
.
longitude
=
this
.
form
.
longitude
;
//经度
params
.
vehiceServicePhone
=
this
.
form
.
vehiceServicePhone
;
//租车客服电话
params
.
tourServicePhone
=
this
.
form
.
tourServicePhone
;
//旅游客服电话
params
.
isShow
=
this
.
form
.
isShow
;
//app展示
console
.
log
(
params
);
updCompany
(
params
)
.
then
(
res
=>
{
...
...
@@ -594,6 +602,7 @@
params
.
longitude
=
this
.
form
.
longitude
;
//经度
params
.
vehiceServicePhone
=
this
.
form
.
vehiceServicePhone
;
//租车客服电话
params
.
tourServicePhone
=
this
.
form
.
tourServicePhone
;
//旅游客服电话
params
.
isShow
=
this
.
form
.
isShow
;
//app展示
console
.
log
(
params
);
updCompany
(
params
)
.
then
(
res
=>
{
...
...
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