Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
a2280a94
Commit
a2280a94
authored
Sep 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b9942858
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
8 deletions
+19
-8
addbrand.vue
src/components/tradePavilion/addbrand.vue
+19
-8
No files found.
src/components/tradePavilion/addbrand.vue
View file @
a2280a94
...
@@ -366,7 +366,18 @@
...
@@ -366,7 +366,18 @@
</div>
</div>
<el-form-item
label=
"招引需求"
class=
"ue-style"
>
<el-input
type=
"textarea"
placeholder=
"请输入招引需求"
v-model=
"addMsg.Other"
maxlength=
"500"
show-word-limit
class=
"w600"
rows=
"8"
>
</el-input>
</el-form-item>
<el-form-item
label=
"广告"
class=
"ue-style"
>
<el-form-item
label=
"广告"
class=
"ue-style"
>
<UE
<UE
style=
"width: 700px"
style=
"width: 700px"
...
@@ -376,7 +387,7 @@
...
@@ -376,7 +387,7 @@
ref=
"ue"
ref=
"ue"
></UE>
></UE>
</el-form-item>
</el-form-item>
<el-form-item
label=
"其他"
class=
"ue-style"
>
<
!--
<
el-form-item
label=
"其他"
class=
"ue-style"
>
<UE
<UE
style=
"width: 700px"
style=
"width: 700px"
:defaultMsg=
"Other"
:defaultMsg=
"Other"
...
@@ -384,7 +395,7 @@
...
@@ -384,7 +395,7 @@
:IsMultiple=
"true"
:IsMultiple=
"true"
ref=
"ueother"
ref=
"ueother"
></UE>
></UE>
</el-form-item>
</el-form-item>
-->
</el-form>
</el-form>
</div>
</div>
<div
style=
"margin-top: 20px"
>
<div
style=
"margin-top: 20px"
>
...
@@ -566,8 +577,8 @@ export default {
...
@@ -566,8 +577,8 @@ export default {
let
advertising
=
this
.
$refs
.
ue
.
getUEContent
();
let
advertising
=
this
.
$refs
.
ue
.
getUEContent
();
this
.
addMsg
.
Advertising
=
advertising
;
this
.
addMsg
.
Advertising
=
advertising
;
//其他
//其他
let
other
=
this
.
$refs
.
ueother
.
getUEContent
();
//
let other = this.$refs.ueother.getUEContent();
this
.
addMsg
.
Other
=
other
;
//
this.addMsg.Other = other;
if
(
this
.
addMsg
.
BuiltUpArea
===
''
||
this
.
addMsg
.
EndBuiltUpArea
===
''
){
if
(
this
.
addMsg
.
BuiltUpArea
===
''
||
this
.
addMsg
.
EndBuiltUpArea
===
''
){
this
.
Error
(
'请输入建筑面积'
)
this
.
Error
(
'请输入建筑面积'
)
return
return
...
@@ -609,9 +620,9 @@ export default {
...
@@ -609,9 +620,9 @@ export default {
if
(
this
.
addMsg
.
Advertising
&&
this
.
addMsg
.
Advertising
!=
""
)
{
if
(
this
.
addMsg
.
Advertising
&&
this
.
addMsg
.
Advertising
!=
""
)
{
this
.
Advertising
=
this
.
addMsg
.
Advertising
;
this
.
Advertising
=
this
.
addMsg
.
Advertising
;
}
}
if
(
this
.
addMsg
.
Other
&&
this
.
addMsg
.
Other
!=
""
)
{
//
if (this.addMsg.Other && this.addMsg.Other != "") {
this
.
Other
=
this
.
addMsg
.
Other
;
//
this.Other = this.addMsg.Other;
}
//
}
if
(
this
.
addMsg
.
OpenShopWish
==-
1
){
if
(
this
.
addMsg
.
OpenShopWish
==-
1
){
this
.
ShopWish
=
0
this
.
ShopWish
=
0
}
}
...
...
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