瀏覽代碼

Merge branch 'stage' of http://36.137.93.232:3000/hf/byte-sailing-new into stage

asd26269546 1 年之前
父節點
當前提交
c37cdf1b9c

+ 1 - 1
src/views/finance/fundManage/accountPayment/index.vue

@@ -507,7 +507,7 @@ const formConfig = computed(() => {
           type: "slot",
           prop: "isTransaction",
           slotName: "isTransaction",
-          label: "打款时间",
+          label: "是否往来",
         }
       : {},
     formData.data.type != "20" && formData.data.isTransaction === "1"

+ 1 - 0
src/views/salesMange/saleContract/claim/index.vue

@@ -412,6 +412,7 @@ const getDtl = (row) => {
     dialogVisible.value = true;
     formData.data = {
       businessId: row.id,
+      rate: row.rate,
       status: row.status + "",
       currency: row.currency,
       waitAmount: Number(row.amount) - Number(res.data),