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
bc0f4fa0
Commit
bc0f4fa0
authored
Jul 11, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/会员标签异常' into test
parents
33996edb
c0699304
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
4 deletions
+9
-4
app.aa2f9813257d94d71851f63d6940f9b0.css
dist/css/app.aa2f9813257d94d71851f63d6940f9b0.css
+0
-0
index.html
dist/index.html
+1
-1
customerlabelDialog.vue
...omponents/allCustomers/components/customerlabelDialog.vue
+1
-1
customerDetail.less
src/components/allCustomers/customerDetail.less
+1
-1
index.js
src/components/allCustomers/index.js
+2
-1
memberReturn.js
src/components/memberlist/memberReturn.js
+4
-0
No files found.
dist/css/app.
c1291324ec58d4ad07db907608a5d5ba
.css
→
dist/css/app.
aa2f9813257d94d71851f63d6940f9b0
.css
View file @
bc0f4fa0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/index.html
View file @
bc0f4fa0
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><style
href=
//at.alicdn.com/t/font_2996579_ubjq74uy5wj.css
></style><script
src=
//at.alicdn.com/t/font_2859043_ckil7xvsqi.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/lodash.min.js
></script><title></title><link
rel=
"shortcut icon"
href=
./favicon.ico
><link
href=
./css/app.
c1291324ec58d4ad07db907608a5d5ba
.css
rel=
stylesheet
></head><body><div
id=
app
><div
class=
el-loading-spinner
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
circular
><circle
cx=
50
cy=
50
r=
20
fill=
none
class=
path
></circle></svg></div></div><script>
(
function
()
{
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><style
href=
//at.alicdn.com/t/font_2996579_ubjq74uy5wj.css
></style><script
src=
//at.alicdn.com/t/font_2859043_ckil7xvsqi.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/lodash.min.js
></script><title></title><link
rel=
"shortcut icon"
href=
./favicon.ico
><link
href=
./css/app.
aa2f9813257d94d71851f63d6940f9b0
.css
rel=
stylesheet
></head><body><div
id=
app
><div
class=
el-loading-spinner
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
circular
><circle
cx=
50
cy=
50
r=
20
fill=
none
class=
path
></circle></svg></div></div><script>
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
...
...
src/components/allCustomers/components/customerlabelDialog.vue
View file @
bc0f4fa0
...
...
@@ -192,7 +192,7 @@ export default {
if
(
list
.
isCheck
)
{
if
(
item
.
isMultiple
)
checkBox
.
push
(
list
.
tagsName
);
else
{
checkBox
=
item
.
tagsId
;
checkBox
=
list
.
tagsId
;
}
}
}
...
...
src/components/allCustomers/customerDetail.less
View file @
bc0f4fa0
...
...
@@ -390,7 +390,7 @@
.order-item {
margin: 0 6px 4px 0;
padding: 4px 4px 8px;
width: 11
4
px;
width: 11
3
px;
border-radius: 4px;
cursor: pointer;
&:nth-child(3n + 1) {
...
...
src/components/allCustomers/index.js
View file @
bc0f4fa0
...
...
@@ -72,9 +72,10 @@ export default {
cliqueMemberGrade
:
[],
// 集团等级列表
selectTreeOptions
:
{
selectOptions
:
{
collapseTags
:
false
,
allCheckText
:
'全部客户'
,
placeholder
:
'全部客户'
,
width
:
2
2
0
width
:
2
6
0
},
treeOptions
:
{
data
:
[
...
...
src/components/memberlist/memberReturn.js
View file @
bc0f4fa0
...
...
@@ -697,6 +697,10 @@ export default {
this
.
storeName
=
""
;
},
successImport
(
taskId
)
{
// 修改一个会员的服务门店或者协管门店,不跳转到任务中心
if
(
this
.
selectObj
.
multipleList
.
length
==
1
)
{
return
;
}
// this.dialogImportVisible = false;
this
.
$confirm
(
"任务发起成功,请去【企业管理】-【任务中心】查看处理结果和执行进度"
,
...
...
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