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
e3200d43
Commit
e3200d43
authored
Dec 23, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供外出库确认界面修改
parent
6b42dc0f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
331 additions
and
21 deletions
+331
-21
index.vue
.../privateComponents/components/printTagForConfig/index.vue
+7
-6
left.vue
...enter/myPlanTask/outStorageOutConfirm/components/left.vue
+176
-0
right.vue
...nter/myPlanTask/outStorageOutConfirm/components/right.vue
+111
-0
index.vue
...low/task-center/myPlanTask/outStorageOutConfirm/index.vue
+36
-14
right.vue
.../myPlanTask/proPreparatWorkerConfirm/components/right.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/printTagForConfig/index.vue
View file @
e3200d43
...
@@ -92,15 +92,16 @@ export default {
...
@@ -92,15 +92,16 @@ export default {
},
},
tbPrintCode
(
selectRows
)
{
tbPrintCode
(
selectRows
)
{
const
selection
=
selectRows
const
selection
=
selectRows
if
(
selection
[
0
].
subTypeName
===
'OutStorageMatchItem'
)
{
// 打印AO标签
const
selectSubTypeName
=
selection
&&
selection
[
0
]
&&
selection
[
0
].
subTypeName
if
(
selectSubTypeName
===
'OutStorageMatchItem'
)
{
// 打印AO标签
this
.
printAoLabel
(
selection
)
this
.
printAoLabel
(
selection
)
}
else
if
(
select
ion
[
0
].
s
ubTypeName
===
'InventoryFlow'
)
{
// 打印流水标签
}
else
if
(
select
S
ubTypeName
===
'InventoryFlow'
)
{
// 打印流水标签
this
.
printFlowLable
(
selection
)
this
.
printFlowLable
(
selection
)
}
else
if
(
select
ion
[
0
].
s
ubTypeName
===
'Inventory'
)
{
// 打印移库标签
}
else
if
(
select
S
ubTypeName
===
'Inventory'
)
{
// 打印移库标签
this
.
printMoveLibraryLabel
(
selection
)
this
.
printMoveLibraryLabel
(
selection
)
}
else
if
(
select
ion
[
0
].
subTypeName
===
'JobResponseOutStorageMatch'
)
{
// 批量签审_配套
出库响应打印标签
}
else
if
(
select
SubTypeName
===
'JobResponseOutStorageMatch'
||
selectSubTypeName
===
'JobResponseOutStorageOut'
)
{
// 批量签审_配套出库响应打印标签||批量签审_供外
出库响应打印标签
this
.
printBatchSignMatchJob
(
selection
)
this
.
printBatchSignMatchJob
(
selection
)
}
else
if
(
select
ion
[
0
].
s
ubTypeName
.
includes
(
'OutStorage'
))
{
// 打印出库标签
}
else
if
(
select
S
ubTypeName
.
includes
(
'OutStorage'
))
{
// 打印出库标签
this
.
printOutStorageLabel
(
selection
)
this
.
printOutStorageLabel
(
selection
)
}
else
{
// 打印入库标签
}
else
{
// 打印入库标签
this
.
printInStorageLabel
(
selection
)
this
.
printInStorageLabel
(
selection
)
...
@@ -309,7 +310,7 @@ export default {
...
@@ -309,7 +310,7 @@ export default {
{
label
:
'验收单号'
,
value
:
row
.
inventory
&&
row
.
inventory
.
testNo
},
{
label
:
'验收单号'
,
value
:
row
.
inventory
&&
row
.
inventory
.
testNo
},
{
label
:
'保证保管期'
,
value
:
jobResInTest
.
guaranteePeriod
&&
jobResInTest
.
guaranteePeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'保证保管期'
,
value
:
jobResInTest
.
guaranteePeriod
&&
jobResInTest
.
guaranteePeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'贮存期'
,
value
:
jobResInTest
.
qualityPeriod
&&
jobResInTest
.
qualityPeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'贮存期'
,
value
:
jobResInTest
.
qualityPeriod
&&
jobResInTest
.
qualityPeriod
.
replace
(
' 00:00:00'
,
''
)
},
{
label
:
'库位号'
,
value
:
jobOrderData
.
workunit
||
''
},
{
label
:
'库位号'
,
value
:
row
.
inventory
&&
row
.
inventory
.
workunit
||
''
},
{
label
:
'出库数量'
,
value
:
row
.
allocatedAmount
||
''
},
{
label
:
'出库数量'
,
value
:
row
.
allocatedAmount
||
''
},
{
{
label
:
'计量单位'
,
value
:
jobOrderData
.
extMaterial
.
extUnit
.
unitName
||
''
},
label
:
'计量单位'
,
value
:
jobOrderData
.
extMaterial
.
extUnit
.
unitName
||
''
},
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageOutConfirm/components/left.vue
0 → 100644
View file @
e3200d43
<
template
>
<div
class=
"proPreConfirmLeft"
style=
"padding-right: 15px; height: 100%; overflow: scroll;"
>
<!-- 搜索 -->
<dee-as-com
:lay-config=
"
{
typeName: 'OutStorageOut',
layKey: '4e4e6f1e-291e-41b6-8132-b89bcea60722'
}"
@searchEvent="searchEvent"
/>
<!-- 分类展示 -->
<el-collapse
v-model=
"collapse.active"
v-loading=
"loading"
accordion
>
<el-collapse-item
v-for=
"(request, index) in requests"
:key=
"index"
:name=
"(index + 1).toString()"
>
<template
slot=
"title"
>
<section
class=
"collapse-title"
>
|
{{
request
.
name
}}
(
{{
request
.
lists
.
length
}}
)
</section>
</
template
>
<ul
v-if=
"request.lists.length"
>
<
template
v-for=
"(item, subIndex) in request.lists"
>
<li
:key=
"item.id"
class=
"blue"
:class=
"
{active: subIndex === active,'active-background':item.activeBackground}"
@click="currentDataClick(item,subIndex)"
>
<i
class=
"el-icon-document"
/>
{{
item
.
reqNo
}}
,
{{
item
.
creator
.
userName
||
'暂无'
}}
,
{{
item
.
createTime
}}
</li>
</
template
>
</ul>
<span
v-else
class=
"empty"
>
暂无数据
</span>
</el-collapse-item>
</el-collapse>
</div>
</template>
<
script
>
import
{
post
}
from
'@/utils/http'
export
default
{
name
:
'MatchConfirmLeft'
,
components
:
{
},
props
:
{
selectData
:
{
type
:
Object
,
default
:
()
=>
{}
}
},
data
()
{
return
{
loading
:
false
,
// 搜索表单
form
:
{
reqNo
:
''
,
reqBill
:
''
,
ao
:
''
,
resCode
:
''
,
modelNo
:
''
},
// 手风琴默认高亮
active
:
0
,
// 手风琴组件
collapse
:
{
active
:
[
'1'
]
},
// 申请列表
requests
:
[
{
name
:
'供外出库'
,
lists
:
[]
}
],
searchItems
:
[]
}
},
mounted
()
{
this
.
init
()
this
.
$bus
.
$on
(
'reloadModuleList'
,
(
hasFlag
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
init
()
})
})
},
methods
:
{
searchEvent
(
data
)
{
this
.
searchItems
=
data
&&
data
.
items
||
[]
this
.
init
()
},
// 加载左侧申请表
init
()
{
const
params
=
{
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[],
'items'
:
this
.
searchItems
,
'operator'
:
'AND'
},
'openProps'
:
[
],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
'sortOrder'
:
'desc'
}
]
}
this
.
loading
=
true
post
(
`OutStorageRequest/search/outStorageExpireApply?taskDefinitionKey=
${
this
.
selectData
.
taskKey
}
`
,
params
).
then
(
res
=>
{
const
data
=
res
.
items
.
content
.
map
(
item
=>
{
return
{
...
item
.
pbo
,
processInstanceId
:
item
.
processTask
.
processInstanceId
,
processTaskId
:
item
.
processTask
.
id
}
})
this
.
requests
.
find
(
item
=>
item
.
name
===
'供外出库'
).
lists
=
data
data
&&
this
.
currentDataClick
(
data
[
0
],
0
)
}).
catch
(
err
=>
console
.
log
(
err
)).
finally
(()
=>
{
this
.
loading
=
false
})
},
searchForm
()
{
this
.
init
()
},
// 重置表单
resetForm
()
{
this
.
form
=
{}
this
.
init
()
},
currentDataClick
(
item
,
subIndex
)
{
this
.
active
=
subIndex
this
.
$emit
(
'currentLeftData:click'
,
item
)
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
ul
{
margin
:
-10px
0
;
padding
:
5px
0
0
0
;
li
{
margin-top
:
5px
;
padding
:
0
5px
0
8px
;
height
:
25px
;
line-height
:
25px
;
list-style
:
none
;
cursor
:
pointer
;
font-size
:
14px
;
color
:
#606266
;
opacity
:
.85
;
white-space
:
nowrap
;
&
.black
{
color
:
black
;
}
&
.active-background
{
background-color
:
#67C23A
;}
&
.blue
{
color
:
blue
;
}
&
.red
{
color
:
red
;
}
i
{
font-size
:
14px
;
}
&
:hover
,
&
.active
{
opacity
:
1
;
font-weight
:
500
;
background-color
:
#edf0f5
;
}
}
}
.empty
{
margin-left
:
10px
;
color
:
#666
;
}
.el-date-editor
{
width
:
100%
;
}
.collapse-title
{
font-size
:
14px
;
color
:
#666
;
}
.is-active
.collapse-title
{
font-size
:
15px
;
font-weight
:
600
;
color
:
#222
;
}
</
style
>
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageOutConfirm/components/right.vue
0 → 100644
View file @
e3200d43
<
template
>
<div
class=
"proPreConfirmRight"
>
<dee-as-com
ref=
"requestTable"
:basic-data=
"
{ selectData,...currentLeftData,selectionRows}"
:lay-config="{ typeName: 'OutStorageOut', layKey: 'e3b7e2e1-af45-4e28-99f6-6f7583d2c216'}"
table-height="auto"
@selectionChange="selectionChange"
/>
<dee-as-com
ref=
"itemsTable"
:lay-config=
"
{ typeName: 'OutStorageOutItem', layKey: 'edit_outStorageOutItem_confirm'}"
table-height="35%"
:basic-data=" { selectData,selectionRowsItem,...currentLeftData }"
@selectionChange="selectionChangeItem"
/>
<dee-as-com
ref=
"responseTable"
:lay-config=
"
{ typeName: 'JobResponseOutStorageOut', layKey: 'batchSign_outStorageOutJobResponse'}"
table-height="47%"
:basic-data=" { selectData,selectionRowsRes,...currentLeftData }"
@selectionChangeRes="selectionChangeRes"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'MatchConfirmRight'
,
components
:
{},
props
:
{
selectData
:
{
type
:
Object
,
default
:
()
=>
{}
},
currentLeftData
:
{
type
:
Object
,
default
:
()
=>
{}
}
},
data
()
{
return
{
selectionRows
:
[],
selectionRowsItem
:
[],
selectionRowsRes
:
[]
}
},
computed
:
{},
watch
:
{
currentLeftData
:
{
immediate
:
true
,
deep
:
true
,
handler
(
val
)
{
this
.
$nextTick
(()
=>
{
this
.
init
()
})
}
}
},
created
()
{},
mounted
()
{
this
.
$bus
.
$on
(
'refreshUseItemConfirm'
,
(
data
)
=>
{
this
.
$refs
.
itemsTable
&&
this
.
$refs
.
itemsTable
.
$refs
.
asCom
.
getData
()
})
},
// 组件方法
methods
:
{
selectionChange
(
val
)
{
this
.
selectionRows
=
val
},
selectionChangeItem
(
val
)
{
this
.
selectionRowsItem
=
val
const
itemIds
=
val
&&
val
.
map
(
item
=>
item
.
id
)
||
[]
this
.
$refs
.
responseTable
&&
this
.
$refs
.
responseTable
.
$refs
.
asCom
.
getData
(
itemIds
)
},
selectionChangeRes
(
val
)
{
this
.
selectionRowsRes
=
val
},
init
()
{
this
.
$refs
.
requestTable
&&
this
.
$refs
.
requestTable
.
$refs
.
asCom
&&
this
.
$refs
.
requestTable
.
$refs
.
asCom
.
getData
()
this
.
$refs
.
itemsTable
&&
this
.
$refs
.
itemsTable
.
$refs
.
asCom
&&
this
.
$refs
.
itemsTable
.
$refs
.
asCom
.
getData
()
}
}
}
</
script
>
<
style
lang=
'scss'
>
.proPreConfirmRight
{
overflow
:
auto
;
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
padding-left
:
8px
;
.sub-title
{
padding-top
:
10px
!
important
;
}
.dee-table
{
.dee-tools
{
margin
:
2px
0
!
important
;
}
.dee-table-config-bar
{
margin
:
2px
0
!
important
;
}
.dee-table-pagination
{
margin-top
:
12px
!
important
;
}
}
}
</
style
>
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageOutConfirm/index.vue
View file @
e3200d43
<!--
<!--
* @Author: gjn
* @Author: gjn
* @Date: 2023-
08-22 15:45:30
* @Date: 2023-
12-22 15:34:39
* @Description:批量签审_供外出库确认
* @Description:批量签审_供外出库确认
-->
-->
<
template
>
<
template
>
<div
class=
"outStorageOutConfirm"
>
<div
class=
"outStorageOutConfirm"
>
<dee-as-com
<dee-fold-pane
ref=
"applyTable"
:min-percent=
"18"
class=
"list-table"
:default-percent=
"18"
:basic-data=
"
{ selectData,selectionRows }"
split=
"vertical"
:lay-config="{ typeName: 'OutStorageOut', layKey: 'batchSign_outStorageOutConfirm'}"
class=
"detail-pane"
@selectionChange="selectionChange"
>
/>
<template
slot=
"paneL"
>
<Left
ref=
"left"
:select-data=
"selectData"
@
currentLeftData:click=
"currentAoClick"
/>
</
template
>
<
template
slot=
"paneR"
>
<Right
v-show=
"subTypeName === '1'"
ref=
"right"
:select-data=
"selectData"
:current-left-data=
"currentLeftData"
/>
<!-- empty -->
<section
v-if=
"!subTypeName"
style=
"padding-left: 15px;"
>
请先选择左侧请求单
</section>
</
template
>
</dee-fold-pane>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
Left
from
'./components/left.vue'
import
Right
from
'./components/right.vue'
export
default
{
export
default
{
name
:
'OutStorageOutConfirm'
,
name
:
'OutStorageOutConfirm'
,
components
:
{
},
components
:
{
Left
,
Right
},
props
:
{
props
:
{
selectData
:
{
selectData
:
{
type
:
Object
,
type
:
Object
,
...
@@ -28,7 +48,8 @@ export default {
...
@@ -28,7 +48,8 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
selectionRows
:
[]
subTypeName
:
''
,
currentLeftData
:
null
}
}
},
},
computed
:
{},
computed
:
{},
...
@@ -37,8 +58,9 @@ export default {
...
@@ -37,8 +58,9 @@ export default {
mounted
()
{},
mounted
()
{},
// 组件方法
// 组件方法
methods
:
{
methods
:
{
selectionChange
(
val
)
{
currentAoClick
(
data
)
{
this
.
selectionRows
=
val
this
.
subTypeName
=
'1'
this
.
currentLeftData
=
data
}
}
}
}
}
}
...
@@ -47,7 +69,7 @@ export default {
...
@@ -47,7 +69,7 @@ export default {
<
style
lang=
'scss'
>
<
style
lang=
'scss'
>
.outStorageOutConfirm
{
.outStorageOutConfirm
{
width
:
100%
;
width
:
100%
;
height
:
10
0
%
;
height
:
10
3
%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
4px
;
padding
:
0
4px
;
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/proPreparatWorkerConfirm/components/right.vue
View file @
e3200d43
...
@@ -56,7 +56,7 @@ export default {
...
@@ -56,7 +56,7 @@ export default {
},
},
init
(
currentAo
)
{
init
(
currentAo
)
{
this
.
$refs
.
outStorageMatch
&&
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
(
currentAo
&&
currentAo
.
id
||
0
)
this
.
$refs
.
outStorageMatch
&&
this
.
$refs
.
outStorageMatch
.
$refs
.
asCom
.
getData
(
currentAo
&&
currentAo
.
id
||
0
)
this
.
$refs
.
outStorageMatch
&&
this
.
$refs
.
outStorageMatchItem
.
$refs
.
asCom
.
getData
(
currentAo
&&
currentAo
.
id
||
0
)
this
.
$refs
.
outStorageMatch
Item
&&
this
.
$refs
.
outStorageMatchItem
.
$refs
.
asCom
.
getData
(
currentAo
&&
currentAo
.
id
||
0
)
}
}
}
}
}
}
...
...
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