yjwang 1 هفته پیش
والد
کامیت
671457ad8a
2فایلهای تغییر یافته به همراه464 افزوده شده و 321 حذف شده
  1. 23 0
      src/api/store/storeProduct.js
  2. 441 321
      src/views/store/storeProduct/index.vue

+ 23 - 0
src/api/store/storeProduct.js

@@ -172,4 +172,27 @@ export function productBySearCh(query) {
 }
 
 
+// 同步商品到580
+export function sync580(productId) {
+  return request({
+    url: '/storeProduct/sync580/'+productId,
+    method: 'post'
+  })
+}
+
+export function updateIsShow(productIds) {
+  return request({
+    url: '/storeProduct/updateFsStoreProductIsShowBatch/' + (Array.isArray(productIds) ? productIds.join(',') : productIds),
+    method: 'post'
+  })
+}
+
+
+export function qualifications() {
+  return request({
+    url: '/storeProduct/productNoticeInfo',
+    method: 'get'
+  })
+}
+
 

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 441 - 321
src/views/store/storeProduct/index.vue


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است