Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
b1b6113d
Commit
b1b6113d
authored
Sep 03, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配套出库确认左侧计划时间查询参数修改
parent
c0345bd2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
left.vue
...ter/myPlanTask/outStorageMatchConfirm/components/left.vue
+2
-13
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageMatchConfirm/components/left.vue
View file @
b1b6113d
...
@@ -135,18 +135,8 @@ export default {
...
@@ -135,18 +135,8 @@ export default {
methods
:
{
methods
:
{
// 加载左侧申请表
// 加载左侧申请表
init
()
{
init
()
{
// const searchData = obtainedParams.searchFormData ? obtainedParams.searchFormData.items : []
// const extraItems = obtainedParams.extraBaseParams || []
const
items
=
[]
const
items
=
[]
if
(
this
.
form
.
scheduledStart
)
{
const
timeStr
=
this
.
form
.
scheduledStart
&&
`&startTime=
${
this
.
form
.
scheduledStart
[
0
]
+
' 00:00:00'
}
&endTime=
${
this
.
form
.
scheduledStart
[
1
]
+
' 23:59:59'
}
`
||
''
items
.
push
({
fieldName
:
'joExecutePlan.scheduledStart'
,
operator
:
'BTWN'
,
searchItemType
:
'Date'
,
value
:
this
.
form
.
scheduledStart
[
0
]
+
' 00:00:00'
,
value1
:
this
.
form
.
scheduledStart
[
1
]
+
' 23:59:59'
})
}
const
params
=
{
const
params
=
{
'pageFrom'
:
1
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'pageSize'
:
9999
,
...
@@ -191,8 +181,7 @@ export default {
...
@@ -191,8 +181,7 @@ export default {
this
.
checkedAll
=
false
this
.
checkedAll
=
false
this
.
isIndeterminate
=
false
this
.
isIndeterminate
=
false
this
.
checkedLists
=
[]
this
.
checkedLists
=
[]
// return new Promise((resolve, reject) => {
post
(
`OutStorageRequest/search/matchStorageExpireToAo?taskDefinitionKey=
${
this
.
selectData
.
taskKey
}${
timeStr
}
`
,
params
).
then
(
res
=>
{
post
(
`OutStorageRequest/search/matchStorageExpireToAo?taskDefinitionKey=
${
this
.
selectData
.
taskKey
}
`
,
params
).
then
(
res
=>
{
const
data
=
res
.
items
.
content
.
map
(
item
=>
{
const
data
=
res
.
items
.
content
.
map
(
item
=>
{
return
{
return
{
...
item
,
...
item
,
...
...
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