|
|
@@ -304,7 +304,7 @@
|
|
|
})
|
|
|
.then(() => {
|
|
|
// this.fullscreenLoading = true
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpcertsub/insertcertsub')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -339,7 +339,7 @@
|
|
|
},
|
|
|
updateAnnualAudit () {
|
|
|
this.dialogtitle = '跟新年审表的SupplierId和CerId'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateAnnualAudit')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -364,7 +364,7 @@
|
|
|
},
|
|
|
insterOilPaymentInfo () {
|
|
|
this.dialogtitle = '导入交费记录并更新'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insterOilPaymentInfo')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -389,7 +389,7 @@
|
|
|
},
|
|
|
insterBadRecord () {
|
|
|
this.dialogtitle = '导入不良记录并更新'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insterBadRecord')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -549,7 +549,7 @@
|
|
|
},
|
|
|
insertOilInfoChange () {
|
|
|
this.dialogtitle = '导入信息变更'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insertOilInfoChange')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -574,7 +574,7 @@
|
|
|
},
|
|
|
delBadRecord () {
|
|
|
this.dialogtitle = '删除多余的不良记录'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/delBadRecord')
|
|
|
.then(res => {
|
|
|
this.reset()
|
|
|
@@ -582,7 +582,7 @@
|
|
|
},
|
|
|
updateOilInfoChange () {
|
|
|
this.dialogtitle = '更新新信息变更'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateOilInfoChange')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -633,7 +633,7 @@
|
|
|
})
|
|
|
.then(() => {
|
|
|
// this.fullscreenLoading = true
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateCertSubIsType3')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|