| | |
| | | { |
| | | //打包下线取货完成,将数据写入中间表 |
| | | } |
| | | |
| | | if (mst.CN_S_BUSS_TYPE == "电钴缓存架入立库") |
| | | { |
| | | MongoDBSingleton.Instance.Remove<DGPackingLineFullModel>(Query.EQ("trayCode", mst.CN_S_BATCH_NO),RemoveFlags.None); |
| | | } |
| | | } |
| | | if (action.CN_N_ACTION_CODE == 6) |
| | | { |
| | |
| | | /// </summary> |
| | | //public string END_LOC { get; set; } //变更注释 |
| | | } |
| | | |
| | | public class DGConnectingBits |
| | | { |
| | | public ObjectId _id { get; set; } |
| | | /// <summary> |
| | | /// 货位编码 |
| | | /// </summary> |
| | | public string Bit { get; set; } |
| | | /// <summary> |
| | | /// 托盘号 |
| | | /// </summary> |
| | | public string trayCode { get; set; } |
| | | /// <summary> |
| | | /// 货位状态 0 无货 1 有货 |
| | | /// </summary> |
| | | public string state { get; set; } |
| | | /// <summary> |
| | | /// 时间戳 |
| | | /// </summary> |
| | | public string timeCuo { get; set; } |
| | | /// <summary> |
| | | /// 二段任务的终点货位 |
| | | /// </summary> |
| | | //public string END_LOC { get; set; } //变更注释 |
| | | } |
| | | |
| | | #endregion |
| | | public class InAndOutQuantity |
| | | { |
| | | public ObjectId _id { get; set; } |
| | |
| | | public string Day { get; set; } |
| | | public int Quntity { get; set; } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | |
| | | internal void writeAGVState(TN_I_TASK_DTL_ACTION action) |