diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index d56a082..81b2b3b 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -9,6 +9,20 @@
placeholder="仓库名称"
>
+
+
+
+
+
+
+
+
重置
@@ -28,13 +42,13 @@
>
+
+
{{
@@ -448,6 +467,7 @@ export default {
},
sysList: [],
sysSubList: [],
+ advanceTypese:[],
};
},
methods: {
@@ -483,6 +503,7 @@ export default {
this.loading = false;
let invlist = response.data || [];
this.list = this.handleTree(invlist, "code", "parentCode");
+ console.log(this.list);
})
.catch(() => {
this.loading = false;
@@ -516,6 +537,10 @@ export default {
this.subData = {advanceType: data.advanceType.toString(), spUse: false,parentCode:data.code};
}
}
+ //转换
+ let advanceTypese =this.subData.advanceType
+
+
this.subFormVisible = true;
this.getSubThrsysDetailData();
if(this.subData.parentCode!=null && this.subData.parentCode!=""){