Selaa lähdekoodia

合并代码的重复

xw 1 kuukausi sitten
vanhempi
commit
bab5b7eba6

+ 2 - 17
src/api/hisStore/storeOrder.js

@@ -203,14 +203,8 @@ export function exportShippingOrder(query) {
   })
 }
 
-// 导出发货单
-export function healthExportShippingOrder(query) {
-  return request({
-    url: '/store/store/storeOrder/healthExportShippingOrder',
-    method: 'get',
-    params: query
-  })
-}
+
+
 
 // 导出订单
 export function exportHealthStoreOrderItems(query) {
@@ -395,12 +389,3 @@ export function getErpAccount() {
     method: 'get'
   })
 }
-
-// 导出发货单
-export function healthExportShippingOrder(query) {
-  return request({
-    url: '/store/store/storeOrder/healthExportShippingOrder',
-    method: 'get',
-    params: query
-  })
-}

+ 1 - 3
src/views/components/course/userCourseCatalogDetails.vue

@@ -467,6 +467,7 @@ import {
   addUserCourseVideo,
   batchSaveVideo,
   batchUpdateRed,
+  batchUpdateTitle,
   delUserCourseVideo,
   getSort,
   getUserCourseVideo,
@@ -474,9 +475,6 @@ import {
   getVideoListByCourseIdAll,
   sortCourseVideo,
   updates,
-  batchSaveVideo,
-  batchUpdateRed,
-  batchUpdateTitle,
   updateUserCourseVideo,
   syncTemplate
 } from "@/api/course/userCourseVideo";

+ 8 - 3
src/views/hisStore/storeOrder/healthStoreList.vue

@@ -1000,11 +1000,16 @@ import {
   delStoreOrder,
   addStoreOrder,
   updateStoreOrder,
-  exportHealthStoreOrder, exportHealthStoreOrderDetails, exportHealthStoreOrderItemsDetails,getErpAccount,healthExportShippingOrder,
-  exportHealthStoreOrder, exportHealthStoreOrderDetails, exportHealthStoreOrderItemsDetails, healthExportShippingOrder,
+  exportHealthStoreOrder,
+  exportHealthStoreOrderDetails,
+  exportHealthStoreOrderItemsDetails,
   getErpAccount,
+  healthExportShippingOrder,
   queryErpPhone,
-  saveErpPhone,editErpPhone,batchCreateErpOrder,batchSetErpOrder
+  saveErpPhone,
+  editErpPhone,
+  batchCreateErpOrder,
+  batchSetErpOrder
 } from '@/api/hisStore/storeOrder'
 import { getUserList } from '@/api/hisStore/user'
 import { getAddressList } from '@/api/hisStore/userAddress'