From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 07 十一月 2023 15:47:13 +0800
Subject: [PATCH] bug
---
minipro_standard/components/InOutInfo.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/minipro_standard/components/InOutInfo.vue b/minipro_standard/components/InOutInfo.vue
index fdf5f9d..b177f1d 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,7 +16,7 @@
</view>
<view v-if="isOut" class="c2 mt25">
<text class="c6">鍏ュ簱鎺ユ敹浜猴細</text>
- {{ info.inUserName || '-' }}
+ {{ info.originCode || '-' }}
</view>
<view class="c2 mt25">
<text class="c6">鐢宠鏃堕棿锛�</text>
@@ -57,12 +57,12 @@
{ name: '杞簱鍗�', id: '3' },
{ name: '鐩樼偣鍗�', id: '4' },
],
- shadowStyle: {
- backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))",
- paddingTop: "50rpx",
- marginTop: "-50rpx",
- justifyContent: 'flex-end',
- colors: '#333',
+ shadowStyle: {
+ backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))",
+ paddingTop: "50rpx",
+ marginTop: "-50rpx",
+ justifyContent: 'flex-end',
+ colors: '#333',
}
};
},
--
Gitblit v1.9.3