Browse Source

修改打印的跳转方式

hella_online_20240829
niexiting 2 months ago
parent
commit
a53ea32abc
  1. 2
      src/pages/fg/receiptByPlan.vue
  2. 2
      src/pages/fg/receiptNoPlan.vue

2
src/pages/fg/receiptByPlan.vue

@ -466,7 +466,7 @@
token: storage.getStorage(storage.constant.token),
asn_number: resLable.data
}
uni.redirectTo({
uni.navigateTo({
url: `/pages/pointProductReceipt/webview?url=${webUrl}&webData=${JSON.stringify(webData)}`
});
})

2
src/pages/fg/receiptNoPlan.vue

@ -422,7 +422,7 @@
token: storage.getStorage(storage.constant.token),
asn_number: resLable.data
}
uni.redirectTo({
uni.navigateTo({
url: `/pages/pointProductReceipt/webview?url=${webUrl}&webData=${JSON.stringify(webData)}`
});
})

Loading…
Cancel
Save