Parcourir la source

完善报名接口,修改后台报名人员列表

15954078560 il y a 2 ans
Parent
commit
300eb6bd8e

+ 1 - 0
application/api/controller/Index.php

@@ -455,6 +455,7 @@ class Index extends Api
 
             $data['active_id'] = $id;
             $data['user_id'] = $this->auth->id;
+            $data['collectionplace'] = $collectionplace;
             $data['credtype'] = $v['credtype'];
             $data['insurance'] = $v['insurance'];
             $data['originalprice'] = $info['price'];

+ 1 - 0
public/assets/js/backend/activepeople.js

@@ -36,6 +36,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'user_id', title: __('User_id')},
                         {field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
                         {field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
+                        {field: 'collectionplace', title: __('集合地点'), operate: 'LIKE'},
                         {field: 'name', title: __('Name'), operate: 'LIKE'},
                         {field: 'credtype', title: __('Credtype'), operate: 'LIKE'},
                         {field: 'idcard', title: __('Idcard'), operate: 'LIKE'},