wx/unpackage/dist/dev/mp-weixin/pages/dispatch_unit_records/dispatch_unit_records.js
@@ -189,6 +189,12 @@ name: '申请退回', id: '3' }, { name: '投保中', id: '9' }, { name: '待出单', id: '7' }, { name: '已退回', id: '5' }, { @@ -251,9 +257,9 @@ }); }, returnStyle: function returnStyle(type) { if ([2].includes(type)) { if ([2, 9].includes(type)) { return 'linear-gradient( 180deg, #E5F7F1 0%, rgba(255,255,255,0) 100%);'; } else if ([1, 0].includes(type)) { } else if ([1, 0, 7].includes(type)) { return 'linear-gradient( 180deg, #FFF2E3 0%, rgba(255,255,255,0) 100%);'; } else if ([3, 4, 5, 8, 6].includes(type)) { return '#ffffff';