From 77bb414c194741197a5c3718b71d7e5dffb4e6a7 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 09 一月 2026 17:22:38 +0800
Subject: [PATCH] 添加不合格现象,检验记录不可编辑生产报工信息,生产报工记录加上生产时间字段
---
src/api/inventoryManagement/stockIn.js | 25 +++++++------------------
1 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/src/api/inventoryManagement/stockIn.js b/src/api/inventoryManagement/stockIn.js
index 5ce4570..c43d2c0 100644
--- a/src/api/inventoryManagement/stockIn.js
+++ b/src/api/inventoryManagement/stockIn.js
@@ -117,8 +117,8 @@
// 鍒犻櫎鑷畾涔夊叆搴撲俊鎭�
export function delStockInCustom(ids) {
return request({
- url: '/stockin/deleteCustom',
- method: 'delete',
+ url: '/stockin/delteCustom',
+ method: 'post',
data: ids
})
}
@@ -141,23 +141,12 @@
})
}
-// 鑷畾涔夊叆搴�-璇︽儏
-export function detailManagementByCustom(query) {
+
+//鏌ヨ搴撳瓨鍥捐〃鏁版嵁
+export function getStockInChartData() {
return request({
- url: '/stockin/detailManagementByCustom',
- method: 'get',
- params: query
+ url: '/stockin/listReport',
+ method: 'get'
})
}
-// 閲囪喘鍏ュ簱-璇︽儏
-export function stockinDetail(query) {
- return request({
- url: '/stockin/detail',
- method: 'get',
- params: query
- })
-}
-
-
-//
--
Gitblit v1.9.3