huang_an há 2 anos atrás
pai
commit
f8ef6d7944

+ 1 - 9
src/views/warehouseManagement/components/AssetsDialog.vue

@@ -1,6 +1,5 @@
 <template>
   <el-dialog :visible.sync="visible" :title="`${title}信息`" width="80vw">
-    =={{ searchForm }}++{{ dimension }}
     <el-form :model="searchForm" label-width="100px">
       <el-row>
         <!-- <el-col :span="6">
@@ -380,7 +379,6 @@
           this.total = res.count;
           // this.selectionList = deepClone(this.warehousingMaterialList);
 
-          console.log(' this.dimension', this.dimension);
           this.$nextTick(() => {
             this.tableData.forEach((item) => {
               const index = this.warehousingMaterialList.findIndex((i) =>
@@ -407,7 +405,6 @@
       },
       open() {
         this.visible = true;
-        console.log('有数据', this.warehousingMaterialList);
         this.$nextTick(() => {
           this.$refs.treeList.getTreeData();
           // this.doSearch()
@@ -460,7 +457,6 @@
         for (const key in val) {
           val[key].categoryId = val[key].id;
         }
-        console.log('===12123121212', val);
         this.selectionList = val;
       },
       handleNodeClick(data) {
@@ -506,11 +502,7 @@
           });
           this.total = res.count;
           // this.selectionList = deepClone(this.warehousingMaterialList);
-          console.log(' this.tableData', this.tableData);
-          console.log(
-            'this.warehousingMaterialList',
-            this.warehousingMaterialList
-          );
+
           this.$nextTick(() => {
             this.tableData.forEach((item) => {
               const index = this.warehousingMaterialList.findIndex((i) =>

+ 0 - 1
src/views/warehouseManagement/outgoingManagement/add.vue

@@ -313,7 +313,6 @@
           </el-col>
         </el-row>
       </el-form>
-      =={{ dimension }}
 
       <div class="material">
         <el-button type="primary" @click="addStock">添加</el-button>