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
2e01e64e
Commit
2e01e64e
authored
Nov 06, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配套需求单明细开发
parent
11ad0da7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
index.vue
...ivateComponents/components/MatchRequestItemsCon/index.vue
+46
-0
index.vue
...rc/privateComponents/components/adjustOccupyCom/index.vue
+2
-0
No files found.
applications/dee-mes/src/privateComponents/components/MatchRequestItemsCon/index.vue
0 → 100644
View file @
2e01e64e
<!--
* @Author: gjn
* @Date: 2023-09-15 14:22:41
* @Description:签审对象_检验环节
-->
<
template
>
<div
class=
"MatchRequestItemsCon"
>
<dee-as-com
ref=
"table"
:lay-config=
"cmpOptions"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'MatchRequestItemsCon'
,
components
:
{},
props
:
{
},
data
()
{
return
{
cmpOptions
:
{
typeName
:
'OutStorageMatchItem'
,
layKey
:
'matchRequestItems'
}
}
},
computed
:
{},
watch
:
{},
created
()
{
this
.
$bus
.
$on
(
'refreshMatchItems'
,
(
data
)
=>
{
this
.
$refs
.
table
&&
this
.
$refs
.
table
.
$refs
.
asCom
.
getData
()
})
},
mounted
()
{},
// 组件方法
methods
:
{}
}
</
script
>
<
style
lang=
'scss'
>
.MatchRequestItemsCon
{
height
:
100%
;
}
</
style
>
applications/dee-mes/src/privateComponents/components/adjustOccupyCom/index.vue
View file @
2e01e64e
...
...
@@ -121,6 +121,8 @@ export default {
this
.
$refs
.
adjustOccupyJobResponse
.
$refs
.
asCom
.
getData
()
if
(
this
.
basicData
&&
(
this
.
basicData
.
fromPage
===
'OutStorageUseConfirm'
||
this
.
basicData
.
fromPage
===
'OutStorageOutConfirm'
))
{
// 领用出库确认流程节点展示
this
.
$bus
.
$emit
(
'refreshUseItemConfirm'
)
}
else
if
(
this
.
basicData
&&
(
this
.
basicData
.
fromPage
===
'MatchRequestItems'
))
{
this
.
$bus
.
$emit
(
'refreshMatchItems'
)
}
},
onRequestSuccess
(
res
)
{
...
...
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