Browse Source

采购上架清除库位信息

pda_nev
李俊城 10 months ago
parent
commit
c8504ca1a6
  1. 4
      fe/PDA/pages/putaway/purchasePutaway.vue

4
fe/PDA/pages/putaway/purchasePutaway.vue

@ -576,6 +576,10 @@
that.recommendErpLocationCode = '';
that.poNumber = "";
that.showPopList = [];
if(this.$refs.comCollapseLocation){
this.$refs.comCollapseLocation.clearLocation();
}
},
clearPackCode() {

Loading…
Cancel
Save