|
|
@@ -393,7 +393,7 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
// this.fullscreenLoading = true
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpcertsub/insertcertsub')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -428,7 +428,7 @@ export default {
|
|
|
},
|
|
|
updateAnnualAudit () {
|
|
|
this.dialogtitle = '跟新年审表的SupplierId和CerId'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateAnnualAudit')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -453,7 +453,7 @@ export default {
|
|
|
},
|
|
|
insterOilPaymentInfo () {
|
|
|
this.dialogtitle = '导入交费记录并更新'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insterOilPaymentInfo')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -478,7 +478,7 @@ export default {
|
|
|
},
|
|
|
insterBadRecord () {
|
|
|
this.dialogtitle = '导入不良记录并更新'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insterBadRecord')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -638,7 +638,7 @@ export default {
|
|
|
},
|
|
|
insertOilInfoChange () {
|
|
|
this.dialogtitle = '导入信息变更'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/insertOilInfoChange')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -663,7 +663,7 @@ export default {
|
|
|
},
|
|
|
delBadRecord () {
|
|
|
this.dialogtitle = '删除多余的不良记录'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/delBadRecord')
|
|
|
.then(res => {
|
|
|
// this.reset()
|
|
|
@@ -671,7 +671,7 @@ export default {
|
|
|
},
|
|
|
updateOilInfoChange () {
|
|
|
this.dialogtitle = '更新新信息变更'
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateOilInfoChange')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|
|
|
@@ -722,7 +722,7 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
// this.fullscreenLoading = true
|
|
|
- this.start()
|
|
|
+ // this.start()
|
|
|
this.$axios.get('tmpzcgf/updateCertSubIsType3')
|
|
|
.then(res => {
|
|
|
// this.fullscreenLoading = false
|