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
60e94ece
Commit
60e94ece
authored
Aug 23, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
刀模版入库
parent
2dc5a6a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
selectmachinesrecord.vue
src/views/mes/tm/warehouse/selectmachinesrecord.vue
+12
-1
No files found.
src/views/mes/tm/warehouse/selectmachinesrecord.vue
View file @
60e94ece
...
...
@@ -127,7 +127,10 @@ export default {
/** 查询物料编码列表 */
getList
()
{
this
.
loading
=
true
;
listRecord
(
this
.
queryParams
).
then
((
response
)
=>
{
const
params
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryParams
))
if
(
!
params
.
workunitName
)
delete
params
.
workunitName
if
(
!
params
.
toolCode
)
delete
params
.
toolCode
listRecord
(
params
).
then
((
response
)
=>
{
this
.
itemList
=
response
.
rows
;
this
.
total
=
response
.
total
;
this
.
loading
=
false
;
...
...
@@ -141,6 +144,14 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
resetForm
(
"queryForm"
);
this
.
queryParams
=
{
pageNum
:
1
,
pageSize
:
10
,
typeStr
:
''
,
workunitName
:
null
,
toolCode
:
null
,
warehouseStr
:
'1'
}
this
.
handleQuery
();
},
// 多选框选中数据
...
...
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