From 19eefcf5f39fd6ae3e161f978b74d92353585fc7 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期一, 27 十一月 2023 16:30:50 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe

---
 web/src/api/modules/materials.js |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/web/src/api/modules/materials.js b/web/src/api/modules/materials.js
index 39e7b43..fcf8f95 100644
--- a/web/src/api/modules/materials.js
+++ b/web/src/api/modules/materials.js
@@ -41,7 +41,7 @@
    */
   //查询列表接口
   searchWeighRecordsList: (params) =>
-    axios.post('/materials/weigh/queryAllWeigh', params),
+    axios.post('/materials/weigh/weighbridgeList', params),
 
 
   /**
@@ -128,6 +128,32 @@
      responseType: 'blob',
      data: params
  }),
+
+ /**
+ * 搅拌站消耗
+ */
+  mixingExpendLists: (params) =>
+  axios.post('/materials/materialRelease/materialRew', params),
+
+
+  /**
+   * 料仓屏管理
+   */
+  // 料仓屏列表
+  searchStockInfoLists: (params) =>
+    axios.post('/materials/suMaterialWarehouse/selectPageList', params),
+  //料仓屏添加/修改
+  addStockInfos: (params) =>
+    axios.post('/materials/suMaterialWarehouse/insertAndUpdate', params),
+  // 删除料仓屏信息
+  deleteStockInfos: params =>
+      axios.get('/materials/suMaterialWarehouse/delete', {params}),
+  // 料仓屏信息
+  detailStockInfos: params =>
+    axios.get('/materials/suMaterialWarehouse/selectInfo', {params}),
+
+
+  
   /* 预埋件管理 */
   embedded: {
     // 库存管理

--
Gitblit v1.9.3