From 66da8813e69a1d4831bfedc4155c3d0330944940 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 13:16:39 +0800
Subject: [PATCH] 质检接口地址变更,生产追溯页面开发
---
src/api/productionManagement/productionOrder.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index b87adbb..688abfc 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -116,7 +116,7 @@
// 鐢熶骇璁㈠崟-琛ユ枡璁板綍鍒楄〃
export function listMaterialSupplementRecord(query) {
return request({
- url: "/productOrderMaterial/supplementRecord",
+ url: "/productionOrderPickRecord/feeding",
method: "get",
params: query,
});
--
Gitblit v1.9.3