Browse Source

修改计划外出库记录提交成功后清除数据

wms3.0_pda
lijuncheng 1 year ago
parent
commit
1aaf4f7c00
  1. 2
      pages/unPlanned/record/issueRecord.vue

2
pages/unPlanned/record/issueRecord.vue

@ -279,7 +279,7 @@
},
showCommitSuccessMessage(hint) {
this.$refs.comMessage.showSuccessMessage(hint, res => {
this.clearData();
})
},
clearData(){

Loading…
Cancel
Save