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
6924ff1a
Commit
6924ff1a
authored
Nov 22, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量签审_验收入库确认代码修改(预案)
parent
c63a77e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
167 additions
and
2 deletions
+167
-2
index.vue
...orkflow/task-center/myPlanTask/warehouseConfirm/index.vue
+167
-2
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/warehouseConfirm/index.vue
View file @
6924ff1a
...
@@ -12,11 +12,14 @@
...
@@ -12,11 +12,14 @@
:lay-config="{ typeName: 'InStorageRequestItem', layKey: 'batchSign_warehouseConfirm'}"
:lay-config="{ typeName: 'InStorageRequestItem', layKey: 'batchSign_warehouseConfirm'}"
@selectionChange="selectionChange"
@selectionChange="selectionChange"
/>
/>
<!-- :result-data="resultData"
dis-business -->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
{
post
}
from
'@/utils/http'
export
default
{
export
default
{
name
:
'WarehouseConfirm'
,
name
:
'WarehouseConfirm'
,
components
:
{},
components
:
{},
...
@@ -28,17 +31,20 @@ export default {
...
@@ -28,17 +31,20 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
selectionRows
:
[]
selectionRows
:
[],
resultData
:
[]
}
}
},
},
computed
:
{},
computed
:
{},
watch
:
{},
watch
:
{},
created
()
{
created
()
{
// this.searchInStorageRequestItem()
},
},
mounted
()
{
mounted
()
{
this
.
$bus
.
$on
(
'refreshBatchSignDetails'
,
()
=>
{
this
.
$bus
.
$on
(
'refreshBatchSignDetails'
,
()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
applyTable
&&
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
this
.
$refs
.
applyTable
&&
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
// this.searchInStorageRequestItem()
})
})
})
})
},
},
...
@@ -46,6 +52,165 @@ export default {
...
@@ -46,6 +52,165 @@ export default {
methods
:
{
methods
:
{
selectionChange
(
val
)
{
selectionChange
(
val
)
{
this
.
selectionRows
=
val
this
.
selectionRows
=
val
},
searchInStorageRequestItem
()
{
console
.
log
(
this
,
'this'
)
// const searchData = obtainedParams.searchFormData ? obtainedParams.searchFormData.items : []
// const extraItems = obtainedParams.extraBaseParams || []
const
param
=
{
'rootCondition'
:
{
'pageFrom'
:
1
,
'pageSize'
:
999
,
'searchItems'
:
{
'children'
:
[
{
'items'
:
[
{
'fieldName'
:
'parentId'
,
'operator'
:
'ISNULL'
}
// ...extraItems,
// ...searchData
],
'operator'
:
'AND'
}
],
'items'
:
[]
},
'parentFilter'
:
true
,
'openProps'
:
[{
'name'
:
'inventoryReq'
,
'openProps'
:
[
{
'name'
:
'materialType'
}
]
},
{
'name'
:
'extMaterial'
,
'openProps'
:
[
{
'name'
:
'extUnit'
}
]
},
{
'name'
:
'extDxSipplier'
},
{
'name'
:
'storageZone'
},
{
'name'
:
'purchaseUnit'
},
{
'name'
:
'inventoryJobResponses'
,
'openProps'
:
[
{
'name'
:
'extWorkUnit'
},
{
'name'
:
'inventory'
}
]
}
],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
'sortOrder'
:
'desc'
}
]
},
'childCondition'
:
{
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[],
'items'
:
[]
},
'openProps'
:
[{
'name'
:
'inventoryReq'
,
'openProps'
:
[
{
'name'
:
'materialType'
}
]
},
{
'name'
:
'extMaterial'
,
'openProps'
:
[
{
'name'
:
'extUnit'
}
]
},
{
'name'
:
'extDxSipplier'
},
{
'name'
:
'storageZone'
},
{
'name'
:
'purchaseUnit'
},
{
'name'
:
'inventoryJobResponses'
,
'openProps'
:
[
{
'name'
:
'extWorkUnit'
}
]
}
],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
'sortOrder'
:
'desc'
}
]
}
}
// this.resultData = []
const
requestURL
=
'InStorageRequestItem/search/wfcInventoryItem?taskDefinitionKey='
+
this
.
selectData
.
taskKey
post
(
requestURL
,
param
).
then
(
res
=>
{
const
data
=
res
.
items
.
content
this
.
treeTableNoArrange
(
data
)
// this.pagination.total = data.length
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
})
},
treeTableNoArrange
(
tableData
)
{
this
.
resultData
=
tableData
.
map
((
item
,
i
)
=>
{
const
resData
=
{
...
item
.
pbo
}
resData
.
parentIndex
=
i
+
1
if
(
resData
.
children
)
{
resData
.
children
.
forEach
((
child
,
j
)
=>
{
child
.
parentIndex
=
resData
.
parentIndex
+
'.'
+
(
j
+
1
)
child
.
state
=
''
})
}
if
(
resData
.
inventoryJobResponses
&&
resData
.
inventoryJobResponses
.
length
)
{
resData
.
inventoryJobResponses
.
forEach
(
el
=>
{
if
(
el
.
subTypeName
===
'JobResponseInTest'
)
{
resData
.
testNo
=
el
.
testNo
resData
.
qualityPeriod
=
el
.
qualityPeriod
resData
.
longPeriod
=
el
.
longPeriod
}
if
(
el
.
subTypeName
===
'JobResponseInEntry'
)
{
resData
.
targetJobResponseId
=
el
.
id
resData
.
extWorkUnitCode
=
el
.
extWorkUnit
?
el
.
extWorkUnit
.
extcode
:
''
}
})
}
return
{
...
resData
,
processInstanceId
:
item
.
processTask
.
processInstanceId
,
processTaskId
:
item
.
processTask
.
id
}
})
// this.tableData = tableData
}
}
}
}
}
}
...
@@ -56,7 +221,7 @@ export default {
...
@@ -56,7 +221,7 @@ export default {
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
4px
;
padding
:
0
.25rem
;
}
}
</
style
>
</
style
>
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