|
@@ -808,6 +808,8 @@
|
|
|
if(this.outType){
|
|
|
this.gridList.outType=this.outType
|
|
|
}
|
|
|
+ }else{
|
|
|
+ this.gridList.customerName = ''
|
|
|
}
|
|
|
this.gridList.flag = this.flag
|
|
|
// if(this.flag==2){
|
|
@@ -822,7 +824,7 @@
|
|
|
this.$api.msg('仓位不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if(this.gridList.s==3){
|
|
|
+ if(this.gridList.serviceManagementType==3){
|
|
|
if (!this.gridList.customerName) {
|
|
|
this.$api.msg('客户不能为空')
|
|
|
return
|