From 2e16425cb59557397c5cae24a1c099f211336e2f Mon Sep 17 00:00:00 2001
From: hjq <770690987@qq.com>
Date: Fri, 12 Jun 2026 11:09:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=93=E5=8F=96=E7=94=9F=E4=BA=A7=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=EF=BC=8C=E6=8A=93=E5=8F=96=E5=8F=91=E6=96=99=E5=BC=82?=
=?UTF-8?q?=E5=B8=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web_ui/templates/index.html | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/web_ui/templates/index.html b/web_ui/templates/index.html
index 564fda8..9ab3c67 100644
--- a/web_ui/templates/index.html
+++ b/web_ui/templates/index.html
@@ -66,6 +66,9 @@
+
+
+
@@ -129,7 +132,8 @@
searchForm: {
supplier_name: '',
material_name: '',
- po_code: ''
+ po_code: '',
+ material_code: ''
}
}
},
@@ -152,7 +156,8 @@
limit: this.pageSize,
supplier_name: this.searchForm.supplier_name,
material_name: this.searchForm.material_name,
- po_code: this.searchForm.po_code
+ po_code: this.searchForm.po_code,
+ material_code: this.searchForm.material_code
});
axios.get(`/api/receipts?${params.toString()}`)
@@ -175,7 +180,8 @@
this.searchForm = {
supplier_name: '',
material_name: '',
- po_code: ''
+ po_code: '',
+ material_code: ''
};
this.currentPage = 1;
this.fetchData();