From 0c5b607e028bd756079cb328dd0914db2c9093f5 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 04 十二月 2025 14:59:55 +0800
Subject: [PATCH] 1.部署修改
---
src/views/inventoryManagement/receiptManagement/components/formDia.vue | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/src/views/inventoryManagement/receiptManagement/components/formDia.vue b/src/views/inventoryManagement/receiptManagement/components/formDia.vue
index ff057b2..7825e1e 100644
--- a/src/views/inventoryManagement/receiptManagement/components/formDia.vue
+++ b/src/views/inventoryManagement/receiptManagement/components/formDia.vue
@@ -39,7 +39,7 @@
<el-table-column label="浜у搧澶х被" prop="productCategory" />
<el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" />
<el-table-column label="鍗曚綅" prop="unit" width="70" />
- <el-table-column label="渚涘簲鍟�" prop="supplierName" width="100" />
+ <!-- <el-table-column label="渚涘簲鍟�" prop="supplierName" width="100" /> -->
<el-table-column label="閲囪喘鏁伴噺" prop="quantity" width="100" />
<el-table-column label="寰呭叆搴撴暟閲�" prop="quantity0" width="100" />
<el-table-column label="鏈鍏ュ簱鏁伴噺" prop="quantityStock" width="150">
@@ -47,25 +47,25 @@
<el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.quantityStock" />
</template>
</el-table-column>
- <el-table-column label="绋庣巼(%)" prop="taxRate" width="120" />
- <el-table-column
- label="鍚◣鍗曚环(鍏�)"
- prop="taxInclusiveUnitPrice"
- :formatter="formattedNumber"
- width="150"
- />
- <el-table-column
- label="鍚◣鎬讳环(鍏�)"
- prop="taxInclusiveTotalPrice"
- :formatter="formattedNumber"
- width="150"
- />
- <el-table-column
- label="涓嶅惈绋庢�讳环(鍏�)"
- prop="taxExclusiveTotalPrice"
- :formatter="formattedNumber"
- width="150"
- />
+<!-- <el-table-column label="绋庣巼(%)" prop="taxRate" width="120" />-->
+<!-- <el-table-column-->
+<!-- label="鍚◣鍗曚环(鍏�)"-->
+<!-- prop="taxInclusiveUnitPrice"-->
+<!-- :formatter="formattedNumber"-->
+<!-- width="150"-->
+<!-- />-->
+<!-- <el-table-column-->
+<!-- label="鍚◣鎬讳环(鍏�)"-->
+<!-- prop="taxInclusiveTotalPrice"-->
+<!-- :formatter="formattedNumber"-->
+<!-- width="150"-->
+<!-- />-->
+<!-- <el-table-column-->
+<!-- label="涓嶅惈绋庢�讳环(鍏�)"-->
+<!-- prop="taxExclusiveTotalPrice"-->
+<!-- :formatter="formattedNumber"-->
+<!-- width="150"-->
+<!-- />-->
</el-table>
</el-form>
<template #footer>
--
Gitblit v1.9.3