From d2cd585f4d3b015789a5f6c8d75e352605932f85 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 21 八月 2026 13:44:30 +0800
Subject: [PATCH] feat(mes): 新增袋码作废时间和原因字段及破损替换功能
---
src/views/mes/pro/bagCode/data.ts | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/views/mes/pro/bagCode/data.ts b/src/views/mes/pro/bagCode/data.ts
index 09b3d69..a2b312e 100644
--- a/src/views/mes/pro/bagCode/data.ts
+++ b/src/views/mes/pro/bagCode/data.ts
@@ -115,6 +115,17 @@
formatter: 'formatDateTime',
},
{
+ field: 'cancelTime',
+ title: '浣滃簾鏃堕棿',
+ width: 170,
+ formatter: 'formatDateTime',
+ },
+ {
+ field: 'cancelReason',
+ title: '浣滃簾鍘熷洜',
+ minWidth: 160,
+ },
+ {
field: 'createTime',
title: '鍒涘缓鏃堕棿',
width: 170,
--
Gitblit v1.9.3