diff --git a/web/App_Code/Model/Model.Designer.cs b/web/App_Code/Model/Model.Designer.cs index c69a080..dc691dc 100644 --- a/web/App_Code/Model/Model.Designer.cs +++ b/web/App_Code/Model/Model.Designer.cs @@ -1,4 +1,4 @@ -// 已啟用模型 'D:\dev\ez\17168erp\git_17888\web\App_Code\Model\Model.edmx' 的 T4 程式碼產生。 +// 已啟用模型 'D:\17168ERP\web\App_Code\Model\Model.edmx' 的 T4 程式碼產生。 // 若要啟用舊版程式碼產生,請將 [程式碼產生策略] 設計工具屬性的值 //變更為 [舊版 ObjectContext]。當模型在設計工具中開啟時,這個屬性便可 //以在 [屬性] 視窗中使用。 diff --git a/web/admin/guadan/create.aspx b/web/admin/guadan/create.aspx index 6a92d0c..80a8e63 100644 --- a/web/admin/guadan/create.aspx +++ b/web/admin/guadan/create.aspx @@ -160,7 +160,7 @@ style="border-bottom: 1px solid #eee;" >
- 续住 + 續住
mdi-close @@ -170,11 +170,11 @@
- 当前退房时间: + 當前退房時間: {{ guadanguest.xuzhu.currentCheckoutDate }}
- 续住后退房时间: + 續住後退房時間: - 续住 + 續住 取消 @@ -1069,11 +1069,11 @@ xuzhuPost() { // 校验必填 if (!this.guadanguest.xuzhu.guestUuid || !this.guadanguest.xuzhu.guestBedUuid) { - alert("GuestUuid 和 GuestBedUuid 不能为空"); + alert("GuestUuid 和 GuestBedUuid 不能為空"); return; } if (!this.guadanguest.xuzhu.newCheckoutDate || !this.guadanguest.xuzhu.currentCheckoutDate) { - alert("续住时间不能为空"); + alert("續住時間不能為空"); return; } @@ -1087,8 +1087,8 @@ axios.post(HTTP_HOST + 'api/guadanorderguest/xuzhu', payload) .then((res) => { this.$refs.messageModal.open({ - title: '续住成功', - message: '客人续住已处理', + title: '續住成功', + message: '續住以處理', status: 'success', callback: () => { // 弹窗关闭后的回调 @@ -1096,7 +1096,7 @@ this.getGuadanOrderGuestByOrderNo(); } catch (error) { - console.error("发生错误:", error.message); + console.error("發生錯誤:", error.message); } finally { this.closeXuzhuGuestModalMethod(); } @@ -1105,8 +1105,8 @@ }) .catch((error) => { this.$refs.messageModal.open({ - title: '续住失败', - message: error.response?.data?.message || '系统异常,请稍后重试', + title: '續住失敗', + message: error.response?.data?.message || '系統異常,請稍後重試', status: 'error' }); }); diff --git a/web/admin/guadan/statistics_table.aspx b/web/admin/guadan/statistics_table.aspx index f675441..7200f02 100644 --- a/web/admin/guadan/statistics_table.aspx +++ b/web/admin/guadan/statistics_table.aspx @@ -17,7 +17,7 @@
📝
-
总挂单次数
+
總掛單次數
{{ guadanStatistics.guadanTotalCount }}
@@ -25,7 +25,7 @@
📋
-
当前挂单数量
+
當前掛單數
{{ guadanStatistics.guadanCurrentCount }}
@@ -33,7 +33,7 @@
👥
-
总挂单人数
+
總掛單人數
{{ guadanStatistics.guadanPeopleTotal }} (男:{{ guadanStatistics.guadanPeopleMale }},女:{{ guadanStatistics.guadanPeopleFemale }})
@@ -215,7 +215,7 @@ { text: '房间数量', value: 'roomcount' }, { text: '床位数量', value: 'bedcount' }, { text: '预约人数', value: 'todaytotalbookers' }, - { text: '已入住人数', value: 'checkin'}, + { text: '已入住人數', value: 'checkin'}, { text: '可用床位', value: 'availableBeds' }, { text: '床位利用率', value: 'bedusagerate' } ], @@ -303,7 +303,7 @@ }, exportStatisticsToExcel() { if (!this.items || !this.items.length) { - console.warn("没有数据可导出"); + console.warn("沒有數據可匯出"); return; } @@ -319,7 +319,7 @@ // 3. 创建 Workbook 并添加 Sheet const wb = XLSX.utils.book_new(); - XLSX.utils.book_append_sheet(wb, ws, "统计数据"); + XLSX.utils.book_append_sheet(wb, ws, "統計數據"); // 4. 写入 Excel 并下载 const wbout = XLSX.write(wb, { bookType: "xlsx", type: "array" }); diff --git a/web/admin/region/index.aspx b/web/admin/region/index.aspx index f33d2e9..b4c85d0 100644 --- a/web/admin/region/index.aspx +++ b/web/admin/region/index.aspx @@ -76,12 +76,12 @@
- 区域 + 區域 {{ ' ' + currentSelectRegion.name + ' ' }} - 资料 + 資料 以下 * 欄位為必填欄位
@@ -147,7 +147,7 @@ {{ ' ' + currentSelectRoom.name + ' ' }} - 资料 + 資料 以下 * 欄位為必填欄位
@@ -164,7 +164,7 @@
- +