|
|
@@ -37,8 +37,8 @@
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label="是否突破价格管控:" v-bind="labelCol4">
|
|
|
- <span v-if='infoModel.control==="0"' class="cornflowerblue">未突破</span>
|
|
|
- <span v-if='infoModel.control==="1"' class="cornflowerblue">已突破</span>
|
|
|
+ <span v-if='infoModel.control==="0"' class="cornflowerblue">否</span>
|
|
|
+ <span v-if='infoModel.control==="1"' class="cornflowerblue">是</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
@@ -123,8 +123,8 @@
|
|
|
<span class="cornflowerblue">{{ infoModel.installationAddress }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :span="6">
|
|
|
- <a-form-model-item label="呼叫中心增值许可证到期日:" v-bind="labelCol9">
|
|
|
+ <a-col :span="6" v-if='infoModel.scene==="2" ||infoModel.scene==="3" '>
|
|
|
+ <a-form-model-item label="经营型呼叫中心增值许可证到期日 :" v-bind="labelCol9">
|
|
|
<span class="cornflowerblue">{{ infoModel.zZBusinessLicenseDate }}</span>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
@@ -194,9 +194,9 @@
|
|
|
<div>
|
|
|
<span style="display: block">3.是否突破价格管控</span>
|
|
|
<a-radio-group style="position: relative;left: 30px;" :disabled="infoModel.infoResult==='1'?true:false"
|
|
|
- v-model:value="infoModel.control" prop='scene'>
|
|
|
- <a-radio :value="'0'">未突破</a-radio>
|
|
|
- <a-radio :value="'1'">已突破</a-radio>
|
|
|
+ @change="controlChange" v-model:value="infoModel.control" prop='scene'>
|
|
|
+ <a-radio :value="'0'">否</a-radio>
|
|
|
+ <a-radio :value="'1'">是</a-radio>
|
|
|
</a-radio-group>
|
|
|
</div>
|
|
|
</a-card>
|
|
|
@@ -327,7 +327,7 @@
|
|
|
showTime valueFormat="YYYY-MM-DD"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :span="12">
|
|
|
+ <a-col :span="12" v-if='infoModel.scene==="2" ||infoModel.scene==="3" '>
|
|
|
<a-form-model-item label="经营型呼叫中心增值许可证到期日 " prop="zZBusinessLicenseDate" v-bind="labelCol4">
|
|
|
<a-date-picker :disabled="infoModel.infoResult==='1'?true:false" style="width: 210px" v-model="infoModel.zZBusinessLicenseDate"
|
|
|
format="YYYY-MM-DD"
|
|
|
@@ -974,10 +974,10 @@
|
|
|
|
|
|
|
|
|
</a-card>
|
|
|
- <!-- 突破客户经理管控价是否有固网价格审批-->
|
|
|
+ <!-- 价格审批表-->
|
|
|
<a-card v-if="steps.currentId === 'isPriceApproval'" style="margin-bottom:10px; float: left;width: 83%;;left: 2%; ">
|
|
|
<div slot="title">
|
|
|
- <span style="float: left;position: relative;top: 4px">突破客户经理管控价是否有固网价格审批</span>
|
|
|
+ <span style="float: left;position: relative;top: 4px">价格审批表</span>
|
|
|
</div>
|
|
|
<div class="a-card-25">
|
|
|
<a-alert
|
|
|
@@ -2061,6 +2061,7 @@
|
|
|
<div slot="description" class="markdown" style="position: relative;top:30px">
|
|
|
<ul>
|
|
|
<li>1)二类客户需具备</li>
|
|
|
+ <li>2)房屋租赁合同或房屋产权证明(加盖公章)</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</a-alert>
|
|
|
@@ -3519,7 +3520,7 @@ export default {
|
|
|
//DID(含中继线)业务的责任承诺函
|
|
|
commitmentBookResult:"",
|
|
|
commitmentBookResultRemark:"",
|
|
|
- //突破客户经理管控价是否有固网价格审批
|
|
|
+ //价格审批表
|
|
|
isPriceApprovalResult:"",
|
|
|
isPriceApprovalResultRemark:"",
|
|
|
//法人身份证
|
|
|
@@ -3600,7 +3601,7 @@ export default {
|
|
|
//DID(含中继线)业务的责任承诺函
|
|
|
commitmentBook:[{}],
|
|
|
commitmentBookRemark:"",
|
|
|
- //突破客户经理管控价是否有固网价格审批
|
|
|
+ //价格审批表
|
|
|
isPriceApproval:[{}],
|
|
|
isPriceApprovalRemark:"",
|
|
|
//法人身份证
|
|
|
@@ -3732,9 +3733,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -3801,9 +3802,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -3882,9 +3883,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -3963,9 +3964,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -4044,9 +4045,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -4137,9 +4138,9 @@ export default {
|
|
|
content: 'First-content',
|
|
|
id: "commitmentBook",
|
|
|
},
|
|
|
- //不分类型与场景 突破客户经理管控价是否有固网价格审批
|
|
|
+ //不分类型与场景 价格审批表
|
|
|
{
|
|
|
- title: '突破客户经理管控价是否有固网价格审批',
|
|
|
+ title: '价格审批表',
|
|
|
content: 'First-content',
|
|
|
id: "isPriceApproval",
|
|
|
},
|
|
|
@@ -4273,7 +4274,28 @@ export default {
|
|
|
this.steps.stepsNow = this.steps.steps12
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ if (this.infoModel.control==='0'){
|
|
|
+ for (var i = 0; i <this.steps.stepsNow.length; i++) {
|
|
|
+ if (this.steps.stepsNow[i].id==='isPriceApproval'){
|
|
|
+ this.steps.stepsNow.splice(i, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (this.infoModel.control==='1'){
|
|
|
+ var info ='';
|
|
|
+ for (var i = 0; i <this.steps.stepsNow.length; i++) {
|
|
|
+ if (this.steps.stepsNow[i].id==='isPriceApproval'){
|
|
|
+ info ='yes';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (info!=='yes'){
|
|
|
+ this.steps.stepsNow.push({
|
|
|
+ title: '价格审批表',
|
|
|
+ content: 'First-content',
|
|
|
+ id: "isPriceApproval",
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
for (var i in this.steps.stepsNow) {
|
|
|
for (var j in this.infoModel[this.steps.stepsNow[i].id]){
|
|
|
if (this.infoModel[this.steps.stepsNow[i].id][0].urlBase!==undefined){
|
|
|
@@ -4532,6 +4554,28 @@ export default {
|
|
|
that.steps.stepsNow = that.steps.steps12
|
|
|
}
|
|
|
}
|
|
|
+ if (this.infoModel.control==='0'){
|
|
|
+ for (var i = 0; i <that.steps.stepsNow.length; i++) {
|
|
|
+ if (that.steps.stepsNow[i].id==='isPriceApproval'){
|
|
|
+ that.steps.stepsNow.splice(i, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (that.infoModel.control==='1'){
|
|
|
+ var info ='';
|
|
|
+ for (var i = 0; i <that.steps.stepsNow.length; i++) {
|
|
|
+ if (that.steps.stepsNow[i].id==='isPriceApproval'){
|
|
|
+ info ='yes';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (info!=='yes'){
|
|
|
+ that.steps.stepsNow.push({
|
|
|
+ title: '价格审批表',
|
|
|
+ content: 'First-content',
|
|
|
+ id: "isPriceApproval",
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
that.checkState=result.checkState;
|
|
|
//待稽核
|
|
|
if (that.checkState===2 || that.checkState===5 ){
|