From 3be3d4aad39136990b2c03563f58a1efb6d4315e Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 09 二月 2026 10:54:35 +0800
Subject: [PATCH] yys 商机管理
---
src/views/procurementManagement/invoiceEntry/index.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/views/procurementManagement/invoiceEntry/index.vue b/src/views/procurementManagement/invoiceEntry/index.vue
index 4fdf385..4847581 100644
--- a/src/views/procurementManagement/invoiceEntry/index.vue
+++ b/src/views/procurementManagement/invoiceEntry/index.vue
@@ -7,8 +7,8 @@
v-model="filters.supplierName"
placeholder="璇疯緭鍏ュ悕绉版悳绱�"
clearable
- :prefix-icon="Search"
- @change="handleQuery"
+ prefix-icon="Search"
+ @change="getTableData"
/>
</el-form-item>
<el-form-item label="閲囪喘璁㈠崟鍙凤細">
@@ -125,21 +125,25 @@
{
type: "expand",
dataType: "slot",
+ fixed: "left",
slot: "expand",
},
{
label: "閲囪喘璁㈠崟鍙�",
prop: "purchaseContractNumber",
+ fixed: "left",
width:150
},
{
label: "閿�鍞悎鍚屽彿",
prop: "salesContractNo",
+ fixed: "left",
width:150
},
{
label: "渚涘簲鍟嗗悕绉�",
prop: "supplierName",
+ fixed: "left",
width:300
},
{
@@ -165,7 +169,7 @@
},
},
{
- label: "宸插紑绁ㄩ噾棰�(鍏�)",
+ label: "宸叉潵绁ㄩ噾棰�(鍏�)",
prop: "receiptPaymentAmount",
width:200,
formatData: (val) => {
@@ -173,7 +177,7 @@
},
},
{
- label: "寰呭紑绁ㄩ噾棰�(鍏�)",
+ label: "寰呮潵绁ㄩ噾棰�(鍏�)",
prop: "unReceiptPaymentAmount",
width:200,
formatData: (val) => {
--
Gitblit v1.9.3