|
|
|
@ -67,7 +67,7 @@
|
|
|
|
|
<i-input v-model="formValidate.name" placeholder="请输入名字"></i-input>
|
|
|
|
|
</FormItem>
|
|
|
|
|
<FormItem label="手机" prop="phone">
|
|
|
|
|
<i-input v-model="formValidate.phone" placeholder="成员通过验证该手机号后可加入企业">
|
|
|
|
|
<i-input v-model="formValidate.phone" placeholder="成员通过验证该手机号后可加入企业" :disabled="flag !== 1 ? true : false">
|
|
|
|
|
</i-input>
|
|
|
|
|
</FormItem>
|
|
|
|
|
<FormItem label="工号" prop="staffCode">
|
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
<FormItem style="text-align: left;">
|
|
|
|
|
<Row>
|
|
|
|
|
<i-col span="16">
|
|
|
|
|
<Button type="primary" @click="handleSubmit(formValidate)">保存并继续添加</Button>
|
|
|
|
|
<Button type="primary" @click="handleSubmit(formValidate)">保存</Button>
|
|
|
|
|
<Button @click="handleReset('formValidate')" style="margin-left: 8px">取消</Button>
|
|
|
|
|
</i-col>
|
|
|
|
|
</Row>
|
|
|
|
|