shish 4 éve
szülő
commit
5232abf897

+ 2 - 2
ghsApp/src/pagesPurchase/details.vue

@@ -50,8 +50,8 @@
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
 						<view class="tui-title ">入库日期</view>
-						<AppDatePicker v-if="canIEdit" :dateVal="form.entryTime" :placeholder="'请选择日期'"/>
-						<view v-else>{{ form.entryTime || "请选择日期" }}</view>
+						<AppDatePicker v-if="canIEdit" :dateVal.sync="form.entryTime" :placeholder="'默认实时'"/>
+						<view v-else>{{ form.entryTime || "默认实时" }}</view>
 					</tui-list-cell>
 					<tui-list-cell class="line-cell" :hover="false">
 						<view class="tui-title ">打包费</view>

+ 1 - 1
ghsApp/src/pagesPurchase/orderItem.vue

@@ -15,7 +15,7 @@
 			<view class="item-info">
 				<view class="info-row">
 					<text class="info-label"> 日期:</text>
-					<text class="info-value">{{ info.addTime }} </text>
+					<text class="info-value">{{ info.entryTime }} </text>
 				</view>
 				<view class="info-row">
 					<text class="info-label"> 单号:</text>