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