|
@@ -72,7 +72,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="tab-content">
|
|
|
|
|
|
+ <view class="tab-content" :style="tabActive === 1?'height:880rpx!important':''">
|
|
<view class="order-list">
|
|
<view class="order-list">
|
|
<scroll-view
|
|
<scroll-view
|
|
v-if="orderList.length > 0"
|
|
v-if="orderList.length > 0"
|
|
@@ -638,7 +638,7 @@ const checkIndex = async(index) => {
|
|
const param = {
|
|
const param = {
|
|
token: uni.getStorageSync('token'),
|
|
token: uni.getStorageSync('token'),
|
|
}
|
|
}
|
|
- console.log('checkIndex param,history》》',param)
|
|
|
|
|
|
+
|
|
const {data:res} = await selectDepartment(param)
|
|
const {data:res} = await selectDepartment(param)
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
officeArr.value.push(...res.data)
|
|
officeArr.value.push(...res.data)
|
|
@@ -761,10 +761,9 @@ const loadPreList = async()=>{
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
.nav{
|
|
.nav{
|
|
display: flex;
|
|
display: flex;
|
|
- height:74.34rpx;
|
|
|
|
|
|
+ height: 75rpx;
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
- // position: sticky;
|
|
|
|
- // top: 0;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
.body{
|
|
.body{
|
|
display: flex;
|
|
display: flex;
|
|
@@ -775,7 +774,7 @@ const loadPreList = async()=>{
|
|
display: flex;
|
|
display: flex;
|
|
position: sticky;
|
|
position: sticky;
|
|
flex-direction:column;
|
|
flex-direction:column;
|
|
- z-index: 100;
|
|
|
|
|
|
+ // z-index: 100;
|
|
.tab-bar{
|
|
.tab-bar{
|
|
height: 62.5rpx;
|
|
height: 62.5rpx;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -833,8 +832,11 @@ const loadPreList = async()=>{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.history{
|
|
.history{
|
|
|
|
+ // display: flex;
|
|
|
|
+ // width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
- width: 100%;
|
|
|
|
|
|
+ flex-direction:row;
|
|
|
|
+ justify-content: flex-start;
|
|
.searchchoice{
|
|
.searchchoice{
|
|
padding: 0 10rpx;
|
|
padding: 0 10rpx;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -945,11 +947,11 @@ const loadPreList = async()=>{
|
|
}
|
|
}
|
|
.tab-content{
|
|
.tab-content{
|
|
display: flex;
|
|
display: flex;
|
|
- margin: 8rpx 10rpx;
|
|
|
|
|
|
+ margin: 8rpx 0;
|
|
border-radius: 4rpx;
|
|
border-radius: 4rpx;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- width: calc(100% - 20rpx);
|
|
|
|
- height: 980rpx;
|
|
|
|
|
|
+ width: calc(100%);
|
|
|
|
+ height: 980rpx;//980rpx
|
|
z-index:10;
|
|
z-index:10;
|
|
.order-list{
|
|
.order-list{
|
|
padding: 8rpx;
|
|
padding: 8rpx;
|