浏览代码

修改bug

chenrui 3 月之前
父节点
当前提交
21cdb4bbe6
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      public/version.json
  2. 2 2
      src/views/numsGoodsShelves/customerAccount/transactionFlowModal.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1741933933630
+  "version": 1741938042884
 }

+ 2 - 2
src/views/numsGoodsShelves/customerAccount/transactionFlowModal.vue

@@ -1,6 +1,6 @@
 <template>
   <a-drawer
-    :title="'交易流水('+itemInfo.customerName+(modalType==1?':充值金额':':抵扣金额')+')'"
+    :title="'交易流水('+(itemInfo.customerName ||'--')+(modalType==1?':充值金额':':抵扣金额')+')'"
     placement="right"
     :visible="isShow"
     width="80%"
@@ -130,7 +130,7 @@ export default {
         params.storeAccountSn = this.itemInfo.storeAccountSn
         params.storeSn = this.itemInfo.storeSn
         params.shelfSn = this.itemInfo.shelfSn
-        params.bizType = this.modalType == 1 ? 'RECHARGE' : 'GIVE'
+        params.accountType = this.modalType == 1 ? 'RECHARGE' : 'GIVE'
         this.disabled = true
         this.spinning = true
         return storeAccountDetailList(params).then(res => {