Browse Source

修改上架申请

wms3.0_pda
niexiting 11 months ago
parent
commit
20f4737a95
  1. 3
      mycomponents/record/recordComDetailCard.vue
  2. 2
      pages/putaway/request/putawayRequestCreate.vue

3
mycomponents/record/recordComDetailCard.vue

@ -168,7 +168,8 @@
},
confirm(qty) {
this.editItem.qty = qty;
// this.editItem.qty = qty;
this.editItem.handlQty = qty;
this.$emit('updateData')
}
}

2
pages/putaway/request/putawayRequestCreate.vue

@ -286,7 +286,7 @@
putawayRequestSubmit(params).then(res => {
uni.hideLoading()
if (res.data) {
this.showCommitSuccessMessage("提交成功<br>生成采购上架申请" + res.data, )
this.showCommitSuccessMessage("提交成功<br>生成采购上架申请<br>" + res.data, )
} else {
this.showErrorMessage("提交失败[" + res.msg + "]")
}

Loading…
Cancel
Save