修正調整很多東西
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user