fantasy-ngzorro 1.0.57 → 1.0.58
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.
- package/bundles/fantasy-ngzorro.umd.js +3 -4
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-form-lines/hd-form-lines.component.js +1 -2
- package/esm2015/hd-status/hd-status.service.js +4 -4
- package/esm5/hd-form-lines/hd-form-lines.component.js +1 -2
- package/esm5/hd-status/hd-status.service.js +4 -4
- package/fesm2015/fantasy-ngzorro.js +3 -4
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +3 -4
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -918,11 +918,11 @@
|
|
|
918
918
|
// 灰色
|
|
919
919
|
'#9FA4A2': ['initial', 'uncommitted'],
|
|
920
920
|
// 红色
|
|
921
|
-
'#F5222D': ['delete', 'deleted', 'aborted'],
|
|
921
|
+
'#F5222D': ['delete', 'deleted', 'aborted', 'rejected'],
|
|
922
922
|
// 蓝色
|
|
923
|
-
'#3B77E3': ['audited', 'finished', 'adjusted', 'invoiced', 'audit'],
|
|
923
|
+
'#3B77E3': ['audited', 'finished', 'adjusted', 'invoiced', 'audit', 'submitted'],
|
|
924
924
|
// 绿色
|
|
925
|
-
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid'],
|
|
925
|
+
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved'],
|
|
926
926
|
// 橙色
|
|
927
927
|
'#F05B24': ['picking', 'partialReceived', 'partDelete']
|
|
928
928
|
};
|
|
@@ -1771,7 +1771,6 @@
|
|
|
1771
1771
|
// 缓存一下总的表单数据
|
|
1772
1772
|
this.storeFormLinesData = this.formLinesData;
|
|
1773
1773
|
this.init();
|
|
1774
|
-
// localforage.setItem(location.host, '12312321');
|
|
1775
1774
|
};
|
|
1776
1775
|
Object.defineProperty(HdFormLinesComponent.prototype, "linesFormArray", {
|
|
1777
1776
|
get: /**
|