zuozhengqing
2024-04-11 dd4a1597a35e19078aa580f596418902df0f8c5f
src/api/productManage/productRegisterForm.js
@@ -31,10 +31,18 @@
    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/getWorkshopManageCar",
    url: "/api-jl/v1/system/getCarAndLevel",
    method: "post",
    data
  })