Browse Source

直接翻包 打印标签

hella_online_20240924
wangyufei 2 months ago
parent
commit
35344202d9
  1. 3
      src/pages/package/record/overPackageRecord.vue

3
src/pages/package/record/overPackageRecord.vue

@ -531,6 +531,7 @@
showCommitSuccessMessage(hint, pointData) {
this.$refs.comMessage.showSuccessMessage(hint, res => {
this.detailSource = []
let fromLocationCode = this.fromLocationCode
this.fromLocationCode = '';
this.dataContent = {}
this.itemCode=""
@ -538,7 +539,7 @@
this.toPackQty = ""
if (pointData.length > 0) {
pointData.forEach(item=>{
item.fromLocationCode = this.fromLocationCode
item.fromLocationCode = fromLocationCode
})
uni.navigateTo({
url: `/pages/point/index?points=${JSON.stringify(pointData)}`

Loading…
Cancel
Save