From 67d63685af2c48fb20ce85702f634e7b6e2f19b7 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 27 Jun 2023 17:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E8=A3=85=E8=BE=93=E9=80=81=E7=BA=BF?= =?UTF-8?q?=E9=80=81=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData2.js | 16 ++++ src/pages/login/Home.vue | 1 + src/pages/proj/PackLineDelivery.vue | 135 ++++++++++++++++++++++++++++ src/router/index.js | 5 ++ 4 files changed, 157 insertions(+) create mode 100644 src/pages/proj/PackLineDelivery.vue diff --git a/src/config/getData2.js b/src/config/getData2.js index 40173d9..ded9e39 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -135,3 +135,19 @@ export const queryWorkerOrder = (code) => post('api/pda/workorder/queryWorkerOrd export const workorderExecutes = (id) => post('api/pda/workorder/executes', { workorder_id: id }) + +/** + * 包装输送线送货 + */ +// 物料 +export const ssxqueryMaterial = () => post('api/pda/ssx/sendMaterial/queryMaterial', { +}) +// 载具类型 +export const ssxqueryVehicle = () => post('api/pda/ssx/sendMaterial/queryVehicle', { +}) +// 提交 +export const ssxconfirm = (id, value, qty) => post('api/pda/ssx/sendMaterial/confirm', { + material_id: id, + value: value, + qty: qty +}) diff --git a/src/pages/login/Home.vue b/src/pages/login/Home.vue index 8e6f56d..451fc96 100644 --- a/src/pages/login/Home.vue +++ b/src/pages/login/Home.vue @@ -26,6 +26,7 @@
| 物料名称 | +
|---|
| {{e.material_name}} | +