修改部分公共方法代码
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export function canComputedPackFee(v) {
|
||||
return v => v.pack && v.status != 'return' && v.status != 'refund' && v.status != 'refunding'
|
||||
return v.pack && v.status != 'return' && v.status != 'refund' && v.status != 'refunding'
|
||||
}
|
||||
export function returnCanComputedGoodsArr(arr) {
|
||||
return arr.filter(v=>canComputedPackFee(v))
|
||||
|
||||
Reference in New Issue
Block a user