huangxiaoqiang
2025-06-03 975ea3c28b1661b3b6eabee5277cc98d853736d3
CodeManagement/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/taskinfo/Dt_Task.jsx
@@ -23,19 +23,6 @@
  methods: {
    //下面这些方法可以保留也可以删除
    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" }
            }
          }
        }
      })
      //框架初始化配置前,
      let TaskHandCompleteBtn=this.buttons.find(x=>x.value=='TaskHandComplete');
      if(TaskHandCompleteBtn){