From f69afc7461e1c2d92a935c0228b77388637de2e4 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 22 十二月 2023 11:25:31 +0800 Subject: [PATCH] 明细单添加编辑接口+编辑产品列表赋值逻辑修改+查看时限制操作的方法逻辑修改+毛利毛利率计算给列表赋值 --- src/api/client/followupRecords.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/api/client/followupRecords.js b/src/api/client/followupRecords.js index 804778a..de9a91f 100644 --- a/src/api/client/followupRecords.js +++ b/src/api/client/followupRecords.js @@ -19,8 +19,9 @@ // 鍒犻櫎璺熻繘璁板綍 export function getDeleteFollowRecord(data) { return request({ - url: "/api/followRecord/delete/" + data.id, - method: "delete" + url: "/api/followRecord/delete", + method: "delete", + data }) } // 鏇存柊璺熻繘璁板綍 @@ -31,3 +32,11 @@ data }) } + +// 鑱旂郴鏂瑰紡鍒楄〃 +export function getContactInfoList() { + return request({ + url: "/api/contactInformation/list", + method: "get" + }) +} -- Gitblit v1.8.0