|
|
@@ -319,14 +319,14 @@
|
|
|
<a-alert
|
|
|
message="注意事项(必看)"
|
|
|
type="warning"
|
|
|
- style="height: 100vh"
|
|
|
+ style="height: 110vh"
|
|
|
>
|
|
|
- <div slot="description" class="markdown" style="position: relative;top:30px">
|
|
|
+ <div slot="description" class="markdown" style="position: relative;top:0px">
|
|
|
<ul>
|
|
|
<li>1)是否在有效期</li>
|
|
|
<li>2)是否明确场景,如车联网,水表等,且与风险评估表一致</li>
|
|
|
<li>3)是否明确开通功能,如语音,短信,流量等</li>
|
|
|
- <li>4)是否明确功能限制,如定向、机卡绑定、卡片限定、限额管控、黑名单限制等</li>
|
|
|
+ <li>4)是否明确功能限制,如定向、机卡绑定、卡片限定、限额管控、黑名单限制等</li>
|
|
|
<li>5)是否明确白名单数量,具体号码,地址等</li>
|
|
|
<li>6)是否明确禁止二次销售</li>
|
|
|
<li>7)是否明确防范垃圾短信和骚扰电话条款</li>
|
|
|
@@ -1192,10 +1192,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-card>
|
|
|
- <!--承诺涵-其他材料-非必填-->
|
|
|
+ <!--承诺涵-其他材料(非必填)-非必填-->
|
|
|
<a-card v-if="steps.currentId === 'commitment'" 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
|
|
|
@@ -1205,7 +1205,7 @@
|
|
|
>
|
|
|
<div slot="description" class="markdown" style="position: relative;top:30px">
|
|
|
<ul>
|
|
|
- <li>1)如有其他材料请进行上传</li>
|
|
|
+ <li>1)如有其他材料(非必填)请进行上传</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</a-alert>
|
|
|
@@ -1678,7 +1678,7 @@ export default {
|
|
|
id: 'priceTable'
|
|
|
},
|
|
|
{
|
|
|
- title: '承诺涵(其他材料-非必填)',
|
|
|
+ title: '承诺涵(其他材料(非必填)-非必填)',
|
|
|
content: 'First-content',
|
|
|
id: "commitment",
|
|
|
status: "wait"
|
|
|
@@ -1716,7 +1716,7 @@ export default {
|
|
|
id: 'riskTable'
|
|
|
},
|
|
|
{
|
|
|
- title: '承诺涵(其他材料-非必填)',
|
|
|
+ title: '承诺涵(其他材料(非必填)-非必填)',
|
|
|
content: 'First-content',
|
|
|
id: "commitment",
|
|
|
status: "wait"
|
|
|
@@ -1749,7 +1749,7 @@ export default {
|
|
|
id: "customerCardScanning"
|
|
|
},
|
|
|
{
|
|
|
- title: '承诺涵(其他材料-非必填)',
|
|
|
+ title: '承诺涵(其他材料(非必填)-非必填)',
|
|
|
content: 'First-content',
|
|
|
id: "commitment",
|
|
|
status: "wait"
|
|
|
@@ -1784,7 +1784,7 @@ export default {
|
|
|
priceFiles: [],
|
|
|
//测试卡申请单
|
|
|
testCardApplication: [],
|
|
|
- //其他材料
|
|
|
+ //其他材料(非必填)
|
|
|
commitmentFiles: [],
|
|
|
},
|
|
|
//整改稽核备注
|
|
|
@@ -1803,7 +1803,7 @@ export default {
|
|
|
riskNote: null,
|
|
|
//价格审批表
|
|
|
priceApprovalNote: null,
|
|
|
- //其他材料
|
|
|
+ //其他材料(非必填)
|
|
|
commitmentNote: null,
|
|
|
},
|
|
|
//整改稽核结果
|
|
|
@@ -1822,7 +1822,7 @@ export default {
|
|
|
riskState: null,
|
|
|
//价格审批表
|
|
|
priceApprovalState: null,
|
|
|
- //其他材料
|
|
|
+ //其他材料(非必填)
|
|
|
commitmentState: null,
|
|
|
},
|
|
|
//缩略与大图数据源
|
|
|
@@ -2434,7 +2434,7 @@ export default {
|
|
|
}
|
|
|
if (this.current < this.steps.length) {
|
|
|
this.current = this.current + 1;
|
|
|
- //其他材料
|
|
|
+ //其他材料(非必填)
|
|
|
if (this.steps[this.current].id == "commitment") {
|
|
|
this.lotData.isShow.commitmentShow = true;
|
|
|
} else {
|
|
|
@@ -2447,7 +2447,7 @@ export default {
|
|
|
prevSteps() {
|
|
|
if (this.current != 0) {
|
|
|
this.current = this.current - 1;
|
|
|
- //其他材料
|
|
|
+ //其他材料(非必填)
|
|
|
if (this.steps[this.current].id == "commitment") {
|
|
|
this.lotData.isShow.commitmentShow = true;
|
|
|
} else {
|
|
|
@@ -2462,7 +2462,7 @@ export default {
|
|
|
this.swiperImg = {}
|
|
|
//卡类型
|
|
|
let blockType = that.lotData.blockType;
|
|
|
- //其他材料-承诺涵
|
|
|
+ //其他材料(非必填)-承诺涵
|
|
|
if (that.lotData.isShow.commitmentShow) {
|
|
|
that.swiperImg = that.lotData.commitmentFiles;
|
|
|
} else {
|