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
d3500f4d
Commit
d3500f4d
authored
Sep 28, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库申请节点编辑修改
parent
c83b4b69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
index.vue
...e-mes/src/privateComponents/components/FlowEdit/index.vue
+10
-3
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+3
-1
No files found.
applications/dee-mes/src/privateComponents/components/FlowEdit/index.vue
View file @
d3500f4d
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
v-else
v-else
style=
"border:none;"
style=
"border:none;"
:lay-config=
"cmpOptions"
:lay-config=
"cmpOptions"
:basic-data=
"
basicData
"
:basic-data=
"
{...basicData,InStorageApplyProcessId:InStorageApplyProcessInfo.id}
"
/>
/>
</div>
</div>
</
template
>
</
template
>
...
@@ -30,11 +30,18 @@ export default {
...
@@ -30,11 +30,18 @@ export default {
return
{
return
{
cmpOptions
:
{
cmpOptions
:
{
typeName
:
'InStorageRecall'
,
typeName
:
'InStorageRecall'
,
layKey
:
'edit'
layKey
:
'edit
_applyApproval
'
},
},
purchaseVis
:
false
purchaseVis
:
false
}
}
},
},
inject
:
{
'InStorageApplyProcessInfo'
:
{
default
:
()
=>
{
return
{
InStorageApplyProcessInfo
:
null
}
}
}
// 流程basicData的id
},
computed
:
{},
computed
:
{},
watch
:
{
watch
:
{
basicData
:
{
basicData
:
{
...
@@ -46,7 +53,7 @@ export default {
...
@@ -46,7 +53,7 @@ export default {
case
'InStorageRecall'
:
case
'InStorageRecall'
:
this
.
cmpOptions
=
{
this
.
cmpOptions
=
{
typeName
:
'InStorageRecall'
,
// 返厂入库
typeName
:
'InStorageRecall'
,
// 返厂入库
layKey
:
'edit'
layKey
:
'edit
_applyApproval
'
}
}
break
break
case
'InStorageExpire'
:
case
'InStorageExpire'
:
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
d3500f4d
...
@@ -5,8 +5,9 @@
...
@@ -5,8 +5,9 @@
* @FilePath: applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
* @FilePath: applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
*/
*/
<
template
>
<
template
>
<div
:key=
"refreshKey"
class=
"purchasingwarehousing-process"
>
<div
class=
"purchasingwarehousing-process"
>
<dee-as-com
<dee-as-com
:key=
"refreshKey"
:lay-config=
"topLayConfig"
:lay-config=
"topLayConfig"
:basic-data=
"
{ id: basicData.inventoryReqId }"
:basic-data=
"
{ id: basicData.inventoryReqId }"
/>
/>
...
@@ -172,6 +173,7 @@ export default {
...
@@ -172,6 +173,7 @@ export default {
})
})
this
.
$bus
.
$on
(
'refreshDataAndClose'
,
(
data
)
=>
{
this
.
$bus
.
$on
(
'refreshDataAndClose'
,
(
data
)
=>
{
this
.
refreshKey
++
this
.
refreshKey
++
this
.
handleCustomEvent
()
})
})
},
},
methods
:
{
methods
:
{
...
...
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