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 @@
+
+
+
+
+
+
+
+
+
+ 获取
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 打印电子面单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 销售中
+ 已下架
+
+
+
+
+ 关联ERP
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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.');
};