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

Loading…
Cancel
Save