fantasy-ngzorro 1.1.40 → 1.1.41

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.
@@ -965,9 +965,9 @@
965
965
  // 蓝色
966
966
  '#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
967
967
  // 绿色
968
- '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished'],
968
+ '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened'],
969
969
  // 橙色
970
- '#F05B24': ['picking', 'partialReceived', 'partDelete']
970
+ '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender']
971
971
  };
972
972
  var HdStatusService = /** @class */ (function () {
973
973
  function HdStatusService() {
@@ -1417,8 +1417,7 @@
1417
1417
  common.CommonModule,
1418
1418
  forms.FormsModule,
1419
1419
  forms.ReactiveFormsModule,
1420
- ngZorroAntd.NgZorroAntdModule,
1421
- HdButtonModule
1420
+ ngZorroAntd.NgZorroAntdModule
1422
1421
  ],
1423
1422
  declarations: [HdSpaceComponent],
1424
1423
  exports: [HdSpaceComponent]