heyang 2 роки тому
батько
коміт
ac88f59884

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/applyRecord.vue

@@ -172,7 +172,7 @@ export default {
               ids :ids
             }
             console.log("obj",obj)
-            self.download(`/airbottle/taskManage/export/`,obj, '申领记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/taskExport/`,obj, '申领记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/enterRecord.vue

@@ -179,7 +179,7 @@ export default {
               airStatus:0,
             }
             console.log("obj",obj)
-            self.download(`/airbottle/storageManage/export/`,obj, '入库记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/storageExport/`,obj, '入库记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')

+ 1 - 1
src/views/gasManage3_0/manage/infoRecord/outRecord.vue

@@ -182,7 +182,7 @@ export default {
               ids :ids
             }
             console.log("obj",obj)
-            self.download(`/airbottle/storageOutManage/export/`,obj, '出库记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/storageOutexport/`,obj, '出库记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')

+ 1 - 1
src/views/gasManage_syd/manage/infoRecord/applyRecord.vue

@@ -172,7 +172,7 @@ export default {
               ids :ids
             }
             console.log("obj",obj)
-            self.download(`/airbottle/taskManage/export/`,obj, '申领记录导出-'+currentDate+'.xlsx')
+            self.download(`/airbottle/informationRecord/taskExport/`,obj, '申领记录导出-'+currentDate+'.xlsx')
           }).catch(() => {})
         }else {
           this.msgError('请选择要导出的数据')