| | |
| | | <template> |
| | | <view class="warp"> |
| | | <view> |
| | | <u-empty mode="data" |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | textSize="30" |
| | | iconSize="1000" |
| | | text="暂无数据" |
| | | v-if="!pageList.length" |
| | | ></u-empty> |
| | | </view> |
| | | |
| | | <view |
| | | class="notice-bar"> |
| | | <u-notice-bar :text="text" |
| | |
| | | style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"> |
| | | </view> |
| | | </view> |
| | | <view> |
| | | <u-empty mode="data" |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | textSize="30" |
| | | iconSize="1000" |
| | | text="暂无数据" |
| | | v-if="!pageList.length" |
| | | ></u-empty> |
| | | </view> |
| | | <view class="tableCon" v-if="pageList.length"> |
| | | <uni-table border |
| | | stripe |
| | |
| | | <u--input |
| | | placeholder="请输入吨数" |
| | | border="surround" |
| | | type='digit' |
| | | @change="(val)=>inpChange(val,item.planMeasure)" |
| | | v-model="item.planMeasure" |
| | | ></u--input> |
| | |
| | | this.customerId = params.customerId; |
| | | this.pvcPlanMeasure = params.pvcPlanMeasure |
| | | |
| | | if(params.status === '0'){ |
| | | if(params.status === '1'){ |
| | | this.status = params.status |
| | | }else{ |
| | | this.status = ''; |
| | |
| | | if(params.fleetId){ |
| | | this.fleetId = params.fleetId |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | if(res.code === 0){ |
| | | this.$u.toast('操作成功'); |
| | | setTimeout(()=>{ |
| | | uni.navigateBack() |
| | | uni.navigateBack({ |
| | | delta: 2 |
| | | }); |
| | | },500) |
| | | }else{ |
| | | this.$u.toast(res.msg ? res.msg :'操作成功'); |