|
@@ -1014,7 +1014,7 @@
|
|
|
}
|
|
|
return year + '' + mouth + '' + datetime
|
|
|
},
|
|
|
- submit() {debugger
|
|
|
+ submit() {
|
|
|
if (this.typevalue == 3) {
|
|
|
if (this.outType) {
|
|
|
this.gridList.outType = this.outType
|
|
@@ -1160,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
|