liuhairui 1 anno fa
parent
commit
c874d71993

File diff suppressed because it is too large
+ 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)=>({

Some files were not shown because too many files changed in this diff