gaoluyang
9 小时以前 2067eae94e40c990f3c7c5160a46c7f8954d04a7
src/pages/sales/receiptPayment/edit.vue
@@ -1,7 +1,7 @@
<template>
   <view class="account-detail">
      <!-- 使用通用页面头部组件 -->
      <PageHeader title="新增回款" @back="onClickLeft" />
      <PageHeader title="编辑回款" @back="onClickLeft" />
      
      <!-- 表单内容 -->
      <van-form @submit="onSubmit" ref="formRef" label-width="110px" input-align="right" error-message-align="right" scroll-to-error scroll-to-error-position="center">
@@ -216,7 +216,6 @@
   const row = JSON.parse(rowStr)
   form.value = { ...row}
   form.value.receiptPaymentTypeName = formatReceiptType(row.receiptPaymentType);
   form.value.id = "";
   currentNoReceiptAmount.value = row.noReceiptAmount
}
const formatReceiptType = (type) => {