huminmin
2026-06-04 11fbf9f13ef5b76ad3a3ea6d072ab73c128df9d5
src/views/salesManagement/receiptPaymentLedger/index.vue
@@ -38,20 +38,24 @@
            label="客户名称"
            prop="customerName"
            show-overflow-tooltip
                  width="200"
          />
          <el-table-column
            label="合同金额(元)"
            prop="invoiceTotal"
            show-overflow-tooltip
            :formatter="formattedNumber"
                  width="200"
          />
          <el-table-column
              label="回款金额(元)"
              prop="receiptPaymentAmount"
              show-overflow-tooltip
              :formatter="formattedNumber"
              width="200"
          />
          <el-table-column
            label="应收金额(元)"
            prop="unReceiptPaymentAmount"
            show-overflow-tooltip
                  width="200"
          >
            <template #default="{ row, column }">
              <el-text type="danger">
@@ -91,7 +95,7 @@
                  width="110"
          />
          <el-table-column
            label="销售合同号"
            label="订单编号"
            prop="salesContractNo"
            show-overflow-tooltip
                  width="200"
@@ -104,6 +108,13 @@
                  width="200"
          />
          <el-table-column
              label="回款金额(元)"
              prop="receiptPaymentAmount"
              show-overflow-tooltip
              :formatter="formattedNumber"
              width="200"
          />
          <el-table-column
            label="应收金额(元)"
            prop="unReceiptPaymentAmount"
            show-overflow-tooltip