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
27790173
Commit
27790173
authored
Jun 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f2997e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
addbrand.vue
src/components/tradePavilion/addbrand.vue
+12
-3
No files found.
src/components/tradePavilion/addbrand.vue
View file @
27790173
...
...
@@ -163,7 +163,7 @@
maxlength=
"3"
/>
</el-form-item>
<el-form-item
label=
"建筑面积"
size=
"small"
>
<el-form-item
label=
"建筑面积"
size=
"small"
>
<el-input
v-model=
"addMsg.BuiltUpArea"
placeholder=
"请输入建筑面积"
...
...
@@ -400,8 +400,8 @@ export default {
FullBrandName
:
""
,
//品牌全名
BrandName
:
""
,
//品牌名
ShopNum
:
""
,
//店铺数量
BuiltUpArea
:
""
,
//建筑面积小
EndBuiltUpArea
:
""
,
//建筑面积大
BuiltUpArea
:
0
,
//建筑面积小
EndBuiltUpArea
:
0
,
//建筑面积大
CustomerType
:
""
,
//客群定位
BrandType
:
""
,
//品牌定位
StoreExpansion
:
""
,
//扩店区域
...
...
@@ -540,6 +540,15 @@ export default {
//其他
let
other
=
this
.
$refs
.
ueother
.
getUEContent
();
this
.
addMsg
.
Other
=
other
;
console
.
log
(
this
.
addMsg
.
BuiltUpArea
,
this
.
addMsg
.
EndBuiltUpArea
)
if
(
this
.
addMsg
.
BuiltUpArea
===
''
||
this
.
addMsg
.
EndBuiltUpArea
===
''
){
this
.
Error
(
'请输入建筑面积'
)
return
}
if
(
this
.
addMsg
.
AreaRequirement
===
''
||
this
.
addMsg
.
EndAreaRequirement
===
''
){
this
.
Error
(
'请输入需求面积'
)
return
}
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apipost
(
"/api/Trade/GetSetBrand"
,
this
.
addMsg
,
(
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