소스 검색

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();