From a467907fcba93676237317352938f98f736d5899 Mon Sep 17 00:00:00 2001 From: 周宾 <2802492122@qq.com> Date: 星期三, 17 十二月 2025 10:27:19 +0800 Subject: [PATCH] 海川开心-生产管控-生产派工 去除弹框项目名称 --- src/views/inventoryManagement/dispatchLog/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/inventoryManagement/dispatchLog/index.vue b/src/views/inventoryManagement/dispatchLog/index.vue index e21144e..4267d5a 100644 --- a/src/views/inventoryManagement/dispatchLog/index.vue +++ b/src/views/inventoryManagement/dispatchLog/index.vue @@ -59,6 +59,8 @@ <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" show-overflow-tooltip /> <el-table-column label="鍗曚綅" prop="unit" width="80" show-overflow-tooltip /> <el-table-column label="鍑哄簱鏁伴噺" prop="inboundNum" width="100" show-overflow-tooltip /> + <el-table-column label="鍗曚环(鍏�)" prop="unitPrice" width="150"></el-table-column> + <el-table-column label="鎬讳环(鍏�)" prop="totalPrice" width="150"></el-table-column> <!-- <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />--> <!-- <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />--> <!-- <el-table-column label="绋庣巼(%)" prop="taxRate" width="100" show-overflow-tooltip />--> @@ -134,6 +136,8 @@ <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" show-overflow-tooltip /> <el-table-column label="鍗曚綅" prop="unit" width="80" show-overflow-tooltip /> <el-table-column label="鍑哄簱鏁伴噺" prop="inboundNum" width="100" show-overflow-tooltip /> + <el-table-column label="鍗曚环(鍏�)" prop="unitPrice" width="150"></el-table-column> + <el-table-column label="鎬讳环(鍏�)" prop="totalPrice" width="150"></el-table-column> <!--<!– <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />–>--> <!--<!– <el-table-column label="绋庣巼(%)" prop="taxRate" width="100" show-overflow-tooltip />–>--> @@ -210,6 +214,8 @@ <el-table-column label="鍗曚綅" prop="unit" show-overflow-tooltip /> <el-table-column label="鐗╁搧绫诲瀷" prop="itemType" show-overflow-tooltip /> <el-table-column label="鍑哄簱鏁伴噺" prop="inboundNum" show-overflow-tooltip /> + <el-table-column label="鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" width="150"></el-table-column> + <el-table-column label="鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="150"></el-table-column> <!-- <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" width="100" show-overflow-tooltip />--> <!-- <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="100" show-overflow-tooltip />--> <!-- <el-table-column label="绋庣巼(%)" prop="taxRate" width="100" show-overflow-tooltip />--> -- Gitblit v1.9.3