From 2ab68f3051300b3dc5c0edb5a53c505e401a08a3 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 11 七月 2025 16:40:10 +0800 Subject: [PATCH] 过程检验、出厂检验编辑页面字段改下(检测结果项建议必填,不输入检测结果会展示空框) --- src/views/salesManagement/receiptPayment/index.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/views/salesManagement/receiptPayment/index.vue b/src/views/salesManagement/receiptPayment/index.vue index 3ea75a4..d9048a0 100644 --- a/src/views/salesManagement/receiptPayment/index.vue +++ b/src/views/salesManagement/receiptPayment/index.vue @@ -65,6 +65,7 @@ :summary-method="summarizeMainTable" :expand-row-keys="expandedRowKeys" @expand-change="expandChange" + height="calc(100vh - 18.5em)" > <el-table-column align="center" type="selection" width="55" /> @@ -145,11 +146,14 @@ label="閿�鍞悎鍚屽彿" prop="salesContractNo" show-overflow-tooltip + width="240" /> <el-table-column label="瀹㈡埛鍚堝悓鍙�" prop="customerContractNo" show-overflow-tooltip + width="240" + /> <el-table-column label="瀹㈡埛鍚嶇О" @@ -161,22 +165,26 @@ label="椤圭洰鍚嶇О" prop="projectName" show-overflow-tooltip + width="200" /> <el-table-column label="浜у搧澶х被" prop="productCategory" show-overflow-tooltip + width="100" /> <el-table-column label="鍙戠エ鍙�" prop="invoiceNo" show-overflow-tooltip + width="200" /> <el-table-column label="鍙戠エ閲戦(鍏�)" prop="invoiceTotal" show-overflow-tooltip :formatter="formattedNumber" + width="200" /> <el-table-column label="绋庣巼(%)" prop="taxRate" show-overflow-tooltip /> <el-table-column @@ -184,11 +192,13 @@ prop="receiptPaymentAmountTotal" show-overflow-tooltip :formatter="formattedNumber" + width="200" /> <el-table-column label="寰呭洖娆鹃噾棰�(鍏�)" prop="noReceiptAmount" show-overflow-tooltip + width="200" > <template #default="{ row, column }"> <el-text type="danger"> -- Gitblit v1.9.3