From 8003ace3fff94312edeca29c0e1607b903b807e6 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 11 四月 2024 18:54:31 +0800 Subject: [PATCH] 获取产量登记详情的接口联调+2个数组重新排版成表格所需数据 --- src/api/productManage/productRegisterForm.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/api/productManage/productRegisterForm.js b/src/api/productManage/productRegisterForm.js index 1730181..2bf95cb 100644 --- a/src/api/productManage/productRegisterForm.js +++ b/src/api/productManage/productRegisterForm.js @@ -31,7 +31,15 @@ data }) } -// 鑾峰彇杞﹁締缂栧彿 +// 鍒囨崲浜у搧鐧昏琛� +export function changeYieldRegister(data) { + return request({ + url: "/api-jl/v1/fineness/changeYieldRegister", + method: "post", + data + }) +} +// 鑾峰彇杞﹁締缂栧彿 鍜岀瓑绾� export function getWorkshopManageCar(data) { return request({ url: "/api-jl/v1/system/getCarAndLevel", @@ -46,4 +54,4 @@ method: "get", data }) -} \ No newline at end of file +} -- Gitblit v1.8.0