فهرست منبع

工单履历更改

qinhb 10 ماه پیش
والد
کامیت
4003c45e1f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/pro/traceability/index.vue

+ 3 - 0
src/views/pro/traceability/index.vue

@@ -249,6 +249,9 @@ let tabCount = reactive({
 });
 
 const handleCellClick = (row, column, event) => {
+  if(row.level === 'order'){
+    productReviewInfo.bug = '-'
+  }
   if(row.orderType){
     productReviewInfo.rework = row.orderType === '2' ? '是' : '否'
   }