Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
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
member
member
Commits
077138cc
Commit
077138cc
authored
Aug 06, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 数据回显
parent
92c09049
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
12 deletions
+21
-12
posmembers.js
src/components/posmembers/posmembers.js
+2
-2
posmembers.vue
src/components/posmembers/posmembers.vue
+5
-2
total.js
src/components/wechatmembers/total.js
+2
-2
wechat-total.vue
src/components/wechatmembers/wechat-total.vue
+5
-2
wechatmembers.js
src/components/wechatmembers/wechatmembers.js
+2
-2
wechatmembers.vue
src/components/wechatmembers/wechatmembers.vue
+5
-2
No files found.
src/components/posmembers/posmembers.js
View file @
077138cc
...
...
@@ -598,7 +598,7 @@ export default {
handleStore
()
{
if
(
this
.
mainstoreForm
.
mainOptType
==
4
)
{
this
.
showStoreDilog
=
true
;
this
.
storeName
=
'
选择主门店
'
;
this
.
storeName
=
''
;
this
.
storeNameVisible
=
true
;
}
if
(
this
.
mainstoreForm
.
mainOptType
!==
4
)
{
...
...
@@ -614,7 +614,7 @@ export default {
if
(
this
.
batchValue
==
"mainstore"
)
{
this
.
mainstoreForm
.
mainStoreId
=
val
.
storeId
;
// this.storeName = val.storeName;
this
.
storeName
=
'选择主门店'
;
this
.
storeName
=
val
.
storeName
;
this
.
mainstoreForm
.
mainOptType
=
4
;
}
if
(
this
.
batchValue
==
"store"
)
{
...
...
src/components/posmembers/posmembers.vue
View file @
077138cc
...
...
@@ -684,11 +684,14 @@
</p>
<p
class=
"lheigth40"
>
<el-radio
:label=
4
>
自定义主门店
</el-radio>
<span
style=
"margin-left:40px;vertical-align: middle;font-size: 14px;"
>
{{storeName}}
</span>
<span
v-if=
"mainstoreForm.mainOptType == 4"
class=
"member-store-name"
v-if=
"storeName"
@
click=
"changeStore"
>
{{storeName
}}
{{storeName
? '修改' : '选择'}}主门店
</span>
</p>
</el-radio-group>
...
...
src/components/wechatmembers/total.js
View file @
077138cc
...
...
@@ -612,7 +612,7 @@ export default {
handleStore
()
{
if
(
this
.
mainstoreForm
.
mainOptType
==
4
)
{
console
.
log
(
this
.
storeName
,
1
);
this
.
storeName
=
'
选择主门店
'
;
this
.
storeName
=
''
;
this
.
showStoreDialog
=
true
;
this
.
storeNameVisible
=
true
;
}
...
...
@@ -630,7 +630,7 @@ export default {
if
(
this
.
batchValue
==
"mainstore"
)
{
this
.
mainstoreForm
.
mainStoreId
=
val
.
storeId
;
// this.storeName = val.storeName;
this
.
storeName
=
'选择主门店'
;
this
.
storeName
=
val
.
storeName
;
this
.
mainstoreForm
.
mainOptType
=
4
;
}
if
(
this
.
batchValue
==
"store"
)
{
...
...
src/components/wechatmembers/wechat-total.vue
View file @
077138cc
...
...
@@ -684,11 +684,14 @@
</p>
<p
class=
"lheigth40"
>
<el-radio
:label=
4
>
自定义主门店
</el-radio>
<span
style=
"margin-left:40px;vertical-align: middle;font-size: 14px;"
>
{{storeName}}
</span>
<span
v-if=
"mainstoreForm.mainOptType == 4"
class=
"member-store-name"
v-if=
"storeName"
@
click=
"changeStore"
>
{{storeName
}}
{{storeName
? '修改' : '选择'}}主门店
</span>
</p>
</el-radio-group>
...
...
src/components/wechatmembers/wechatmembers.js
View file @
077138cc
...
...
@@ -521,7 +521,7 @@ export default {
handleStore
()
{
if
(
this
.
mainstoreForm
.
mainOptType
==
4
)
{
console
.
log
(
this
.
storeName
,
1
);
this
.
storeName
=
'
选择主门店
'
;
this
.
storeName
=
''
;
this
.
showStoreDialog
=
true
;
this
.
storeNameVisible
=
true
;
}
...
...
@@ -538,7 +538,7 @@ export default {
if
(
this
.
batchValue
==
"mainstore"
)
{
this
.
mainstoreForm
.
mainStoreId
=
val
.
storeId
;
// this.storeName = val.storeName;
this
.
storeName
=
'选择主门店'
;
this
.
storeName
=
val
.
storeName
;
this
.
mainstoreForm
.
mainOptType
=
4
;
}
if
(
this
.
batchValue
==
"store"
)
{
...
...
src/components/wechatmembers/wechatmembers.vue
View file @
077138cc
...
...
@@ -681,11 +681,14 @@
</p>
<p
class=
"lheigth40"
>
<el-radio
:label=
4
>
自定义主门店
</el-radio>
<span
style=
"margin-left:40px;vertical-align: middle;font-size: 14px;"
>
{{storeName}}
</span>
<span
v-if=
"mainstoreForm.mainOptType == 4"
class=
"member-store-name"
v-if=
"storeName"
@
click=
"changeStore"
>
{{storeName
}}
{{storeName
? '修改' : '选择'}}主门店
</span>
</p>
</el-radio-group>
...
...
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