From 34ae56c86433c7d8434d7694a1dc655fb58afc04 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sat, 30 Oct 2021 12:45:17 +0800 Subject: [PATCH] 新增自动配料配置 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form-bak.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form-bak.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form-bak.html index 5c0925d..8f3bf53 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form-bak.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/cz-form-bak.html @@ -185,7 +185,7 @@ title: "打印订单", area: ['250px', '550px'], maxmin: true, - content: [basePath + '/admin/redirect/hive/beautySalon/print-order?id=' + loj.getResult().mapInfo.orderId], + content: [basePath + '/admin/order/printOrder?id=' + loj.getResult().mapInfo.orderId], cancel: function (index, layer) { if (parent.app) { parent.app.vipInfoFn(); -- Gitblit v1.9.1