fantasy-ngzorro 1.5.0 → 1.5.2
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 +4 -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-status/hd-status.service.js +5 -5
- package/esm5/hd-status/hd-status.service.js +5 -5
- package/fesm2015/fantasy-ngzorro.js +4 -4
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +4 -4
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -1021,15 +1021,15 @@
|
|
|
1021
1021
|
// 黄色
|
|
1022
1022
|
'#FAB13B': ['partshipped', 'committed', 'partValid', 'confirm', 'picking'],
|
|
1023
1023
|
// 灰色
|
|
1024
|
-
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED', 'unpublish', 'pastpublish', 'TO_COMMIT', 'unpublished'],
|
|
1024
|
+
'#9FA4A2': ['initial', 'uncommitted', 'OFF_LINE', 'UN_PRINTED', 'unpublish', 'pastpublish', 'TO_COMMIT', 'unpublished', '未审核'],
|
|
1025
1025
|
// 红色
|
|
1026
1026
|
'#F5222D': ['delete', 'deleted', 'aborted', 'rejected', '停用', '禁用', 'unpicked', 'DELETED', 'AUDIT_REJECT'],
|
|
1027
1027
|
// 蓝色
|
|
1028
|
-
'#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted', 'TO_AUDIT'],
|
|
1028
|
+
'#3B77E3': ['audited', 'adjusted', 'invoiced', 'audit', 'submitted', 'TO_AUDIT', '已审核'],
|
|
1029
1029
|
// 绿色
|
|
1030
|
-
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED', '启用', 'picked', 'published', 'AUDITED'],
|
|
1030
|
+
'#12A34F': ['shipped', 'received', 'checked', 'using', 'reverse', 'valid', 'approved', 'ON_LINE', 'finished', 'opened', 'PRINTED', '启用', 'picked', 'published', 'AUDITED', '已收票', '付款完成', '收款完成', '已收款'],
|
|
1031
1031
|
// 橙色
|
|
1032
|
-
'#F05B24': ['partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED']
|
|
1032
|
+
'#F05B24': ['partialReceived', 'partDelete', 'tender', 'MODIFIED_AFTER_PRINTED', '部分付款', '部分收款']
|
|
1033
1033
|
};
|
|
1034
1034
|
var HdStatusService = /** @class */ (function () {
|
|
1035
1035
|
function HdStatusService() {
|