Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
9260d01d
Commit
9260d01d
authored
Sep 06, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b42d4f31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
21 deletions
+23
-21
carrierInformation.vue
pages/kotra/carrierInformation.vue
+23
-21
No files found.
pages/kotra/carrierInformation.vue
View file @
9260d01d
...
...
@@ -1191,14 +1191,6 @@ export default {
uni
.
showToast
({
title
:
"请输入载体名"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
Logo
==
""
)
{
uni
.
showToast
({
title
:
"请上传Logo"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
BannerList
.
length
==
0
)
{
uni
.
showToast
({
title
:
"请上传品牌介绍图"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
Developers
==
""
)
{
uni
.
showToast
({
title
:
"请输入开发商"
,
icon
:
"none"
});
return
;
...
...
@@ -1207,19 +1199,12 @@ export default {
uni
.
showToast
({
title
:
"请输入项目地址"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
ProjectType
==
0
)
{
uni
.
showToast
({
title
:
"请选择项目类型"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
CarrierSize
==
""
)
{
uni
.
showToast
({
title
:
"请输入商业体量"
,
icon
:
"none"
});
if
(
this
.
model
.
YeJi
==
""
||
this
.
model
.
YeJi
===
0
)
{
uni
.
showToast
({
title
:
"请输入去年业绩"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
CarNum
==
""
)
{
this
.
model
.
CarNum
=
0
;
}
if
(
this
.
model
.
OpenTime
==
""
)
{
uni
.
showToast
({
title
:
"请输入开业时间"
,
icon
:
"none"
});
if
(
this
.
model
.
Logo
==
""
)
{
uni
.
showToast
({
title
:
"请上传Logo"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
ShopNum
==
""
||
this
.
model
.
ShopNum
===
0
)
{
...
...
@@ -1237,8 +1222,25 @@ export default {
uni
.
showToast
({
title
:
"请输入可租赁面积"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
YeJi
==
""
||
this
.
model
.
YeJi
===
0
)
{
uni
.
showToast
({
title
:
"请输入去年业绩"
,
icon
:
"none"
});
if
(
this
.
model
.
BannerList
.
length
==
0
)
{
uni
.
showToast
({
title
:
"请上传品牌介绍图"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
ProjectType
==
0
)
{
uni
.
showToast
({
title
:
"请选择项目类型"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
CarNum
==
""
)
{
this
.
model
.
CarNum
=
0
;
}
if
(
this
.
model
.
OpenTime
==
""
)
{
uni
.
showToast
({
title
:
"请输入开业时间"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
CarrierSize
==
""
)
{
uni
.
showToast
({
title
:
"请输入商业体量"
,
icon
:
"none"
});
return
;
}
console
.
log
(
this
.
model
,
"保存"
);
...
...
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