|
|
|
@ -1394,8 +1394,7 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
PrintFaceList() {
|
|
|
|
|
//const url = `http://47.104.85.216:12345/api/ExpressDelivery/PrintWaybill?orderId=${
|
|
|
|
|
const url = `http://60.209.125.238:35100/ExpressDelivery/PrintWaybill?orderId=${
|
|
|
|
|
const url = `${process.env.VUE_APP_API_BASE_URL}/ExpressDelivery/PrintWaybill?orderId=${
|
|
|
|
|
this.id
|
|
|
|
|
}&authorization=${Vue.ls.get(ACCESS_TOKEN)}`
|
|
|
|
|
const openObj = window.open(url)
|
|
|
|
|