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
3cfe107b
Commit
3cfe107b
authored
Oct 30, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购入库数据为驳回时编辑明细bug修改
parent
0e2c75e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
index.vue
...ateComponents/components/InStorageRecallItemCom/index.vue
+7
-3
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+7
-3
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/index.vue
View file @
3cfe107b
...
...
@@ -4,7 +4,7 @@
* @date 2023-10-19
*/
<
template
>
<div
class=
"purchasingWarehousing-newOrEdit"
>
<div
v-dee-loading=
"loading"
class=
"purchasingWarehousing-newOrEdit"
>
<!--
<dee-tools
:tools=
"topTools"
mode=
"normal"
style=
"justify-content: end;"
/>
-->
<dee-form
ref=
"form"
...
...
@@ -62,6 +62,7 @@ export default {
data
()
{
const
that
=
this
return
{
loading
:
false
,
currBasicData
:
null
,
form
:
{},
formData
:
[{
...
...
@@ -671,8 +672,8 @@ export default {
},
{
'fieldName'
:
'state'
,
'operator'
:
'
EQ
'
,
'value'
:
'Apply'
'operator'
:
'
IN
'
,
'value'
:
[
'Apply'
,
'Back'
]
}
],
'operator'
:
'AND'
...
...
@@ -737,7 +738,9 @@ export default {
'value'
:
this
.
InStorageApplyProcessInfo
&&
this
.
InStorageApplyProcessInfo
.
id
||
''
})
}
this
.
loading
=
true
post
(
'InStorageRequestItem/treeSearch'
,
param
).
then
(
res
=>
{
this
.
loading
=
false
const
data
=
res
.
items
.
map
(
item
=>
{
return
{
...
item
,
...
...
@@ -766,6 +769,7 @@ export default {
this
.
childNum
=
1
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
this
.
loading
=
false
})
},
// 组装表格数据
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
3cfe107b
...
...
@@ -5,7 +5,7 @@
* @FilePath: applications/dee-mes/src/privateComponents/components/purchasingWarehousingNewOrEdit/index.vue
*/
<
template
>
<div
class=
"purchasingWarehousing-newOrEdit"
>
<div
v-dee-loading=
"loading"
class=
"purchasingWarehousing-newOrEdit"
>
<!--
<dee-tools
:tools=
"topTools"
mode=
"normal"
style=
"justify-content: end;"
/>
-->
<dee-form
ref=
"form"
...
...
@@ -64,6 +64,7 @@ export default {
data
()
{
const
that
=
this
return
{
loading
:
false
,
currBasicData
:
null
,
form
:
{},
formData
:
[{
...
...
@@ -672,8 +673,8 @@ export default {
},
{
'fieldName'
:
'state'
,
'operator'
:
'
EQ
'
,
'value'
:
'Apply'
'operator'
:
'
IN
'
,
'value'
:
[
'Apply'
,
'Back'
]
}
],
'operator'
:
'AND'
...
...
@@ -738,7 +739,9 @@ export default {
'value'
:
this
.
InStorageApplyProcessInfo
&&
this
.
InStorageApplyProcessInfo
.
id
||
''
})
}
this
.
loading
=
true
post
(
'InStorageRequestItem/treeSearch'
,
param
).
then
(
res
=>
{
this
.
loading
=
false
const
data
=
res
.
items
.
map
(
item
=>
{
return
{
...
item
,
...
...
@@ -767,6 +770,7 @@ export default {
this
.
childNum
=
1
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
this
.
loading
=
false
})
},
// 组装表格数据
...
...
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