gjy 3 سال پیش
والد
کامیت
b029c544d8
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      pages/erp/receivingfeedback/details.vue

+ 4 - 3
pages/erp/receivingfeedback/details.vue

@@ -161,7 +161,7 @@
 				</view>
 				<view class="row">
 					<view class="left">磅单</view>
-					<view v-if="item.status == '装车' || item.status == '已送达'">
+					<view v-if="item.status == '装车' || item.status == '已送达'">
 						<image v-if="item.unloadPoundImg" @click='shadeshow(item.unloadPoundImg)' style='width:100px;height:100px;' :src="item.unloadPoundImg" mode=""></image>
 						<view v-else>暂无图片</view>
 					</view>
@@ -174,13 +174,14 @@
 				<view class="row">
 					<view class="left">卸车日期</view>
 					<view>
-						<view v-if="item.status == '装车' || item.status == '已送达'">{{item.unloadingDate}}</view>
+						<view v-if="item.status == '装车' || item.status == '已送达'">{{item.unloadingDate}}</view>
 						<view v-else @click='train(index)'>{{item.unloadingDate?item.unloadingDate:'请选择日期'}}</view>
 						<u-picker v-model="item.show2" mode="time"  @cancel='datecancel()' @confirm='dateChange1($event,item)' :params="params">
 						</u-picker>
 					</view>
 				</view>
-				<view style='text-align:right;' v-if="item.status == '已装车' || item.status == '已送达'">{{item.status}}</view>
+				<view style='text-align:right;' v-if="item.status == '未装车'">{{item.status}}</view>
+				<view style='text-align:right;' v-else-if="item.status == '已送达'">已卸车</view>
 				<u-button v-else @click='submit(index,2)' type="success">保存</u-button>
 			</view>
 		</view>