|
|
@@ -130,11 +130,6 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label=""><!--自动安置区位-->
|
|
|
- <el-button type="primary" @click="setAutoPlace('left')" :plain="form.autoPlace==='left'?false:true">Auto Location: L</el-button>
|
|
|
- <el-button type="primary" @click="setAutoPlace('right')" :plain="form.autoPlace==='right'?false:true">Auto Location: R</el-button>
|
|
|
- </el-form-item>
|
|
|
-
|
|
|
<el-form-item label="Placement code"><!--接点人编号-->
|
|
|
<el-input v-model="form.conUserName" @change="handleChkConUser">
|
|
|
<template slot="append">【{{conRealName}}】</template>
|
|
|
@@ -143,11 +138,16 @@
|
|
|
|
|
|
<el-form-item label="Placement tree"><!--安置区位-->
|
|
|
<el-radio-group v-model="form.location">
|
|
|
- <el-radio-button :label="1" >Left</el-radio-button><!--左区-->
|
|
|
- <el-radio-button :label="2" >Right</el-radio-button><!--右区-->
|
|
|
+ <el-radio :label="1" >Left</el-radio><!--左区-->
|
|
|
+ <el-radio :label="2" >Right</el-radio><!--右区-->
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
|
|
|
+ <el-form-item label=""><!--自动安置区位-->
|
|
|
+ <el-button type="primary" @click="setAutoPlace('left')">Placement Auto Location: L</el-button>
|
|
|
+ <el-button type="primary" @click="setAutoPlace('right')">Placement Auto Location: R</el-button>
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
<div class="hr-tip"><span>Personal Information<!--个人信息--></span></div>
|
|
|
<el-form-item>
|
|
|
<template slot="label">
|