From 3f98ccf49e7ffc098689c37237bd1dceed651ca1 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 27 十一月 2023 09:14:39 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes --- CanadaMes-ui/src/api/home.js | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js index 4a35acf..05cc8b4 100644 --- a/CanadaMes-ui/src/api/home.js +++ b/CanadaMes-ui/src/api/home.js @@ -154,4 +154,44 @@ method: 'post', data: "" }) -} \ No newline at end of file +} + +export function SelectGlassNo(orderid) { + return request({ + url: '/home/SelectGlassNo?orderid=' + orderid, + method: 'post', + data: "" + }) +} + +export function SelectAluminumFrameInfoById(FrameBarcode) { + return request({ + url: '/home/SelectAluminumFrameInfoById?FrameBarcode=' + FrameBarcode, + method: 'post', + data: "" + }) +} + +export function SelectProductionqueue() { + return request({ + url: '/home/SelectProductionqueue', + method: 'post', + data: "" + }) +} + +export function DeleteProductionQueueGlass(id) { + return request({ + url: '/home/DeleteProductionQueueGlass?id='+id, + method: 'post', + data: "" + }) +} + +export function AddOutSliceS(data) { + return request({ + url: '/home/AddOutSliceS', + method: 'post', + data + }) +} -- Gitblit v1.8.0