From dde6c1aa9818e5774ce1eb8d21e93eac4e27df90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?=
<8702040+cai-ling@user.noreply.gitee.com>
Date: Thu, 5 Dec 2024 15:30:14 +0800
Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E5=8F=AB=E5=8F=96=E6=A0=B7=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/manage/call-sampling1.vue | 119 ++++++++++++++++++++++++++++++++
utils/getData2.js | 6 +-
2 files changed, 124 insertions(+), 1 deletion(-)
create mode 100644 pages/manage/call-sampling1.vue
diff --git a/pages/manage/call-sampling1.vue b/pages/manage/call-sampling1.vue
new file mode 100644
index 0000000..742e0a5
--- /dev/null
+++ b/pages/manage/call-sampling1.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+ 起点
+
+
+
+
+
+
+
+ 终点
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/utils/getData2.js b/utils/getData2.js
index 437d8c4..4a2d94e 100644
--- a/utils/getData2.js
+++ b/utils/getData2.js
@@ -38,12 +38,16 @@ export const onlyCallRollTruss = (code) => request({
// 呼叫取样
export const callAgvToSampling = (code1, code2) => request({
url:'api/pda/other/callAgvToSampling',
- data: {point_code1: code1, point_code1: code2}
+ data: {point_code1: code1, point_code2: code2}
})
export const callAgvToSamplingVerify = (flag, scode, ecode) => request({
url:'api/pda/other/callAgvToSamplingVerify',
data: {flag: flag, startPoint: scode, endPoint: ecode}
})
+export const resumeMoveWasteFoilv3 = (flag, scode, ecode) => request({
+ url:'api/pda/other/resumeMoveWasteFoil/v2',
+ data: {flag: flag, startPoint: scode, endPoint: ecode}
+})
// 废箔搬运
export const startMoveWasteFoilv2 = (code) => request({
url:'api/pda/other/startMoveWasteFoil/v2',