diff --git a/pages/ftdlDTY/zd-manage.vue b/pages/ftdlDTY/zd-manage.vue index 89f78a3..977578d 100644 --- a/pages/ftdlDTY/zd-manage.vue +++ b/pages/ftdlDTY/zd-manage.vue @@ -69,98 +69,99 @@ title: '', options: [], index: '', - dataList: [ - { - "point_code": "R6_01_01", - "point_status": "1", //1-无货 2-有货 - "row_num": "1", - "point_name": "1区域01排01列" - }, - { - "point_code": "R6_01_02", - "point_status": "2", - "row_num": "1", - "point_name": "1区域01排02列" - }, - { - "point_code": "R6_01_03", - "point_status": "1", - "row_num": "1", - "point_name": "1区域01排03列" - }, - { - "point_code": "R6_01_04", - "point_status": "2", - "row_num": "1", - "point_name": "1区域01排04列" - }, - { - "point_code": "R6_01_05", - "point_status": "1", - "row_num": "1", - "point_name": "1区域01排05列" - }, - { - "point_code": "R6_01_06", - "point_status": "2", - "row_num": "1", - "point_name": "1区域01排06列" - }, - { - "point_code": "R6_02_01", - "point_status": "2", - "row_num": "2", - "point_name": "1区域02排01列" - }, - { - "point_code": "R6_02_02", - "point_status": "1", - "row_num": "2", - "point_name": "1区域02排02列" - }, - { - "point_code": "R6_02_03", - "point_status": "2", - "row_num": "2", - "point_name": "1区域02排03列" - }, - { - "point_code": "R6_02_04", - "point_status": "1", - "row_num": "2", - "point_name": "1区域02排04列" - }, - { - "point_code": "R6_02_05", - "point_status": "2", - "row_num": "2", - "point_name": "1区域02排05列" - }, - { - "point_code": "R6_03_01", - "point_status": "1", - "row_num": "3", - "point_name": "1区域03排01列" - }, - { - "point_code": "R6_03_02", - "point_status": "2", - "row_num": "3", - "point_name": "1区域03排02列" - }, - { - "point_code": "R6_03_03", - "point_status": "2", - "row_num": "3", - "point_name": "1区域03排03列" - }, - { - "point_code": "R6_03_04", - "point_status": "1", - "row_num": "3", - "point_name": "1区域03排04列" - } - ], + dataList: [], + // dataList: [ + // { + // "point_code": "R6_01_01", + // "point_status": "1", //1-无货 2-有货 + // "row_num": "1", + // "point_name": "1区域01排01列" + // }, + // { + // "point_code": "R6_01_02", + // "point_status": "2", + // "row_num": "1", + // "point_name": "1区域01排02列" + // }, + // { + // "point_code": "R6_01_03", + // "point_status": "1", + // "row_num": "1", + // "point_name": "1区域01排03列" + // }, + // { + // "point_code": "R6_01_04", + // "point_status": "2", + // "row_num": "1", + // "point_name": "1区域01排04列" + // }, + // { + // "point_code": "R6_01_05", + // "point_status": "1", + // "row_num": "1", + // "point_name": "1区域01排05列" + // }, + // { + // "point_code": "R6_01_06", + // "point_status": "2", + // "row_num": "1", + // "point_name": "1区域01排06列" + // }, + // { + // "point_code": "R6_02_01", + // "point_status": "2", + // "row_num": "2", + // "point_name": "1区域02排01列" + // }, + // { + // "point_code": "R6_02_02", + // "point_status": "1", + // "row_num": "2", + // "point_name": "1区域02排02列" + // }, + // { + // "point_code": "R6_02_03", + // "point_status": "2", + // "row_num": "2", + // "point_name": "1区域02排03列" + // }, + // { + // "point_code": "R6_02_04", + // "point_status": "1", + // "row_num": "2", + // "point_name": "1区域02排04列" + // }, + // { + // "point_code": "R6_02_05", + // "point_status": "2", + // "row_num": "2", + // "point_name": "1区域02排05列" + // }, + // { + // "point_code": "R6_03_01", + // "point_status": "1", + // "row_num": "3", + // "point_name": "1区域03排01列" + // }, + // { + // "point_code": "R6_03_02", + // "point_status": "2", + // "row_num": "3", + // "point_name": "1区域03排02列" + // }, + // { + // "point_code": "R6_03_03", + // "point_status": "2", + // "row_num": "3", + // "point_name": "1区域03排03列" + // }, + // { + // "point_code": "R6_03_04", + // "point_status": "1", + // "row_num": "3", + // "point_name": "1区域03排04列" + // } + // ], rowCapacity: 5 // 每行显示的点位数量,可以调整 }; },