123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462 |
- <template>
- <view>
- <view class="condition">
- <view class="conditionone">
- <view :style="{'border-bottom':(underline =='0'?'3rpx solid #fff':'none')}" @click="whole">待处理</view>
- <view :style="{'border-bottom':(underline =='1'?'3rpx solid #fff':'none')}"
- @click="show = !show,underline = '1'">入库日期</view>
- <!-- <view :style="{'border-bottom':(underline =='2'?'3rpx solid #fff':'none')}" @click="suitcase = !suitcase,underline = '2'">提箱日期</view> -->
- <view :style="{'border-bottom':(underline =='3'?'3rpx solid #fff':'none')}"
- @click="choiceState = !choiceState,underline = '3'">状态</view>
- <view :style="{'border-bottom':(underline =='4'?'3rpx solid #fff':'none')}"
- @click="underline = '4';screen=true">筛选</view>
- </view>
- </view>
- <view class="search">
- <u-search shape="round" placeholder="请输入提单号" @custom="custom" @search="custom" :clearabled="false">
- </u-search>
- </view>
- <view class="ordertop" v-for="(item, index) in lisi" :key="index">
- <view>
- <view class="iconblue"></view>
- <text class="license">提单号:{{item.fMblno}}</text>
- <view class="various" @click="viewDetails(item)">{{item.fBillstatus}}</view>
- </view>
- <view class="line">
- <u-line color="#ccc" border-style='dashed' />
- </view>
- <view class="basic">
- <view>货主</view>
- <view>{{item.corpName}}</view>
- </view>
- <view class="basic">
- <view style="width: 190rpx;">出库日期/仓库</view>
- <view style="width: 480rpx;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{item.fBsdate}}/{{item.fWarehouseName}}</view>
- </view>
- <view class="basic">
- <view>计划件数/件数/毛重(吨)</view>
- <view>{{item.fPlanqty}}/{{item.fQty}}/{{item.fGrossweight}}</view>
- </view>
- <!-- <view class="basic">
- <view>库管</view>
- <view>{{item.fContacts}}</view>
- </view> -->
- <view class="basic">
- <view>品名/箱量</view>
- <view>{{item.goodsName}}/{{item.fCntval}}</view>
- </view>
- <!-- <view class="basic" @tap="call_phone(item.fDriverTel)">
- <view>司机电话</view>
- <view>{{item.fDriverTel}}</view>
- </view> -->
- <view>
- <view>
- <view></view>
- <view></view>
- </view>
- <view></view>
- <view></view>
- </view>
- <view class="line">
- <u-line color="#ccc" border-style='dashed' />
- </view>
- <view class="view" @click="viewDetails(item)">
- <view>
- <text>查看订单详情</text>
- </view>
- <view>
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
- </view>
- <u-loadmore :status="status" :icon-type="iconType" :load-text="loadText" />
- <u-calendar v-model="show" :mode="mode" @change="orderdate" max-date="2050"></u-calendar>
- <u-calendar v-model="suitcase" :mode="mode" @change="suitcaSe"></u-calendar>
- <u-action-sheet :list="column" @close="underline = '0'" @click="thatOne" v-model="choiceState"></u-action-sheet>
- <u-popup v-model="screen" mode="bottom" length="60%" border-radius="40" :closeable="true">
- <view>
- <view style="text-align: center;height: 100rpx;line-height: 100rpx;">
- <text style="font-weight: bold;font-size: 32rpx;">全部筛选</text>
- </view>
- <view style="width: 96%;margin: 0 auto;">
- <text style="font-size: 28rpx;">状态选择</text>
- <u-radio-group v-model="screenName" @change="radioGroupChange"
- style="margin: 20rpx auto;display: flex;justify-content: space-around;">
- <u-radio
- shape="square"
- @change="radioChange"
- v-for="(item, index) in screenList"
- :key="index"
- :name="item.name"
- :disabled="item.disabled">
- {{item.name}}
- </u-radio>
- </u-radio-group>
- <!-- <text style="font-size: 32rpx;" v-if="deptName != '外部用户'">货主</text> -->
- <u-field style="padding: 10px 0px;" v-model="fCorpid.label" v-if="deptName != '外部用户'" label="货主名称:" placeholder="请选择货主名称" disabled @click="client = true"/>
- <!-- <text style="font-size: 32rpx;">发货方</text> -->
- <u-field style="padding: 10px 0px;" v-model="fShipper" label="发货单位:" placeholder="请输入发货单位"/>
- <!-- <text style="font-size: 32rpx;">入库日期</text> -->
- <u-field style="padding: 10px 0px;" v-model="entryDate" label="入库日期:" placeholder="请选择入库日期" disabled @click="screenEntryDate = true"/>
- <view style="width: 100%;height: 120rpx;"></view>
- <view
- style="width: 100%;position:fixed; bottom:0;background-color: #FFFFFF;padding-left: 20px;padding-right: 20px;padding-bottom: 30rpx;z-index: 9999;">
- <u-button type="warning" @click="confirmReset" size="medium" style="float: left;">确认重置</u-button>
- <u-button type="primary" @click="confirmCompletion" size="medium" style="float: right;">确认完成</u-button>
- </view>
- </view>
- </view>
- </u-popup>
- <u-calendar v-model="screenEntryDate" :mode="mode" @change="entryScreen" max-date="2050"></u-calendar>
- <u-select v-model="client" :list="clientList" @confirm="confirmClient" @cancel="client = false"></u-select>
- </view>
- </template>
- <script>
- // import {request} from '@/common/request/request'
- export default {
- data() {
- return {
- lisi: [],
- client:false,
- fCorpid:{
- value: '',
- label: ''
- },
- clientList:[],
- screenValue: '',
- fShipper:'',
- screenName: '',
- entryDate: '',
- screenEntryDate: false,
- screenList: [{
- name: '计划',
- value: '1',
- disabled: false
- },
- {
- name: '待入库',
- value: '2',
- disabled: false
- },
- {
- name: '入库中',
- value: '3',
- disabled: false
- },
- {
- name: '已入库',
- value: '4',
- disabled: false
- }
- ],
- screen: false,
- column: [{
- text: '计划',
- value: '1'
- }, {
- text: '待入库',
- value: '2'
- }, {
- text: '入库中',
- value: '3'
- }, {
- text: '已入库',
- value: '4'
- }],
- show: false,
- suitcase: false,
- choiceState: false,
- underline: '0',
- mode: 'range',
- deptName:'',
- queryParams: {
- pageNum: 1, //页数
- pageSize: 10, //几条数据
- },
- status: 'loadmore',
- iconType: 'flower',
- loadText: {
- loadmore: '轻轻上拉',
- loading: '努力加载中',
- nomore: '实在没有了'
- },
- total: 0,
- }
- },
- onShow() {
- this.clientList = []
- this.$u.get('/basicdata/corps/list').then(res=>{
- for(let item in res.rows){
- this.clientList.push({
- value: res.rows[item].fId,
- label: res.rows[item].fName
- })
- }
- })
- this.whole()
- },
- onReachBottom() {
- this.status = 'loading'
- if (this.lisi.length < this.total) {
- this.queryParams.pageNum++
- this.query()
- } else {
- this.status = 'nomore'
- }
- },
- created() {
- this.deptName = uni.getStorageSync('deptName')
- uni.showLoading({
- title: '加载中'
- });
- setTimeout(function() {
- uni.hideLoading();
- }, 1000);
- // #ifdef MP-WEIXIN
- if (wx.hideHomeButton) {
- wx.hideHomeButton();
- }
- // #endif
- },
- methods: {
- confirmReset(){
- this.screenName = ''
- this.entryDate = ''
- this.fShipper = ''
- this.fCorpid = {
- value: '',
- label: ''
- }
- },
- //确认货主
- confirmClient(e){
- this.fCorpid.value = e[0].value
- this.fCorpid.label = e[0].label
- },
- // 选中某个单选框时,由radio时触发
- radioChange(e) {
- for(let item in this.screenList){
- if(e == this.screenList[item].name){
- this.screenName = this.screenList[item].name
- this.screenValue = this.screenList[item].value
- }
- }
- },
- // 选中任一radio时,由radio-group触发
- radioGroupChange(e) {
- for(let item in this.screenList){
- if(e == this.screenList[item].name){
- this.screenName = this.screenList[item].name
- this.screenValue = this.screenList[item].value
- }
- }
- },
- call_phone(bphone) {
- uni.makePhoneCall({
- phoneNumber: '' + bphone, // 手机号
- });
- },
- thatOne(index) {
- // console.log(index)
- // console.log(this.column[index].value)
- this.lisi = []
- this.queryParams = {}
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- fItemsStatus: this.column[index].value
- }
- this.query()
- },
- whole() {
- this.underline = '0'
- this.lisi = []
- this.queryParams = []
- this.queryParams = {
- pageNum: 1,
- pageSize: 10
- }
- this.query()
- },
- custom(res) {
- // console.log(res)
- this.lisi = []
- this.queryParams = []
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- fMblno: res
- }
- // console.log(this.queryParams)
- this.query()
- },
- orderdate(e) {
- // console.log(e)
- this.lisi = []
- this.queryParams = []
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- timeInterval: [e.startDate + ' ' + '00:00:00', e.endDate + ' ' + '23:59:59']
- }
- this.query()
- },
- suitcaSe(e) {
- console.log(e)
- this.lisi = []
- this.queryParams = []
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- timeInterval: [e.startDate + ' ' + '00:00:00', e.endDate + ' ' + '23:59:59']
- }
- this.query()
- },
- entryScreen(e){
- this.entryDate = e.startDate+','+e.endDate
- },
- confirmCompletion(){
- this.lisi = []
- this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- fShipper:this.fShipper,
- fItemsStatus:this.screenValue,
- timeInterval:this.entryDate.split(',')
- }
- if(this.entryDate){
- this.queryParams.timeInterval = [this.queryParams.timeInterval[0] + ' ' + '00:00:00', this.queryParams.timeInterval[1] + ' ' + '23:59:59']
- }else{
- delete this.queryParams.timeInterval
- }
- if(this.fCorpid.value) this.queryParams.fCorpid = this.fCorpid.value
- this.screen = false
- this.query()
- },
- query() {
- this.$u.get('/warehouseBusiness/applets/inStockList', this.queryParams).then(res => {
- // console.log(res)
- if (res.code == 500) {
- uni.showToast({
- icon: 'none',
- title: res.msg,
- position: "bottom"
- })
- } else if (res.code == 200) {
- this.total = res.total
- this.lisi = this.lisi.concat(res.rows)
- // this.lisi = res.rows
- if (this.lisi.length == this.total) {
- this.status = 'nomore'
- }
- }
- })
- },
- viewDetails(item) {
- // console.log(item)
- let data = {
- fId:item.fId
- }
- // console.log(JSON.stringify(item))
- uni.navigateTo({
- url: './detailed?item=' + JSON.stringify(data)
- });
- },
- }
- }
- </script>
- <style scoped lang="scss">
- .basic {
- width: 94%;
- margin: 10rpx auto;
- display: flex;
- justify-content: space-between;
- }
- .basic>view {
- margin-bottom: 10rpx;
- }
- .basic>view:nth-child(1) {
- color: #797979;
- }
- .view {
- width: 96%;
- margin: 20rpx auto;
- display: flex;
- justify-content: space-between
- }
- .line {
- width: 92%;
- margin: 0 auto;
- }
- .oddnumber {
- width: 96%;
- margin: 20rpx auto;
- margin-bottom: 20rpx;
- }
- .ordertop {
- width: 96%;
- background-color: #fff;
- margin: 20rpx auto;
- border-radius: 20rpx;
- padding-top: 20rpx;
- box-shadow: 0px 0px 8px 0px rgba(165, 189, 251, 0.4);
- padding-bottom: 10rpx;
- }
- .ordertop>view:nth-child(1) {
- width: 98%;
- margin-bottom: 60rpx;
- }
- .search {
- width: 96%;
- margin: 10rpx auto;
- }
- .iconblue {
- width: 10rpx;
- height: 45rpx;
- float: left;
- background-color: #3a63cf;
- margin-right: 10rpx;
- }
- .license {
- float: left;
- font-size: 32rpx;
- }
- .various {
- float: right;
- width: 150rpx;
- border: 2rpx solid #3a63cf;
- text-align: center;
- border-radius: 100rpx;
- color: #1669e6;
- }
- .condition {
- background-color: #1669e6;
- height: 60rpx;
- }
- .conditionone {
- width: 92%;
- height: 44rpx;
- margin: 0rpx auto;
- display: flex;
- justify-content: space-between;
- color: #fff;
- }
- .conditionone>view {
- color: #e6e8e8;
- }
- </style>
|