|
@@ -394,7 +394,7 @@
|
|
restaurants2: [],
|
|
restaurants2: [],
|
|
restaurants3: [],
|
|
restaurants3: [],
|
|
restaurants4: [],
|
|
restaurants4: [],
|
|
- type: "",
|
|
|
|
|
|
+ type: '',
|
|
dialogVisible: false,
|
|
dialogVisible: false,
|
|
//弹出框
|
|
//弹出框
|
|
dialogViewSpareMoney: false,
|
|
dialogViewSpareMoney: false,
|
|
@@ -555,7 +555,7 @@
|
|
console.log(item);
|
|
console.log(item);
|
|
},
|
|
},
|
|
getAddress(data) {
|
|
getAddress(data) {
|
|
- console.log("getAddress", data)
|
|
|
|
|
|
+ console.log('getAddress', data)
|
|
if (data[4] == 'source') {
|
|
if (data[4] == 'source') {
|
|
this.newSelectedOptions = data[0] + '/' + data[1] + '/' + data[2]
|
|
this.newSelectedOptions = data[0] + '/' + data[1] + '/' + data[2]
|
|
this.deptBudgetList.sourceProvince = data[0]
|
|
this.deptBudgetList.sourceProvince = data[0]
|
|
@@ -1461,6 +1461,8 @@
|
|
for (var i = 0; i < this.gradeList.length; i++) {
|
|
for (var i = 0; i < this.gradeList.length; i++) {
|
|
if (this.gradeList[i].constValue == e) {
|
|
if (this.gradeList[i].constValue == e) {
|
|
this.deptBudgetList.gradeKey = this.gradeList[i].constKey
|
|
this.deptBudgetList.gradeKey = this.gradeList[i].constKey
|
|
|
|
+ this.deptBudgetList.contractGoodsInfo.gradeKey =
|
|
|
|
+ this.gradeList[i].constKey
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|