This commit is contained in:
weipengfei 2024-04-12 15:06:47 +08:00
parent f8f2d75467
commit c738d81629
2 changed files with 10 additions and 2 deletions

View File

@ -53,7 +53,12 @@ export function payTypeFilter(status) {
'2': '微信',
'3': '微信',
'4': '支付宝',
'5': '支付宝'
'5': '支付宝',
'9': '商户余额',
'10': '对公转账',
'11': '微信收款',
'12': '现金收款',
'13': '支付宝收款',
}
return statusMap[status]
}
@ -115,6 +120,9 @@ export function orderPayType(type) {
'8': '信用购',
'9': '商户余额支付',
'10': '对公转账',
'11': '微信收款',
'12': '现金收款',
'13': '支付宝收款',
}
return typeMap[type]
}

View File

@ -2086,7 +2086,7 @@ export default {
//
getSpecsLst(id) {
let cate_id = id ? id : this.formValidate.cate_id
specsSelectedApi({ cate_id: cate_id })
specsSeclectedApi({ cate_id: cate_id })
.then(res => {
this.merSpecsSelect = res.data.mer
this.sysSpecsSelect = res.data.sys