no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 26f293c79c
commit 50dda7e8af

@ -7,8 +7,8 @@ let orderInfo = {
order_submitRemark :"/yishoudan/user/apply/order/updateOrder",// 跟进记录提交事件 order_submitRemark :"/yishoudan/user/apply/order/updateOrder",// 跟进记录提交事件
order_peopleList :"/yishoudan/user/getAgencyCorpUsers",// 报名人列表 order_peopleList :"/yishoudan/user/getAgencyCorpUsers",// 报名人列表
order_submitPeople :"/yishoudan/user/apply/order/updateApplyUserAndStatistic",// 报名人提交修改 order_submitPeople :"/yishoudan/user/apply/order/updateApplyUserAndStatistic",// 报名人提交修改
order_submitFellow :"/yishoudan/user/updateInfo",// 老乡编辑提交 order_submitFellow :"/yishoudan/user/updateInfo",// 工友编辑提交
order_submitFellowNew :"/yishoudan/user/apply/order/V2/updateUserInfo",// 老乡编辑提交 order_submitFellowNew :"/yishoudan/user/apply/order/V2/updateUserInfo",// 工友编辑提交
order_submitTime :"/assistant/apply/order/changeTime",// 时间编辑提交 order_submitTime :"/assistant/apply/order/changeTime",// 时间编辑提交
order_residentList :"/assistant/agency/onsite/user/list",// 驻场列表 order_residentList :"/assistant/agency/onsite/user/list",// 驻场列表
order_residentSubmit :"/assistant/apply/order/changeOnSiteUser",// 驻场提交 order_residentSubmit :"/assistant/apply/order/changeOnSiteUser",// 驻场提交

@ -53,7 +53,7 @@
{ {
"path": "editTownsman", "path": "editTownsman",
"style": { "style": {
"navigationBarTitleText": "编辑老乡信息" "navigationBarTitleText": "编辑工友信息"
} }
}, },
{ {

@ -217,7 +217,7 @@
<u-popup v-model="infoModal.isShow" mode="center" border-radius="16" width="630" :mask-close-able="true"> <u-popup v-model="infoModal.isShow" mode="center" border-radius="16" width="630" :mask-close-able="true">
<view> <view>
<view class="g_flex_row_center g_pt_32 g_fs_18 g_fw_600 g_mb_20">老乡信息</view> <view class="g_flex_row_center g_pt_32 g_fs_18 g_fw_600 g_mb_20">工友信息</view>
<view class="g_pb_32 g_pr_16 g_pl_16 g_flex_row_center"> <view class="g_pb_32 g_pr_16 g_pl_16 g_flex_row_center">
<view> <view>
<view class="item g_flex_row_start g_mb_8"> <view class="item g_flex_row_start g_mb_8">

@ -111,7 +111,7 @@
:list="[ :list="[
{ {
icon: '', icon: '',
label: '老乡电话', label: '工友电话',
result: '', result: '',
path: '', path: '',
value: info.tel, value: info.tel,
@ -199,7 +199,7 @@ export default {
// this.imgList = this.info.imgs.split(","); // this.imgList = this.info.imgs.split(",");
// } // }
} }
console.log("获取老乡信息:", options); console.log("获取工友信息:", options);
}, },
onShow() { onShow() {
let that = this; let that = this;

@ -6,7 +6,7 @@
<div class="g_pb_8" v-if="currentImg" @click="currentImg = ''"> <div class="g_pb_8" v-if="currentImg" @click="currentImg = ''">
<img :src="currentImg" class="g_w_48 g_h_48 g_radius_8" alt /> <img :src="currentImg" class="g_w_48 g_h_48 g_radius_8" alt />
</div> </div>
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴老乡信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea> <textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea>
<div class> <div class>
<view class="g_flex_row_end flex_center"> <view class="g_flex_row_end flex_center">
<view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view> <view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view>

@ -187,7 +187,7 @@ export default {
this.imgList = this.info.imgs.split(',') this.imgList = this.info.imgs.split(',')
} }
} }
console.log('获取老乡信息:', options) console.log('获取工友信息:', options)
}, },
onShow() { onShow() {
let that = this let that = this

@ -409,10 +409,10 @@ export default {
let that = this, let that = this,
params = {}, params = {},
info = null; info = null;
// , // ,
// if (!that.persenInfo[0].userName && $item === "") { // if (!that.persenInfo[0].userName && $item === "") {
// uni.showToast({ // uni.showToast({
// title: "", // title: "",
// icon: "none", // icon: "none",
// }); // });
// return; // return;
@ -464,7 +464,7 @@ export default {
if (that.persenInfo.length == 0) { if (that.persenInfo.length == 0) {
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
title: "请输入老乡信息", title: "请输入工友信息",
}); });
return false; return false;
} }

@ -120,7 +120,7 @@ export default {
let that = this; let that = this;
that.getTobeSupplierInfo(); that.getTobeSupplierInfo();
console.log("获取老乡信息:", options); console.log("获取工友信息:", options);
uni.$on("changeDesp", function (data) { uni.$on("changeDesp", function (data) {
console.log(data.info); console.log(data.info);
console.log("监听到事件来自 update ,携带参数 msg 为:" + data.info); console.log("监听到事件来自 update ,携带参数 msg 为:" + data.info);

Loading…
Cancel
Save