From 544f30e28a3d8ea41e5ea8c0add2ce77c1b6fb1a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 07 五月 2024 17:48:31 +0800 Subject: [PATCH] 工种管理模块 编辑工种接口400的问题修改+增加如果启用不达标保底,则必须输入保底工资的逻辑 --- 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