|
@@ -25,12 +25,16 @@
|
|
<u-picker @confirm="warehousechange" range-key='warehouseName' mode="selector" v-model="show"
|
|
<u-picker @confirm="warehousechange" range-key='warehouseName' mode="selector" v-model="show"
|
|
:range="selector"></u-picker>
|
|
:range="selector"></u-picker>
|
|
</view>
|
|
</view>
|
|
- <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"
|
|
<u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
|
|
range-key="compName"></u-picker>
|
|
range-key="compName"></u-picker>
|
|
|
|
+ </view >
|
|
|
|
+ <view style='justify-content: space-between;' class='flex'>
|
|
|
|
+ <view ></view>
|
|
|
|
+ <view class="company">
|
|
|
|
+ <image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png"
|
|
|
|
+ mode=""></image> {{compName}}
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="content">
|
|
<view class="content">
|
|
@@ -1158,14 +1162,16 @@
|
|
padding-bottom: 150rpx;
|
|
padding-bottom: 150rpx;
|
|
}
|
|
}
|
|
.company {
|
|
.company {
|
|
- /* position: fixed;
|
|
|
|
|
|
+ /* position: fixed; */
|
|
right: 0;
|
|
right: 0;
|
|
- top: 18%; */
|
|
|
|
- /* background: url('../../static/img/qiyebeijing.png');
|
|
|
|
- background-size: 100%; */
|
|
|
|
|
|
+ /* top: 17.5%; */
|
|
|
|
+ background: url('../../static/img/qiyebeijing.png') no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ width: 60%;
|
|
font-size: 11px;
|
|
font-size: 11px;
|
|
padding-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
- padding-right: 20px;
|
|
|
|
|
|
+ padding-right: 10px;
|
|
|
|
+ text-align:right;
|
|
border-radius: 40rpx 0 0 40rpx;
|
|
border-radius: 40rpx 0 0 40rpx;
|
|
}
|
|
}
|
|
|
|
|