|
@@ -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) + " - ";
|