Browse Source

创建订单修复提交

LAPTOP-16IUEB3P\Lenovo 2 years ago
parent
commit
f0917675ff
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/views/saleOrder/components/EquipmentDialog.vue

+ 5 - 4
src/views/saleOrder/components/EquipmentDialog.vue

@@ -1,6 +1,6 @@
 <template>
   <el-dialog
-    title="选择品"
+    title="选择品"
     :visible.sync="equipmentdialog"
     :before-close="handleClose"
     :close-on-click-modal="false"
@@ -32,7 +32,7 @@
         <el-col :span="6" class="tree_col">
           <AssetTree
             @handleNodeClick="handleNodeClick"
-            id="3"
+            id="9"
             :paramsType="'type'"
             ref="treeList"
           />
@@ -131,7 +131,8 @@
           code: this.code,
           pageNum: page,
           size: limit,
-          categoryLevelId: this.categoryLevelId
+          categoryLevelId: this.categoryLevelId,
+		  isProduct:true
         };
         const data = await getList(params);
         this.tableList = data.list;
@@ -182,7 +183,7 @@
     border: 1px solid #eee;
     padding: 10px 0;
     box-sizing: border-box;
-    height: 500px;
+    height: 530px;
     overflow: auto;
   }
   .table_col {