From 9e6d06469d712b5a28a75d59645fc5d3d3dfa235 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 24 十月 2023 08:46:01 +0800
Subject: [PATCH] 羚羊配置问卷

---
 minipro_standard/components/InOutInfo.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/minipro_standard/components/InOutInfo.vue b/minipro_standard/components/InOutInfo.vue
index 21a99fc..fdf5f9d 100644
--- a/minipro_standard/components/InOutInfo.vue
+++ b/minipro_standard/components/InOutInfo.vue
@@ -1,7 +1,7 @@
 <template>
 	<view class="p30 bg_w f26 info-style">
-		<view v-if="isOut" class="cm b f32">璁″垝鍑哄簱鏃ユ湡锛歿{ info.outPlandate }}</view>
-		<view v-else class="cm b f32">璁″垝鍏ュ簱鏃ユ湡锛歿{ info.inPlandate || info.planDate }}</view>
+		<view v-if="isOut" class="cm b f32">璁″垝鍑哄簱鏃ユ湡锛歿{ info.outPlandate||'' }}</view>
+		<view v-else class="cm b f32">璁″垝鍏ュ簱鏃ユ湡锛歿{ info.inPlandate || info.planDate || '' }}</view>
 		<view class="c2 mt25">
 			<text class="c6">鏉ユ簮绫诲瀷锛�</text>
 			{{ typeTstr(info.originType) }}
@@ -16,13 +16,13 @@
 		</view>
 		<view v-if="isOut" class="c2 mt25">
 			<text class="c6">鍏ュ簱鎺ユ敹浜猴細</text>
-			{{ info.originCode || '-' }}
+			{{ info.inUserName || '-' }}
 		</view>
 		<view class="c2 mt25">
 			<text class="c6">鐢宠鏃堕棿锛�</text>
 			{{ info.createTime || '-' }}
 		</view>
-		<view class="rd15 ptb25 plr25 bg_f7">
+		<view v-if="info.remark" class="rd15 ptb25 plr25 bg_f7 mt25">
 			<view class="f26 b c2">澶囨敞锛�</view>
 			<view class="mt20">
 				<u-read-more :showHeight="60" :toggle="true" textIndent="0" closeText="灞曞紑" :shadowStyle="shadowStyle">

--
Gitblit v1.9.3