Commit 6dad8845 by LJM

去掉状态

parent ef9d6402
Showing with 3 additions and 3 deletions
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<text class="iconfont icon-a-juxing111" @click="clearInput()" v-if="input_flag"></text> <text class="iconfont icon-a-juxing111" @click="clearInput()" v-if="input_flag"></text>
</view> </view>
<view class="filter-box row verCenter bothSide"> <view class="filter-box row verCenter bothSide">
<radio-group @change="handleTallyTypeChange"> <radio-group @change="handleTallyTypeChange" v-if="current != 1">
<label class="radio-item"> <label class="radio-item">
<radio value="0" style="transform:scale(0.7)" color="#197adb" :checked="searchParams.tally_type === '0'" />全部 <radio value="0" style="transform:scale(0.7)" color="#197adb" :checked="searchParams.tally_type === '0'" />全部
</label> </label>
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<view class="input-box row verCenter bothSide" style="flex: 0 0 100%;"> <view class="input-box row verCenter bothSide" style="flex: 0 0 100%;">
<view> <view>
<text class="tt" style="color: #000;font-weight: bold;">{{ item.box_sn }}</text> <text class="tt" style="color: #000;font-weight: bold;">{{ item.box_sn }}</text>
<text class="text" style="font-weight: bold;margin-left: 100rpx;">{{ item.box_type_val }}</text> <text class="text" style="font-weight: bold;margin-left: 100rpx;"></text>
</view> </view>
<view class="column" style="align-items: flex-end;"> <view class="column" style="align-items: flex-end;">
<text class="text" style="margin-left: 20px;font-weight: bold;color: red;">{{ item.box_status_val }}</text> <text class="text" style="margin-left: 20px;font-weight: bold;color: red;">{{ item.box_status_val }}</text>
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
} else { } else {
this.hasMoreData = false; this.hasMoreData = false;
} }
} else { } else {
uni.showToast({ uni.showToast({
title: res.err_msg, title: res.err_msg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment