From 8d4a66c31aa0f6418403ade8a780f27c9fa9d921 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 10 二月 2026 17:43:30 +0800
Subject: [PATCH] 消息列表
---
src/pages/sales/receiptPayment/index.vue | 19 +++++--------------
1 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/src/pages/sales/receiptPayment/index.vue b/src/pages/sales/receiptPayment/index.vue
index 984d175..ffd154a 100644
--- a/src/pages/sales/receiptPayment/index.vue
+++ b/src/pages/sales/receiptPayment/index.vue
@@ -54,8 +54,8 @@
<text class="detail-value">{{ item.customerName }}</text>
</view>
<view class="detail-row">
- <text class="detail-label">瀹㈡埛鍚堝悓鍙�</text>
- <text class="detail-value">{{ item.customerContractNo }}</text>
+ <text class="detail-label">閿�鍞悎鍚屽彿</text>
+ <text class="detail-value">{{ item.salesContractNo }}</text>
</view>
<view class="detail-row">
<text class="detail-label">椤圭洰鍚嶇О</text>
@@ -66,24 +66,16 @@
<text class="detail-value">{{ item.productCategory }}</text>
</view>
<view class="detail-row">
- <text class="detail-label">鍙戠エ鍙�</text>
- <text class="detail-value">{{ item.invoiceNo || '-' }}</text>
- </view>
- <view class="detail-row">
- <text class="detail-label">鍙戠エ閲戦(鍏�)</text>
- <text class="detail-value highlight">{{ formatNumber(item.invoiceTotal) }}</text>
- </view>
- <view class="detail-row">
<text class="detail-label">绋庣巼(%)</text>
<text class="detail-value">{{ item.taxRate }}</text>
</view>
<view class="detail-row">
<text class="detail-label">鍥炴閲戦(鍏�)</text>
- <text class="detail-value highlight">{{ formatNumber(item.receiptPaymentAmountTotal) }}</text>
+ <text class="detail-value highlight">{{ formatNumber(item.invoiceTotal) }}</text>
</view>
<view class="detail-row">
<text class="detail-label">寰呭洖娆鹃噾棰�(鍏�)</text>
- <text class="detail-value danger">{{ formatNumber(item.noReceiptAmount) }}</text>
+ <text class="detail-value danger">{{ formatNumber(item.pendingInvoiceTotal) }}</text>
</view>
</view>
<!-- 鎿嶄綔鎸夐挳 -->
@@ -149,7 +141,6 @@
const searchForm = ref({
customerName: "",
status: true,
- customerContractNo: "",
projectName: "",
});
// 鑾峰彇鏍囩鏍峰紡绫�
@@ -157,7 +148,7 @@
if (!type) {
return "info";
}
- if (type == "鏈畬鎴愬洖娆�") {
+ if (type == "鏈畬鎴愪粯娆�") {
return "warning";
} else {
return "success";
--
Gitblit v1.9.3