Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
e0c276dfa8
|
|
@ -425,15 +425,14 @@ export default {
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.equipmentType()
|
|
||||||
this.supplierInfoList()
|
|
||||||
if (this.isEdit) {
|
if (this.isEdit) {
|
||||||
console.log('isEdit',this.isEdit)
|
console.log('isEdit',this.isEdit)
|
||||||
this.taskId = this.editTaskId
|
this.taskId = this.editTaskId
|
||||||
this.id = this.editId
|
this.id = this.editId
|
||||||
this.getTaskInfo()
|
this.getTaskInfo()
|
||||||
}
|
}
|
||||||
|
this.supplierInfoList()
|
||||||
|
this.equipmentType()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 税率
|
// 税率
|
||||||
|
|
@ -497,7 +496,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
//反显
|
||||||
let selectList = []
|
let selectList = []
|
||||||
this.equipmentList.forEach((e) => {
|
this.equipmentList.forEach((e) => {
|
||||||
selectList.push(
|
selectList.push(
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue