From fda6d3c555fd317137a24e9a6c0d342eb50bfe57 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 09:33:38 +0800
Subject: [PATCH] 湟水峡 1.项目利润页面加上采购合同号字段。项目名称、增值税字段去掉 2.生产订单删掉404接口

---
 src/views/procurementManagement/procurementInvoiceLedger/index.vue |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index d82e3e7..f0ea539 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -34,6 +34,17 @@
           @change="getTableData"
         />
       </el-form-item>
+      <el-form-item label="鏉ョエ閲戦">
+        <el-input-number
+          v-model="filters.ticketsAmount"
+          style="width: 180px"
+          placeholder="璇疯緭鍏�"
+          :min="0"
+          :precision="2"
+          clearable
+          @change="getTableData"
+        />
+      </el-form-item>
       <el-form-item>
         <el-button type="primary" @click="getTableData">鎼滅储</el-button>
         <el-button @click="resetFilters"> 閲嶇疆 </el-button>
@@ -143,6 +154,7 @@
     purchaseContractNumber: undefined, // 閲囪喘鍚堝悓鍙�
     supplierName: undefined, // 渚涘簲鍟�
     createdAt: [], // 鏉ョエ鏃ユ湡
+    ticketsAmount: undefined, // 鏉ョエ閲戦
   },
   [
     {
@@ -154,11 +166,6 @@
       label: "閿�鍞悎鍚屽彿",
       prop: "salesContractNo",
       width: 150,
-    },
-    {
-      label: "椤圭洰鍚嶇О",
-      prop: "projectName",
-      width: 240,
     },
     {
       label: "渚涘簲鍟嗗悕绉�",
@@ -189,12 +196,12 @@
       },
     },
     {
-      label: "寮�绁ㄦ棩鏈�",
+      label: "鏉ョエ鏃ユ湡",
       prop: "createdAt",
       width: 110,
     },
     {
-      label: "寮�绁ㄩ噾棰�",
+      label: "鏉ョエ閲戦",
       prop: "ticketsAmount",
       width: 200,
       formatData: (cell) => {
@@ -435,7 +442,7 @@
 const handleDelete = (row) => {
 	let ids = [];
 	ids.push(row.id);
-	ElMessageBox.confirm("璇ュ紑绁ㄥ彴璐﹀皢琚垹闄�,鏄惁纭鍒犻櫎", {
+	ElMessageBox.confirm("璇ユ潵绁ㄥ彴璐﹀皢琚垹闄�,鏄惁纭鍒犻櫎", {
 		confirmButtonText: "纭",
 		cancelButtonText: "鍙栨秷",
 		type: "warning",

--
Gitblit v1.9.3