|
@@ -1019,6 +1019,8 @@
|
|
|
if (this.outType) {
|
|
|
this.gridList.outType = this.outType
|
|
|
}
|
|
|
+ }else{
|
|
|
+ this.gridList.customerName = ''
|
|
|
}
|
|
|
var that = this
|
|
|
this.gridList.carNo = this.gridList.carNumber
|
|
@@ -1158,7 +1160,7 @@
|
|
|
'/qualityInspectionManagement/api/addQualityInspection',
|
|
|
that.gridList)
|
|
|
.then(res => {
|
|
|
- if (res.data.code == 200) {debugger
|
|
|
+ if (res.data.code == 200) {
|
|
|
that.$api.msg('提交成功')
|
|
|
that.isShowPrint = true
|
|
|
that.gridList
|