From 9feea2f82cb21abf58643dcffd875b1ed6f1162b Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期二, 08 七月 2025 11:06:41 +0800 Subject: [PATCH] yys 1.新增入库查询 2.新增入库 3.入库分页查询 4.编辑 --- src/views/salesManagement/invoiceLedger/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/salesManagement/invoiceLedger/index.vue b/src/views/salesManagement/invoiceLedger/index.vue index 9f2d1fb..e54abf1 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 /> -- Gitblit v1.9.3