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
3ce07331
Commit
3ce07331
authored
Sep 27, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购入库申请环节编辑明细查询及展示按钮bug修改
parent
0bbca423
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+12
-2
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+5
-0
No files found.
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
3ce07331
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
@
pagination-current-change=
"changePageNum"
@
pagination-current-change=
"changePageNum"
>
>
<div
slot=
"header"
class=
"table-title-wrap"
>
<div
slot=
"header"
class=
"table-title-wrap"
>
<dee-tools
:tools=
"tools"
mode=
"normal"
/>
<dee-tools
v-if=
"!isSignApproval"
:tools=
"tools"
mode=
"normal"
/>
</div>
</div>
</dee-up-table>
</dee-up-table>
<span
style=
"position: absolute;top: calc(100% - 70px);left: calc(50% - 70px);}"
>
<span
style=
"position: absolute;top: calc(100% - 70px);left: calc(50% - 70px);}"
>
...
@@ -54,6 +54,7 @@ export default {
...
@@ -54,6 +54,7 @@ export default {
default
:
()
=>
null
default
:
()
=>
null
}
}
},
},
inject
:
[
'InStoragePurchaseProcessInfo'
],
// 流程basicData的id
data
()
{
data
()
{
const
that
=
this
const
that
=
this
return
{
return
{
...
@@ -494,6 +495,9 @@ export default {
...
@@ -494,6 +495,9 @@ export default {
'extDxSipplierId'
:
this
.
form
.
extDxSipplierId
'extDxSipplierId'
:
this
.
form
.
extDxSipplierId
}
}
}
}
},
isSignApproval
()
{
return
this
.
$route
&&
this
.
$route
.
name
===
'TaskCenterHome'
}
}
},
},
watch
:
{
watch
:
{
...
@@ -719,7 +723,13 @@ export default {
...
@@ -719,7 +723,13 @@ export default {
]
]
}
}
}
}
if
(
this
.
isSignApproval
)
{
param
.
rootCondition
.
searchItems
.
items
.
push
({
'fieldName'
:
'id'
,
'operator'
:
'EQ'
,
'value'
:
this
.
InStoragePurchaseProcessInfo
.
id
||
''
})
}
post
(
'InStorageRequestItem/treeSearch'
,
param
).
then
(
res
=>
{
post
(
'InStorageRequestItem/treeSearch'
,
param
).
then
(
res
=>
{
const
data
=
res
.
items
.
map
(
item
=>
{
const
data
=
res
.
items
.
map
(
item
=>
{
return
{
return
{
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
3ce07331
...
@@ -38,6 +38,11 @@ export default {
...
@@ -38,6 +38,11 @@ export default {
default
:
()
=>
null
default
:
()
=>
null
}
}
},
},
provide
()
{
return
{
InStoragePurchaseProcessInfo
:
this
.
basicData
}
},
data
()
{
data
()
{
return
{
return
{
tableData
:
[],
tableData
:
[],
...
...
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