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
a5bba7ae
Commit
a5bba7ae
authored
Jul 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f2d1d1f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
brandInformation.vue
pages/kotra/brandInformation.vue
+2
-1
carrierInformation.vue
pages/kotra/carrierInformation.vue
+3
-2
No files found.
pages/kotra/brandInformation.vue
View file @
a5bba7ae
...
@@ -484,7 +484,7 @@
...
@@ -484,7 +484,7 @@
if
(
!
this
.
model
.
Logo
){
if
(
!
this
.
model
.
Logo
){
this
.
model
.
Logo
=
''
this
.
model
.
Logo
=
''
}
}
this
.
BrandClassName
=
data
.
ClassName
;
if
(
this
.
datas
.
CompanyStatus
==
0
&&
this
.
datas
.
IsComplete
==
1
){
//审核中
if
(
this
.
datas
.
CompanyStatus
==
0
&&
this
.
datas
.
IsComplete
==
1
){
//审核中
this
.
disabled
=
true
this
.
disabled
=
true
...
@@ -494,6 +494,7 @@
...
@@ -494,6 +494,7 @@
this
.
disabled2
=
true
this
.
disabled2
=
true
}
}
if
(
this
.
model
.
ExistBrandId
>
0
){
if
(
this
.
model
.
ExistBrandId
>
0
){
this
.
BrandClassName
=
data
.
ClassName
;
this
.
disabled2
=
true
this
.
disabled2
=
true
this
.
disabled3
=
true
this
.
disabled3
=
true
}
}
...
...
pages/kotra/carrierInformation.vue
View file @
a5bba7ae
...
@@ -324,7 +324,7 @@
...
@@ -324,7 +324,7 @@
this
.
model
.
BannerList
=
[];
this
.
model
.
BannerList
=
[];
this
.
fileList
=
[]
this
.
fileList
=
[]
}
}
this
.
glCarrierName
=
this
.
model
.
CarrierName
if
(
!
this
.
model
.
Logo
){
if
(
!
this
.
model
.
Logo
){
this
.
model
.
Logo
=
''
this
.
model
.
Logo
=
''
}
}
...
@@ -335,7 +335,8 @@
...
@@ -335,7 +335,8 @@
this
.
disabled2
=
true
this
.
disabled2
=
true
}
}
if
(
this
.
model
.
ExistCarrierId
>
0
){
if
(
this
.
model
.
ExistCarrierId
>
0
){
this
.
disabled2
=
true
this
.
disabled2
=
true
;
this
.
glCarrierName
=
this
.
model
.
CarrierName
}
}
}
}
},
},
...
...
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