소스 검색

生产管理

liuhairui 1 년 전
부모
커밋
c874d71993
2개의 변경된 파일362개의 추가작업 그리고 346개의 파일을 삭제
  1. 361 344
      src/view/yunyin/chanpinziliao/chanpinziliao.vue
  2. 1 2
      src/view/yunyin/shengchanguanli/gongdanziliao.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 361 - 344
src/view/yunyin/chanpinziliao/chanpinziliao.vue


+ 1 - 2
src/view/yunyin/shengchanguanli/gongdanziliao.vue

@@ -2102,7 +2102,6 @@ const handleTreeData = (treeData) => {
         label:`${item.物料代码} ${item.物料名称}`,
         物料代码:item.物料代码,
         物料名称:item.物料名称
-
       }))
     }))
   }))
@@ -2111,7 +2110,7 @@ const handleTreeData = (treeData) => {
 
 //印件新增【纸张】树状图
 const handleTreeDatas = (treeData) => {
-  console.log(treeData)
+  // console.log(treeData)
   const data = Object.keys(treeData).map((key)=>({
     label:key,
     children: Object.keys(treeData[key]).map((keys)=>({

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.