From 650bf3a19ed3c6fd9d382353e6a3f79f3133ce7b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 03 三月 2026 16:53:37 +0800
Subject: [PATCH] 生产订单:去掉客户名称搜索框
---
src/views/productionManagement/productionOrder/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index e434049..f20fd80 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -208,7 +208,6 @@
const data = reactive({
searchForm: {
- customerName: "",
salesContractNo: "",
projectName: "",
productCategory: "",
--
Gitblit v1.9.3