Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
69e60f0c
Commit
69e60f0c
authored
Apr 05, 2020
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的消息
parent
f309e747
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
335 additions
and
309 deletions
+335
-309
utils.Request.aApi.js
wx_application/src/utils/utils.Request.aApi.js
+4
-4
index.vue
wx_application/src/views/mainSale/active/main/index.vue
+2
-2
index.vue
wx_application/src/views/mainSale/me/main/index.vue
+315
-291
index.vue
wx_application/src/views/mainSale/message/index.vue
+5
-6
releaseMessage.vue
wx_application/src/views/mainSale/message/releaseMessage.vue
+9
-6
No files found.
wx_application/src/utils/utils.Request.aApi.js
View file @
69e60f0c
...
...
@@ -3,17 +3,17 @@
*/
import
requestAPI
from
'@/utils/bRequest'
export
function
getMessageBy
Clerk
Id
(
params
)
{
export
function
getMessageBy
User
Id
(
params
)
{
return
requestAPI
({
url
:
'/admin/auth/marketing/getMessageBy
Clerk
Id'
,
url
:
'/admin/auth/marketing/getMessageBy
User
Id'
,
method
:
'get'
,
params
})
}
export
function
getClerkInfoBySupervisorId
(
params
)
{
export
function
getClerkInfoBySupervisor
User
Id
(
params
)
{
return
requestAPI
({
url
:
'/admin/auth/addressbook/clerk/getClerkInfoBySupervisorId'
,
url
:
'/admin/auth/addressbook/clerk/getClerkInfoBySupervisor
User
Id'
,
method
:
'get'
,
params
})
...
...
wx_application/src/views/mainSale/active/main/index.vue
View file @
69e60f0c
...
...
@@ -23,7 +23,7 @@
<!--
<div
class=
"menu"
>
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['1']"
/>
<div
class=
"menu-text"
>
优惠券核销
</div>
</div>
-->
</div>
-->
<div
class=
"menu"
@
click=
"menu02Click"
>
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['2']"
/>
<div
class=
"menu-text"
>
任务列表
</div>
...
...
@@ -41,7 +41,7 @@
<div
class=
"menu"
@
click=
"menu04Click"
>
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['4']"
/>
<div
class=
"menu-text"
>
专柜维护
</div>
</div>
</div>
<div
class=
"menu"
@
click=
"menu06Click"
>
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['6']"
/>
<div
class=
"menu-text"
>
商品管理
</div>
...
...
wx_application/src/views/mainSale/me/main/index.vue
View file @
69e60f0c
<
template
>
<div
class=
"main"
>
<div
class=
"backgrounds"
>
<img
class=
"background-img"
:src=
"cache.icon.testImg"
/>
</div>
<div
class=
"infos"
>
<div
class=
"info"
>
<div
class=
"info-logos"
>
<img
class=
"info-logo"
:src=
"cache.icon.testImg"
/>
<div
class=
"main"
>
<div
class=
"backgrounds"
>
<img
class=
"background-img"
:src=
"avatarUrl"
/>
</div>
<div
class=
"infos"
>
<div
class=
"info"
>
<div
class=
"info-logos"
>
<img
class=
"info-logo"
:src=
"cache.icon.testImg"
/>
</div>
<div
class=
"info-msgs"
>
<div
class=
"msg"
>
<div
class=
"msg-title"
>
未完成任务
</div>
<div
class=
"msg-num"
>
<div
class=
"msg-num-red"
>
15
</div>
</div>
</div>
<div
class=
"msg msg-latest"
>
<div
class=
"msg-title"
>
未完成任务
</div>
<div
class=
"msg-num"
>
<div
class=
"msg-num-blue"
>
5
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"info-msgs"
>
<div
class=
"msg"
>
<div
class=
"msg-title"
>
未完成任务
</div>
<div
class=
"msg-num"
>
<div
class=
"msg-num-red"
>
15
</div>
<div
class=
"lists"
>
<!--
<div
class=
"list"
>
<div
class=
"list-title"
>
我的客户
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
-->
<div
class=
"list"
@
click=
"listTaskClick"
>
<div
class=
"list-title"
>
任务列表
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
</div>
<div
class=
"msg msg-latest"
>
<div
class=
"msg-title"
>
未完成任务
</div>
<div
class=
"msg-num"
>
<div
class=
"msg-num-blue"
>
5
</div>
<div
class=
"list"
>
<div
class=
"list-title"
>
我的收益
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
<div
class=
"list list-latest"
@
click=
"handleDetail('message')"
>
<div
class=
"list-title"
>
我的消息
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
</div>
</div>
</div>
</div>
<div
class=
"lists"
>
<!--
<div
class=
"list"
>
<div
class=
"list-title"
>
我的客户
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
-->
<div
class=
"list"
@
click=
"listTaskClick"
>
<div
class=
"list-title"
>
任务列表
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
<div
class=
"list list-latest"
>
<div
class=
"list-title"
>
我的收益
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
<div
class=
"list list-latest"
@
click=
"handleDetail('message')"
>
<div
class=
"list-title"
>
我的消息
</div>
<img
class=
"list-icon"
:src=
"cache.icon.arrowRightDark"
/>
</div>
</div>
<div
class=
"main-menuBar"
>
<div
class=
"menuBar-menu"
@
click=
"menuBarClick('MainSale')"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['1']"
/>
<div
class=
"menuBar-title"
>
活动
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuCase()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['2']"
/>
<div
class=
"menuBar-title"
>
案例
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuProfit()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['3']"
/>
<div
class=
"menuBar-title menuBar-title-ac"
>
收益
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuTask()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['4']"
/>
<div
class=
"menuBar-title"
>
任务
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuBarClick('Me')"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['5']"
/>
<div
class=
"menuBar-title"
>
我的
</div>
</div>
<div
class=
"main-menuBar"
>
<div
class=
"menuBar-menu"
@
click=
"menuBarClick('MainSale')"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['1']"
/>
<div
class=
"menuBar-title"
>
活动
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuCase()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['2']"
/>
<div
class=
"menuBar-title"
>
案例
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuProfit()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['3']"
/>
<div
class=
"menuBar-title menuBar-title-ac"
>
收益
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuTask()"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['4']"
/>
<div
class=
"menuBar-title"
>
任务
</div>
</div>
<div
class=
"menuBar-menu"
@
click=
"menuBarClick('Me')"
>
<img
class=
"menuBar-icon"
:src=
"menuBarInfo.icon.now['5']"
/>
<div
class=
"menuBar-title"
>
我的
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
{
configWx
,
getUserInfo
}
from
"@/utils/aCommon"
import
{
getUserInfoByUserId
}
from
"@/api/sidebar/voucher"
;
import
{
getUserInfoByUserId
}
from
"@/api/sidebar/voucher"
;
import
axios
from
"axios"
import
{
editStore
}
from
"@/api/sidebar/voucher"
;
import
{
editStore
}
from
"@/api/sidebar/voucher"
;
export
default
{
name
:
"me"
,
data
()
{
return
{
avatarUrl
:
''
,
cache
:
{
icon
:
{
testImg
:
"/mainSale/test-city.png"
,
...
...
@@ -127,239 +129,261 @@
userInfoResOld
:
""
,
userInfoResNew
:
""
},
};
},
mounted
()
{
this
.
checkNowMenuBar
()
},
methods
:
{
checkNowMenuBar
()
{
let
inData
=
"5"
;
this
.
menuBarInfo
.
icon
.
now
=
this
.
menuBarInfo
.
icon
.
ua
;
this
.
menuBarInfo
.
icon
.
now
[
inData
]
=
this
.
menuBarInfo
.
icon
.
ac
[
inData
];
},
menuBarClick
(
inData
)
{
this
.
$router
.
push
(
inData
);
},
listTaskClick
()
{
this
.
$router
.
push
(
"Task"
);
};
},
m
enuProfit
()
{
this
.
$router
.
push
({
path
:
"/profitList"
});
},
menuTask
()
{
this
.
$router
.
push
({
path
:
"/taskList"
});
m
ounted
()
{
this
.
avatarUrl
=
sessionStorage
.
getItem
(
"avatar"
)
this
.
checkNowMenuBar
()
},
menuCase
()
{
this
.
$router
.
push
({
path
:
"/case"
});
}
methods
:
{
checkNowMenuBar
()
{
let
inData
=
"5"
;
this
.
menuBarInfo
.
icon
.
now
=
this
.
menuBarInfo
.
icon
.
ua
;
this
.
menuBarInfo
.
icon
.
now
[
inData
]
=
this
.
menuBarInfo
.
icon
.
ac
[
inData
];
},
menuBarClick
(
inData
)
{
this
.
$router
.
push
(
inData
);
},
listTaskClick
()
{
this
.
$router
.
push
(
"Task"
);
},
menuProfit
()
{
this
.
$router
.
push
({
path
:
"/profitList"
});
},
menuTask
()
{
this
.
$router
.
push
({
path
:
"/taskList"
});
},
menuCase
()
{
this
.
$router
.
push
({
path
:
"/case"
});
}
}
};
</
script
>
<
style
scoped
>
.main
{
/*border: 1px solid red;*/
background-color
:
rgba
(
248
,
248
,
248
,
1
);
width
:
100%
;
height
:
auto
;
min-height
:
100%
;
/*padding: ;*/
padding-bottom
:
94px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
start
;
overflow
:
auto
;
}
.backgrounds
{
/*border: 1px solid dodgerblue;*/
width
:
100%
;
height
:
124px
;
overflow
:
hidden
;
background-color
:
rgba
(
10
,
10
,
10
,
0.5
);
}
.background-img
{
width
:
100%
;
height
:
100%
;
object-fit
:
cover
;
filter
:
blur
(
2px
);
}
.infos
{
/*border: 1px solid orange;*/
width
:
100%
;
height
:
44px
;
margin-top
:
12px
;
}
.info
{
/*border: 1px solid red;*/
width
:
100%
;
height
:
148px
;
padding
:
0px
16px
;
position
:
relative
;
bottom
:
106px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
align-items
:
start
;
}
.info-logos
{
/*background-color: #96CEDC;*/
width
:
100%
;
height
:
48px
;
}
.info-logo
{
width
:
48px
;
height
:
48px
;
border-radius
:
50%
;
border
:
1px
solid
white
;
object-fit
:
cover
;
}
.info-msgs
{
width
:
100%
;
height
:
80px
;
margin-bottom
:
12px
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
2px
;
box-shadow
:
0px
2px
4px
0px
rgba
(
221
,
221
,
221
,
1
);
padding
:
14px
19px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
}
.msg
{
width
:
50%
;
height
:
100%
;
/*border: 1px solid red;*/
border-right
:
1px
solid
rgba
(
238
,
238
,
238
,
1
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
align-items
:
flex-start
;
}
.msg-latest
{
border-right
:
none
;
align-items
:
flex-end
;
}
.msg-title
{
width
:
120px
;
height
:
14px
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
14px
;
color
:
rgba
(
45
,
71
,
106
,
1
);
text-align
:
center
;
}
.msg-num
{
width
:
120px
;
height
:
32px
;
border-radius
:
16px
;
background-color
:
rgba
(
248
,
248
,
248
,
1
);
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
}
.msg-num-red
{
color
:
rgba
(
208
,
2
,
27
,
1
);
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
20px
;
text-align
:
center
;
}
.msg-num-blue
{
color
:
rgba
(
117
,
178
,
253
,
1
);
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
20px
;
text-align
:
center
;
}
.lists
{
/*border: 1px solid red;*/
width
:
100%
;
height
:
auto
;
padding
:
0px
0px
0px
16px
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
1px
3px
0px
rgba
(
221
,
221
,
221
,
1
);
}
.list
{
/*border: 1px solid dodgerblue;*/
width
:
100%
;
height
:
44px
;
border-bottom
:
1px
solid
rgba
(
221
,
221
,
221
,
1
);
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
}
.list-latest
{
border-bottom
:
none
;
}
.list-title
{
width
:
auto
;
height
:
16px
;
font-size
:
14px
;
font-weight
:
bold
;
line-height
:
16px
;
color
:
rgba
(
45
,
71
,
106
,
1
);
}
.list-icon
{
margin-right
:
16px
;
width
:
8px
;
height
:
13px
;
object-fit
:
cover
;
}
.main-menuBar
{
/*border: 1px solid darkviolet;*/
box-shadow
:
inset
0px
1px
2px
0px
rgba
(
221
,
221
,
221
,
1
);
width
:
100%
;
height
:
82px
;
position
:
fixed
;
bottom
:
0px
;
left
:
0px
;
background-color
:
#fafafa
;
padding
:
0px
14px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
}
.menuBar-menu
{
/*background-color: greenyellow;*/
width
:
48px
;
height
:
47px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-end
;
align-items
:
center
;
}
.menuBar-icon
{
width
:
24px
;
height
:
24px
;
object-fit
:
cover
;
}
.menuBar-title
{
width
:
auto
;
height
:
12px
;
font-size
:
10px
;
font-weight
:
bold
;
color
:
rgba
(
67
,
119
,
188
,
0.4
);
text-align
:
center
;
}
.menuBar-title-ac
{
color
:
rgba
(
67
,
119
,
188
,
1
);
}
.main
{
/*border: 1px solid red;*/
background-color
:
rgba
(
248
,
248
,
248
,
1
);
width
:
100%
;
height
:
auto
;
min-height
:
100%
;
/*padding: ;*/
padding-bottom
:
94px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
start
;
overflow
:
auto
;
}
.backgrounds
{
/*border: 1px solid dodgerblue;*/
width
:
100%
;
height
:
124px
;
overflow
:
hidden
;
background-color
:
rgba
(
10
,
10
,
10
,
0.5
);
}
.background-img
{
width
:
100%
;
height
:
100%
;
object-fit
:
cover
;
filter
:
blur
(
2px
);
}
.infos
{
/*border: 1px solid orange;*/
width
:
100%
;
height
:
44px
;
margin-top
:
12px
;
}
.info
{
/*border: 1px solid red;*/
width
:
100%
;
height
:
148px
;
padding
:
0px
16px
;
position
:
relative
;
bottom
:
106px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
align-items
:
start
;
}
.info-logos
{
/*background-color: #96CEDC;*/
width
:
100%
;
height
:
48px
;
}
.info-logo
{
width
:
48px
;
height
:
48px
;
border-radius
:
50%
;
border
:
1px
solid
white
;
object-fit
:
cover
;
}
.info-msgs
{
width
:
100%
;
height
:
80px
;
margin-bottom
:
12px
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
2px
;
box-shadow
:
0px
2px
4px
0px
rgba
(
221
,
221
,
221
,
1
);
padding
:
14px
19px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
}
.msg
{
width
:
50%
;
height
:
100%
;
/*border: 1px solid red;*/
border-right
:
1px
solid
rgba
(
238
,
238
,
238
,
1
);
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
align-items
:
flex-start
;
}
.msg-latest
{
border-right
:
none
;
align-items
:
flex-end
;
}
.msg-title
{
width
:
120px
;
height
:
14px
;
font-size
:
12px
;
font-weight
:
bold
;
line-height
:
14px
;
color
:
rgba
(
45
,
71
,
106
,
1
);
text-align
:
center
;
}
.msg-num
{
width
:
120px
;
height
:
32px
;
border-radius
:
16px
;
background-color
:
rgba
(
248
,
248
,
248
,
1
);
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
}
.msg-num-red
{
color
:
rgba
(
208
,
2
,
27
,
1
);
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
20px
;
text-align
:
center
;
}
.msg-num-blue
{
color
:
rgba
(
117
,
178
,
253
,
1
);
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
20px
;
text-align
:
center
;
}
.lists
{
/*border: 1px solid red;*/
width
:
100%
;
height
:
auto
;
padding
:
0px
0px
0px
16px
;
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
1px
3px
0px
rgba
(
221
,
221
,
221
,
1
);
}
.list
{
/*border: 1px solid dodgerblue;*/
width
:
100%
;
height
:
44px
;
border-bottom
:
1px
solid
rgba
(
221
,
221
,
221
,
1
);
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
}
.list-latest
{
border-bottom
:
none
;
}
.list-title
{
width
:
auto
;
height
:
16px
;
font-size
:
14px
;
font-weight
:
bold
;
line-height
:
16px
;
color
:
rgba
(
45
,
71
,
106
,
1
);
}
.list-icon
{
margin-right
:
16px
;
width
:
8px
;
height
:
13px
;
object-fit
:
cover
;
}
.main-menuBar
{
/*border: 1px solid darkviolet;*/
box-shadow
:
inset
0px
1px
2px
0px
rgba
(
221
,
221
,
221
,
1
);
width
:
100%
;
height
:
82px
;
position
:
fixed
;
bottom
:
0px
;
left
:
0px
;
background-color
:
#fafafa
;
padding
:
0px
14px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
}
.menuBar-menu
{
/*background-color: greenyellow;*/
width
:
48px
;
height
:
47px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-end
;
align-items
:
center
;
}
.menuBar-icon
{
width
:
24px
;
height
:
24px
;
object-fit
:
cover
;
}
.menuBar-title
{
width
:
auto
;
height
:
12px
;
font-size
:
10px
;
font-weight
:
bold
;
color
:
rgba
(
67
,
119
,
188
,
0.4
);
text-align
:
center
;
}
.menuBar-title-ac
{
color
:
rgba
(
67
,
119
,
188
,
1
);
}
</
style
>
wx_application/src/views/mainSale/message/index.vue
View file @
69e60f0c
...
...
@@ -20,27 +20,26 @@
</
template
>
<
script
>
import
{
getMessageBy
Clerk
Id
}
from
'@/utils/utils.Request.aApi'
import
{
getMessageBy
User
Id
}
from
'@/utils/utils.Request.aApi'
export
default
{
name
:
'index'
,
data
()
{
return
{
// clerkId: '2003160512400400000',
clerkId
:
''
,
userId
:
''
,
messageList
:
[]
}
},
mounted
()
{
this
.
clerk
Id
=
sessionStorage
.
getItem
(
'userId'
)
this
.
user
Id
=
sessionStorage
.
getItem
(
'userId'
)
this
.
handleGetMessageByClerkId
()
},
methods
:
{
handleGetMessageByClerkId
()
{
let
_this
=
this
let
requestRarams
=
{
clerkId
:
_this
.
clerk
Id
}
let
requestRarams
=
{
userId
:
_this
.
user
Id
}
alert
(
JSON
.
stringify
(
requestRarams
))
getMessageBy
Clerk
Id
(
requestRarams
)
getMessageBy
User
Id
(
requestRarams
)
.
then
(
res
=>
{
if
(
res
.
result
==
'success'
)
{
_this
.
messageList
=
res
.
data
...
...
wx_application/src/views/mainSale/message/releaseMessage.vue
View file @
69e60f0c
...
...
@@ -21,7 +21,7 @@
</
template
>
<
script
>
import
{
getClerkInfoBySupervisorId
,
newTask
}
from
'@/utils/utils.Request.aApi'
import
{
getClerkInfoBySupervisor
User
Id
,
newTask
}
from
'@/utils/utils.Request.aApi'
export
default
{
name
:
'releaseMessage'
,
...
...
@@ -29,20 +29,19 @@
return
{
radio
:
'1'
,
checkIds
:
[],
// supervisorId:'2003160512400400000',
supervisorId
:
''
,
userList
:
[]
}
},
mounted
()
{
this
.
supervisorId
=
sessionStorage
.
getItem
(
'userId'
)
this
.
supervisor
User
Id
=
sessionStorage
.
getItem
(
'userId'
)
this
.
getClerkInfoBySupervisorId
()
},
methods
:
{
// 根据主管id获取所属部门全部员工信息
getClerkInfoBySupervisorId
()
{
let
_this
=
this
getClerkInfoBySupervisor
Id
({
supervisorId
:
_this
.
superviso
rId
})
getClerkInfoBySupervisor
UserId
({
supervisorUserId
:
_this
.
supervisorUse
rId
})
.
then
(
res
=>
{
if
(
res
.
result
==
'success'
)
{
_this
.
userList
=
res
.
data
...
...
@@ -65,12 +64,16 @@
//发布 全员发送 获取全部id 部分可见 获取check 的id
let
title
=
this
.
$store
.
state
.
message
.
title
let
content
=
this
.
$store
.
state
.
message
.
content
let
supervisorId
=
this
.
supervisorId
let
supervisorUserId
=
this
.
supervisorUserId
if
(
this
.
checkIds
.
length
==
0
){
_this
.
$toast
(
"请选择转发人"
);
return
false
}
let
clerkIds
=
this
.
checkIds
+
""
let
requestParam
=
{
title
:
title
,
content
:
content
,
supervisor
Id
:
superviso
rId
,
supervisor
UserId
:
supervisorUse
rId
,
clerkIds
:
clerkIds
}
let
_this
=
this
...
...
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