|
@@ -19,16 +19,18 @@
|
|
|
name="close-circle-fill" color="#D6D9E0"></u-icon>
|
|
|
<!-- <text @click='emptysearch' v-if='searchKeyWord.length>0' class='tip_text cuIcon-roundclosefill'></text> -->
|
|
|
</view>
|
|
|
+ <view style='align-items: center;justify-content: space-between;' class='flex'>
|
|
|
<view class='changewarehouse'>
|
|
|
<view @click='show=true'>{{warehouseName?warehouseName:'选择仓库'}}<text class='cuIcon-unfold'></text></view>
|
|
|
<u-picker @confirm="warehousechange" range-key='warehouseName' mode="selector" v-model="show"
|
|
|
:range="selector"></u-picker>
|
|
|
</view>
|
|
|
- <view >
|
|
|
- <view @click='show=true' class="company">
|
|
|
+ <view class="company">
|
|
|
<image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png"
|
|
|
mode=""></image> {{compName}}
|
|
|
</view>
|
|
|
+ <u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
|
|
|
+ range-key="compName"></u-picker>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
@@ -165,6 +167,7 @@
|
|
|
userInfoTmp: [],
|
|
|
inputStatus: 'none',
|
|
|
carInfo: [],
|
|
|
+ show1:false,
|
|
|
gridCol: 4,
|
|
|
show: false,
|
|
|
pageSize: 10,
|
|
@@ -184,6 +187,7 @@
|
|
|
commonWarehouseNo: '',
|
|
|
cangid: '',
|
|
|
warehouse: {},
|
|
|
+ companyList:[]
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -240,6 +244,7 @@
|
|
|
this.managementType = options.managementType
|
|
|
},
|
|
|
onShow() {
|
|
|
+ this.companyList=uni.getStorageSync('companyList')
|
|
|
uni.setStorageSync('isClick', false)
|
|
|
uni.showLoading({
|
|
|
title: "正在加载"
|
|
@@ -1153,14 +1158,14 @@
|
|
|
padding-bottom: 150rpx;
|
|
|
}
|
|
|
.company {
|
|
|
- position: fixed;
|
|
|
+ /* position: fixed;
|
|
|
right: 0;
|
|
|
- top: 18%;
|
|
|
- background: url('../../static/img/qiyebeijing.png');
|
|
|
- background-size: 100%;
|
|
|
+ top: 18%; */
|
|
|
+ /* background: url('../../static/img/qiyebeijing.png');
|
|
|
+ background-size: 100%; */
|
|
|
font-size: 11px;
|
|
|
padding-bottom: 5px;
|
|
|
- padding-left: 10px;
|
|
|
+ padding-right: 20px;
|
|
|
border-radius: 40rpx 0 0 40rpx;
|
|
|
}
|
|
|
|