|
@@ -103,7 +103,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
for (let index = 0; index < this.recordSelected.length; index++) {
|
|
|
- if (!(this.recordSelected[index].orderStatus == '登录成功' && this.recordSelected[index].status == '跟进中')) {
|
|
|
+ if (!(this.recordSelected[index].orderStatus == '已审核' && this.recordSelected[index].status == '跟进中')) {
|
|
|
this.$message.error('请选择审核通过并且跟进中的数据')
|
|
|
return
|
|
|
}
|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
for (let index = 0; index < this.recordSelected.length; index++) {
|
|
|
- if (this.recordSelected[index].orderStatus !== '登录成功') {
|
|
|
+ if (this.recordSelected[index].orderStatus !== '已审核') {
|
|
|
this.$message.error('请选择审核通过的数据')
|
|
|
return
|
|
|
}
|
|
@@ -147,7 +147,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
for (let index = 0; index < this.recordSelected.length; index++) {
|
|
|
- if (this.recordSelected[index].orderStatus !== '登录成功') {
|
|
|
+ if (this.recordSelected[index].orderStatus !== '已审核') {
|
|
|
this.$message.error('请选择审核通过的数据')
|
|
|
return
|
|
|
}
|