Quellcode durchsuchen

请款: 用款说明符合问题

lxf vor 1 Jahr
Ursprung
Commit
301a696c4f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/process/SendFunds.vue

+ 1 - 1
src/components/process/SendFunds.vue

@@ -922,7 +922,7 @@ const generatePaymentRemarks = () => {
         paymentRemarks = paymentRemarks + "\n";
       }
       if (formData.data.accountRequestFundsDetailList[i].costType) {
-        paymentRemarks = paymentRemarks + "[" + proxy.dictDataEcho(formData.data.accountRequestFundsDetailList[i].costType, fundsCostType.value) + "] ";
+        paymentRemarks = paymentRemarks + "" + proxy.dictDataEcho(formData.data.accountRequestFundsDetailList[i].costType, fundsCostType.value) + "";
       }
       if (formData.data.accountRequestFundsDetailList[i].contractId) {
         paymentRemarks = paymentRemarks + proxy.dictDataEcho(formData.data.accountRequestFundsDetailList[i].contractId, contractList.value) + " - ";