更新
This commit is contained in:
parent
f8f2d75467
commit
c738d81629
@ -53,7 +53,12 @@ export function payTypeFilter(status) {
|
|||||||
'2': '微信',
|
'2': '微信',
|
||||||
'3': '微信',
|
'3': '微信',
|
||||||
'4': '支付宝',
|
'4': '支付宝',
|
||||||
'5': '支付宝'
|
'5': '支付宝',
|
||||||
|
'9': '商户余额',
|
||||||
|
'10': '对公转账',
|
||||||
|
'11': '微信收款',
|
||||||
|
'12': '现金收款',
|
||||||
|
'13': '支付宝收款',
|
||||||
}
|
}
|
||||||
return statusMap[status]
|
return statusMap[status]
|
||||||
}
|
}
|
||||||
@ -115,6 +120,9 @@ export function orderPayType(type) {
|
|||||||
'8': '信用购',
|
'8': '信用购',
|
||||||
'9': '商户余额支付',
|
'9': '商户余额支付',
|
||||||
'10': '对公转账',
|
'10': '对公转账',
|
||||||
|
'11': '微信收款',
|
||||||
|
'12': '现金收款',
|
||||||
|
'13': '支付宝收款',
|
||||||
}
|
}
|
||||||
return typeMap[type]
|
return typeMap[type]
|
||||||
}
|
}
|
||||||
|
@ -2086,7 +2086,7 @@ export default {
|
|||||||
// 参数模板
|
// 参数模板
|
||||||
getSpecsLst(id) {
|
getSpecsLst(id) {
|
||||||
let cate_id = id ? id : this.formValidate.cate_id
|
let cate_id = id ? id : this.formValidate.cate_id
|
||||||
specsSelectedApi({ cate_id: cate_id })
|
specsSeclectedApi({ cate_id: cate_id })
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.merSpecsSelect = res.data.mer
|
this.merSpecsSelect = res.data.mer
|
||||||
this.sysSpecsSelect = res.data.sys
|
this.sysSpecsSelect = res.data.sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user