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
567b0410
Commit
567b0410
authored
Apr 09, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 保密发料单新增细节优化
parent
30e98e0b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
single.vue
src/components/itemSelect/single.vue
+8
-0
requestIndex.vue
src/views/mes/pro/secretSend/components/requestIndex.vue
+9
-8
No files found.
src/components/itemSelect/single.vue
View file @
567b0410
...
...
@@ -315,6 +315,14 @@ export default {
},
/** 重置按钮操作 */
resetQuery
()
{
this
.
queryParams
=
{
pageNum
:
1
,
pageSize
:
10
,
itemCode
:
undefined
,
itemName
:
undefined
,
sapItemCode
:
undefined
,
itemTypeId
:
0
,
}
this
.
resetForm
(
"queryForm"
);
this
.
handleQuery
();
},
...
...
src/views/mes/pro/secretSend/components/requestIndex.vue
View file @
567b0410
...
...
@@ -181,6 +181,7 @@ export default {
},
handleItemSelect
()
{
this
.
$refs
.
brSelectpro
.
resetQuery
();
this
.
$refs
.
brSelectpro
.
showFlag
=
true
;
},
onItemSelect
(
row
)
{
...
...
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