From cd6e23073fcda76f9852e883aacf1315ee4b9a67 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 31 八月 2023 11:46:06 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/api/inspection/rawmaterial.js | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/api/inspection/rawmaterial.js b/src/api/inspection/rawmaterial.js index 2ba90cf..d21c70b 100644 --- a/src/api/inspection/rawmaterial.js +++ b/src/api/inspection/rawmaterial.js @@ -61,4 +61,38 @@ method: 'post', data }) +} + +export function getMaterielName(data){ + return request({ + url: '/raw-material/getMaterielName', + method: 'get', + data + }) +} + +export function getSpecification(params){ + return request({ + url: '/raw-material/specification', + method: 'get', + params + }) +} + +//鑾峰彇閫夋嫨鐨勭増鏈� +export function getChooseVersion(params){ + return request({ + url: '/raw-material/chooseVer', + method: 'get', + params + }) +} + +//鑾峰彇閫夋嫨鐗堟湰涓嬬殑鏍囧噯搴撴暟鎹� +export function lookProByVer(params){ + return request({ + url: '/raw-material/lookProByVer', + method: 'get', + params + }) } \ No newline at end of file -- Gitblit v1.9.3