From 30799e63e923f1ee0d87e61efe0d4417013080c8 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sun, 3 Nov 2024 22:39:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(order):=20=E6=B7=BB=E5=8A=A0=E9=A2=84?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=89=93=E5=8D=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在预订单详情页面添加打印按钮 - 实现预订单数据获取和打印模板配置 - 集成 hiprint 打印插件 - 调整环境变量以支持局域网访问 --- .env.development | 2 +- index.html | 1 + src/main.ts | 19 +- src/views/order/beforehand_order/details.vue | 15 ++ .../{template8.js => template1.js} | 231 ++++-------------- 5 files changed, 71 insertions(+), 197 deletions(-) rename src/views/order/beforehand_order/template-files/{template8.js => template1.js} (72%) diff --git a/.env.development b/.env.development index 522e48fc..2eb6f394 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ VITE_NOW_TYPE = 'dist' # VITE_APP_BASE_URL='http://192.168.1.10:8546' # VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://multi-store.lihaink.cn' -VITE_APP_BASE_URL='http://192.168.1.22:8545' +VITE_APP_BASE_URL='http://192.168.1.6:8545' # VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn' diff --git a/index.html b/index.html index 71d3dbbd..13f8c55d 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ +