yjwang 1 tydzień temu
rodzic
commit
671457ad8a
2 zmienionych plików z 464 dodań i 321 usunięć
  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'
+  })
+}
+
 

Plik diff jest za duży
+ 441 - 321
src/views/store/storeProduct/index.vue


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików