no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 3f95e1aedc
commit c72c0577e3

@ -166,7 +166,7 @@
</div> </div>
<!-- 财务信息显示 --> <!-- 财务信息显示 -->
<div class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'"> <div class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'">
<div class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : 'g_ell_3', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</div> <div class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : '', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</div>
</div> </div>
<!-- 选择政策 --> <!-- 选择政策 -->
<div class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'"> <div class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'">

@ -31,8 +31,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="g_pt_16 g_pb_16 g_pl_16 g_pr_16 g_radius_8 g_bg_f"> <view class="g_pt_16 g_pb_16 g_pl_16 g_pr_16 g_radius_8 g_bg_f">
<view v-if="speed == 0" class=""> <view v-if="speed == 0" class="">
<rh-loading /> <rh-loading />
@ -189,14 +188,6 @@
</view> </view>
</view> </view>
</view> </view>
<div class="" style="margin-top: 12px;">
<div style="font-size: 18px;margin-bottom: 8px;font-weight: 600;">
信息来源
</div>
<div style="font-size: 16px;margin-left: 16px;">
{{ fullName || "-" }}
</div>
</div>
<!-- 底部固定操作栏 --> <!-- 底部固定操作栏 -->
<g-panel-fixed> <g-panel-fixed>
@ -296,6 +287,24 @@
</g-panel-fixed> </g-panel-fixed>
</view> </view>
</view> </view>
<div class="other-dom" style="margin-top: 12px;background-color: #fff;border-radius: 8px;">
<div class="g_flex_row_start" style="padding: 10px 12px 0;">
<div style="font-size: 16px;color: #666;" class="g_flex_none g_flex_column_center">
信息来源
</div>
<div style="font-size: 16px;color: #333;margin-left: 0px;" class="g_flex_1 g_flex_column_center">
{{ fullName || "-" }}
</div>
</div>
<div class="g_flex_row_start" style="padding: 10px 12px 10px;">
<div style="font-size: 16px;color: #666;" class="g_flex_none g_flex_column_center">
有效期限
</div>
<div style="font-size: 16px;color: #333;margin-left: 0px;" class="g_flex_1 g_flex_column_center">
{{ validEndTime }}
</div>
</div>
</div>
<view class="g_h_104s"></view> <view class="g_h_104s"></view>
<view class="g_pt_10 pop-container" :class="showServicePop ? 'show' : ''" v-if="false"> <view class="g_pt_10 pop-container" :class="showServicePop ? 'show' : ''" v-if="false">
<view class="g_p_8 g_bg_f g_border_e"> <view class="g_p_8 g_bg_f g_border_e">
@ -426,6 +435,8 @@
</u-popup> </u-popup>
<canvas type="2d" style="position: absolute; left: -2000px; width: 425px; height: 350px; background: #fff" id="canvasId" ref="canvasId"></canvas> <canvas type="2d" style="position: absolute; left: -2000px; width: 425px; height: 350px; background: #fff" id="canvasId" ref="canvasId"></canvas>
</view> </view>
</template> </template>
@ -623,10 +634,20 @@ export default {
}, },
], ],
btnLoading: false, // loading btnLoading: false, // loading
validEndTime: "", //
}; };
}, },
onLoad(options) { onLoad(options) {
let that = this; let that = this;
// 48
let now = new Date();
let endTime = new Date(now.getTime() + 48 * 60 * 60 * 1000);
let year = endTime.getFullYear();
let month = String(endTime.getMonth() + 1).padStart(2, '0');
let day = String(endTime.getDate()).padStart(2, '0');
let hour = String(endTime.getHours()).padStart(2, '0');
let minute = String(endTime.getMinutes()).padStart(2, '0');
this.validEndTime = `${year}${month}${day}${hour}:${minute} 前有效`;
// console.log("", options); // console.log("", options);
// console.log("this.G.store().cdnBaseImg", this.G.store().cdnBaseImg); // console.log("this.G.store().cdnBaseImg", this.G.store().cdnBaseImg);
if (options.id) { if (options.id) {

@ -143,7 +143,7 @@
</view> </view>
<!-- 财务信息显示 --> <!-- 财务信息显示 -->
<view class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'"> <view class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'">
<view class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : 'g_ell_3', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</view> <view class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : 'g_ll_3', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</view>
</view> </view>
<!-- 选择政策 --> <!-- 选择政策 -->
<view class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'"> <view class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'">

@ -167,7 +167,7 @@
</div> </div>
<!-- 财务信息显示 --> <!-- 财务信息显示 -->
<div class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'"> <div class="g_flex_rowRight_columnCenter g_w_all" v-if="item.tip == 'slot-caiwu'">
<div class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : 'g_ell_3', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</div> <div class="g_flex_1 g_c_3 g_text_l g_fs_16 g_pl_6" :class="[caiwuToggle ? '' : '', item.value.length > 1 ? 'g_text_l' : 'g_text_r']" style="white-space: pre-line">{{ item.value || "-" }}</div>
</div> </div>
<!-- 选择政策 --> <!-- 选择政策 -->
<div class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'"> <div class="g_flex_rowRight_columnCenter g_w_all" @click="uploadZhengce" v-if="item.tip == 'slot-zhengce'">

Loading…
Cancel
Save