Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240924
lijuncheng 2 months ago
parent
commit
66643cb3cc
  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