From 06d6b563f01636476c48aae5cbb01f06b24c0e36 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 21 七月 2023 11:03:28 +0800 Subject: [PATCH] # 客户名称长度限制 --- src/main/webapp/static/js/order/order.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index dbd2ade..13807a5 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -59,7 +59,7 @@ case 1: // 妯℃澘涓嬭浇 layer.load(1, {shade: [0.1,'#fff']}); - location.href = baseUrl + "/mould/鐢叉柟鍗曚綅瀵煎叆妯℃澘.xls"; + location.href = baseUrl + "/mould/璺熻釜椤圭洰瀵煎叆妯℃澘.xls"; layer.closeAll('loading'); break case 2: -- Gitblit v1.9.1