Kaynağa Gözat

代码提交

yjwang 1 hafta önce
ebeveyn
işleme
671457ad8a
2 değiştirilmiş dosya ile 464 ekleme ve 321 silme
  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'
+  })
+}
+
 

Dosya farkı çok büyük olduğundan ihmal edildi
+ 441 - 321
src/views/store/storeProduct/index.vue


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor