From 0fee4ca8a3f50e205d802867f196ca526bcae17d Mon Sep 17 00:00:00 2001 From: xiangxy Date: Sat, 21 Oct 2023 10:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/taskmanage/CarryPoint.vue | 59 +++++++++++++++------ 1 file changed, 43 insertions(+), 16 deletions(-) diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index 3f9f2d1..1e205e8 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -6,7 +6,10 @@
搬运起点
-
{{e.code_name}}
+
+
{{e.code_name}}
+
+
定为目标站点
@@ -29,7 +32,7 @@ export default { dataList: [ { point_code: '1', - code_name: 'A-ZD101' + code_name: '18-一线起升电机' }, { point_code: '2', @@ -70,6 +73,26 @@ export default { { point_code: '11', code_name: 'A-ZD101' + }, + { + point_code: '12', + code_name: 'A-ZD101' + }, + { + point_code: '13', + code_name: 'A-ZD101' + }, + { + point_code: '14', + code_name: 'A-ZD101' + }, + { + point_code: '15', + code_name: 'A-ZD101' + }, + { + point_code: '16', + code_name: 'A-ZD101' } ] } @@ -78,6 +101,7 @@ export default { this.initData() }, methods: { + // 这个接口需要放到agv上去才行 async initData () { let res = await queryPoint() if (res.code === '1') { @@ -129,20 +153,23 @@ export default { background center / 100% 100% url(../../../images/new/bg-task-r2.png) no-repeat padding-top 28px padding-left 44px - .point - width 248px - height 134px - line-height 134px - color #B4C1D8 - font-size 36px - text-align center - margin-right 3px - margin-bottom 13px - background center / 100% 100% url(../../../images/new/bg2.png) no-repeat - .statusbg - box-sizing border-box - color #3CC1FF - background center / 100% 100% url(../../../images/new/bg1.png) no-repeat !important + .point-box + width 100% + height 700px + .point + width 248px + height 134px + line-height 134px + color #B4C1D8 + font-size 26px + text-align center + margin-right 3px + margin-bottom 13px + background center / 100% 100% url(../../../images/new/bg2.png) no-repeat + .statusbg + box-sizing border-box + color #3CC1FF + background center / 100% 100% url(../../../images/new/bg1.png) no-repeat !important .box2 position fixed left 935px