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
dd91706d
Commit
dd91706d
authored
Sep 22, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
三期入库申请流程编辑时弹窗无法关闭问题解决
parent
3e0c5d5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
index.vue
...e-mes/src/privateComponents/components/FlowEdit/index.vue
+1
-1
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+7
-3
index.vue
...Components/components/PurchasingWarehousingView/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/FlowEdit/index.vue
View file @
dd91706d
...
...
@@ -52,7 +52,7 @@ export default {
case
'InStorageExpire'
:
this
.
cmpOptions
=
{
typeName
:
'InStorageExpire'
,
// 三期入库
layKey
:
'
basicInfo
_edit_sanqiruku'
layKey
:
'
approvalApply
_edit_sanqiruku'
}
break
case
'InStoragePurchase'
:
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
dd91706d
...
...
@@ -5,7 +5,7 @@
* @FilePath: applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
*/
<
template
>
<div
class=
"purchasingwarehousing-process"
>
<div
:key=
"refreshKey"
class=
"purchasingwarehousing-process"
>
<dee-as-com
:lay-config=
"
{ typeName: 'InStoragePurchase', layKey: 'flowView_view' }"
:basic-data="{ id: basicData.inventoryReqId }"
...
...
@@ -30,7 +30,7 @@ import { post } from '@/utils/http'
export
default
{
// componentName: '验收入库申请流程详情只读',
name
:
'PurchasingWarehousingProcess
View
'
,
// name写在组件的最前方,自定义组件为必填
name
:
'PurchasingWarehousingProcess'
,
// name写在组件的最前方,自定义组件为必填
components
:
{},
// name写在组件的最前方,自定义组件为必填
props
:
{
basicData
:
{
...
...
@@ -41,6 +41,7 @@ export default {
data
()
{
return
{
tableData
:
[],
refreshKey
:
0
,
columns
:
[
{
title
:
'序号'
,
key
:
'parentIndex'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'单据编号'
,
key
:
'inventoryReq.reqNo'
,
width
:
'120'
,
align
:
'center'
,
headerAlign
:
'center'
},
...
...
@@ -150,6 +151,9 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
searchInStorageRequestItem
()
})
this
.
$bus
.
$on
(
'refreshDataAndClose'
,
(
data
)
=>
{
this
.
refreshKey
++
})
},
methods
:
{
handleCustomEvent
()
{
...
...
@@ -168,7 +172,7 @@ export default {
{
'fieldName'
:
'id'
,
'operator'
:
'EQ'
,
'value'
:
this
.
basicData
.
id
'value'
:
this
.
basicData
.
id
||
''
},
{
'fieldName'
:
'parentId'
,
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingView/index.vue
View file @
dd91706d
...
...
@@ -155,7 +155,7 @@ export default {
{
'fieldName'
:
'inventoryReqId'
,
'operator'
:
'EQ'
,
'value'
:
this
.
basicData
.
id
'value'
:
this
.
basicData
.
id
||
''
},
{
'fieldName'
:
'parentId'
,
...
...
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