修正調整很多東西

This commit is contained in:
2026-07-09 17:48:47 +08:00
parent 8d8cf9fed4
commit eeed2c8651
22 changed files with 825 additions and 66 deletions
+6
View File
@@ -71,6 +71,10 @@ public partial class admin_order_print : MyWeb.function
string[] k = detail_data.Split('$');
if (!string.IsNullOrEmpty(orderItem.address))
{
_word = _word.Replace("{$右標題}", orderItem.address);
}
//取代
for (int i=0; i < k.Length; i++)
{
@@ -87,6 +91,8 @@ public partial class admin_order_print : MyWeb.function
}
}
//加入固定欄位變數定義
//日期
string[] _type = { "zh", "min", "lunar" };