From 708e77f7655f2876cbbe248b37de87451c690198 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 6 Jul 2023 18:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/getData1.js b/src/config/getData1.js index 531eb98..2c2e5e3 100644 --- a/src/config/getData1.js +++ b/src/config/getData1.js @@ -121,7 +121,7 @@ export const kzunload = (dcode, qty) => post('api/pda/kzunload', { qty: qty }) -// 1卸料 +// 2余料上完 export const kzresidue = (dcode) => post('api/pda/kzresidue', { device_code: dcode })