chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
7171258681

+ 1 - 1
pages/shuntBackManage/addBackOrder.vue

@@ -85,7 +85,7 @@
 						<text>{{totalCategory}}</text>
 						款/<text>{{totalQty}}</text>件
 					</view>
-					<view class="middle_r" @click="clearList">
+					<view class="middle_r" @click="clearList" v-if="recallBillList && recallBillList.length>0">
 						清空列表
 					</view>
 				</view>

+ 2 - 1
pages/shuntBackManage/chooseProduct.vue

@@ -41,7 +41,7 @@
 				<view v-if="totalCategory">
 					已选<text>{{totalCategory}}</text>款产品
 				</view>
-				<view class="f-seeInfo" @click="isDetailShow=true" v-if="totalCategory">
+				<view @click="isDetailShow=true" v-if="totalCategory">
 					查看详情
 					<u-icon name="arrow-up" color="#999" size="28"></u-icon>
 				</view>
@@ -471,6 +471,7 @@
 		.f-mid{
 			flex-grow: 1;
 			color: #666;
+			font-size: 0.8rem;
 			> view{
 				padding: 0 5upx;
 				&:first-child{