Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
08d17fa2
Commit
08d17fa2
authored
May 22, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改刀模版入库
parent
608d24ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
toolmachinesrecord.js
src/api/mes/tm/toolmachinesrecord.js
+1
-1
index.vue
src/views/mes/tm/warehouse/index.vue
+2
-2
selectmachinesrecord.vue
src/views/mes/tm/warehouse/selectmachinesrecord.vue
+1
-1
No files found.
src/api/mes/tm/toolmachinesrecord.js
View file @
08d17fa2
...
@@ -3,7 +3,7 @@ import request from "@/utils/request";
...
@@ -3,7 +3,7 @@ import request from "@/utils/request";
// 查询刀模版上下机记录列表
// 查询刀模版上下机记录列表
export
function
listRecord
(
query
)
{
export
function
listRecord
(
query
)
{
return
request
({
return
request
({
url
:
"/tm/tmToolMachines/list"
,
url
:
"/tm/tmToolMachines/
warehouse/
list"
,
method
:
"get"
,
method
:
"get"
,
params
:
query
,
params
:
query
,
});
});
...
...
src/views/mes/tm/warehouse/index.vue
View file @
08d17fa2
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
this
.
gItemCode
()
this
.
gItemCode
()
this
.
open
=
true
;
this
.
open
=
true
;
this
.
optType
=
'add'
this
.
optType
=
'add'
this
.
title
=
"
添加入库申请
单"
;
this
.
title
=
"
刀模版具入库
单"
;
},
},
/** 修改按钮操作 */
/** 修改按钮操作 */
handleUpdate
(
row
)
{
handleUpdate
(
row
)
{
...
@@ -243,7 +243,7 @@ export default {
...
@@ -243,7 +243,7 @@ export default {
this
.
form
=
Object
.
assign
(
row
,
{})
this
.
form
=
Object
.
assign
(
row
,
{})
this
.
open
=
true
;
this
.
open
=
true
;
this
.
optType
=
'view'
this
.
optType
=
'view'
this
.
title
=
"
详情
"
;
this
.
title
=
"
入库明细
"
;
},
},
/** 提交按钮 */
/** 提交按钮 */
submitForm
()
{
submitForm
()
{
...
...
src/views/mes/tm/warehouse/selectmachinesrecord.vue
View file @
08d17fa2
<
template
>
<
template
>
<el-dialog
<el-dialog
title=
"请选择
刀模版入库申请单
"
title=
"请选择
下机的刀模版
"
v-if=
"showFlag"
v-if=
"showFlag"
:visible
.
sync=
"showFlag"
:visible
.
sync=
"showFlag"
:modal=
"true"
:modal=
"true"
...
...
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