From 972b01d9d02d93b609e0d3f8ff58fffb08b98dfd Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 13 三月 2026 09:36:02 +0800
Subject: [PATCH] 新疆海川开心 1.付款与回款展示字段修改 2.付款登记编辑的时候需要付款日期可修改

---
 src/views/salesManagement/receiptPaymentHistory/index.vue |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/src/views/salesManagement/receiptPaymentHistory/index.vue b/src/views/salesManagement/receiptPaymentHistory/index.vue
index 8475f18..0dd5fba 100644
--- a/src/views/salesManagement/receiptPaymentHistory/index.vue
+++ b/src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -10,24 +10,6 @@
           :prefix-icon="Search"
         />
       </el-form-item>
-      <el-form-item label="瀹㈡埛鍚堝悓鍙�">
-        <el-input
-          v-model="searchForm.customerContractNo"
-          placeholder="杈撳叆瀹㈡埛鍚堝悓鍙�"
-          @change="handleQuery"
-          clearable
-          :prefix-icon="Search"
-        />
-      </el-form-item>
-      <el-form-item label="椤圭洰鍚嶇О">
-        <el-input
-          v-model="searchForm.projectName"
-          placeholder="杈撳叆椤圭洰鍚嶇О"
-          @change="handleQuery"
-          clearable
-          :prefix-icon="Search"
-        />
-      </el-form-item>
       <el-form-item label="鍥炴鏃ユ湡">
         <el-date-picker
           v-model="searchForm.receiptPaymentDate"
@@ -80,11 +62,6 @@
     width:240
   },
   {
-    label: "瀹㈡埛鍚堝悓鍙�",
-    prop: "customerContractNo",
-    width:240
-  },
-  {
     label: "鍥炴鏃ユ湡",
     prop: "receiptPaymentDate",
     width:100
@@ -93,11 +70,6 @@
     label: "瀹㈡埛鍚嶇О",
     prop: "customerName",
     width:240
-  },
-  {
-    label: "椤圭洰鍚嶇О",
-    prop: "projectName",
-    width:200
   },
   {
     label: "鍥炴閲戦锛堝厓锛�",
@@ -128,11 +100,6 @@
     label: "鐧昏浜�",
     prop: "registrant",
   },
-  {
-    label: "鐧昏鏃ユ湡",
-    prop: "createTime",
-    width:100
-  },
 ]);
 const tableData = ref([]);
 const selectedRows = ref([]);
@@ -149,8 +116,6 @@
   receiptPaymentDate: [],
   receiptPaymentDateStart: undefined,
   receiptPaymentDateEnd: undefined,
-  customerContractNo: undefined,
-  projectName: undefined,
 });
 const { receipt_payment_type } = proxy.useDict("receipt_payment_type");
 const isShowSummarySon = ref(true);

--
Gitblit v1.9.3