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
b3398f4a
Commit
b3398f4a
authored
Aug 26, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分公司信息
parent
946b66bd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
216 additions
and
177 deletions
+216
-177
companyInfoModal.vue
src/views/baseInfo/branchCompany/companyInfoModal.vue
+10
-1
index.vue
src/views/baseInfo/branchCompany/index.vue
+206
-176
No files found.
src/views/baseInfo/branchCompany/companyInfoModal.vue
View file @
b3398f4a
...
@@ -452,6 +452,15 @@
...
@@ -452,6 +452,15 @@
set
[
formName
].
validate
(
valid
=>
{
set
[
formName
].
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
state
!=
1
){
//上架-验证额外信息
if
(
this
.
state
!=
1
){
//上架-验证额外信息
if
(
!
this
.
form
.
addrDetail
){
this
.
$notify
({
title
:
'警告'
,
message
:
"请输入详细地址"
,
type
:
'warning'
,
duration
:
2000
});
return
;
}
if
(
!
this
.
form
.
longitude
){
if
(
!
this
.
form
.
longitude
){
this
.
$notify
({
this
.
$notify
({
title
:
'警告'
,
title
:
'警告'
,
...
@@ -480,7 +489,7 @@
...
@@ -480,7 +489,7 @@
duration
:
2000
duration
:
2000
});
});
return
;
return
;
}
debugger
}
if
(
!
this
.
form
.
images
){
if
(
!
this
.
form
.
images
){
this
.
tabName
=
"second"
;
this
.
tabName
=
"second"
;
this
.
$notify
({
this
.
$notify
({
...
...
src/views/baseInfo/branchCompany/index.vue
View file @
b3398f4a
This diff is collapsed.
Click to expand it.
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