|
@@ -103,8 +103,8 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
for (let index = 0; index < this.recordSelected.length.length; index++) {
|
|
|
- if (this.recordSelected[index].orderStatus !== '登录成功') {
|
|
|
- this.$message.error('请选择审核通过的数据')
|
|
|
+ if (this.recordSelected[index].orderStatus !== '登录成功' && this.recordSelected[index].status === '跟进中') {
|
|
|
+ this.$message.error('请选择审核通过并且跟进中的数据')
|
|
|
return
|
|
|
}
|
|
|
}
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
编辑
|
|
|
</el-button> : null
|
|
|
}
|
|
|
- {row.orderStatus === 'OK'
|
|
|
+ {row.orderStatus === 'OK'&& row.status ==='ING'
|
|
|
? <el-button size='mini' type='text' onClick={() => {
|
|
|
this.operateType = 'update'
|
|
|
this.operateTitle = '更新'
|
|
@@ -235,7 +235,7 @@ export default {
|
|
|
更新
|
|
|
</el-button> : null
|
|
|
}
|
|
|
- {!this.isTradeExaminer && ((row.orderStatus === 'WAIT' || row.orderStatus === 'FAIL') && !row.isApplyUpdate) ? (
|
|
|
+ {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && !row.isApplyUpdate) ? (
|
|
|
<el-button
|
|
|
size='mini'
|
|
|
type='text'
|