|
@@ -1321,7 +1321,7 @@ export default {
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
if (response) {
|
|
if (response) {
|
|
- this.$set(this.deptBudgetList, "dryGrainPrice", response)
|
|
|
|
|
|
+ this.$set(this.deptBudgetList, 'dryGrainPrice', response)
|
|
// this.deptBudgetList.dryGrainPrice = response
|
|
// this.deptBudgetList.dryGrainPrice = response
|
|
this.dryGrainPrice = response
|
|
this.dryGrainPrice = response
|
|
}
|
|
}
|
|
@@ -3372,6 +3372,7 @@ export default {
|
|
console.log(response)
|
|
console.log(response)
|
|
// this.$message.warning(response)
|
|
// this.$message.warning(response)
|
|
})
|
|
})
|
|
|
|
+ this.$forceUpdate()
|
|
} else {
|
|
} else {
|
|
this.deptBudgetList.id = zjid
|
|
this.deptBudgetList.id = zjid
|
|
// if (this.serviceManagementType==3) {
|
|
// if (this.serviceManagementType==3) {
|
|
@@ -3426,6 +3427,7 @@ export default {
|
|
// this.$message.warning(response)
|
|
// this.$message.warning(response)
|
|
})
|
|
})
|
|
this.getList()
|
|
this.getList()
|
|
|
|
+ this.$forceUpdate()
|
|
this.selectWarehouse()
|
|
this.selectWarehouse()
|
|
this.add()
|
|
this.add()
|
|
})
|
|
})
|
|
@@ -4012,8 +4014,8 @@ export default {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
if (this.deptBudgetList.goodsName == '大豆') {
|
|
if (this.deptBudgetList.goodsName == '大豆') {
|
|
- this.deptBudgetList.transgene = "非转基因"
|
|
|
|
- this.deptBudgetList.colorLustre = "正常"
|
|
|
|
|
|
+ this.deptBudgetList.transgene = '非转基因'
|
|
|
|
+ this.deptBudgetList.colorLustre = '正常'
|
|
} else {
|
|
} else {
|
|
delete this.deptBudgetList.transgene
|
|
delete this.deptBudgetList.transgene
|
|
delete this.deptBudgetList.colorLustre
|
|
delete this.deptBudgetList.colorLustre
|