Browse Source

入库管理

shish 3 years ago
parent
commit
0838506ec3
1 changed files with 7 additions and 2 deletions
  1. 7 2
      ghsApp/src/pagesPurchase/orderItem.vue

+ 7 - 2
ghsApp/src/pagesPurchase/orderItem.vue

@@ -16,8 +16,13 @@
 		<view class="item-main" >
 		<view class="item-main" >
 			<view class="item-info">
 			<view class="item-info">
 				<view class="info-row">
 				<view class="info-row">
-					<text class="info-label"> 日期:</text>
-					<text class="info-value">{{ info.entryTime.substr(5,11) }} </text>
+					<text class="info-label"> 创建:</text>
+					<text class="info-value">{{ info.addTime.substr(5,11) }} </text>
+				</view>
+				<view class="info-row">
+					<text class="info-label"> 入库:</text>
+					<text class="info-value" v-if="info.entryTime == '0000-00-00 00:00:00'"></text>
+					<text class="info-value" v-else>{{ info.entryTime.substr(5,11) }} </text>
 				</view>
 				</view>
 				<view class="info-row">
 				<view class="info-row">
 					<text class="info-label"> 单号:</text>
 					<text class="info-label"> 单号:</text>