111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
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">