Browse Source

2024/06/12

master
zelian_wu 2 years ago
parent
commit
540c67fcd3
  1. 2
      src/views/modules/finshProduct/outWarehouse.vue

2
src/views/modules/finshProduct/outWarehouse.vue

@ -252,8 +252,8 @@ export default {
}, },
handleOutWarehouse(row){ handleOutWarehouse(row){
this.form = {...row} this.form = {...row}
this.open = true;
this.getBoxDataList(); this.getBoxDataList();
this.open = true;
}, },
getDetailDataList(){ getDetailDataList(){
let params = { let params = {

Loading…
Cancel
Save