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',