修正調整很多東西

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
@@ -100,6 +100,12 @@ public partial class admin_print_print_multi : MyWeb.function
string detail_data = newStrList.Count > 0 ? string.Join("\r\n", newStrList) : "";//參數集合((名稱及值​
string[] k = detail_data.Split('$');
if (!string.IsNullOrEmpty(orderItem.address))
{
_word = _word.Replace("{$右標題}", orderItem.address);
}
for (int i = 0; i < k.Length; i++)
{
try{