|
@@ -1014,11 +1014,13 @@
|
|
}
|
|
}
|
|
return year + '' + mouth + '' + datetime
|
|
return year + '' + mouth + '' + datetime
|
|
},
|
|
},
|
|
- submit() {
|
|
|
|
|
|
+ submit() {debugger
|
|
if (this.typevalue == 3) {
|
|
if (this.typevalue == 3) {
|
|
if (this.outType) {
|
|
if (this.outType) {
|
|
this.gridList.outType = this.outType
|
|
this.gridList.outType = this.outType
|
|
}
|
|
}
|
|
|
|
+ }else{
|
|
|
|
+ this.gridList.customerName = ''
|
|
}
|
|
}
|
|
var that = this
|
|
var that = this
|
|
this.gridList.carNo = this.gridList.carNumber
|
|
this.gridList.carNo = this.gridList.carNumber
|