fix:车间库存修改
This commit is contained in:
parent
88f1ea7af7
commit
e32c12b2da
|
@ -112,6 +112,7 @@
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-link :underline="false" @click="printMaterial(scope.row,'wm')" type="primary">物料标签</el-link>
|
<el-link :underline="false" @click="printMaterial(scope.row,'wm')" type="primary">物料标签</el-link>
|
||||||
|
<el-link :underline="false" @click="tableCheckList(scope.row)" type="primary">检验记录</el-link>
|
||||||
<el-link
|
<el-link
|
||||||
v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20"
|
v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20"
|
||||||
:underline="false"
|
:underline="false"
|
||||||
|
@ -149,13 +150,13 @@
|
||||||
@closed="dialog.scrap = false"
|
@closed="dialog.scrap = false"
|
||||||
>
|
>
|
||||||
</scrap-dialog>
|
</scrap-dialog>
|
||||||
<!-- <showDrawer
|
<showDrawer
|
||||||
ref="showDrawer"
|
ref="showDrawer"
|
||||||
v-if="visibleDrawer"
|
v-if="visibleDrawer"
|
||||||
:wm="wm"
|
:wm="wm"
|
||||||
@closed="visibleDrawer = false"
|
@closed="visibleDrawer = false"
|
||||||
>
|
>
|
||||||
</showDrawer> -->
|
</showDrawer>
|
||||||
<save-dialog
|
<save-dialog
|
||||||
v-if="dialog.inmRecord"
|
v-if="dialog.inmRecord"
|
||||||
ref="inmRecordDialog"
|
ref="inmRecordDialog"
|
||||||
|
|
|
@ -478,8 +478,8 @@ export default {
|
||||||
let that = this;
|
let that = this;
|
||||||
that.$API.inm.mio.submit.req(that.mioId).then((res) => {
|
that.$API.inm.mio.submit.req(that.mioId).then((res) => {
|
||||||
that.$message.success("提交成功");
|
that.$message.success("提交成功");
|
||||||
|
that.$emit("success");
|
||||||
that.visible = false;
|
that.visible = false;
|
||||||
// that.$emit("closed");
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
submitOut() {},
|
submitOut() {},
|
||||||
|
|
Loading…
Reference in New Issue