gaoluyang
9 小时以前 2067eae94e40c990f3c7c5160a46c7f8954d04a7
1.回款流水开发联调
已修改1个文件
3 ■■■■ 文件已修改
src/pages/sales/receiptPayment/edit.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {