|
@@ -1491,8 +1491,8 @@ export default {
|
|
// 特殊申购-赠品
|
|
// 特殊申购-赠品
|
|
return '已通过'
|
|
return '已通过'
|
|
}else{
|
|
}else{
|
|
- // 采购
|
|
|
|
- if(cellValue.statue == 2 || cellValue.statue == 3 || cellValue.statue == 5 || cellValue.statue == 9 || cellValue.statue == 11 || cellValue.statue == 13 ){
|
|
|
|
|
|
+
|
|
|
|
+ if(cellValue.statue == 2 || cellValue.statue == 3 || cellValue.statue == 5 || cellValue.statue == 9 || cellValue.statue == 11 || cellValue.statue == 13 || cellValue.statue == 15 ){
|
|
return '审核中'
|
|
return '审核中'
|
|
}else if(cellValue.statue == 7){
|
|
}else if(cellValue.statue == 7){
|
|
return '已通过'
|
|
return '已通过'
|
|
@@ -3316,7 +3316,7 @@ export default {
|
|
this.dialogFormVisible2 = false
|
|
this.dialogFormVisible2 = false
|
|
this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
|
|
this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
|
|
} else {
|
|
} else {
|
|
- failproccess(response, this.$notify)
|
|
|
|
|
|
+ this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|