From af5847927931d3f491d7be5e0178cff3c37ac6f9 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 06 十一月 2025 17:20:44 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx"
index 372279c..9635d0b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx"
@@ -24,18 +24,18 @@
//涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄�
onInit() {
- this.columns.forEach(x => {
- if (x.field == "errorMessage") {
- x.cellStyle = (row, rowIndex, columnIndex) => {
- if (row.errorMessage == null||row.errorMessage=="") {
- return { background: "White", color: "Black" }
- }
- else{
- return { background: "#FF4500", color: "Black" }
- }
- }
- }
- })
+ // this.columns.forEach(x => {
+ // if (x.field == "errorMessage") {
+ // x.cellStyle = (row, rowIndex, columnIndex) => {
+ // if (row.errorMessage == null||row.errorMessage=="") {
+ // return { background: "White", color: "Black" }
+ // }
+ // else{
+ // return { background: "#FF4500", color: "Black" }
+ // }
+ // }
+ // }
+ // })
//妗嗘灦鍒濆鍖栭厤缃墠锛�
let TaskHandCompleteBtn=this.buttons.find(x=>x.value=='TaskHandComplete');
--
Gitblit v1.9.3