fantasy-ngzorro 1.3.40 → 1.3.42

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.
@@ -812,17 +812,17 @@ var HdDetailLinesModule = /** @class */ (function () {
812
812
  /** @type {?} */
813
813
  var statusToColor = {
814
814
  // 黄色
815
- '#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
815
+ '#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm', 'picking'],
816
816
  // 灰色
817
817
  '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED'],
818
818
  // 红色
819
- '#F5222D': ['delete', 'deleted', 'aborted', 'rejected', '停用', '禁用'],
819
+ '#F5222D': ['delete', 'deleted', 'aborted', 'rejected', '停用', '禁用', 'unpicked'],
820
820
  // 蓝色
821
821
  '#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
822
822
  // 绿色
823
823
  '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED', '启用', 'picked'],
824
824
  // 橙色
825
- '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
825
+ '#F05B24': ['partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
826
826
  };
827
827
  var HdStatusService = /** @class */ (function () {
828
828
  function HdStatusService() {