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
8a3f174b
Commit
8a3f174b
authored
Sep 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首店的 品牌 招引需求
parent
bf0227c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
detail.vue
pages/kotra/brand/detail.vue
+1
-1
brandInformation.vue
pages/kotra/brandInformation.vue
+14
-1
No files found.
pages/kotra/brand/detail.vue
View file @
8a3f174b
...
...
@@ -261,7 +261,7 @@
</view>
</view>
<view
class=
"baseinfo-item flex"
v-if=
"details.Other && details.Other!='' "
>
<view
class=
"baseinfo-label"
>
拓展
需求:
</view>
<view
class=
"baseinfo-label"
>
招引
需求:
</view>
<view
class=
"baseinfo-con"
>
<rich-text
:nodes=
"details.Other"
></rich-text>
</view>
...
...
pages/kotra/brandInformation.vue
View file @
8a3f174b
...
...
@@ -243,6 +243,18 @@
<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;"
>
</view>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
招引需求
</view>
<textarea
style=
"height: 60px;padding: 10px 0;"
v-model=
"model.Other"
placeholder=
"请填写招引需求"
:disabled=
"disabled"
maxlength=
"500"
placeholder-style=
"color:#CECECE;"
/>
<!--
<input
type=
"text"
v-model=
"model.Other"
style=
"padding: 10px 0;"
placeholder=
"请填写招引需求"
:disabled=
"disabled"
placeholder-style=
"color:#CECECE;"
>
-->
</view>
<!--
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
商铺性质
<span
style=
'color: #E54D42;'
>
*
</span></view>
<view
class=
"con6"
style=
"margin-top: 20px;"
>
...
...
@@ -376,7 +388,7 @@
AreaRequirement
:
0
,
//
EndAreaRequirement
:
0
,
//
Advertising
:
""
,
//广告
Other
:
""
,
//其他
Other
:
""
,
//其他
9-27 改为招引需求
ShopSize
:
1
,
//店铺开口尺寸
Plumbing
:
1
,
//上下水
Caliber
:
1
,
//管径
...
...
@@ -394,6 +406,7 @@
IsShopSize
:
1
,
//店铺开口尺寸(0-否1-有)
OpenShopWish
:
5
,
//开店意愿
IsInChengdu
:
0
,
//是否在成都落地
},
ShopWish
:
1
,
//开店意愿
BrandClassName
:
''
,
...
...
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