Browse Source

bug 修复

lilei 2 years ago
parent
commit
3b9f686a81
2 changed files with 2 additions and 3 deletions
  1. 0 1
      pages/digitalShelf/choosePart.vue
  2. 2 2
      pages/digitalShelf/choosePartResult.vue

+ 0 - 1
pages/digitalShelf/choosePart.vue

@@ -592,7 +592,6 @@
 					shelfOrderFlowCreate(params).then(res => {
 						console.log(res,'shelfOrderFlowCreate')
 						if(res.status == 200){
-							res.data.shelfOrder.remindMessage = '请在货架上按照指定位置拿取配件'
 							// 提交成功
 							uni.redirectTo({
 								url:"/pages/digitalShelf/choosePartResult?data="+encodeURIComponent(JSON.stringify(res.data))+"&state=1"

+ 2 - 2
pages/digitalShelf/choosePartResult.vue

@@ -22,7 +22,7 @@
 				<u-tabs :list="[{name:'货架订单',value:0},{name:'急送订单',value:1}]" :is-scroll="false" :current="current" @change="changeTab"></u-tabs>
 				<view v-if="current==0">
 					<view class="infoList" v-if="partList.length">
-						<view class="title"><u-icon name="info-circle"></u-icon> 请在货架上按照指定位置拿取配件</view>
+						<view class="title"><u-icon name="info-circle"></u-icon> 配件已出库,请按照指定位置取用</view>
 						<view>
 							{{partList.length}}款,共<text class="redText">{{totalNums}}</text>件
 						</view>
@@ -305,7 +305,7 @@
 				padding:20rpx 0;
 				border-bottom: 2rpx solid #f2f2f2;
 				.title{
-					color: #ff7423;
+					color: #bf660b;
 					font-size: 28rpx;
 				}
 				> text{