fix:输入物料批次隐藏详情按钮
This commit is contained in:
parent
3798213398
commit
b188b7b977
|
@ -259,6 +259,7 @@
|
|||
>编辑</el-button>
|
||||
<el-button
|
||||
type="warning"
|
||||
v-if="mlogItem.material_in_&&mlogItem.material_in_.tracking==20"
|
||||
@click="table_out_check_single(scope.row,'ins')"
|
||||
>详情</el-button>
|
||||
<el-button
|
||||
|
@ -998,7 +999,6 @@ export default {
|
|||
}else{
|
||||
this.$refs.checkTable.refreshfun();
|
||||
}
|
||||
|
||||
},
|
||||
//编辑成功后的方法调用
|
||||
handleEditSuccess() {
|
||||
|
@ -1012,7 +1012,11 @@ export default {
|
|||
scheckClose(){
|
||||
this.dialog.check_single = false;
|
||||
this.$refs.tableIn.refresh();
|
||||
if(this.mlogItem.material_out_&&this.mlogItem.material_out_.tracking==10){
|
||||
this.$refs.tableOut.refresh();
|
||||
}else{
|
||||
this.$refs.checkTable.refreshfun();
|
||||
}
|
||||
},
|
||||
checkDialogClose(){
|
||||
this.dialog.check = false;
|
||||
|
|
Loading…
Reference in New Issue