NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
* 编辑表单 ~~~ empty($I_U->power([sbh_per.'_all'])) ? $U_P->back($json,'尚未授权['.__LINE__.']') : NULL; empty($para[sbh_id]) ? $U_P->back($json, '索引无法识别['.__LINE__.']') : NULL; $other = []; $other['where'] = [sbh_id.'="'.$para[sbh_id].'"']; $row = $D_P->row(sbh_table,$other); extract($row); $input = []; $input[] = ['type'=>'hidVal','field'=>sbh_id,'val'=>$row[sbh_id]]; $json['input'] = $input; $json['P'] = 'edit'; $json['width'] = '40%'; $json['title'] = '编辑'; ~~~