This commit is contained in:
2025-12-31 15:26:07 +08:00
parent 404f8302db
commit ba40fcdf86

View File

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