cyl/master-0804
wangxia 3 months ago
parent a65a1f6e42
commit 424bdb7397

@ -115,10 +115,14 @@
</view>
<view class="g_flex_row_between flex_center g_border_e_t g_p_8" v-if="from != 'shareList'">
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff">
<div class="g_w_36 g_mr_4 g_fs_12 g_pl_4 g_pr_4" style="background-color:#e3f5ff">发单号</div>
<div class="g_w_36 g_mr_4 g_fs_12 g_pl_4 g_pr_4" style="background-color: #e3f5ff">发单号</div>
<!-- <img class="g_w_33 g_h_22 g_mr_4" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/bocaigongyinglian/xmf.svg" alt="" /> -->
{{ item.fullName || item.agencyName || "-" }}
</view>
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="" v-if="userinfo.agencyId == item.agencyId">
<div class="g_mr_4 g_fs_12 g_pl_4 g_pr_4" style="">项目方:</div>
{{ item.upFullName || item.upAgencyName || "-" }}
</view>
</view>
</view>
</view>

Loading…
Cancel
Save