From 07c8dabe3c321456139c495703e34e03ccfcfe4a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 16 四月 2026 17:19:24 +0800
Subject: [PATCH] 进销存升级 1.销售采购模块下拉框添加筛选功能
---
src/views/productionManagement/processRoute/processRouteItem/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 6169e9d..aca3550 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -87,14 +87,14 @@
{{scope.row.isQuality ? "鏄�" : "鍚�"}}
</template>
</el-table-column>
- <el-table-column label="鏄惁鍏ュ簱" prop="isInbound" width="100">
+ <el-table-column label="鏄惁鍏ュ簱" prop="inbound" width="100">
<template #default="scope">
- {{ scope.row.isInbound ? "鏄�" : "鍚�" }}
+ {{ scope.row.inbound ? "鏄�" : "鍚�" }}
</template>
</el-table-column>
- <el-table-column label="鏄惁鎶ュ伐" prop="isReportWork" width="100">
+ <el-table-column label="鏄惁鎶ュ伐" prop="reportWork" width="100">
<template #default="scope">
- {{ scope.row.isReportWork ? "鏄�" : "鍚�" }}
+ {{ scope.row.reportWork ? "鏄�" : "鍚�" }}
</template>
</el-table-column>
<el-table-column label="鎿嶄綔" align="center" fixed="right" width="150">
@@ -147,8 +147,8 @@
</div>
<el-tag type="primary" class="product-tag" v-if="item.isQuality">璐ㄦ</el-tag>
<div class="product-flags">
- <span>鍏ュ簱锛歿{ item.isInbound ? "鏄�" : "鍚�" }}</span>
- <span>鎶ュ伐锛歿{ item.isReportWork ? "鏄�" : "鍚�" }}</span>
+ <span>鍏ュ簱锛歿{ item.inbound ? "鏄�" : "鍚�" }}</span>
+ <span>鎶ュ伐锛歿{ item.reportWork ? "鏄�" : "鍚�" }}</span>
</div>
</div>
<div v-else class="product-info empty">鏆傛棤浜у搧淇℃伅</div>
--
Gitblit v1.9.3