From 62feaa429971245b5837c456ef830e87a75b7a14 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 28 十一月 2024 15:45:24 +0800
Subject: [PATCH] 修改首页

---
 src/api/hazardousChemicals/productRecord.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/api/hazardousChemicals/productRecord.js b/src/api/hazardousChemicals/productRecord.js
index 6b264d6..690e8ce 100644
--- a/src/api/hazardousChemicals/productRecord.js
+++ b/src/api/hazardousChemicals/productRecord.js
@@ -93,3 +93,27 @@
         params: params
     })
 }
+
+export function getWhProDetail(params) {
+    return request({
+        url: '/product-entry-record/productlist',
+        method: 'get',
+        params: params
+    })
+}
+
+export function exportProductInfo(data) {
+    return request({
+        url: '/product-basic/importExcel',
+        method: 'post',
+        data: data
+    })
+}
+
+export function changeProRemaining(data) {
+    return request({
+        url: '/product/changeRemaining',
+        method: 'post',
+        data: data
+    })
+}

--
Gitblit v1.9.2