From e44ce4501ea4cf30e79b2181fda84cd3faf8ec8a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 12 七月 2025 15:34:02 +0800
Subject: [PATCH] 1.销售台账筛选时,展开的内容需收回
---
src/views/procurementManagement/invoiceEntry/indexOld.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/procurementManagement/invoiceEntry/indexOld.vue b/src/views/procurementManagement/invoiceEntry/indexOld.vue
index 60d5124..a31c265 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"
/>
@@ -331,7 +331,7 @@
:min="0"
:step="0.1"
:formatter="formattedNumber"
- width="170"
+ width="200"
>
<template #default="scope">
<el-input-number
--
Gitblit v1.9.3