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
8e8d7431
Commit
8e8d7431
authored
Sep 09, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释掉品牌的 载体性质
parent
65fa5523
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
10 deletions
+17
-10
detail.vue
pages/kotra/brand/detail.vue
+4
-3
brandInformation.vue
pages/kotra/brandInformation.vue
+6
-7
api.js
plugin/api.js
+7
-0
No files found.
pages/kotra/brand/detail.vue
View file @
8e8d7431
...
@@ -317,12 +317,12 @@
...
@@ -317,12 +317,12 @@
</view>
</view>
<view
class=
"info1-title"
>
店铺数量
</view>
<view
class=
"info1-title"
>
店铺数量
</view>
</view>
</view>
<view
class=
"info1-item"
>
<!--
<view
class=
"info1-item"
>
<view
class=
"info1-con"
>
<view
class=
"info1-con"
>
{{
details
.
ProjectName
}}
{{
details
.
ProjectName
}}
</view>
</view>
<view
class=
"info1-title"
>
对标载体
</view>
<view
class=
"info1-title"
>
对标载体
</view>
</view>
</view>
-->
<view
class=
"info1-item"
>
<view
class=
"info1-item"
>
<view
class=
"info1-con"
>
<view
class=
"info1-con"
>
<view
<view
...
@@ -1137,7 +1137,8 @@ export default {
...
@@ -1137,7 +1137,8 @@ export default {
margin-bottom
:
60rpx
;
margin-bottom
:
60rpx
;
.info1-item
{
.info1-item
{
width
:
200rpx
;
// width: 200rpx;之前的3个是200 下面是2个 就平分了宽度
width
:
calc
((
100vw
-
80rpx
-
20rpx
)
/
2
);
.info1-con
{
.info1-con
{
font-size
:
30rpx
;
font-size
:
30rpx
;
...
...
pages/kotra/brandInformation.vue
View file @
8e8d7431
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
<view
class=
"label-text"
>
拓店区域
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"label-text"
>
拓店区域
<span
style=
'color: #E54D42;'
>
*
</span></view>
<input
type=
"text"
v-model=
"model.StoreExpansion"
style=
"padding: 10px 0;"
placeholder=
"请填写拓店区域"
:disabled=
"disabled"
placeholder-style=
"color:#CECECE;"
>
<input
type=
"text"
v-model=
"model.StoreExpansion"
style=
"padding: 10px 0;"
placeholder=
"请填写拓店区域"
:disabled=
"disabled"
placeholder-style=
"color:#CECECE;"
>
</view>
</view>
<view
class=
"bottom-border"
>
<
!--
<
view
class=
"bottom-border"
>
<view
class=
"label-text"
>
商铺性质
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"label-text"
>
商铺性质
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"con6"
style=
"margin-top: 20px;"
>
<view
class=
"con6"
style=
"margin-top: 20px;"
>
<u-radio-group
v-model=
"model.ProjectType"
>
<u-radio-group
v-model=
"model.ProjectType"
>
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
</u-radio>
</u-radio>
</u-radio-group>
</u-radio-group>
</view>
</view>
</view>
</view>
-->
<view
class=
"bottom-border"
>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
店铺开口尺寸
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"label-text"
>
店铺开口尺寸
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"bottom-border_r "
style=
"padding: 10px 0;height: 42px;display: flex;"
>
<view
class=
"bottom-border_r "
style=
"padding: 10px 0;height: 42px;display: flex;"
>
...
@@ -787,15 +787,14 @@
...
@@ -787,15 +787,14 @@
if
(
this
.
model
.
ProjectType
==
0
){
//
if(this.model.ProjectType == 0){
uni
.
showToast
({
title
:
'请选择商铺性质'
,
icon
:
'none'
,})
//
uni.showToast({title: '请选择商铺性质',icon: 'none',})
return
//
return
}
//
}
console
.
log
(
this
.
model
,
'保存'
)
console
.
log
(
this
.
model
,
'保存'
)
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'提交中...'
title
:
'提交中...'
})
})
let
parms
=
{
let
parms
=
{
url
:
"/api/AppletTrade/SetBrandApplyFor"
,
url
:
"/api/AppletTrade/SetBrandApplyFor"
,
data
:
this
.
model
data
:
this
.
model
...
...
plugin/api.js
View file @
8e8d7431
...
@@ -185,6 +185,13 @@ export default {
...
@@ -185,6 +185,13 @@ export default {
MallBaseId
:
10
,
MallBaseId
:
10
,
};
};
break
;
break
;
case
10
:
appObj
=
{
//梅玲
AppId
:
'wx350f244458e5ba01'
,
TenantId
:
22
,
MallBaseId
:
12
,
};
break
;
}
}
return
appObj
;
return
appObj
;
}
}
...
...
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