wangxia 8 months ago
commit 8b24f76abb

@ -13,7 +13,9 @@ let orderInfo = {
order_update_detail :"/yishoudan/user/apply/order/V2/updateOrderInfo",// 工单信息修改
order_submitRemark :"/yishoudan/user/apply/order/updateOrder",// 跟进记录提交事件
order_peopleList :"/yishoudan/user/getAgencyCorpUsers",// 报名人列表
order_submitPeople :"/yishoudan/user/apply/order/updateApplyUserAndStatistic",// 报名人提交修改
order_submitPeople :"/yishoudan/user/apply/order/updateApplyUser",// 报名人提交修改
order_updateStatistic:"/yishoudan/user/apply/order/updateStatistic", //是否参与统计
order_submitFellow :"/yishoudan/user/updateInfo",// 老乡编辑提交
order_submitTime :"/assistant/apply/order/changeTime",// 时间编辑提交
order_residentList :"/assistant/agency/onsite/user/list",// 驻场列表

@ -2,7 +2,7 @@
<view class="g_bg_f">
<view class="item g_flex_row_between" @click="handleItem" :class="{ g_pl_15: from != 'reservation-time', g_pr_15: isShowBottom }">
<view class="g_flex_none g_flex_row_start">
<view class="g_fs_16 g_c_9 g_flex_column_center">{{ label }}</view>
<view class="g_fs_16 g_c_6 g_flex_column_center">{{ label }}</view>
<view v-if="labelSubStr" class="g_pl_8 g_flex_column_center g_pr_8" @click.stop="handleClickLabel">
<view class="g_w_32 g_c_20 g_flex_c g_c_6 g_fs_12"
style="border: 1px solid #ccc;border-radius: 2px;margin-top: 4rpx;"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save