From 4e64eeb2a807adc9153fd9cd61b498b99c1f6f2c Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 17 六月 2025 11:06:22 +0800 Subject: [PATCH] 完成库存管理前端页面 --- src/views/inventoryManagement/receiptManagement/index.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/inventoryManagement/receiptManagement/index.vue b/src/views/inventoryManagement/receiptManagement/index.vue index 6444e7d..bfe6200 100644 --- a/src/views/inventoryManagement/receiptManagement/index.vue +++ b/src/views/inventoryManagement/receiptManagement/index.vue @@ -8,7 +8,7 @@ <el-button type="primary" @click="handleQuery" style="margin-left: 10px">鎼滅储</el-button> </div> <div> - <el-button type="primary" @click="openForm('add')">鏂板</el-button> + <el-button type="primary" @click="openForm('add')">鏂板鍏ュ簱</el-button> <el-button @click="handleOut">瀵煎嚭</el-button> <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button> </div> @@ -19,18 +19,18 @@ :summary-method="summarizeMainTable" height="calc(100vh - 18.5em)"> <el-table-column align="center" type="selection" width="55" /> <el-table-column align="center" label="搴忓彿" type="index" width="60" /> - <el-table-column label="鍏ュ簱鏃堕棿" prop="salesContractNo" width="180" show-overflow-tooltip /> - <el-table-column label="鍏ュ簱鎵规" prop="customerContractNo" width="180" show-overflow-tooltip /> - <el-table-column label="渚涘簲鍟嗗悕绉�" prop="customerName" width="300" show-overflow-tooltip /> + <el-table-column label="鍏ュ簱鏃堕棿" prop="salesContractNo" width="100" show-overflow-tooltip /> + <el-table-column label="鍏ュ簱鎵规" prop="customerContractNo" width="160" show-overflow-tooltip /> + <el-table-column label="渚涘簲鍟嗗悕绉�" prop="customerName" width="160" show-overflow-tooltip /> <el-table-column label="浜у搧澶х被" prop="salesman" width="100" show-overflow-tooltip /> - <el-table-column label="瑙勬牸鍨嬪彿" prop="projectName" width="180" show-overflow-tooltip /> - <el-table-column label="鍗曚綅" prop="contractAmount" width="180" show-overflow-tooltip /> - <el-table-column label="鍏ュ簱鏁伴噺" prop="entryPersonName" width="100" show-overflow-tooltip /> - <el-table-column label="鍚◣鍗曚环" prop="entryDate" width="120" show-overflow-tooltip /> - <el-table-column label="鍚◣鎬讳环" prop="executionDate" width="120" show-overflow-tooltip /> - <el-table-column label="绋庣巼" prop="executionDate" width="120" show-overflow-tooltip /> - <el-table-column label="涓嶅惈绋庢�讳环" prop="executionDate" width="120" show-overflow-tooltip /> - <el-table-column label="鍏ュ簱浜�" prop="executionDate" width="120" show-overflow-tooltip /> + <el-table-column label="瑙勬牸鍨嬪彿" prop="projectName" width="160" show-overflow-tooltip /> + <el-table-column label="鍗曚綅" prop="contractAmount" width="70" show-overflow-tooltip /> + <el-table-column label="鍏ュ簱鏁伴噺" prop="entryPersonName" width="90" show-overflow-tooltip /> + <el-table-column label="鍚◣鍗曚环" prop="entryDate" width="100" show-overflow-tooltip /> + <el-table-column label="鍚◣鎬讳环" prop="executionDate" width="100" show-overflow-tooltip /> + <el-table-column label="绋庣巼" prop="executionDate" width="80" show-overflow-tooltip /> + <el-table-column label="涓嶅惈绋庢�讳环" prop="executionDate" width="100" show-overflow-tooltip /> + <el-table-column label="鍏ュ簱浜�" prop="executionDate" width="80" show-overflow-tooltip /> <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center"> <template #default="scope"> <el-button link type="primary" size="small" @click="openForm('edit', scope.row);">缂栬緫</el-button> -- Gitblit v1.9.3