Преглед изворни кода

JLHWEB: 领用工组非空时自动带出

JohnnyChan пре 1 недеља
родитељ
комит
e7e04b4af6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      JLHWEB/src/views/erpapi/mattressInterface/detail.vue

+ 1 - 1
JLHWEB/src/views/erpapi/mattressInterface/detail.vue

@@ -673,10 +673,10 @@ const orderDefaultAction = [
 
           if (_itm) {
             o.wip_type = _itm.wip_type;
+            !o.wrkgrpcode2 && (o.wrkgrpcode2 = _itm.o.wrkgrpcode2);
           }
           return o;
         });
-        console.log("arr :>> ", arr);
 
         $table.reloadData(arr);
         resetMergeCellsQd();