Browse Source

修改打印的跳转方式 2024/8/4

hella_vue3
王志国 4 weeks ago
parent
commit
ad777dca57
  1. 2
      src/pages/fg/receiptByPlan.vue
  2. 2
      src/pages/fg/receiptNoPlan.vue

2
src/pages/fg/receiptByPlan.vue

@ -402,7 +402,7 @@ const getH5BatchPrintingLable = (number)=> {
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 @@ export default {
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