From 3757cdb07c84ab2eac4bdb41a7d98b46d38fdf48 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 30 八月 2023 18:06:30 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before --- src/api/inspection/rawmaterial.js | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/api/inspection/rawmaterial.js b/src/api/inspection/rawmaterial.js index 9b975ce..2ba90cf 100644 --- a/src/api/inspection/rawmaterial.js +++ b/src/api/inspection/rawmaterial.js @@ -9,6 +9,7 @@ }) } +//鏂板鎶ユ鍗� export function addInspect(data){ return request({ url: '/inspection/addInspect', @@ -17,10 +18,47 @@ }) } +//鏍规嵁妫�楠屽崟id鏌ヨ妫�楠屽崟璇︽儏 export function selectInspectsListById(params){ return request({ url: '/inspection/selectInspectsListById', method: 'get', params }) +} + +//鏌ヨ鎵�鏈夌敤鎴� +export function selectUser(params){ + return request({ + url: '/inspection/selectUser', + method: 'get', + params + }) +} + +//鏌ヨ鎵�鏈夎澶� +export function selectEquipment(params){ + return request({ + url: '/inspection/selectEquipment', + method: 'get', + params + }) +} + +//鏂板鍘熸潗鏂欐姤妫� +export function addMaterial(data){ + return request({ + url: '/raw-material/add', + method: 'post', + data + }) +} + +//鍒犻櫎鍘熸潗鏂欐姤妫� +export function deleteMaterial(data){ + return request({ + url: '/raw-material/delete', + method: 'post', + data + }) } \ No newline at end of file -- Gitblit v1.9.3