fantasy-ngzorro 1.1.22 → 1.1.23

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.
@@ -923,15 +923,15 @@
923
923
  /** @type {?} */
924
924
  var statusToColor = {
925
925
  // 黄色
926
- '#FAB13B': ['partshipped', 'committed', 'partValid'],
926
+ '#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
927
927
  // 灰色
928
928
  '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
929
929
  // 红色
930
930
  '#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
931
931
  // 蓝色
932
- '#3B77E3': ['audited', 'finished', 'adjusted', 'invoiced', 'audit', 'submitted'],
932
+ '#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
933
933
  // 绿色
934
- '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE'],
934
+ '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished'],
935
935
  // 橙色
936
936
  '#F05B24': ['picking', 'partialReceived', 'partDelete']
937
937
  };