Browse Source

学生信息添加门禁卡号字段

zhuth 6 years ago
parent
commit
20a4ef87be
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/pc-web/app/view/basic/student/StudentDetail.js

+ 4 - 0
frontend/pc-web/app/view/basic/student/StudentDetail.js

@@ -148,6 +148,10 @@ Ext.define('school.view.basic.student.StudentDetail', {
                 xtype: 'textfield',
                 xtype: 'textfield',
                 name: 'stu_cardNo',
                 name: 'stu_cardNo',
                 fieldLabel: '校园通卡号',
                 fieldLabel: '校园通卡号',
+            }, {
+                xtype: 'textfield',
+                name: 'stu_accessCardNo',
+                filedLabel: '门禁卡号',
             }, {
             }, {
                 name: "parent",
                 name: "parent",
                 xtype: "detailGridField",
                 xtype: "detailGridField",