|
@@ -294,6 +294,9 @@
|
|
|
secorgtreelist: [],
|
|
secorgtreelist: [],
|
|
|
majorDept: [100000000, 100000001, 100000071], // 专业可是
|
|
majorDept: [100000000, 100000001, 100000071], // 专业可是
|
|
|
auditbusList: [], // 待审核业务
|
|
auditbusList: [], // 待审核业务
|
|
|
|
|
+ allorgunitOptions: [],
|
|
|
|
|
+ userOptions: [],
|
|
|
|
|
+ selectDept: 100000071,
|
|
|
dialogMakeSure: false,
|
|
dialogMakeSure: false,
|
|
|
dialogAllocation: false,
|
|
dialogAllocation: false,
|
|
|
dialogMakeSure2: false,
|
|
dialogMakeSure2: false,
|
|
@@ -404,6 +407,7 @@
|
|
|
this.getorgtreelist()
|
|
this.getorgtreelist()
|
|
|
this.getorgtreelistbydeptid()
|
|
this.getorgtreelistbydeptid()
|
|
|
this.getSupplierList() // 获取供应方公司列表
|
|
this.getSupplierList() // 获取供应方公司列表
|
|
|
|
|
+ this.changeOrgUnit(this.selectDept)
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
// 获取需要修改的增项信息
|
|
// 获取需要修改的增项信息
|
|
@@ -558,6 +562,7 @@
|
|
|
suppapi.getDictListByStatus(params, this.$axios).then(res => {
|
|
suppapi.getDictListByStatus(params, this.$axios).then(res => {
|
|
|
this.dictData = res.data.items
|
|
this.dictData = res.data.items
|
|
|
this.orgtreelist = window.toolfun_gettreejson(res.data.items['ProOrgList'], 'id', 'pId', 'id,name')
|
|
this.orgtreelist = window.toolfun_gettreejson(res.data.items['ProOrgList'], 'id', 'pId', 'id,name')
|
|
|
|
|
+ this.allorgunitOptions = res.data.items['Allunitorglist']
|
|
|
// this.auditerOptions = res.data.items['Auditer']
|
|
// this.auditerOptions = res.data.items['Auditer']
|
|
|
// this.organizeOption = res.data.items['Organizes']
|
|
// this.organizeOption = res.data.items['Organizes']
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
@@ -638,6 +643,14 @@
|
|
|
console.error(err)
|
|
console.error(err)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
+ changeOrgUnit (val) {
|
|
|
|
|
+ let auditstepcode = 'PROF_RECE'
|
|
|
|
|
+ suppapi.getAuditerByDept(val, auditstepcode, this.$axios).then(res => {
|
|
|
|
|
+ this.userOptions = res.data.item
|
|
|
|
|
+ }).catch(err => {
|
|
|
|
|
+ console.error(err)
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
// 审核通过
|
|
// 审核通过
|
|
|
makeSure () {
|
|
makeSure () {
|
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
if (this.shenheForm.SuccessStatus === 1) {
|