Browse Source

人员资料联系电话为必填

zhoudw 7 years ago
parent
commit
8275a4b2f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/kind/ChildForm.js

+ 1 - 1
frontend/saas-web/app/view/document/kind/ChildForm.js

@@ -495,7 +495,7 @@ Ext.define('KitchenSink.view.binding.ChildForm', {
                 xtype:'textfield',
                 xtype:'textfield',
                 fieldLabel: '联系电话',
                 fieldLabel: '联系电话',
                 name: 'em_mobile',
                 name: 'em_mobile',
-                allowBlank:true,
+                allowBlank:false,
                 beforeLabelTextTpl: '',
                 beforeLabelTextTpl: '',
                 maxLength: 20
                 maxLength: 20
             },{
             },{