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
7c83fdcb
Commit
7c83fdcb
authored
Dec 20, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 提交
parent
d2964920
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
55 deletions
+0
-55
src/mocp/store/unplanApply.js
+0
-29
src/mocp/store/unplanWarning.js
+0
-26
No files found.
src/mocp/store/unplanApply.js
View file @
7c83fdcb
...
...
@@ -24,35 +24,6 @@ const useUnplanApplyStore = defineStore('unplanApply', {
getters
:
{},
actions
:
{
async
getDetails
()
{
this
.
details
=
{
acType
:
'73N'
,
airline
:
'YZJ'
,
applyStatus
:
'0'
,
approver
:
'17'
,
approverName
:
''
,
checkLevel
:
'2'
,
createTime
:
1734679857000
,
createUser
:
'21'
,
createUserName
:
''
,
delayDay
:
12
,
delayEntTime
:
1735412399000
,
endTime
:
'1734375599000'
,
examineReason
:
''
,
exemptStatus
:
'0'
,
id
:
'1870008971817910272'
,
isDel
:
'0'
,
materialDelay
:
'1'
,
materialPns
:
'1,2'
,
packageName
:
'航线--督办杀虫EO'
,
packageNo
:
'500001099668'
,
planStayingDay
:
'0'
,
reason
:
'3'
,
sourceType
:
'1'
,
startTime
:
'1734364740000'
,
updateTime
:
0
,
updateUser
:
null
,
warningReason
:
'2,3'
}
const
res
=
await
getUnplanApplyApi
({
id
:
this
.
id
},
{
loading
:
true
})
if
(
res
.
code
==
200
)
{
this
.
details
=
res
.
data
...
...
src/mocp/store/unplanWarning.js
View file @
7c83fdcb
...
...
@@ -23,32 +23,6 @@ const useUnplanWarningStore = defineStore('unplanWarning', {
getters
:
{},
actions
:
{
async
getDetails
()
{
// this.details = {
// acType: '73N',
// airline: 'YZJ',
// applyStatus: '0',
// approver: '6',
// approverName: '',
// checkLevel: '2',
// createTime: 1734507585000,
// createUser: '21',
// createUserName: '',
// endTime: '1734386399000',
// examineReason: '',
// id: '1869286413837533184',
// isDel: '0',
// materialDelay: '1',
// materialPns: '666,8999',
// packageName: '航线-织物包检查',
// packageNo: '500001101955',
// planStayingDay: '0',
// reason: '112',
// sourceType: '1',
// startTime: '1734361200000',
// updateTime: 0,
// updateUser: null,
// warningReason: '1'
// }
const
res
=
await
getUnplanWarningApi
({
id
:
this
.
id
},
{
loading
:
true
})
if
(
res
.
code
==
200
)
{
this
.
details
=
res
.
data
...
...
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