|
|
@@ -806,19 +806,19 @@
|
|
|
<a-row>
|
|
|
|
|
|
|
|
|
- <a-col :span="24">
|
|
|
+ <a-col>
|
|
|
<a-row>
|
|
|
- <a-col>
|
|
|
- <a-form-model-item label="营业厅地址" prop="sysBusinessHallAndSysCompany" v-bind="labelCol2">
|
|
|
- <a-col :span="6">
|
|
|
+ <a-col :span='8'>
|
|
|
+ <a-form-model-item label="营业厅地址" prop="sysBusinessHallAndSysCompany" :labelCol="{ span:6 }" :wrapperCol="{ span: 14 }" >
|
|
|
+ <a-col :span="14">
|
|
|
<a-select placeholder="请选择分公司" v-model="model.company" id="company" :disabled="isDisabled" >
|
|
|
<a-select-option v-for="(item,index) in sysCompany" :key="item.id" :value="item.id"
|
|
|
@click="change(item.id)">{{ item.name }}
|
|
|
</a-select-option>
|
|
|
</a-select>
|
|
|
</a-col>
|
|
|
- <a-col :span="6">
|
|
|
- <a-select placeholder="请选择营业厅地址" v-model="model.sysBusinessHall" style="margin: 0px 0px;width: 200px" :disabled="isDisabled">
|
|
|
+ <a-col :span="4">
|
|
|
+ <a-select placeholder="请选择营业厅地址" v-model="model.sysBusinessHall" style="margin: 0px 0px;width: 150px" :disabled="isDisabled">
|
|
|
<a-select-option v-for="item in sysBusinessHallList" :key="item.id" :value="item.id" >
|
|
|
{{ item.name }}
|
|
|
</a-select-option>
|
|
|
@@ -831,10 +831,9 @@
|
|
|
|
|
|
|
|
|
</a-col>
|
|
|
- </a-row>
|
|
|
- <a-row>
|
|
|
- <a-col>
|
|
|
- <a-form-model-item label="工作地址" prop="industry" :labelCol="{ span:7}" :wrapperCol="{ span: 4}">
|
|
|
+
|
|
|
+ <a-col :span='8'>
|
|
|
+ <a-form-model-item label="工作地址" prop="industry" :labelCol="{ span:8}" :wrapperCol="{ span: 10}">
|
|
|
<!-- <a-radio-group v-model="model.wordAddress" button-style="solid">-->
|
|
|
<a-input v-model="model.wordAddress" placeholder="请输入工作地址"
|
|
|
id="wordAddress" @blur="showCheck0('wordAddress')" :disabled="isDisabled"></a-input>
|
|
|
@@ -848,11 +847,9 @@
|
|
|
<!-- </a-radio-group>-->
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- </a-row>
|
|
|
|
|
|
- <a-row>
|
|
|
- <a-col>
|
|
|
- <a-form-model-item label="现住地址(到村/小区)" prop="industry" :labelCol="{ span:7}" :wrapperCol="{ span: 4}">
|
|
|
+ <a-col :span='8'>
|
|
|
+ <a-form-model-item label="现住地址(到村/小区)" prop="industry" :labelCol="{ span:9}" :wrapperCol="{ span: 10}">
|
|
|
<!-- <a-radio-group v-model="model.currentAddress" button-style="solid">-->
|
|
|
|
|
|
|
|
|
@@ -870,23 +867,9 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
-
|
|
|
- <!-- <a-row>-->
|
|
|
- <!-- <a-col :span="24">-->
|
|
|
- <!-- <a-form-model-item label="智能地址研判" prop="userOpenState" :labelCol="{span:7}"-->
|
|
|
- <!-- :wrapperCol="{span:12}">-->
|
|
|
- <!-- <a-radio-group v-model="model.judgmentResearch" button-style="solid" @change="showCheck0('judgmentResearch')">-->
|
|
|
- <!-- <a-radio value="1" style="color: red " :disabled="judgmentResearchDisabledY">智能判研-异常</a-radio>-->
|
|
|
- <!-- <a-radio value="2" :disabled="judgmentResearchDisabledZ">智能判研-正常</a-radio>-->
|
|
|
- <!-- </a-radio-group>-->
|
|
|
-
|
|
|
- <!-- <!– <div v-if="judgmentResearchNull" style="color: red;margin-left: 40px">请选择地址研判</div>–>-->
|
|
|
- <!-- </a-form-model-item>-->
|
|
|
- <!-- </a-col>-->
|
|
|
- <!-- </a-row>-->
|
|
|
<a-row>
|
|
|
- <a-col :span="24">
|
|
|
- <a-form-model-item label="人工地址判研" prop="judgmentResearchAddress" :labelCol="{span:7}"
|
|
|
+ <a-col :span="12">
|
|
|
+ <a-form-model-item label="人工地址判研" prop="judgmentResearchAddress" :labelCol="{span:4}"
|
|
|
:wrapperCol="{span:12}">
|
|
|
<a-radio-group v-model="model.judgmentResearchAddress" button-style="solid" @change="showCheck0('judgmentResearchAddress')" :disabled="isDisabled">
|
|
|
<a-radio value="1" style="color: red">人工判研-异常</a-radio>
|