|
|
@@ -829,34 +829,6 @@
|
|
|
|
|
|
|
|
|
<a-list size="large" bordered>
|
|
|
- <a-list-item>
|
|
|
- <a-col :span="5">
|
|
|
-
|
|
|
- </a-col>
|
|
|
- <a-col :span="24">
|
|
|
- <a-form ref="form" :model="model">
|
|
|
- <!-- 这个的v-for是核心是重点,一定要明白! -->
|
|
|
- <div v-for="(item,index) in array" :key="index">
|
|
|
-
|
|
|
- <a-form-model-item label=" 新办号码" prop="industry" :labelCol="{ span: 3 }"
|
|
|
- :wrapperCol="{ span: 18 }">
|
|
|
-
|
|
|
- <a-input style="width:20%;margin-right:10px" v-model="form.value[index]"
|
|
|
- placeholder="请输入新办号码"></a-input>
|
|
|
- <a-input style="width:20%;margin-right:10px" v-model="form.phoneUserId[index]"
|
|
|
- placeholder="请输入此号码的用户编号"></a-input>
|
|
|
- <a-button type="link" @click="add">[ + ]</a-button>
|
|
|
- <a-button type="link" @click="del(index)">[ - ]</a-button>
|
|
|
- </a-form-model-item>
|
|
|
- </div>
|
|
|
- </a-form>
|
|
|
-
|
|
|
- </a-col>
|
|
|
-
|
|
|
-
|
|
|
- <a-col :span="18">
|
|
|
- </a-col>
|
|
|
- </a-list-item>
|
|
|
|
|
|
<a-list-item>
|
|
|
|
|
|
@@ -890,6 +862,37 @@
|
|
|
|
|
|
</a-list-item>
|
|
|
|
|
|
+ <a-list-item v-if='model.shouldInterceptNetworkAccessValue!=2'>
|
|
|
+ <a-col :span="5">
|
|
|
+
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="24">
|
|
|
+ <a-form ref="form" :model="model">
|
|
|
+ <!-- 这个的v-for是核心是重点,一定要明白! -->
|
|
|
+ <div v-for="(item,index) in array" :key="index">
|
|
|
+
|
|
|
+ <a-form-model-item label=" 新办号码" prop="industry" :labelCol="{ span: 3 }"
|
|
|
+ :wrapperCol="{ span: 18 }">
|
|
|
+
|
|
|
+ <a-input style="width:20%;margin-right:10px" v-model="form.value[index]"
|
|
|
+ placeholder="请输入新办号码"></a-input>
|
|
|
+ <a-input style="width:20%;margin-right:10px" v-model="form.phoneUserId[index]"
|
|
|
+ placeholder="请输入此号码的用户编号"></a-input>
|
|
|
+ <a-button type="link" @click="add">[ + ]</a-button>
|
|
|
+ <a-button type="link" @click="del(index)">[ - ]</a-button>
|
|
|
+ </a-form-model-item>
|
|
|
+ </div>
|
|
|
+ </a-form>
|
|
|
+
|
|
|
+ </a-col>
|
|
|
+
|
|
|
+
|
|
|
+ <a-col :span="18">
|
|
|
+ </a-col>
|
|
|
+ </a-list-item>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<a-list-item v-if="model.shouldInterceptNetworkAccessValue == '3'">
|
|
|
<a-col :span="16">
|
|
|
<!-- 拦截不成功已上报关停需选择关停类型-->
|
|
|
@@ -930,7 +933,9 @@
|
|
|
<div v-if="optionsWithDisabledValueFlag">
|
|
|
<a-tag color="red"> 请上报蓝紫名单</a-tag>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div v-if="model.shouldInterceptNetworkAccessValue == '3'">
|
|
|
+ <a-tag color="red"> 入网号码上报蓝紫名单非反诈管控手段</a-tag>
|
|
|
+ </div>
|
|
|
</a-form-model-item>
|
|
|
|
|
|
</a-col>
|