gjy 2 年之前
父节点
当前提交
c57217974f

+ 1 - 1
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -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" />

+ 0 - 1
src/views/warehousenew/warehousingOrder.vue

@@ -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()