shish 3 лет назад
Родитель
Сommit
45bb88c6d9

+ 1 - 1
ghsApp/src/pagesGys/detailsItem.vue

@@ -9,7 +9,7 @@
 				<text class="name">{{info.orderSn}} </text>
 			</view>
 			<view class="item-row">
-				<view class="mark">{{ info.addTime.substr(5,11) }} <text v-if="info.yfPayWay ==2" style="margin-left:16upx;color:#333333;">到付</text></view>
+				<view class="mark">{{ info.addTime.substr(2,11) }} <text v-if="info.yfPayWay ==2" style="margin-left:16upx;color:#333333;">到付</text></view>
 			</view>
 			<view v-if="!$util.isEmpty(info.remark)" class="item-row">
 				<view class="mark" style="color:red;font-weight:bold;">{{ info.remark }}</view>

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

@@ -17,11 +17,11 @@
 			<view class="bills-info_box content-box">
 				<view class="order-info_box">
 					<view>订单日期:</view>
-					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>
+					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(2,11):'' }}</view>
 				</view>
 				<view class="order-info_box">
 					<view>入库日期:</view>
-					<view>{{ detailInfo.entryTime?detailInfo.entryTime.substr(5,11):'' }}</view>
+					<view>{{ detailInfo.entryTime?detailInfo.entryTime.substr(2,11):'' }}</view>
 				</view>
 				<view class="order-info_box">
 					<view>订单编码:</view>

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

@@ -17,12 +17,12 @@
 			<view class="item-info">
 				<view class="info-row">
 					<text class="info-label"> 创建:</text>
-					<text class="info-value">{{ info.addTime.substr(5,11) }} </text>
+					<text class="info-value">{{ info.addTime.substr(2,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>
+					<text class="info-value" v-else>{{ info.entryTime.substr(2,11) }} </text>
 				</view>
 				<view class="info-row">
 					<text class="info-label"> 单号:</text>