fix:车间库存修改

This commit is contained in:
shijing 2025-01-15 15:47:52 +08:00
parent 88f1ea7af7
commit e32c12b2da
2 changed files with 4 additions and 3 deletions

View File

@ -112,6 +112,7 @@
>
<template #default="scope">
<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
v-if="scope.row.material_&&scope.row.material_.tracking==10&&scope.row.state!==20"
:underline="false"
@ -149,13 +150,13 @@
@closed="dialog.scrap = false"
>
</scrap-dialog>
<!-- <showDrawer
<showDrawer
ref="showDrawer"
v-if="visibleDrawer"
:wm="wm"
@closed="visibleDrawer = false"
>
</showDrawer> -->
</showDrawer>
<save-dialog
v-if="dialog.inmRecord"
ref="inmRecordDialog"

View File

@ -478,8 +478,8 @@ export default {
let that = this;
that.$API.inm.mio.submit.req(that.mioId).then((res) => {
that.$message.success("提交成功");
that.$emit("success");
that.visible = false;
// that.$emit("closed");
});
},
submitOut() {},