Преглед на файлове

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

JohnnyChan преди 2 седмици
родител
ревизия
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();