From a5222bcc6e79b89459175d3a10a1e24cea5d96f6 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 19 一月 2026 15:24:35 +0800
Subject: [PATCH] 湟水峡 1.下拉框加筛选 2.销售模块不要客户合同号、项目名称 3.客户档案、供应商档案不要和银行有关的字段

---
 src/views/procurementManagement/invoiceEntry/indexOld.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/procurementManagement/invoiceEntry/indexOld.vue b/src/views/procurementManagement/invoiceEntry/indexOld.vue
index 60d5124..1b4c6b9 100644
--- a/src/views/procurementManagement/invoiceEntry/indexOld.vue
+++ b/src/views/procurementManagement/invoiceEntry/indexOld.vue
@@ -296,19 +296,19 @@
           <el-table-column label="褰曞叆鏃ユ湡" prop="createTime" width="120" />
           <el-table-column
             label="鍚◣鍗曚环(鍏�)"
-            width="150"
+            width="200"
             prop="taxInclusiveUnitPrice"
             :formatter="formattedNumber"
           />
           <el-table-column
             label="鍚◣鎬讳环(鍏�)"
-            width="150"
+            width="200"
             prop="taxInclusiveTotalPrice"
             :formatter="formattedNumber"
           />
           <el-table-column
             label="涓嶅惈绋庢�讳环(鍏�)"
-            width="150"
+            width="200"
             prop="taxExclusiveTotalPrice"
             :formatter="formattedNumber"
           />
@@ -318,6 +318,7 @@
                 v-model="scope.row.ticketsNum"
                 placeholder="璇烽�夋嫨"
                 :min="0"
+								:precision="2"
                 :step="0.1"
                 clearable
                 style="width: 100%"
@@ -331,13 +332,14 @@
             :min="0"
             :step="0.1"
             :formatter="formattedNumber"
-            width="170"
+            width="200"
           >
             <template #default="scope">
               <el-input-number
                 v-model="scope.row.ticketsAmount"
                 placeholder="璇烽�夋嫨"
                 :min="0"
+								:precision="2"
                 :step="0.1"
                 clearable
                 style="width: 100%"

--
Gitblit v1.9.3