From f6af1863a4f68c1be2ec07cc6b5992f9e7464e52 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 29 十一月 2023 14:28:27 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/cstmr/cstmr2.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr2.js b/src/main/webapp/static/js/cstmr/cstmr2.js index 2916008..b116de5 100644 --- a/src/main/webapp/static/js/cstmr/cstmr2.js +++ b/src/main/webapp/static/js/cstmr/cstmr2.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: @@ -286,7 +286,7 @@ admin.open({ type: 1, area: '1500px', - title: (mData ? '淇敼' : '娣诲姞') + '鐢叉柟鍗曚綅', + title: (mData ? '淇敼' : '娣诲姞') + '瀹㈡埛淇℃伅', content: $('#editDialog').html(), success: function (layero, dIndex) { let loadNameXml = loadNameXmlSel() @@ -362,7 +362,7 @@ admin.open({ type: 1, area: '1500px', - title: (mData ? '淇敼' : '娣诲姞') + '鐢叉柟鍗曚綅', + title: (mData ? '淇敼' : '娣诲姞') + '瀹㈡埛淇℃伅', content: $('#editDialog2').html(), success: function (layero, dIndex) { let loadNameXml = loadNameXmlSel2() -- Gitblit v1.9.1