From 1b1e2493869c7db1ca75adcfbcad71369df55955 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 28 Aug 2024 19:23:46 +0800 Subject: [PATCH] md --- src/utils/request.js | 2 +- .../emis/emisWaybill/centerWaybillList.vue | 38 +-------------- .../emis/emisWaybill/dispatchWaybillList.vue | 38 ++------------- .../emis/emisWaybill/sendWaybillList.vue | 26 ++--------- .../emis/emisWaybill/sendWaybillListNew.vue | 46 ++----------------- 5 files changed, 16 insertions(+), 134 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 4ebd053c..a3dbcf45 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -18,7 +18,7 @@ const service = axios.create({ // axios中请求配置有baseURL选项,表示请求URL公共部分 baseURL: process.env.VUE_APP_BASE_API, // 超时 - timeout: 3000000 + timeout: 300000000 }) // request拦截器 diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index f526993c..98bb03ee 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -457,18 +457,9 @@ - - - - - @@ -483,11 +474,6 @@
不发送
- - - @@ -539,8 +525,8 @@ - - + + @@ -557,31 +543,11 @@ - - - - - - - - - diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index 639b2c84..73201871 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -458,17 +458,8 @@ - - - - - - + @@ -484,10 +475,6 @@
不发送
- - @@ -540,8 +527,8 @@ - - + + @@ -558,30 +545,11 @@ - - - - - - - - diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index fa3c796f..50424573 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -434,7 +434,7 @@ - + // @@ -450,11 +450,6 @@
不发送
- - - @@ -499,15 +494,10 @@ - + - - + // + // @@ -528,12 +518,6 @@ - - - - - - @@ -987,7 +971,7 @@ export default { else{ let qExportParam=this.initQueryParams(); qExportParam.pageNum=1; - qExportParam.pageSize=5000; + qExportParam.pageSize=20000; listEmisWaybill(qExportParam).then(response => { if (response.code === 200) { diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index 5bc28b90..094d50d2 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -434,14 +434,7 @@ - - - - + // @@ -458,11 +451,6 @@
不发送
- - - @@ -507,15 +495,10 @@ - + - - + // + // @@ -531,31 +514,12 @@ - - - - - - - - @@ -1024,7 +988,7 @@ export default { this.initQueryParams(); qParam.pageNum=1; - qParam.pageSize=5000; + qParam.pageSize=20000; listEmisWaybill(qParam).then(response => { if (response.code === 200) { this.exportData(response.rows,loadingInstance);