mirror of
https://github.com/shawncai/ERP.git
synced 2024-12-29 11:33:05 +08:00
修改
修改
This commit is contained in:
parent
f79951e394
commit
ae5f16f8e9
1 changed files with 1 additions and 9 deletions
|
@ -557,15 +557,7 @@ export default {
|
||||||
}
|
}
|
||||||
console.log('this.getemplist.repositoryId', this.getemplist.repositoryId)
|
console.log('this.getemplist.repositoryId', this.getemplist.repositoryId)
|
||||||
console.log('this.getemplist.regionId', this.getemplist.regionId)
|
console.log('this.getemplist.regionId', this.getemplist.regionId)
|
||||||
if ((this.getemplist.saleRepositoryId === '' || this.getemplist.saleRepositoryId === null || this.getemplist.saleRepositoryId === undefined)) {
|
if ((this.getemplist.saleRepositoryId === '' && this.getemplist.saleRepositoryId === null && this.getemplist.saleRepositoryId === undefined)) {
|
||||||
this.$notify.error({
|
|
||||||
title: 'wrong',
|
|
||||||
message: '请选择区域或者门店开始搜索',
|
|
||||||
offset: 100
|
|
||||||
})
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
if ((this.getemplist.saleRepositoryId !== '' && this.getemplist.saleRepositoryId !== null && this.getemplist.saleRepositoryId !== undefined)) {
|
|
||||||
this.$notify.error({
|
this.$notify.error({
|
||||||
title: 'wrong',
|
title: 'wrong',
|
||||||
message: '请选择门店',
|
message: '请选择门店',
|
||||||
|
|
Loading…
Reference in a new issue