|
@@ -142,16 +142,17 @@ func PickList(c *gin.Context) {
|
|
|
|
|
|
for _, sub := range v.Items {
|
|
|
pkgItemList = append(pkgItemList, map[string]interface{}{
|
|
|
- "id": sub.ID,
|
|
|
- "room_type": sub.RoomType,
|
|
|
- "pick_name": sub.PickName,
|
|
|
- "photograph": sub.Photograph,
|
|
|
- "cycle": sub.Cycle,
|
|
|
- "worker_id": sub.WorkerId,
|
|
|
- "worker_name": sub.WorkerName,
|
|
|
- "pictures": sub.Pictures,
|
|
|
- "rowspan": 0,
|
|
|
- "colspan": 0,
|
|
|
+ "id": sub.ID,
|
|
|
+ "room_type": sub.RoomType,
|
|
|
+ "pick_name": sub.PickName,
|
|
|
+ "pick_content": sub.PickContent,
|
|
|
+ "photograph": sub.Photograph,
|
|
|
+ "cycle": sub.Cycle,
|
|
|
+ "worker_id": sub.WorkerId,
|
|
|
+ "worker_name": sub.WorkerName,
|
|
|
+ "pictures": sub.Pictures,
|
|
|
+ "rowspan": 0,
|
|
|
+ "colspan": 0,
|
|
|
//"item_type": sub.ItemType,
|
|
|
//"item_type_name": sub.ItemTypeName,
|
|
|
})
|