Sfoglia il codice sorgente

feat:商城编辑商品-增加进销存相关业务配置

Moss 1 anno fa
parent
commit
45c12bc17a
2 ha cambiato i file con 334 aggiunte e 454 eliminazioni
  1. 9 0
      src/api/goods.js
  2. 325 454
      src/views/mallManagement/goods/goods_add/index.vue

+ 9 - 0
src/api/goods.js

@@ -358,4 +358,13 @@ export function deleteNewclassify(params) {
     method: 'post',
     params
   })
+}
+
+// 获取规格列表
+export function getGoodsSpecList(params) {
+  return request({
+    url: '/goods/material/item/count',
+    method: 'post',
+    params
+  })
 }

File diff suppressed because it is too large
+ 325 - 454
src/views/mallManagement/goods/goods_add/index.vue


Some files were not shown because too many files changed in this diff