@@ -7,7 +7,7 @@
<el-button @click='warehousetypechange(3)' :type="serviceManagementType == 3 ? 'primary' : ''">收购入库</el-button>
</template>
<template slot="right">
- <el-select v-model="warehouseName" filterable placeholder="" @change="warehouseNameChange" :value="searchType"
+ <el-select v-model="warehouseName" filterable placeholder="" @change="warehouseNameChange" :value="searchType"
style="margin: 0 10px">
<el-option v-for="item in warehouseList" :key="'cangku' + item.value" :label="item.value" :value="item.value"
style="color: #8890b1" />
@@ -669,7 +669,6 @@ import { findLastIndexOfIterate } from 'xe-utils/methods'
this.currectfocusdata.remark=this.textarea
this.$forceUpdate()
}
-
},
interestratesubmit(){
setenabledinfo({id:this.interestratevalue.id,value:this.interestratevalue.value}).toPromise()