| | |
| | | <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" |
| | |
| | | <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> |
| | |
| | | orderPlanList:[], |
| | | show:false, |
| | | pageLoading:false, |
| | | isYuyue :1, //入场,未入场 |
| | | isYuyue :0, //入场,未入场 |
| | | scrollTop:0, |
| | | list:[ |
| | | { |
| | | name: '全部', |
| | | value:0 |
| | | }, |
| | | { |
| | | name:'未入场', |
| | | value:1 |
| | | }, |
| | | { |
| | | name: '已入场', |
| | | value:0 |
| | | } |
| | | |
| | | ], |
| | | historyCoalData: [], |
| | | // 表格加载状态 |