浏览代码

修复线下销售订单快速点击问题

FengChaoYu 1 月之前
父节点
当前提交
e5b28a76fe
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/mallManagement/order/offline_order_list/index.vue

+ 2 - 1
src/views/mallManagement/order/offline_order_list/index.vue

@@ -834,7 +834,7 @@ export default {
         salesType: '', // 销售类型
         receUserName: '', // 客户名称
         recePhone: '', // 客户电话
-        payType: 'WECHAT', // 支付方式
+        payType: '', // 支付方式
         isOld: 'NO',
         lng: '',
         lat: '',
@@ -1106,6 +1106,7 @@ export default {
             orderOldProductAdds: this.formData.isOld == 'YES' ? oldList : []
           }).then(res => {
             if (this.formData.payType == 'WECHAT' && this.formDialogType == 0) {
+              console.log("触发WECHAT")
               offlineOrderExamine({
                 orderId: res.data,
                 examineStatus: 'OK',