浏览代码

生产管理

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)=>({

部分文件因为文件数量过多而无法显示