Просмотр исходного кода

Merge branch 'master' into 测试

lxf 1 год назад
Родитель
Сommit
e9bc011726

+ 1 - 1
src/views/production/warehouse/finished-parts-storage/index.vue

@@ -280,7 +280,7 @@ const deriveExcel = () => {
   });
 };
 const deriveExcelTwo = () => {
-  proxy.getFile("/inventoryFinishedOrder/excelExport", sourceList.value.pagination).then((res) => {
+  proxy.getFile("/inventoryFinishedOrder/excelExport", sourceListTwo.value.pagination).then((res) => {
     proxy.downloadFile(res, "成品库明细.xlsx");
   });
 };

+ 1 - 1
src/views/production/warehouse/outbound/index.vue

@@ -416,7 +416,7 @@ const clickModal = () => {
   });
 };
 const deriveExcel = () => {
-  proxy.postFile("/inOutStorageBom/exportExcel", sourceList.value.pagination).then((res) => {
+  proxy.postFile("/inOutStorageBom/exportExcel", sourceListTwo.value.pagination).then((res) => {
     proxy.downloadFile(res, "出库明细.xlsx");
   });
 };

+ 1 - 1
src/views/production/warehouse/putInStorage/index.vue

@@ -411,7 +411,7 @@ const clickModal = () => {
   });
 };
 const deriveExcel = () => {
-  proxy.postFile("/inOutStorageBom/exportExcel", sourceList.value.pagination).then((res) => {
+  proxy.postFile("/inOutStorageBom/exportExcel", sourceListTwo.value.pagination).then((res) => {
     proxy.downloadFile(res, "入库明细.xlsx");
   });
 };