Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
837e3d46
Commit
837e3d46
authored
Apr 01, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 领料申请查看弹窗优化
parent
b9c211e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
requestItem.vue
src/components/request/requestItem.vue
+9
-10
No files found.
src/components/request/requestItem.vue
View file @
837e3d46
...
...
@@ -165,17 +165,14 @@
},
},
watch
:
{
applyNos
:{
handler
(
newVal
,
oldVal
){
showFlag
(
newVal
,
oldVal
)
{
console
.
log
(
newVal
,
oldVal
)
if
(
newVal
)
{
this
.
$nextTick
(()
=>
{
if
(
this
.
applyNos
!=
''
&&
this
.
applyNos
!=
null
){
this
.
queryParams
.
applyNo
=
this
.
applyNos
;
this
.
queryParams
.
applyNo
=
this
.
applyNos
?
this
.
applyNos
:
""
;
this
.
getList
();
}
})
},
immediate
:
true
,
deep
:
true
}
}
},
data
()
{
...
...
@@ -233,6 +230,8 @@
},
// 表单参数
form
:
{},
rules
:
[],
optType
:
""
};
},
created
()
{
...
...
@@ -246,7 +245,7 @@
this
.
open
=
false
;
this
.
reset
();
},
submitForm
()
{},
/** 查询生产任务列表 */
getList
()
{
this
.
loading
=
true
;
...
...
@@ -320,7 +319,7 @@
// 取消按钮
cancels
()
{
this
.
showFlag
=
false
this
.
queryParams
();
//
this.queryParams();
},
// 单选选中数据
...
...
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