From 14cbdc9dc91afe3ade9f1720f573f54f2207ab94 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 23 九月 2024 17:45:14 +0800 Subject: [PATCH] feat:记住密码,合卡功能 --- subPages/allocaTetonnage/index.vue | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/subPages/allocaTetonnage/index.vue b/subPages/allocaTetonnage/index.vue index deb1597..80c2514 100644 --- a/subPages/allocaTetonnage/index.vue +++ b/subPages/allocaTetonnage/index.vue @@ -1,14 +1,6 @@ <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" @@ -18,6 +10,15 @@ 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 @@ -37,6 +38,7 @@ <u--input placeholder="璇疯緭鍏ュ惃鏁�" border="surround" + type='number' @change="(val)=>inpChange(val,item.planMeasure)" v-model="item.planMeasure" ></u--input> @@ -81,7 +83,7 @@ this.customerId = params.customerId; this.pvcPlanMeasure = params.pvcPlanMeasure - if(params.status === '0'){ + if(params.status === '1'){ this.status = params.status }else{ this.status = ''; @@ -89,6 +91,7 @@ if(params.fleetId){ this.fleetId = params.fleetId } + @@ -115,7 +118,9 @@ if(res.code === 0){ this.$u.toast('鎿嶄綔鎴愬姛'); setTimeout(()=>{ - uni.navigateBack() + uni.navigateBack({ + delta: 2 + }); },500) }else{ this.$u.toast(res.msg ? res.msg :'鎿嶄綔鎴愬姛'); -- Gitblit v1.9.1