Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
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
pangchong
mocp-uniapp
Commits
4d20b1b1
Commit
4d20b1b1
authored
Jul 31, 2024
by
liujinbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/master' into master_ljb
parents
6faddd2e
554afc36
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
11 deletions
+9
-11
src/mocp/api/my-toDo.js
+2
-2
src/mocp/components/global-page/global-page.vue
+1
-0
src/pages/modules/mocp/panel/aog/details.vue
+2
-3
src/pages/modules/mocp/panel/app-center/index.vue
+1
-1
src/pages/modules/mocp/panel/assign-work/details.vue
+0
-3
src/pages/modules/mocp/panel/my-toDo/index.vue
+3
-2
src/static/mocp/image/panel/wdgj.png
+0
-0
No files found.
src/mocp/api/my-toDo.js
View file @
4d20b1b1
import
{
http
,
post
}
from
'mocp/utils/http'
import
{
http
}
from
'mocp/utils/http'
//布置工作
export
const
getArrangeWorkListForAppApi
=
(
data
,
config
)
=>
{
return
post
({
return
http
({
method
:
'POST'
,
url
:
'/technical-support/getArrangeWorkListForApp'
,
data
,
...
...
src/mocp/components/global-page/global-page.vue
View file @
4d20b1b1
...
...
@@ -12,6 +12,7 @@
:loading-more-enabled=
"loadingMoreEnabled"
:back-to-top-bottom=
"backToTopBottom"
show-refresher-update-time
:hide-empty-view=
"!auto"
@
query=
"queryList"
@
scroll=
"scroll"
:paging-style=
"getPagingStyle"
...
...
src/pages/modules/mocp/panel/aog/details.vue
View file @
4d20b1b1
...
...
@@ -103,9 +103,8 @@ onLoad(() => {
}
)
const
goTo
=
(
url
,
params
)
=>
{
if
(
params
)
{
uni
.
$mocpJump
.
navigateTo
(
url
,
params
).
then
(()
=>
{
aogStore
.
setState
(
'materialType'
,
params
.
materialType
)
}
)
aogStore
.
setState
(
'materialType'
,
params
.
materialType
)
uni
.
$mocpJump
.
navigateTo
(
url
,
params
)
}
else
{
uni
.
$mocpJump
.
navigateTo
(
url
)
}
...
...
src/pages/modules/mocp/panel/app-center/index.vue
View file @
4d20b1b1
...
...
@@ -68,11 +68,11 @@ const handleLeftClick = () => {
}
//保存
const
handleRightClick
=
()
=>
{
navLeftType
.
value
=
'icon'
if
(
homeMenuList
.
value
.
length
>
0
)
{
if
(
homeMenuList
.
value
.
length
>
15
)
{
uni
.
$mocpMessage
.
warning
(
'最多设置15个首页菜单'
)
}
else
{
navLeftType
.
value
=
'icon'
isEdit
.
value
=
false
userStore
.
changeHomeMenuList
(
cloneDeep
(
homeMenuList
.
value
))
uni
.
$mocpMessage
.
success
(
'保存菜单成功'
)
...
...
src/pages/modules/mocp/panel/assign-work/details.vue
View file @
4d20b1b1
...
...
@@ -220,9 +220,6 @@ const handleRightClick = () => {
const
handleFooterClick
=
()
=>
{
uni
.
$mocpJump
.
navigateTo
(
assignWorkStore
.
getDetailsFooterBtn
?.
path
)
}
onUnload
(()
=>
{
assignWorkStore
.
$reset
()
})
</
script
>
<
style
lang=
"scss"
scoped
>
@import
'./constants/details.scss'
;
...
...
src/pages/modules/mocp/panel/my-toDo/index.vue
View file @
4d20b1b1
...
...
@@ -16,9 +16,10 @@ import AppraisalRecordList from './components/appraisal-record-list.vue'
import
MoveDecisionList
from
'./components/move-decision-list.vue'
import
TechnologyEvaluationList
from
'./components/technology-evaluation-list.vue'
const
{
windowHeight
}
=
uni
.
getSystemInfoSync
()
const
{
windowHeight
,
safeAreaInsets
}
=
uni
.
getSystemInfoSync
()
//内容高度-nav高度-底部安全区-底部安全区
const
getHeight
=
computed
(()
=>
{
return
windowHeight
-
8
5
*
4
+
'px'
return
windowHeight
-
44
-
safeAreaInsets
?.
top
-
safeAreaInsets
?.
bottom
-
7
5
*
4
+
'px'
})
</
script
>
<
style
lang=
"scss"
>
...
...
src/static/mocp/image/panel/wdgj.png
View replaced file @
6faddd2e
View file @
4d20b1b1
1.83 KB
|
W:
|
H:
9.78 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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