From 75a0423c12a4c0eb1446d0cd4f7ed4d73d471c11 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 05 十一月 2025 09:24:06 +0800
Subject: [PATCH] 质量管理-检测日期加一个必填校验
---
src/views/productionManagement/productionOrder/index.vue | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index bce7a87..9928d46 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -78,6 +78,20 @@
width:300
},
{
+ label: "浠樻鐘舵��",
+ prop: "status",
+ dataType: "tag",
+ formatType: (params) => {
+ if (params == '鏈畬鎴�') {
+ return "danger";
+ } else if (params == '宸插畬鎴�') {
+ return "success";
+ } else {
+ return null;
+ }
+ },
+ },
+ {
label: "浜у搧澶х被",
prop: "productCategory",
width: 160,
--
Gitblit v1.9.3