From e45ab4e9a8ad94e8eb070ef0ca93717cb88c7b15 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 20 May 2024 15:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=8F=A3=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/finished/abnorToStore.vue | 93 +++++++++++++++++++++ utils/getData3.js | 12 +++ 2 files changed, 105 insertions(+) create mode 100644 pages/SecondPhase/finished/abnorToStore.vue diff --git a/pages/SecondPhase/finished/abnorToStore.vue b/pages/SecondPhase/finished/abnorToStore.vue new file mode 100644 index 0000000..c4f5d96 --- /dev/null +++ b/pages/SecondPhase/finished/abnorToStore.vue @@ -0,0 +1,93 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 8629779..25658ed 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -108,4 +108,16 @@ export const twoPdaReturnIn = (no, pcode) => request({ box_no: no, point_code: pcode } +}) +/** + * 异常口入库 + */ +export const twoPdaReback = (type, no, code, pcode) => request({ + url:'api/twoPda/vehicle/reback', + data: { + bill_type: type, + box_no: no, + vehicle_code: code, + point_code: pcode + } }) \ No newline at end of file