zhongtianhaoyuan 3 lat temu
rodzic
commit
3e79ee8e1a
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      pages/erp/deliveryfeedback/details.vue

+ 1 - 2
pages/erp/deliveryfeedback/details.vue

@@ -167,9 +167,8 @@
 							<image v-if="items.url"  @click='shadeshow(item.loadPoundImg)' style='width:100px;height:100px;margin: 0rpx;' :src="items.url" mode=""></image>
 						     <view v-else>暂无图片</view>
 						</view>
-						
 					</view>
-					<view v-else class="pound_list">
+					<view  v-if="item.status == '未装车'" class="pound_list">
 						<!-- <image v-if="item.loadPoundImg"  @click='shadeshow(item.loadPoundImg)' style='width:100px;height:100px;' :src="item.loadPoundImg" mode=""></image> -->
 						<upload class="upload" ref="upload" :action="action" :max-size="maxSize" :max-count="9" :file-list="item.imgUrl"
 							:size-type="['compressed']" :imgIndex='index' @on-success="getImgUrl" @on-error="onError" @on-remove="onRemove"