fantasy-ngzorro 1.2.17 → 1.2.19

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.
@@ -1010,15 +1010,15 @@
1010
1010
  // 黄色
1011
1011
  '#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm'],
1012
1012
  // 灰色
1013
- '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE'],
1013
+ '#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED'],
1014
1014
  // 红色
1015
1015
  '#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
1016
1016
  // 蓝色
1017
1017
  '#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted'],
1018
1018
  // 绿色
1019
- '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened'],
1019
+ '#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED'],
1020
1020
  // 橙色
1021
- '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender']
1021
+ '#F05B24': ['picking', 'partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
1022
1022
  };
1023
1023
  var HdStatusService = /** @class */ (function () {
1024
1024
  function HdStatusService() {
@@ -1838,10 +1838,13 @@
1838
1838
  * @return {?}
1839
1839
  */
1840
1840
  function (changes) {
1841
+ console.log('changes', changes);
1841
1842
  if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
1842
1843
  if (this.storeFormLinesData && this.storeFormLinesData.length === 0) {
1844
+ console.log('1');
1843
1845
  this.storeFormLinesData = this.formLinesData;
1844
1846
  }
1847
+ console.log('2');
1845
1848
  this.init();
1846
1849
  }
1847
1850
  if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {
@@ -5422,6 +5425,15 @@
5422
5425
  return HdFormService;
5423
5426
  }());
5424
5427
 
5428
+ /**
5429
+ * @fileoverview added by tsickle
5430
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5431
+ */
5432
+ /** @type {?} */
5433
+ var StaticConst = {
5434
+ MaxPageSize: 99999999
5435
+ };
5436
+
5425
5437
  /**
5426
5438
  * @fileoverview added by tsickle
5427
5439
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
@@ -5579,6 +5591,7 @@
5579
5591
  exports.SelectOption = SelectOption;
5580
5592
  exports.SelectOptionTableColumn = SelectOptionTableColumn;
5581
5593
  exports.SelectOptionTableColumnIcon = SelectOptionTableColumnIcon;
5594
+ exports.StaticConst = StaticConst;
5582
5595
  exports.TableCacheOption = TableCacheOption;
5583
5596
  exports.TableColumn = TableColumn;
5584
5597
  exports.TableTotalOption = TableTotalOption;