|
@@ -280,6 +280,7 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-row :gutter="20" style="height: calc(100vh - 450px); overflow: auto; margin-top:20px">
|
|
<el-row :gutter="20" style="height: calc(100vh - 450px); overflow: auto; margin-top:20px">
|
|
|
<el-col :span="20">
|
|
<el-col :span="20">
|
|
|
|
|
+ {{switchstatus}}
|
|
|
<el-tree v-show="!switchstatus" highlight-current :expand-on-click-node="true" node-key="CodeName"
|
|
<el-tree v-show="!switchstatus" highlight-current :expand-on-click-node="true" node-key="CodeName"
|
|
|
:data="orgtreelist" :props="orgtreeprops" ref="orgmanagetree" check-on-click-node show-checkbox lazy
|
|
:data="orgtreelist" :props="orgtreeprops" ref="orgmanagetree" check-on-click-node show-checkbox lazy
|
|
|
:load="getChildrens" :filter-node-method="filterNode">
|
|
:load="getChildrens" :filter-node-method="filterNode">
|
|
@@ -784,7 +785,7 @@
|
|
|
}
|
|
}
|
|
|
this.getSupplierList() // 获取供应方公司列表
|
|
this.getSupplierList() // 获取供应方公司列表
|
|
|
this.getDictOptions()
|
|
this.getDictOptions()
|
|
|
- this.getorgtreelist()
|
|
|
|
|
|
|
+ // this.getorgtreelist()
|
|
|
this.orgtreeChange(this.majorDept)
|
|
this.orgtreeChange(this.majorDept)
|
|
|
this.initTableHeader()
|
|
this.initTableHeader()
|
|
|
this.initData2019()
|
|
this.initData2019()
|
|
@@ -967,7 +968,6 @@
|
|
|
this.getCodeById(item[item.length - 1]) // 根据分类Id获取Code
|
|
this.getCodeById(item[item.length - 1]) // 根据分类Id获取Code
|
|
|
},
|
|
},
|
|
|
type_change(val){
|
|
type_change(val){
|
|
|
- console.log(this.formData.Status,"asdasddds")
|
|
|
|
|
if (this.formData.Status <= 0 && this.formData.Status != -5) {
|
|
if (this.formData.Status <= 0 && this.formData.Status != -5) {
|
|
|
if (val.row.IsManufacturer == 2){
|
|
if (val.row.IsManufacturer == 2){
|
|
|
let IsManufacturer = 2
|
|
let IsManufacturer = 2
|
|
@@ -1392,7 +1392,6 @@
|
|
|
// 访问接口
|
|
// 访问接口
|
|
|
api.getMyList(params, this.$axios).then(res => {
|
|
api.getMyList(params, this.$axios).then(res => {
|
|
|
this.myentityList = res.data.item
|
|
this.myentityList = res.data.item
|
|
|
- console.log(this.myentityList,"uwuwuwuwuwuwuwu")
|
|
|
|
|
// this.currentItemCount = res.data.currentItemCount
|
|
// this.currentItemCount = res.data.currentItemCount
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|