From 77d6235a76e50d3b3dd8c2c227b7076a10e1d79f Mon Sep 17 00:00:00 2001 From: Richie <280645618@qq.com> Date: Sat, 15 Jun 2024 20:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tao=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E9=9D=A2=E5=8D=95=E6=89=93=E5=8D=B0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open-api/wei-api/pom.xml | 67 +-- .../views/shipping/ewaybillPrint/index.vue | 21 +- vue/src/views/shop/order_index.vue | 2 +- .../views/shop/tao/ewaybill/account_list.vue | 234 ++++++++++ vue/src/views/shop/tao/ewaybill/index.vue | 401 ++++++++++++++++++ vue/src/views/shop/wei/ewaybill/index.vue | 4 +- 6 files changed, 650 insertions(+), 79 deletions(-) create mode 100644 vue/src/views/shop/tao/ewaybill/account_list.vue create mode 100644 vue/src/views/shop/tao/ewaybill/index.vue diff --git a/open-api/wei-api/pom.xml b/open-api/wei-api/pom.xml index 722f1fbb..291ec4d1 100644 --- a/open-api/wei-api/pom.xml +++ b/open-api/wei-api/pom.xml @@ -24,58 +24,11 @@ - - - - - - - - - - - - - - - - - - + org.springframework.boot spring-boot-starter-webflux - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wei-api wei-api @@ -84,22 +37,4 @@ ${project.basedir}/libs/wei-api-1.6.3.jar - - - - - - - - - - - - - - - - - - diff --git a/vue/src/views/shipping/ewaybillPrint/index.vue b/vue/src/views/shipping/ewaybillPrint/index.vue index dc0e4025..a19650ba 100644 --- a/vue/src/views/shipping/ewaybillPrint/index.vue +++ b/vue/src/views/shipping/ewaybillPrint/index.vue @@ -1,28 +1,29 @@ diff --git a/vue/src/views/shop/tao/ewaybill/index.vue b/vue/src/views/shop/tao/ewaybill/index.vue new file mode 100644 index 00000000..08630999 --- /dev/null +++ b/vue/src/views/shop/tao/ewaybill/index.vue @@ -0,0 +1,401 @@ + + + diff --git a/vue/src/views/shop/wei/ewaybill/index.vue b/vue/src/views/shop/wei/ewaybill/index.vue index c541fa6d..56a640b1 100644 --- a/vue/src/views/shop/wei/ewaybill/index.vue +++ b/vue/src/views/shop/wei/ewaybill/index.vue @@ -113,7 +113,7 @@ import {listShop} from "@/api/shop/shop"; import {getDeliverList} from "@/api/wei/ewaybill"; export default { - name: "ewaybillWei", + name: "printWei", data() { return { // 遮罩层 @@ -241,7 +241,7 @@ export default { }; // 当发生错误时触发 ws.onerror = function(error) { - obj.msgError("打印组件连接失败!请安装并启动微信视频号小单打印组件!"); + obj.msgError("打印组件连接失败!请安装并启动微信视频号小店打印组件!"); console.error('WebSocket error:', error); // alert('WebSocket error occurred. Check the console for more details.'); };