diff --git a/pages/manage/group-task.vue b/pages/manage/group-task.vue
index 239d03a..941c959 100644
--- a/pages/manage/group-task.vue
+++ b/pages/manage/group-task.vue
@@ -1,15 +1,69 @@
-
-
+
+
+
+
+
+
+ 条码
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/vehicle-unbind.vue b/pages/manage/vehicle-unbind.vue
index 239d03a..c738ab3 100644
--- a/pages/manage/vehicle-unbind.vue
+++ b/pages/manage/vehicle-unbind.vue
@@ -1,15 +1,104 @@
-
-
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/manage/yzhnml-carry.vue b/pages/manage/yzhnml-carry.vue
index 239d03a..9d8a10b 100644
--- a/pages/manage/yzhnml-carry.vue
+++ b/pages/manage/yzhnml-carry.vue
@@ -1,19 +1,133 @@
-
-
+
+
+
+
+
+
+ 区域
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+ 条码
+
+
+
+
+
+
+
+ 重量
+
+
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+
+
+
+
-
-
+
\ No newline at end of file
diff --git a/utils/getData2.js b/utils/getData2.js
index 2b87938..28eaf2d 100644
--- a/utils/getData2.js
+++ b/utils/getData2.js
@@ -162,4 +162,37 @@ export const handInst = (type, id) => request({
type: type,
inst_uuid: id
}
+})
+
+/**
+ * 压制混碾满料搬运
+ */
+export const mlTask = (code, vcode, weight, qty) => request({
+ url:'api/pda/mlTask',
+ data: {
+ deviceCode: code,
+ vehicle_code: vcode,
+ weight: weight,
+ qty: qty
+ }
+})
+
+/**
+ * 条码解绑
+ */
+export const vehicleUnbind = (code) => request({
+ url:'api/pda/vehicleUnbind',
+ data: {
+ point_code: code
+ }
+})
+
+/**
+ * 组盘查看
+ */
+export const zpxxTask = (code) => request({
+ url:'api/pda/zpxxTask',
+ data: {
+ vehicle_code: code
+ }
})
\ No newline at end of file