From 94ed6835efd865e88398afbde66e967e7b41f0b4 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 10 七月 2025 15:22:05 +0800 Subject: [PATCH] 1.协同审批页面联调 --- src/views/salesManagement/invoiceLedger/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/salesManagement/invoiceLedger/index.vue b/src/views/salesManagement/invoiceLedger/index.vue index 9f2d1fb..986b3e7 100644 --- a/src/views/salesManagement/invoiceLedger/index.vue +++ b/src/views/salesManagement/invoiceLedger/index.vue @@ -33,10 +33,10 @@ <el-table-column label="閿�鍞悎鍚屽彿" prop="salesContractNo" show-overflow-tooltip width="180" /> <el-table-column label="瀹㈡埛鍚堝悓鍙�" prop="customerContractNo" show-overflow-tooltip width="180" /> <el-table-column label="瀹㈡埛鍚嶇О" prop="customerName" show-overflow-tooltip width="240" /> - <el-table-column label="椤圭洰" prop="projectName" width="150" /> - <el-table-column label="浜у搧澶х被" prop="productCategory" /> + <el-table-column label="椤圭洰" prop="projectName" width="200" /> + <el-table-column label="浜у搧澶х被" prop="productCategory" width="200" /> <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" width="300" show-overflow-tooltip /> - <el-table-column label="鍙戠エ鍙�" prop="invoiceNo" show-overflow-tooltip /> + <el-table-column label="鍙戠エ鍙�" prop="invoiceNo" width="200" show-overflow-tooltip /> <el-table-column label="鍙戠エ閲戦(鍏�)" prop="invoiceTotal" show-overflow-tooltip :formatter="formattedNumber" width="120" /> <el-table-column label="绋庣巼(%)" prop="taxRate" show-overflow-tooltip /> @@ -86,7 +86,7 @@ </el-col> <el-col :span="12"> <el-form-item label="鍙戠エ閲戦(鍏�)锛�" prop="invoiceTotal"> - <el-input type="number" :step="0.01" v-model="form.invoiceTotal" placeholder="璇疯緭鍏�" clearable /> + <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="form.invoiceTotal" placeholder="璇疯緭鍏�" clearable /> </el-form-item> </el-col> </el-row> -- Gitblit v1.9.3