退款类型增加
This commit is contained in:
@@ -77,6 +77,10 @@ export default {
|
||||
{ label: '订单消费出库', type: 'order-out' },
|
||||
{ label: '损耗出库', type: 'damage-out' },
|
||||
],
|
||||
refundType: [
|
||||
{ label: '现金退款', type: 'cash' },
|
||||
{ label: '原路退回', type: 'payBack' },
|
||||
],
|
||||
getDiceName(val,key){
|
||||
let item = this[key].find(v => v.type == val)
|
||||
return item ? item.label : ''
|
||||
|
||||
Reference in New Issue
Block a user