From c738d816296001a46055e4f544057f50e182dd21 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 12 Apr 2024 15:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/filters/commFilter.js | 10 +++++++++- src/views/product/addProduct/index.vue | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/filters/commFilter.js b/src/filters/commFilter.js index 9f1a7e9..d3ce8c5 100644 --- a/src/filters/commFilter.js +++ b/src/filters/commFilter.js @@ -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] } diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 6441ce4..9f1d1a9 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -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