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
e69f0855
Commit
e69f0855
authored
Aug 15, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量签审——验收入库确认
parent
c7b2ee7c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
1 deletion
+56
-1
taskList.vue
...er/src/views/workflow/task-center/myPlanTask/taskList.vue
+2
-1
index.vue
...orkflow/task-center/myPlanTask/warehouseConfirm/index.vue
+54
-0
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/taskList.vue
View file @
e69f0855
...
@@ -13,7 +13,8 @@ export default {
...
@@ -13,7 +13,8 @@ export default {
WarehouseExamine
:
()
=>
import
(
'./warehouseExamine'
),
// 验收入库审核
WarehouseExamine
:
()
=>
import
(
'./warehouseExamine'
),
// 验收入库审核
JobResponseInExperiment
:
()
=>
import
(
'./jobResponseInExperiment'
),
// 理化试验验入库响应
JobResponseInExperiment
:
()
=>
import
(
'./jobResponseInExperiment'
),
// 理化试验验入库响应
OutStorageExpireApply
:
()
=>
import
(
'./outStorageExpireApply'
),
// 三期出库申请
OutStorageExpireApply
:
()
=>
import
(
'./outStorageExpireApply'
),
// 三期出库申请
OutStorageRecallApply
:
()
=>
import
(
'./outStorageRecallApply'
)
// 返厂出库申请
OutStorageRecallApply
:
()
=>
import
(
'./outStorageRecallApply'
),
// 返厂出库申请
WarehouseConfirm
:
()
=>
import
(
'./warehouseConfirm'
)
// 验收入库确认
},
},
props
:
{
props
:
{
selectData
:
{
selectData
:
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/warehouseConfirm/index.vue
0 → 100644
View file @
e69f0855
<!--
* @Author: gjn
* @Date: 2023-08-04 10:29:39
* @Description:批量签审_验收入库确认
-->
<
template
>
<div
class=
"warehouseConfirm"
>
<dee-as-com
ref=
"applyTable"
class=
"list-table"
:basic-data=
"
{ selectData,selectionRows }"
:lay-config="{ typeName: 'InStorageRequestItem', layKey: 'batchSign_warehouseConfirm'}"
@selectionChange="selectionChange"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'WarehouseConfirm'
,
components
:
{},
props
:
{
selectData
:
{
type
:
Object
,
default
:
()
=>
{}
}
},
data
()
{
return
{
selectionRows
:
[]
}
},
computed
:
{},
watch
:
{},
created
()
{},
mounted
()
{},
// 组件方法
methods
:
{
selectionChange
(
val
)
{
this
.
selectionRows
=
val
}
}
}
</
script
>
<
style
lang=
'scss'
>
.warehouseConfirm
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
padding
:
0
4px
;
}
</
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