Selaa lähdekoodia

【修改】隐藏提示

howie 2 vuotta sitten
vanhempi
commit
a65633919b

+ 1 - 1
src/views/deposit_home/components/deposit-apply-surrender.vue

@@ -585,7 +585,7 @@ export default {
       computeDiff(row).then(res=>{
         row.diffAmount = res.data.diffAmount
         row.diffPolicyPrice = res.data.diffPolicyPrice
-      this.$successMsg('已计算收差金额')
+      // this.$successMsg('已计算收差金额')
       })
     }
     ,

+ 2 - 2
src/views/deposit_home/components/refund_list-detail.vue

@@ -1098,11 +1098,11 @@ export default {
         // 计算收差金额
         setDataQty(e,row){
         if(!row.dataQty) return
-      row.saleTypeId = this.details.saleTypeId
+      row.saleTypeId = this.detailList.saleTypeId
       computeDiff(row).then(res=>{
         row.diffAmount = res.data.diffAmount
         row.diffPolicyPrice = res.data.diffPolicyPrice
-      this.$successMsg('已计算收差金额')
+      // this.$successMsg('已计算收差金额')
       })
     }
     ,