fantasy-ngzorro 1.0.59 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -916,13 +916,13 @@
916
916
  // 黄色
917
917
  '#FAB13B': ['partshipped', 'committed', 'partValid'],
918
918
  // 灰色
919
- '#9FA4A2': ['initial', 'uncommitted'],
919
+ '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
920
920
  // 红色
921
921
  '#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
922
922
  // 蓝色
923
923
  '#3B77E3': ['audited', 'finished', 'adjusted', 'invoiced', 'audit', 'submitted'],
924
924
  // 绿色
925
- '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved'],
925
+ '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE'],
926
926
  // 橙色
927
927
  '#F05B24': ['picking', 'partialReceived', 'partDelete']
928
928
  };