|
@@ -831,7 +831,9 @@ export default {
|
|
|
// warehouseList: [],
|
|
|
currectfocusdata: {},
|
|
|
customershow: false,
|
|
|
- interestratevalue: {},
|
|
|
+ interestratevalue: {
|
|
|
+ value:''
|
|
|
+ },
|
|
|
accessoryTFs: false,
|
|
|
remarkList: false,
|
|
|
dialogTitle: '',
|
|
@@ -2458,10 +2460,7 @@ export default {
|
|
|
getList() {
|
|
|
this.startDate = this.value2[0]
|
|
|
this.endDate = this.value2[1]
|
|
|
- getenabledinfo({ functionType: 2 }).toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.interestratevalue = response
|
|
|
- })
|
|
|
+
|
|
|
getwarehousingorder({
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
startDate: this.startDate,
|
|
@@ -2505,6 +2504,12 @@ export default {
|
|
|
this.deptBudgetTotal = response.total
|
|
|
this.clearchecked()
|
|
|
})
|
|
|
+ getenabledinfo({ functionType: 2 }).toPromise()
|
|
|
+ .then((response) => {
|
|
|
+ if(response){
|
|
|
+ this.interestratevalue = response
|
|
|
+ }
|
|
|
+ })
|
|
|
},
|
|
|
|
|
|
multiFilter(array, filters) {
|