From fd20b340153df3282b87dc631b7f72437ee06c07 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 29 五月 2026 14:26:53 +0800
Subject: [PATCH] feat:供应商往来增加筛选条件 采购单号
---
src/views/productionManagement/productionOrder/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 260b2c3..5560703 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -125,7 +125,7 @@
width: '120px',
},
{
- label: "閿�鍞悎鍚屽彿",
+ label: "閿�鍞崟鍙�",
prop: "salesContractNo",
width: '150px',
},
@@ -470,4 +470,7 @@
:deep(.purple){
background-color: #F4DEFA;
}
+.table_list {
+ margin-top: unset;
+}
</style>
--
Gitblit v1.9.3