1. 更新法會活動品項中的牌位陽上與超度人數限制功能
This commit is contained in:
@@ -522,6 +522,10 @@ public class orderController : ApiController
|
||||
text = ar.actItem.subject,
|
||||
val = ar.actItem_num,
|
||||
},
|
||||
has_yang_limit = ar.has_yang_limit ?? false,
|
||||
has_chao_limit = ar.has_chao_limit ?? false,
|
||||
yang_limit_count = ar.yang_limit_count ?? 0,
|
||||
chao_limit_count = ar.chao_limit_count ?? 0,
|
||||
parent_num = q.num,
|
||||
f_num_selected = new
|
||||
{
|
||||
@@ -602,6 +606,10 @@ public class orderController : ApiController
|
||||
text = x.actItem.subject,
|
||||
val = x.actItem.num,
|
||||
},
|
||||
has_yang_limit = x.has_yang_limit,
|
||||
has_chao_limit = x.has_chao_limit,
|
||||
yang_limit_count = x.yang_limit_count,
|
||||
chao_limit_count = x.chao_limit_count,
|
||||
f_num_selected = new
|
||||
{
|
||||
text = "",
|
||||
|
||||
Reference in New Issue
Block a user