wk
2024-08-13 521cad436a0145c7c5f5d22be57f2b7045462251
pages/loadUnload-page/orderPlanList/index.vue
@@ -4,7 +4,7 @@
                  <view style="display:flex;" class="top">
               <combined-title title="当前查询收发单:">
               </combined-title>
               <u-tag :text="isYuyue === 1 ? '未入场' : '已入场'" class="topTag" @click="todoShow"></u-tag>
               <u-tag :text="isYuyue === 1 ? '未入场' : '全部'" class="topTag" @click="todoShow"></u-tag>
               </view>   
               <scroll-view :scroll-top="scrollTop"
                  scroll-y="true"
@@ -51,7 +51,7 @@
                  <view class="third-line">
                     <view class="time-icon">
                        <view
                           style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover">
                           style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover">
                        </view>
                     </view>
                     <view class="send-date">{{ item.sendDate }}</view>
@@ -123,17 +123,18 @@
            orderPlanList:[],
         show:false,
         pageLoading:false,
         isYuyue :1, //入场,未入场
         isYuyue :0, //入场,未入场
            scrollTop:0,
         list:[
            {
               name: '全部',
               value:0
            },
            {
               name:'未入场',
               value:1
            },
            {
               name: '已入场',
               value:0
            }
         ],
             historyCoalData: [],
            // 表格加载状态