Commit 08d17fa2 authored by 张海景's avatar 张海景

update:修改刀模版入库

parent 608d24ed
......@@ -3,7 +3,7 @@ import request from "@/utils/request";
// 查询刀模版上下机记录列表
export function listRecord(query) {
return request({
url: "/tm/tmToolMachines/list",
url: "/tm/tmToolMachines/warehouse/list",
method: "get",
params: query,
});
......
......@@ -235,7 +235,7 @@ export default {
this.gItemCode()
this.open = true;
this.optType = 'add'
this.title = "添加入库申请单";
this.title = "刀模版具入库单";
},
/** 修改按钮操作 */
handleUpdate(row) {
......@@ -243,7 +243,7 @@ export default {
this.form = Object.assign(row, {})
this.open = true;
this.optType = 'view'
this.title = "详情";
this.title = "入库明细";
},
/** 提交按钮 */
submitForm() {
......
<template>
<el-dialog
title="请选择刀模版入库申请单"
title="请选择下机的刀模版"
v-if="showFlag"
:visible.sync="showFlag"
:modal="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment