Compare commits
67 Commits
c856fe3da6
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f8245ab2c | ||
|
|
afdb3cb724 | ||
|
|
612de69d7b | ||
|
|
d244f20aac | ||
|
|
c205422420 | ||
|
|
426ac9171d | ||
|
|
45b0117f5f | ||
|
|
95a1187b8a | ||
|
|
a6a98eb2b6 | ||
|
|
d37b721c28 | ||
|
|
ca7572c542 | ||
|
|
c10a0be121 | ||
|
|
036f2a61bf | ||
|
|
487a367c5a | ||
|
|
1f4fc0b0cc | ||
|
|
ed26947cce | ||
|
|
8e049c4a0c | ||
|
|
e94ce94c42 | ||
|
|
2bda2bb389 | ||
|
|
20dc7d5f75 | ||
|
|
850ed466cf | ||
|
|
6cb3944a86 | ||
|
|
8739cb4a34 | ||
|
|
26f4f88574 | ||
|
|
d15689ccb8 | ||
|
|
f7f057910c | ||
|
|
c45e8a838c | ||
|
|
245e1f265f | ||
|
|
f1565c20d2 | ||
|
|
4a5030924d | ||
|
|
33ec095bdb | ||
|
|
b5d741ba82 | ||
|
|
9d29c34542 | ||
|
|
b3b0207757 | ||
|
|
5c573641e0 | ||
|
|
65bb3a0810 | ||
|
|
d48405420d | ||
|
|
5365116306 | ||
|
|
c7b5f355ae | ||
|
|
7986117466 | ||
|
|
d2f0c16a59 | ||
|
|
bcc2b73534 | ||
|
|
e129063fd4 | ||
|
|
c5fe81450e | ||
|
|
201b7058a5 | ||
|
|
9bcdf54da2 | ||
|
|
3fc38b9dcb | ||
|
|
48e74be9be | ||
|
|
1d8fbf7d67 | ||
|
|
1b98c0a755 | ||
|
|
823d19bbca | ||
|
|
f1ee5dd877 | ||
|
|
0a1d4de168 | ||
|
|
fd5c5739e4 | ||
|
|
1c906127b1 | ||
|
|
19824d25e5 | ||
|
|
27a47ac199 | ||
|
|
d49dd05baf | ||
|
|
e34fa23547 | ||
|
|
48912d6319 | ||
|
|
ad49a47367 | ||
|
|
8e8fdc02c6 | ||
|
|
711785fe8e | ||
|
|
d6053ec1aa | ||
|
|
7868a0447d | ||
|
|
d0f29a4b71 | ||
|
|
558b56420b |
@@ -1,5 +1,12 @@
|
||||
|
||||
#调用后台地址
|
||||
# 公司
|
||||
VITE_APP_BASE_URL = 'http://118.186.13.120:31302'
|
||||
# VITE_APP_BASE_URL = "http://192.168.236.71:31302"
|
||||
# VITE_APP_BASE_URL = "http://123.57.20.168:3000"
|
||||
|
||||
# 友晟外网
|
||||
# VITE_APP_BASE_URL = 'https://app-test.718yousheng.com/app'
|
||||
# 友晟内网
|
||||
# VITE_APP_BASE_URL = 'https://appi-test.718yousheng.com/app'
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
|
||||
#调用后台地址
|
||||
VITE_APP_BASE_URL = 'http://118.186.13.120:31302'
|
||||
# 公司
|
||||
# VITE_APP_BASE_URL = 'http://118.186.13.120:31302'
|
||||
# VITE_APP_BASE_URL = "http://192.168.236.71:31302"
|
||||
# VITE_APP_BASE_URL = "http://123.57.20.168:3000"
|
||||
|
||||
# 友晟外网
|
||||
VITE_APP_BASE_URL = 'https://app-test.718yousheng.com/app'
|
||||
# 友晟内网
|
||||
# VITE_APP_BASE_URL = 'https://appi-test.718yousheng.com/app'
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
.hbuilderx
|
||||
.DS_Store
|
||||
dist
|
||||
*.local
|
||||
|
||||
19
.hbuilderx/launch.json
Normal file
19
.hbuilderx/launch.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version" : "1.0",
|
||||
"configurations" : [
|
||||
{
|
||||
"playground" : "custom",
|
||||
"type" : "uni-app:app-android"
|
||||
},
|
||||
{
|
||||
"app" : {
|
||||
"launchtype" : "remote"
|
||||
},
|
||||
"default" : {
|
||||
"launchtype" : "local"
|
||||
},
|
||||
"provider" : "aliyun",
|
||||
"type" : "uniCloud"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -10,11 +10,6 @@
|
||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
</script>
|
||||
<title></title>
|
||||
<style>
|
||||
body{
|
||||
background-color: transparent;
|
||||
}
|
||||
</style>
|
||||
<!--preload-links-->
|
||||
<!--app-context-->
|
||||
</head>
|
||||
|
||||
Binary file not shown.
29
nativeplugins/Tm-TmSafeSaveFileModule/package.json
Normal file
29
nativeplugins/Tm-TmSafeSaveFileModule/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "TmSafeSaveFileModule隐私数据保存",
|
||||
"id": "Tm-TmSafeSaveFileModule",
|
||||
"version": "1.0.0",
|
||||
"description": "TmSafeSaveFileModule隐私数据保存",
|
||||
"_dp_type": "nativeplugin",
|
||||
"_dp_nativeplugin": {
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "Tm-TmSafeSaveFileModule",
|
||||
"class": "io.dcloud.uniplugin.safesave.TmSafeSaveFileModule"
|
||||
}
|
||||
],
|
||||
"abis": [
|
||||
"armeabi-v7a",
|
||||
"x86"
|
||||
],
|
||||
"minSdkVersion": "26",
|
||||
"integrateType": "aar",
|
||||
"dependencies": [
|
||||
"androidx.security:security-crypto:1.1.0-alpha06"
|
||||
],
|
||||
"permissions": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
6945
package-lock.json
generated
6945
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
52
package.json
52
package.json
@@ -40,38 +40,40 @@
|
||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-app-harmony": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-app-plus": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-components": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-h5": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-alipay": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-baidu": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-harmony": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-jd": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-lark": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-qq": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-toutiao": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-xhs": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-ui": "^1.5.7",
|
||||
"@dcloudio/uni-app": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-components": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-h5": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-ui": "^1.5.11",
|
||||
"crypto-js": "^4.2.0",
|
||||
"mescroll-uni": "^1.3.7",
|
||||
"pinia": "2.0.20",
|
||||
"uuid": "^11.1.0",
|
||||
"vue": "^3.4.21"
|
||||
"vue": "3.4.21",
|
||||
"vue-i18n": "9.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dcloudio/types": "^3.4.8",
|
||||
"@dcloudio/uni-automator": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-4070520250711001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-4070520250711001",
|
||||
"@vue/runtime-core": "^3.4.21",
|
||||
"@dcloudio/types": "3.4.19",
|
||||
"@dcloudio/uni-automator": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
|
||||
"@vue/runtime-core": "3.5.20",
|
||||
"lodash-es": "^4.17.21",
|
||||
"sass": "^1.79.3",
|
||||
"sass": "^1.91.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"vite": "5.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
41
src/App.vue
41
src/App.vue
@@ -4,16 +4,39 @@
|
||||
|
||||
|
||||
<script setup>
|
||||
// import { onLaunch } from '@dcloudio/uni-app';
|
||||
// onLaunch((opt) => {
|
||||
// console.log("onLaunch")
|
||||
import {showAlert} from '@/utils/message.js'
|
||||
import { onLaunch } from '@dcloudio/uni-app';
|
||||
onLaunch((opt) => {
|
||||
// uni.preloadPage({ url: "/pages/login/login" });
|
||||
// uni.preloadPage({ url: "/pages/home/home" });
|
||||
// uni.preloadPage({ url: "/pages/business/business" });
|
||||
// uni.preloadPage({ url: "/pages/notice/notice" });
|
||||
// uni.preloadPage({ url: "/pages/userinfo/userinfo" });
|
||||
console.log("APP onLaunch")
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
// uni.getPushClientId({
|
||||
// success: (res) => {
|
||||
// let push_clientid = res.cid
|
||||
// showAlert(push_clientid)
|
||||
// console.log('客户端推送标识:', push_clientid);
|
||||
// },
|
||||
// fail(err) {
|
||||
// console.log(err)
|
||||
// }
|
||||
// })
|
||||
|
||||
uni.onPushMessage(res => {
|
||||
console.log("收到推送消息:", res) //监听推送消息
|
||||
// uni.createPushMessage({
|
||||
// title: res.data.title,
|
||||
// content: res.data.content,
|
||||
// payload: res.data.payload
|
||||
// })
|
||||
})
|
||||
// #endif
|
||||
})
|
||||
|
||||
// uni.preloadPage({ url: "/pages/login/login" });
|
||||
// uni.preloadPage({ url: "/pages/home/home" });
|
||||
// uni.preloadPage({ url: "/pages/business/business" });
|
||||
// uni.preloadPage({ url: "/pages/notice/notice" });
|
||||
// uni.preloadPage({ url: "/pages/userinfo/userinfo" });
|
||||
// })
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
213
src/api/crm/activity/activity.js
Normal file
213
src/api/crm/activity/activity.js
Normal file
@@ -0,0 +1,213 @@
|
||||
import request from "@/utils/request";
|
||||
|
||||
//获取客户单位用户人员信息
|
||||
export function crmCustomerUser(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appCrmCusUserNewController/crmCustomerUser",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//获取我公司人员信息
|
||||
export function myUserNameList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistDetail/getCompanyPersonnerlName",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//保存走访报告明细
|
||||
export function addVisistDetail(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistDetail/addVisistDetail",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//删除走访报告中的某一项(日常走访,业务招待)
|
||||
export function deleVisistDetailItem(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistDetail/deleVisistDetailItem",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//走访明细查询
|
||||
export function getVisistDetailItem(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistDetail/queryList",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//删除整体的报告
|
||||
export function removeVisist(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/remove",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//走访报告列表查询
|
||||
export function getYsVisistList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/list",
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//更新一个报告的状态
|
||||
export function updateStatus(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistReport/updateStatus",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//获取客户信息列表
|
||||
export function getYsCustomerList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appCustomerIfno/pageList",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//新增走访报告
|
||||
export function addVisist(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistReport/add",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//走访报告查询
|
||||
export function getQueryVisistList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/queryList",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//走访报告详细信息
|
||||
export function getYsVisistInfo(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/getDetail",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//一个走访报告下面关联的日常走访,业务招待等具体信息
|
||||
export function getVisistDetailList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistDetail/list",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//新增点赞
|
||||
export function insertUserLike(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appUserLike/addVisistDetail",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//查询是否已经点过赞
|
||||
export function getUserLike(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appUserLike/queryUserLikeStatus/" + data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//获取当前人的信息
|
||||
export function getUserInfo(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/user/getUserInfo",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//查询没有经过信息管理员审批的单子
|
||||
export function getApprovalList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/approvalList",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//打开详情页设置成为已读
|
||||
export function getUpdateApprovalForRead(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistReport/updateApprovalForRead",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//提交通过活动报告
|
||||
export function auditActivityReport(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/activity/auditActivityReport",
|
||||
data,
|
||||
header: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded' // 设置请求头,确保服务器正确解析 FormData
|
||||
}
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//更新驳回原因
|
||||
export function getRejectReason(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistReport/updaterejectReason",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//查询签到打卡信息集合为了报告
|
||||
export function addMapForReport(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistReport/addMapList",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
51
src/api/crm/activity/map.js
Normal file
51
src/api/crm/activity/map.js
Normal file
@@ -0,0 +1,51 @@
|
||||
import request from "@/utils/request";
|
||||
|
||||
//新增地图开始签到接口
|
||||
export function addStartMap(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistMap/Startadd",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//新增地图开始打卡接口
|
||||
export function addStartMapForClockIn(data) {
|
||||
return request.post({
|
||||
url: "/crm/app/appVisistMap/StartaddForClockIn",
|
||||
data,
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//打卡信息查看
|
||||
export function CheckInInformationViewing(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistMap/DKList",
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//签到统计
|
||||
export function getSigninList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistMap/QueryBased",
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
|
||||
//不签到统计
|
||||
export function getNoSigninList(data) {
|
||||
return request.get({
|
||||
url: "/crm/app/appVisistMap/QueryBasedIsNull",
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
});
|
||||
}
|
||||
175
src/api/crm/api_ys.js
Normal file
175
src/api/crm/api_ys.js
Normal file
@@ -0,0 +1,175 @@
|
||||
import request from "@/utils/request"
|
||||
|
||||
|
||||
export function getYsVisistList(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appVisistReport/list',
|
||||
data: data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息列表接口
|
||||
export function CrmMarketInformationList(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/list',
|
||||
data: data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息模块待审核改为提交
|
||||
export function handleCrmMarketInfo(data) {
|
||||
return request.post({
|
||||
url: '/crm/app/informationMarketInformation/handleCrmMarketInfo',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//获取客户名称
|
||||
export function getYsCustomerList(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCustomerIfno/pageList',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息模块提交
|
||||
export function crmMarketInformationAdd(data) {
|
||||
return request.post({
|
||||
url: '/crm/app/informationMarketInformation/add',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息模块查询
|
||||
export function crminformationItemForDetail(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/getDetail',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//客户人员信息查询
|
||||
export function crmCustomerUser(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/crmCustomerUser',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息根据ID删除
|
||||
export function crmMarketInformationDelete(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/delete',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息查询接口
|
||||
export function viewingMarketInfForAllMembers(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/viewList',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息详情查询接口
|
||||
export function viewingMarketInfgetDetail(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/getDetail',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信审核列表接口
|
||||
export function approvalMarketInfget(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/Approval',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//回款模块列表查询
|
||||
export function getPaymentList(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/InformationReviewController/getPaymentList',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//回款新增接口
|
||||
export function addPaymentCollection(data) {
|
||||
return request.post({
|
||||
url: '/crm/app/InformationReviewController/addPaymentCollection',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//回款更新接口
|
||||
export function updatePaymentDetail(data) {
|
||||
return request.post({
|
||||
url: '/crm/app/InformationReviewController/updatePaymentDetail',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//回款删除接口
|
||||
export function deletePaymentDetail(data) {
|
||||
return request.post({
|
||||
url: '/crm/app/InformationReviewController/deletePaymentDetail',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
|
||||
//全员查询回款接口
|
||||
export function getFullStaffStatisticsViewingTable(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/InformationReviewController/getFullStaffStatisticsViewingTable',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//个人查询回款接口
|
||||
export function getPersonalPaymentCollectionTable(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/InformationReviewController/getPersonalPaymentCollectionTable',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
|
||||
//市场信息审核通过接口
|
||||
export function crmMarketInformationApprovalSuccess(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/ApprovalSuccess',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
//市场信息审核驳回接口
|
||||
export function crmMarketInformationApprovalUnSuccess(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/informationMarketInformation/ApprovalUnSuccess',
|
||||
data
|
||||
},{
|
||||
isTransformResponse:false
|
||||
})
|
||||
}
|
||||
54
src/api/crm/customer/getCustomer.js
Normal file
54
src/api/crm/customer/getCustomer.js
Normal file
@@ -0,0 +1,54 @@
|
||||
import request from "@/utils/request"
|
||||
|
||||
// 查询客户人员列表
|
||||
export function getCustomerList(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCustomerIfno/pageList',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
|
||||
// 查询系统推荐等级
|
||||
export function getCustomerLevel(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/queryCustomerLevel',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 客户人员新增
|
||||
export function saveappCrmCusUserNew(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/add',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 查询业务员名下所有的客户
|
||||
export function SearchForAllCustomersSalesperson(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/SearchForAllCustomersSalesperson',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 客户人员归属审核详情
|
||||
export function getCusUserApprovalListDetail(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/getCusUserApprovalListDetail',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 查询主归属人列表
|
||||
export function SearchForAllPerson(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/SearchForAllPerson',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
|
||||
// 客户人员新增审核列表
|
||||
export function getCusUserApprovalList(params) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/getCusUserApprovalList',
|
||||
data: params
|
||||
}, {isTransformResponse: false}
|
||||
)
|
||||
}
|
||||
36
src/api/crm/customer/updateCustomer.js
Normal file
36
src/api/crm/customer/updateCustomer.js
Normal file
@@ -0,0 +1,36 @@
|
||||
import request from "@/utils/request"
|
||||
// 删除客户人员归属消息
|
||||
export function removeVisit(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appVisistReport/remove',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 更新客户人员
|
||||
export function upadateappCrmCusUserNew (data){
|
||||
return request.post({
|
||||
url: '/crm/app/appCrmCusUserNewController/update',
|
||||
data
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
// 客户人员审核通过
|
||||
export function clientPersonnelsApproval(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/clientPersonnelsApproval',
|
||||
data
|
||||
}, {isTransformResponse: false});
|
||||
}
|
||||
//客户人员驳回
|
||||
export function customerPersonnelsRejectio(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/customerPersonnelsRejectio',
|
||||
data
|
||||
}, {isTransformResponse: false});
|
||||
}
|
||||
//主归属人变更提交
|
||||
export function submissionOfChangeOfMainOwner (data){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/submissionOfChangeOfMainOwner',
|
||||
data
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
41
src/api/crm/mainOwner/mainOwner.js
Normal file
41
src/api/crm/mainOwner/mainOwner.js
Normal file
@@ -0,0 +1,41 @@
|
||||
import request from "@/utils/request";
|
||||
|
||||
|
||||
//主归属人变更信息查看(列表)
|
||||
export function queryViewMainOwnerList(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/viewInformationChangesInprimaryOwnership',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
|
||||
//主归属人变更信息查看(详情)
|
||||
export function queryViewMainOwnerDetail(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/getCrmCusUserNewChangeOwnerList',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
|
||||
//查询主归属人变更人员的列表数据
|
||||
export function personnelAwaitingReviewForChange(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/personnelAwaitingReviewForChange',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
|
||||
//主归属人变更驳回
|
||||
export function changeOfPrimaryOwnershipNoApproved(params) {
|
||||
return request.get({
|
||||
url:'/crm/app/appCrmCusUserNewController/changeOfPrimaryOwnershipNoApproved',
|
||||
data: params
|
||||
}, {isTransformResponse: false});
|
||||
}
|
||||
//主归属人变更通过
|
||||
export function changeOfPrimaryOwnershipApproved (params) {
|
||||
return request.get({
|
||||
url: '/crm/app/appCrmCusUserNewController/changeOfPrimaryOwnershipApproved',
|
||||
data: params
|
||||
}, {isTransformResponse: false});
|
||||
}
|
||||
29
src/api/crm/plan/getPlan.js
Normal file
29
src/api/crm/plan/getPlan.js
Normal file
@@ -0,0 +1,29 @@
|
||||
import request from "@/utils/request"
|
||||
// 获取用户信息
|
||||
export function getUserInfo(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/user/getUserInfo',
|
||||
data
|
||||
}, {isTransformResponse: false})
|
||||
}
|
||||
//获取所有人周计划列表
|
||||
export function getAllWeekPlanList(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appWeeklyPlan/list',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
//获取个人周计划列表
|
||||
export function getWeeklyPlanList(data) {
|
||||
return request.get({
|
||||
url: '/crm/app/appWeeklyPlan/getWeeklyListByUser',
|
||||
data
|
||||
}, {isTransformResponse: false})
|
||||
}
|
||||
// 组合查询计划列表
|
||||
export function getWeekPlanListByDate(params){
|
||||
return request.get({
|
||||
url: '/crm/app/appWeeklyPlan/weeklyListByDate',
|
||||
data: params
|
||||
},{isTransformResponse: false})
|
||||
}
|
||||
28
src/api/crm/plan/updatePlan.js
Normal file
28
src/api/crm/plan/updatePlan.js
Normal file
@@ -0,0 +1,28 @@
|
||||
import request from "@/utils/request"
|
||||
|
||||
export function updateWeekPlanList(data){
|
||||
return request.post({
|
||||
url: '/crm/app/appWeeklyPlan/updateWeekly',
|
||||
data: data,
|
||||
header: {
|
||||
'Content-Type': 'application/json;charset=UTF-8'
|
||||
}
|
||||
})
|
||||
}
|
||||
// 判断本周是否写过计划
|
||||
export function judgeThisWeek (data){
|
||||
return request.post({
|
||||
url: '/crm/app/appWeeklyPlan/Judgethisweek',
|
||||
data,
|
||||
header: {'Content-Type': 'application/json;charset=UTF-8'}
|
||||
})
|
||||
}
|
||||
|
||||
// 新增周计划
|
||||
export function addPlan(data){
|
||||
return request.post({
|
||||
url: '/crm/app/appWeeklyPlan/addComment',
|
||||
data,
|
||||
header:{'Content-Type': 'application/json;charset=UTF-8'}
|
||||
})
|
||||
}
|
||||
@@ -6,4 +6,12 @@ export function noticeList(data) {
|
||||
url: '/acc/message/notify/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 获取用户审批的待办和已办详情
|
||||
export function flowList(data) {
|
||||
return request.post({
|
||||
url: '/acc/message/flow/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -51,22 +51,20 @@ const handleBack = () => {
|
||||
|
||||
<style scoped>
|
||||
.custom-navbar {
|
||||
width: 750rpx;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left:-375rpx;
|
||||
z-index: 999;
|
||||
/* #ifdef APP-PLUS */
|
||||
/* background: url('@/static/images/bg-Blue-header.png') no-repeat;
|
||||
background-size:750rpx 160rpx;
|
||||
height:160rpx; */
|
||||
background: #307AF5 url('@/static/images/bg-Blue-header.png') no-repeat;
|
||||
background-size:100% 160rpx;
|
||||
height:160rpx;
|
||||
/* #endif */
|
||||
|
||||
/* #ifndef APP-PLUS */
|
||||
/* background: url('@/static/images/bg-Blue-header2.png') no-repeat;
|
||||
background-size:750rpx 116rpx;
|
||||
height:116rpx; */
|
||||
background: #307AF5 url('@/static/images/bg-Blue-header2.png') no-repeat;
|
||||
background-size:100% 116rpx;
|
||||
height:116rpx;
|
||||
/* #endif */
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- @confirm="handleSearch" @cancel="handleCancel"-->
|
||||
<uni-search-bar class="custom-search"
|
||||
radius="28"
|
||||
placeholder="请输入您想查询的内容或服务"
|
||||
placeholder="请输入搜索条件"
|
||||
clearButton="auto"
|
||||
bgColor="#6FA2F8" textColor="#ffffff"
|
||||
v-model="searchText"
|
||||
@@ -240,7 +240,7 @@ const handleResultClick = (item) => {
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 130px);
|
||||
height: calc(100vh - 168px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 150px);
|
||||
@@ -268,7 +268,6 @@ const handleResultClick = (item) => {
|
||||
.tag-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap:20rpx;
|
||||
}
|
||||
|
||||
.search-tag {
|
||||
@@ -276,8 +275,8 @@ const handleResultClick = (item) => {
|
||||
border:1px solid #E8E8E8;
|
||||
border-radius: 10rpx;
|
||||
padding: 10rpx 15rpx;
|
||||
/* margin-right: 20rpx;
|
||||
margin-bottom: 20rpx; */
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onMounted, reactive, ref } from "vue";
|
||||
import { onMounted, reactive, ref, defineExpose} from "vue";
|
||||
|
||||
const props = defineProps({
|
||||
// 是否显示全部清空按钮
|
||||
@@ -111,7 +111,7 @@ const active = ref(false); // 组件是否激活,
|
||||
let changevalue = reactive([]);
|
||||
let realValue = reactive([]);
|
||||
onMounted(() => {
|
||||
init();
|
||||
// init();
|
||||
});
|
||||
|
||||
// 初始化函数
|
||||
@@ -175,6 +175,17 @@ const handleChange = (index, item) => {
|
||||
// 触发回调函数
|
||||
emit("change", changevalue, realValue);
|
||||
};
|
||||
|
||||
// 失去焦点时关闭选项列表
|
||||
const handleBlur = () => {
|
||||
active.value = false;
|
||||
};
|
||||
|
||||
// 定义组件实例暴露的方法
|
||||
defineExpose({
|
||||
handleBlur
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
182
src/components/sliderCaptcha.vue
Normal file
182
src/components/sliderCaptcha.vue
Normal file
@@ -0,0 +1,182 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<!-- 验证区域 -->
|
||||
<view class="captcha-area">
|
||||
<image :src="backgroundImg" class="bg-img" mode="widthFix"></image>
|
||||
<view class="puzzle-hole" :style="{
|
||||
left: `${holePosition.x}px`,
|
||||
top: `${holePosition.y}px`,
|
||||
width: `${puzzleSize.width}px`,
|
||||
height: `${puzzleSize.height}px`
|
||||
}"></view>
|
||||
</view>
|
||||
|
||||
<!-- 滑块区域 -->
|
||||
<view class="slider-area">
|
||||
<movable-area class="movable-area">
|
||||
<movable-view class="movable-view" direction="horizontal" :x="sliderX" @change="onDrag"
|
||||
@touchend="onDragEnd" :damping="40" :friction="10">
|
||||
<image :src="puzzleImg" class="puzzle-img"></image>
|
||||
</movable-view>
|
||||
</movable-area>
|
||||
<text class="slider-text">{{ sliderText }}</text>
|
||||
</view>
|
||||
|
||||
<!-- 操作按钮 -->
|
||||
<button class="refresh-btn" @click="initCaptcha">刷新验证码</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
backgroundImg: './static/images/captcha/1.jpg?v=1', // 替换为你的背景图
|
||||
puzzleImg: '', // 滑块小图
|
||||
holePosition: { x: 0, y: 0 }, // 缺口位置
|
||||
puzzleSize: { width: 50, height: 50 }, // 滑块尺寸
|
||||
sliderX: 0, // 滑块位置
|
||||
targetX: 0, // 正确目标位置
|
||||
isVerified: false,
|
||||
sliderText: '拖动滑块完成拼图'
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.initCaptcha();
|
||||
},
|
||||
methods: {
|
||||
// 初始化验证码
|
||||
initCaptcha() {
|
||||
this.isVerified = false;
|
||||
this.sliderX = 0;
|
||||
this.sliderText = '拖动滑块完成拼图';
|
||||
|
||||
// 随机生成缺口位置 (示例)
|
||||
const maxX = 300 - this.puzzleSize.width;
|
||||
const maxY = 200 - this.puzzleSize.height;
|
||||
|
||||
this.holePosition = {
|
||||
x: Math.floor(Math.random() * maxX),
|
||||
y: Math.floor(Math.random() * maxY)
|
||||
};
|
||||
|
||||
// 这里应该从服务器获取裁剪后的小图
|
||||
// 实际项目中需要通过API获取
|
||||
this.puzzleImg = this.generatePuzzleImage();
|
||||
|
||||
// 设置目标位置 (映射到滑块轨道)
|
||||
this.targetX = this.mapToSliderPosition(this.holePosition.x);
|
||||
},
|
||||
|
||||
// 模拟生成滑块图片 (实际应从服务端获取)
|
||||
generatePuzzleImage() {
|
||||
// 这里应该是从背景图裁剪的图片
|
||||
return './static/images/captcha/1-1.jpg?v=1';
|
||||
},
|
||||
|
||||
// 映射背景位置到滑块位置
|
||||
mapToSliderPosition(bgX) {
|
||||
const bgWidth = 300; // 背景图显示宽度
|
||||
const sliderWidth = 280; // 滑块轨道宽度
|
||||
return (bgX / bgWidth) * sliderWidth;
|
||||
},
|
||||
|
||||
// 拖动中
|
||||
onDrag(e) {
|
||||
if (this.isVerified) return;
|
||||
this.sliderX = e.detail.x;
|
||||
},
|
||||
|
||||
// 拖动结束
|
||||
onDragEnd() {
|
||||
if (this.isVerified) return;
|
||||
|
||||
// 允许的误差范围
|
||||
const tolerance = 5;
|
||||
|
||||
if (Math.abs(this.sliderX - this.targetX) < tolerance) {
|
||||
this.isVerified = true;
|
||||
this.sliderText = '验证成功 ✓';
|
||||
uni.showToast({ title: '验证成功', icon: 'success' });
|
||||
// 这里可以触发验证通过后的操作
|
||||
} else {
|
||||
this.sliderText = '验证失败,请重试';
|
||||
this.sliderX = 0;
|
||||
setTimeout(() => {
|
||||
if (!this.isVerified) this.sliderText = '拖动滑块完成拼图';
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.captcha-area {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.bg-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.puzzle-hole {
|
||||
position: absolute;
|
||||
border: 2px dashed #fff;
|
||||
box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.slider-area {
|
||||
width: 300px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.movable-area {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.movable-view {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.puzzle-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.slider-text {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.refresh-btn {
|
||||
margin-top: 20px;
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
@@ -4,5 +4,5 @@ export const AGREEWELCOME_KEY="agreewelcome";
|
||||
// clientId 默认写2
|
||||
export const CLIENT_ID="2";
|
||||
// #区分内外网 //1-内网,2-外网
|
||||
export const NETWORK_ENV=1;
|
||||
export const NETWORK_ENV=2;
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ export const RequestMethodsEnum = {
|
||||
};
|
||||
|
||||
export const RequestCodeEnum = {
|
||||
SUCCESS: 0 || 200, //成功
|
||||
SUCCESS: 200, //成功
|
||||
FAILED: -1, // 失败
|
||||
TOKEN_INVALID: 401 // TOKEN失效未登录
|
||||
};
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { createSSRApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
|
||||
import { CLIENT_ID,NETWORK_ENV } from '@/enums/cacheEnums';
|
||||
import '@/static/font/iconfont.css'
|
||||
|
||||
|
||||
// 注册自定义组件
|
||||
import customShowModal from '@/components/customShowModal.vue'
|
||||
|
||||
@@ -12,19 +12,16 @@ import { createPinia } from 'pinia'
|
||||
const pinia = createPinia()
|
||||
|
||||
|
||||
|
||||
|
||||
export function createApp() {
|
||||
|
||||
const app = createSSRApp(App);
|
||||
|
||||
|
||||
// 全局变量
|
||||
app.config.globalProperties.$CLIENT_ID = CLIENT_ID;
|
||||
app.config.globalProperties.$NETWORK_ENV = NETWORK_ENV;
|
||||
|
||||
// 全局自定义组件
|
||||
app.component('customShowModal', customShowModal)
|
||||
app.component('customShowModal', customShowModal);
|
||||
|
||||
app.use(pinia)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id" : "H5E705637",
|
||||
"name" : "app",
|
||||
// "appid" : "H5E705637",
|
||||
"name" : "718友晟",
|
||||
"appid" : "__UNI__4C459F4",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
@@ -16,12 +16,14 @@
|
||||
"compilerVersion" : 3,
|
||||
"splashscreen" : {
|
||||
"alwaysShowBeforeRender" : true,
|
||||
"waiting" : false,// 是否显示等待界面
|
||||
"waiting" : false, // 是否显示等待界面
|
||||
"autoclose" : true,
|
||||
"delay" : 0
|
||||
},
|
||||
/* 模块配置 */
|
||||
"modules" : {},
|
||||
"modules" : {
|
||||
"Push" : {}
|
||||
},
|
||||
/* 应用发布信息 */
|
||||
"distribute" : {
|
||||
/* android打包配置 */
|
||||
@@ -41,21 +43,72 @@
|
||||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
|
||||
"<uses-permission android:name=\"android.permission.INTERNET\" />",
|
||||
"<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />",
|
||||
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
|
||||
"<uses-permission android:name=\"android.permission.GET_TASKS\" />",
|
||||
"<uses-permission android:name=\"android.permission.BLUETOOTH\" />",
|
||||
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\" />",
|
||||
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
|
||||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
|
||||
"<uses-permission android:name=\"android.permission.BROADCAST_PACKAGE_ADDED\" />",
|
||||
"<uses-permission android:name=\"android.permission.BROADCAST_PACKAGE_CHANGED\" />",
|
||||
"<uses-permission android:name=\"android.permission.BROADCAST_PACKAGE_INSTALL\" />",
|
||||
"<uses-permission android:name=\"android.permission.BROADCAST_PACKAGE_REPLACED\" />",
|
||||
"<uses-permission android:name=\"android.permission.RESTART_PACKAGES\" />",
|
||||
"<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />"
|
||||
],
|
||||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
|
||||
"minSdkVersion" : 26,
|
||||
"targetSdkVersion" : 35,
|
||||
"icons" : {
|
||||
"android" : {
|
||||
"hdpi" : "static/icons/72x72.png",
|
||||
"xhdpi" : "static/icons/96x96.png",
|
||||
"xxhdpi" : "static/icons/144x144.png",
|
||||
"xxxhdpi" : "static/icons/192x192.png"
|
||||
"hdpi" : "/static/images/icon.png",
|
||||
"xhdpi" : "/static/images/icon.png",
|
||||
"xxhdpi" : "/static/images/icon.png",
|
||||
"xxxhdpi" : "/static/images/icon.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"dSYMs" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {}
|
||||
"sdkConfigs" : {
|
||||
"push" : {
|
||||
"unipush" : {
|
||||
"version" : "2",
|
||||
"offline" : true,
|
||||
"icons" : {
|
||||
"small" : {
|
||||
"ldpi" : "/static/images/icon.png",
|
||||
"mdpi" : "/static/images/icon.png",
|
||||
"hdpi" : "/static/images/icon.png",
|
||||
"xhdpi" : "/static/images/icon.png",
|
||||
"xxhdpi" : "/static/images/icon.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"nativePlugins" : {
|
||||
"Tm-TmSafeSaveFileModule" : {
|
||||
"__plugin_info__" : {
|
||||
"name" : "TmSafeSaveFileModule隐私数据保存",
|
||||
"description" : "TmSafeSaveFileModule隐私数据保存",
|
||||
"platforms" : "Android",
|
||||
"url" : "",
|
||||
"android_package_name" : "",
|
||||
"ios_bundle_id" : "",
|
||||
"isCloud" : false,
|
||||
"bought" : -1,
|
||||
"pid" : "",
|
||||
"parameters" : {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/* 快应用特有相关 */
|
||||
@@ -84,8 +137,8 @@
|
||||
"h5" : {
|
||||
"router" : {
|
||||
"base" : ""
|
||||
/*,"mode": "history" 仅对 H5 平台生效 */
|
||||
},
|
||||
/*,"mode": "history" 仅对 H5 平台生效 */
|
||||
"template" : "index.html"
|
||||
}
|
||||
}
|
||||
|
||||
544
src/pages.json
544
src/pages.json
@@ -1,5 +1,4 @@
|
||||
{
|
||||
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
@@ -29,96 +28,56 @@
|
||||
"path": "pages/home/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
"renderer": "native",
|
||||
"hardwareAccelerated": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/business",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
"renderer": "native",
|
||||
"hardwareAccelerated": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/editDaily",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReport",//市场信息管理
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportAdd",//走访报告添加
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportDetail",//走访报告详情
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportEnter",//走访报告内容录入
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation",//市场信息管理
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/weekPlanUpdate",//修改周计划
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/vistorCheckin",//签到打卡
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/checkinStatistics",//打卡统计
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection",//回款查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"renderer": "native",
|
||||
"hardwareAccelerated": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/notice/notice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"app-plus" : {
|
||||
"bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
|
||||
},
|
||||
"mp-alipay":{"allowsBounceVertical":"NO"} // 取消支付宝和钉钉小程序的iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/notice/noticeDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/notice/waitApprove",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/notice/waitApproveDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/userinfo/userinfo",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
"renderer": "native",
|
||||
"hardwareAccelerated": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -138,7 +97,456 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation", //市场信息管理
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReport",
|
||||
//市场信息管理
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportAdd",
|
||||
//走访报告添加
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportDetail",
|
||||
//走访报告详情
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/visitorReportEnter",
|
||||
//走访报告内容录入
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
//市场信息管理(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/marketInformation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场信息管理"
|
||||
}
|
||||
},
|
||||
//市场机会录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/marketOpportunities",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场机会录入"
|
||||
}
|
||||
},
|
||||
//市场机会修改(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/marketOpportunitiesDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场机会修改"
|
||||
}
|
||||
},
|
||||
//重大事项录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/majorMatter",
|
||||
"style": {
|
||||
"navigationBarTitleText": "重大事项录入"
|
||||
}
|
||||
},
|
||||
//重大事项更改(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/majorMatterDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "重大事项更改"
|
||||
}
|
||||
},
|
||||
//竞争对手信息录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/competitor",
|
||||
"style": {
|
||||
"navigationBarTitleText": "竞争对手信息录入"
|
||||
}
|
||||
},
|
||||
//竞争对手信息更改(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/competitorDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "竞争对手信息更改"
|
||||
}
|
||||
},
|
||||
//人员变化信息录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/personnelChanges",
|
||||
"style": {
|
||||
"navigationBarTitleText": "人员变化信息录入"
|
||||
}
|
||||
},
|
||||
//人员变化信息更改(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/personnelChangesDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "人员变化信息更改"
|
||||
}
|
||||
},
|
||||
//重点型号任务信息录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/keyModelTasks",
|
||||
"style": {
|
||||
"navigationBarTitleText": "重点型号任务信息录入"
|
||||
}
|
||||
},
|
||||
//重点型号任务信息更新(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/keyModelTasksDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "重点型号任务信息更新"
|
||||
}
|
||||
},
|
||||
//通用信息录入(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/beCurrent",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通用信息录入"
|
||||
}
|
||||
},
|
||||
//通用信息更新(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/beCurrentDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通用信息更新"
|
||||
}
|
||||
},
|
||||
//选择客户人员(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/customerUserList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "客户人员选择"
|
||||
}
|
||||
},
|
||||
//市场信息查看(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/infomationView",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场信息查看"
|
||||
}
|
||||
},
|
||||
//市场信息详情(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/informationDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场信息详情"
|
||||
}
|
||||
},
|
||||
//市场信息审核(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/marketInformationReview",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场信息审核"
|
||||
}
|
||||
},
|
||||
//市场信息审核详情(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/marketInformation/marketInformationReviewDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "市场信息审核"
|
||||
}
|
||||
},
|
||||
//回款首页查看(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "回款首页查看"
|
||||
}
|
||||
},
|
||||
//回款新增(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/addPaymentCollection",
|
||||
"style": {
|
||||
"navigationBarTitleText": "回款新增"
|
||||
}
|
||||
},
|
||||
//回款更新(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/paymentDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "回款新增"
|
||||
}
|
||||
},
|
||||
//回款查看公用页面(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/paymentCollectionCheck",
|
||||
"style": {
|
||||
"navigationBarTitleText": "回款查看"
|
||||
}
|
||||
},
|
||||
//回款查看全员统计查看(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/fullStaffStatisticsViewingTable",
|
||||
"style": {
|
||||
"navigationBarTitleText": "全员统计查看"
|
||||
}
|
||||
},
|
||||
//回款查看个人详情查看(已更新)
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection/personalPaymentCollectionTable",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人详情查看"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/weekPlanUpdate",
|
||||
//修改周计划
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/plan/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/plan/myPlan",
|
||||
//我的计划列表
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/plan/planEdit",
|
||||
//计划修改
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/plan/planView",
|
||||
//周计划查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/customerAdd",
|
||||
//客户人员新增
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/customerAudit",
|
||||
//客户人员审核
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/customerUserBelong",
|
||||
//客户人员归属
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/components/confirmForm",
|
||||
//客户人员主归属人变更审核提交
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/changeCustomerOwner",
|
||||
//客户人员主归属人变更
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit",
|
||||
//客户人员主归属人变更审核
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/mainOwner/audit/confirmForm",
|
||||
//客户人员主归属人变更审核提交
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/mainOwner/view/viewMainOwner",
|
||||
//客户人员主归属人变更查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/mainOwner/view/viewMainOwnerDetail",
|
||||
//客户人员主归属人变更查看明细
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/components/customerUserEdit",
|
||||
//客户人员详情编辑
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/customer/selectCustomer",
|
||||
//选择客户
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/vistorCheckin",
|
||||
//签到打卡
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/checkinStatistics",
|
||||
//打卡统计
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/paymentCollection",
|
||||
//回款查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
//===================================活动报告====================
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/visitReport",
|
||||
//市场信息管理
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/visitorReportAdd",
|
||||
//走访报告添加
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/visitReportView",
|
||||
//走访报告查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/visitReportDetail",
|
||||
//走访报告查看具体明细
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/auditReport",
|
||||
//走访报告审批列表查看
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/detailForApproval",
|
||||
//走访报告明细审批
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/visitorReportEnter",
|
||||
//走访报告内容录入
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/auditReject",
|
||||
//走访报告驳回输入原因
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/customerUserList",
|
||||
//客户公司人员信息
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/myUserList",
|
||||
//我公司人员信息
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/activityTypeList",
|
||||
//活动类型
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/marketActivity/chooseCus",
|
||||
//选择客户单位
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
//====================地图======
|
||||
{
|
||||
"path": "pages/business/CRM/map/vistorCheckin",
|
||||
//签到打卡
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/map/addRearkSignIn",
|
||||
//签到备注
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/map/checkInView",
|
||||
//打卡信息(考勤查看)
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/CRM/map/checkinStatistics",
|
||||
//打卡统计
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}
|
||||
//===================================活动报告====================
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
|
||||
357
src/pages/business/CRM/customer/changeCustomerOwner.vue
Normal file
357
src/pages/business/CRM/customer/changeCustomerOwner.vue
Normal file
@@ -0,0 +1,357 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月19日
|
||||
* @description 主归属人变更
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员信息'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
||||
v-model="searchValue" @clear="clearSearchValue"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 top="68rpx" -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
>
|
||||
<block v-for="(item, index) in list" :key="index">
|
||||
<view class="white-bg margin-bottom20"
|
||||
@touchstart="handleTouchStart(item)"
|
||||
@touchend="handleTouchEnd"
|
||||
v-if="item && item.auditStatus !== '办事处审核通过'"
|
||||
>
|
||||
<view class="report-list">
|
||||
<view class="w-b-title title" @dblclick.stop="handleDetail(item)">
|
||||
{{ item.cusName }}
|
||||
<!--<view v-if="item.nodeCode" class="r-right btn-edit" @click.prevent="handleCopyInfo(item)"> 复制信息 </view>-->
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ item.userName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">性别</view>
|
||||
<view class="r-right">{{ item.sex }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">手机号</view>
|
||||
<view class="r-right">{{ item.mobilePhone || item.iphone }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">部门</view>
|
||||
<view class="r-right">{{ item.userDept }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">业务员认定等级</view>
|
||||
<view class="r-right">{{ item.salesmanThinkLevel }}</view>
|
||||
</view>
|
||||
|
||||
<!--<view v-if="item.systemThinkLevel" class="r-list">
|
||||
<view class="r-left">系统认定等级</view>
|
||||
<view class="r-right">{{ item.systemThinkLevel }}</view>
|
||||
</view>-->
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {SearchForAllPerson} from "@/api/crm/customer/getCustomer"
|
||||
import {submissionOfChangeOfMainOwner} from "@/api/crm/customer/updateCustomer"
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
// 搜索内容
|
||||
let searchValue = ref(null);
|
||||
// 分页
|
||||
const mescrollRef = ref(null);
|
||||
// 防抖计时
|
||||
let timerId = null;
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
// 防抖搜索 console.log(searchValue.value)
|
||||
if (timerId) clearTimeout(timerId);
|
||||
timerId = setTimeout(async () => {
|
||||
|
||||
// let res = await getList(1, upOption.value.page.size)
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500)
|
||||
}
|
||||
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
handleSearch()
|
||||
})
|
||||
let clearSearchValue = () => {
|
||||
searchValue.value = '';
|
||||
}
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
uni.showLoading();
|
||||
cssFlag.value = true;
|
||||
setTimeout(async () => {
|
||||
// 重置页码为第一页
|
||||
const res = await getList(1, mescroll.size || upOption.page.size);
|
||||
list.value = res.list;
|
||||
cssFlag.value = false;
|
||||
// 正确传递 total 参数
|
||||
mescroll.endSuccess(res.list.length, res.total >= mescroll.size);
|
||||
uni.hideLoading();
|
||||
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
uni.showLoading();
|
||||
setTimeout(async () => {
|
||||
// 使用 mescroll 提供的页码和大小参数
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
// 正确判断是否还有更多数据
|
||||
mescroll.endSuccess(res.list.length, res.total >= mescroll.size);
|
||||
uni.hideLoading();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getList = (pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
searchContent: searchValue.value
|
||||
}
|
||||
|
||||
let res = await SearchForAllPerson(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail = (item) => {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/customer/components/customerUserEdit",
|
||||
events: {},
|
||||
success(res) {
|
||||
res.eventChannel.emit('editCusData', {param: item, isAdd: false})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 长按定时器ID
|
||||
let touchTimerId = null;
|
||||
|
||||
// 开始触摸
|
||||
let handleTouchStart = (item) => {
|
||||
touchTimerId = setTimeout(() => {
|
||||
// console.log(item, "长按客户人员项")
|
||||
handleChange(item)
|
||||
|
||||
clearTimeout(touchTimerId);
|
||||
}, 1500)
|
||||
}
|
||||
|
||||
// 结束触摸
|
||||
let handleTouchEnd = () => {
|
||||
if (touchTimerId !== null) {
|
||||
clearTimeout(touchTimerId);
|
||||
}
|
||||
}
|
||||
|
||||
// 变更主归属人
|
||||
let handleChange = (item) => {
|
||||
|
||||
uni.showModal({
|
||||
title: '是否将该客户人员主的归属人变更为自己?',
|
||||
editable: true,
|
||||
placeholderText: '请输入变更理由',
|
||||
success(res) {
|
||||
if (res.confirm) {
|
||||
if (res.content) {
|
||||
submissionOfChangeOfMainOwner({
|
||||
userId: item.userId,
|
||||
userName: item.userName,
|
||||
reasonForChange: res.content
|
||||
}).then(res => {
|
||||
if (res.code === 200) {
|
||||
uni.showToast({
|
||||
title: '操作成功'
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '操作失败!变更原因不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 复制信息
|
||||
let handleCopyInfo = (item) => {
|
||||
const {cusName, userName, sex, iphone, mobilePhone, jobTelphone, userDept, salesmanThinkLevel} = item;
|
||||
/* item = JSON.stringify({
|
||||
'客户名称':item.cusName,
|
||||
'客户人员名称': item.userName,
|
||||
'性别': item.sex,
|
||||
'手机号': item.iphone || item.mobilePhone || item.jobTelphone,
|
||||
'部门': item.userDept,
|
||||
'业务员认定等级': item.salesmanThinkLevel}
|
||||
);
|
||||
console.log(item, '复制信息');*/
|
||||
uni.setClipboardData({
|
||||
data: `客户名称:${cusName}
|
||||
客户人员名称:${userName}
|
||||
性别:${iphone || mobilePhone || jobTelphone}
|
||||
部门:${userDept}
|
||||
业务员认定等级:${salesmanThinkLevel}`,
|
||||
success: function () {
|
||||
uni.showToast({
|
||||
title: '已复制到剪贴板',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
|
||||
.w-b-title {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.white-bg:hover {
|
||||
//background-color: #f1f1f1;
|
||||
background-color: #f1f1f1; /* Chrome, Safari, Opera */
|
||||
box-shadow: 0px 0px 5rpx white;
|
||||
//filter: rgba(237, 242, 250, 0.5);
|
||||
}
|
||||
</style>
|
||||
729
src/pages/business/CRM/customer/components/confirmForm.vue
Normal file
729
src/pages/business/CRM/customer/components/confirmForm.vue
Normal file
@@ -0,0 +1,729 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月20日
|
||||
* @description 提交客户人员审批意见
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员详情'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||
<!-- 选择客户 -->
|
||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||
<view class="customer-name" ><!--@click="handleCustomerClick"-->
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
<text> {{ customerUser.cusName || '查询客户名称' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统公司等级" name="cusEstate" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.cusEstate"
|
||||
:placeholder="customerUser.sysThinkLevel?customerUser.sysThinkLevel:'默认显示公司等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员名称 -->
|
||||
<uni-forms-item label="人员姓名" name="userName" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userName" placeholder="请输入姓名" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择人员等级 -->
|
||||
<uni-forms-item label="人员等级(K)" name="userType"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleUserTypeChange" :value="userTypeIndex" :range="userTypeList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择等级 索引:index5 ,范围:palceArray3,响应:handlePlace6-->
|
||||
<view class="flex">
|
||||
{{ formData.userType ? formData.userType : '请选择' }} <!-- 等级:userType -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员工作电话 -->
|
||||
<uni-forms-item label="工作电话" name="jobTelphone" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobTelphone" placeholder="请输入工作电话" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员手机号 -->
|
||||
<uni-forms-item v-if="formData.mobilePhone" label="人员手机号" name="mobilePhone" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.mobilePhone" placeholder="请输入手机号" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员部门 -->
|
||||
<uni-forms-item label="部门" name="userDept" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userDept" placeholder="请输入所属部门" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择职能 -->
|
||||
<uni-forms-item label="职能" name="functionalRequirements" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleFunctionChange" :range="functionalRequirementList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择职能 索引: :value="functionIndex" index1 响应:handlePlace1 -->
|
||||
<view class="flex">
|
||||
{{ formData.functionalRequirements ? formData.functionalRequirements : '请选择' }}
|
||||
<!-- 职能:functionalRequirements -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统推荐等级" name="systemThinkLevel" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.systemThinkLevel" :placeholder="recommendLevel || '默认显示系统推荐等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 业务员选择人员等级 -->
|
||||
<uni-forms-item label="业务人员填写等级" name="salesmanThinkLevel" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleThinkLevelChange" :range="salesmanThinkLevelList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择推荐等级 索引:value="thinkLevelIndex" index8 响应:handlePlace9 -->
|
||||
<view class="flex">
|
||||
{{ formData.salesmanThinkLevel ? formData.salesmanThinkLevel : '请选择' }}
|
||||
<!-- 思考人员等级:salesmanThinkLevel-->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- 输入人员职务 -->
|
||||
<uni-forms-item label="职务" name="job" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.job" placeholder="请输入职务" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入专业产品 majorProduct-->
|
||||
<uni-forms-item label="专业产品" name="majorProduct" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.majorProduct" placeholder="请输入专业产品" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入产品需求 product-->
|
||||
<uni-forms-item label="产品需求" name="product" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.product" placeholder="请输入产品需求" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入办公场地 -->
|
||||
<uni-forms-item label="办公场地" name="officeSite" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.officeSite" placeholder="请输入办公场地" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入性别 -->
|
||||
<uni-forms-item label="性别" name="sex" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleGenderChange" :value="genderIndex" :range="genderList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择性别 索引:index2 ,范围:palceArray2,响应:handlePlace2-->
|
||||
<view class="flex">
|
||||
{{ formData.sex ? formData.sex : '请选择' }} <!-- 性别:sex -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- 选择任职时间 tenureTime-->
|
||||
<uni-forms-item label="任职日期" name="tenureTime" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.tenureTime"
|
||||
@change="handleTenureTimeChange" :disabled="!editable"/> <!-- 响应:orderDateChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入需求层次 hierarchyNeeds-->
|
||||
<uni-forms-item label="需求层次" name="hierarchyNeeds"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleHierarchyNeedsChange" :value="hierarchyNeedsIndex" :range="hierarchyNeedsList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择层次 索引:index4 ,范围:palceArray5,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.hierarchyNeeds ? formData.hierarchyNeeds : '请选择' }} <!-- 层次:hierarchyNeeds -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入职务变化 jobChange-->
|
||||
<uni-forms-item label="职务变化" name="jobChange" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobChange" placeholder="请输入职务变化" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择发展潜能 develop-->
|
||||
<uni-forms-item label="发展潜能" name="develop"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleDevelopChange" :value="developIndex" :range="developList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择潜力 索引:index3 ,范围:handlePlace4,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.develop ? formData.develop : '请选择' }} <!-- 潜能:develop -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入生日 -->
|
||||
<uni-forms-item label="生日" name="birthday" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.birthday"
|
||||
@change="handleBirthdayChange" :disabled="!editable"/> <!-- 响应:birthdayChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入爱好 -->
|
||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
||||
@change="handleHobbyChange" :slabel="'name'"
|
||||
|
||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- <uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">-->
|
||||
<!-- <uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" @click="chooseHobby"/>-->
|
||||
<!-- chooseHobby选择标签 -->
|
||||
<!-- </uni-forms-item>-->
|
||||
<!-- 输入禁忌 taboo-->
|
||||
<uni-forms-item label="禁忌" name="taboo" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.taboo" placeholder="请输入禁忌" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入籍贯 nativec-->
|
||||
<uni-forms-item label="籍贯" name="nativec" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.nativec" placeholder="请输入或选择籍贯" :disabled="!editable"/>
|
||||
<uni-data-picker placeholder="请选择" :localdata="city"
|
||||
:clear-icon="false"
|
||||
:map="{text:'label',value:'value'}"
|
||||
@change="handleNativeChange" :readonly="!editable">
|
||||
|
||||
</uni-data-picker>
|
||||
<!-- {{formData.nativec? formData.nativec:'请选择'}}--><!-- 响应:address-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭住址 homeAddress-->
|
||||
<uni-forms-item label="家庭住址" name="homeAddress" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.homeAddress" placeholder="请输入家庭住址" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭情况 familyStatus-->
|
||||
<uni-forms-item label="家庭情况" name="familyStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.familyStatus" placeholder="请输入家庭情况" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入婚姻状况 maritalStatus-->
|
||||
<uni-forms-item label="婚姻状况" name="maritalStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.maritalStatus" placeholder="请输入婚姻状况" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入车型及牌号 motorcycleType-->
|
||||
<uni-forms-item label="车型及牌号" name="motorcycleType" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.motorcycleType" placeholder="请输入车型及牌号" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入毕业院校 graduateIns-->
|
||||
<uni-forms-item label="毕业院校" name="graduateIns" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.graduateIns" placeholder="请输入毕业院校" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人脉关系 interpersonal-->
|
||||
<uni-forms-item label="人脉关系" name="interpersonal" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.interpersonal" placeholder="请输入人脉关系" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入支持程度 support-->
|
||||
<uni-forms-item label="支持程度" name="support" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleSupportChange" :value="supportIndex" :range="supportLevelList" :disabled="!editable"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index6 ,范围:palceArray6,响应:handlePlace7-->
|
||||
<view class="flex">
|
||||
{{ formData.support ? formData.support : '请选择' }} <!-- 支持:support -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 选择工作状态 workingStatus-->
|
||||
<uni-forms-item label="工作状态" name="workingStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleWorkingStatusChange" :value="workingStatusIndex" :range="workingStatusList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择支持程度 索引:index7 ,范围:palceArray7,响应:handlePlace8-->
|
||||
<view class="flex">
|
||||
{{ formData.workingStatus ? formData.workingStatus : '请选择' }} <!-- 工作:workingStatus -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入备注 -->
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top" style="padding-bottom: 220rpx;">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.reasonForChange" placeholder="请输入备注"
|
||||
class="form-texarea" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
|
||||
<view v-if="formData.userId" class="fab">
|
||||
<button class="mini-btn btn" type="warn" @click="handleReject">✘ 驳回</button>
|
||||
<button class="mini-btn btn" type="primary" @click="handleApprove">✔ 通过</button>
|
||||
</view>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, reactive, getCurrentInstance} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import multipleSelect from '@/components/multipleSelect.vue'
|
||||
import {
|
||||
developList,
|
||||
functionalRequirementList,
|
||||
genderList,
|
||||
hierarchyNeedsList, hobbyList,
|
||||
salesmanThinkLevelList, supportLevelList,
|
||||
userTypeList, workingStatusList
|
||||
} from "../dataMap";
|
||||
import city from "@/utils/area";
|
||||
import {getCustomerLevel, getCusUserApprovalListDetail} from "@/api/crm/customer/getCustomer";
|
||||
import {customerPersonnelsRejectio, clientPersonnelsApproval} from "@/api/crm/customer/updateCustomer";
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
// 表单引用
|
||||
const formRef = ref({});
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
// 客户人员的ID
|
||||
userId: null,
|
||||
//部门
|
||||
userDept: null,
|
||||
//客户(公司)ID
|
||||
cusId: null,
|
||||
//客户人员名称
|
||||
customerUserName: null,
|
||||
userName: null,
|
||||
|
||||
//等级(K)
|
||||
userType: null,
|
||||
//手机号
|
||||
iphone: null,
|
||||
mobilePhone: null,
|
||||
//客户姓名
|
||||
cusName: null,
|
||||
//系统中公司等级
|
||||
cusEstate: null,
|
||||
//工作手机号
|
||||
jobTelphone: null,
|
||||
//职能
|
||||
functionalRequirements: '',
|
||||
//职务
|
||||
job: null,
|
||||
//专业产品
|
||||
majorProduct: null,
|
||||
//产品需求
|
||||
product: null,
|
||||
//办公场地
|
||||
officeSite: null,
|
||||
//性别
|
||||
sex: '男',
|
||||
//任职时间
|
||||
tenureTime: null,
|
||||
//需求层次
|
||||
hierarchyNeeds: null,
|
||||
//职务变化
|
||||
jobChange: null,
|
||||
//发展潜能
|
||||
develop: null,
|
||||
//生日
|
||||
birthday: null,
|
||||
//爱好
|
||||
hobby: null,
|
||||
//禁忌
|
||||
taboo: null,
|
||||
//籍贯
|
||||
nativec: null,
|
||||
//家庭情况
|
||||
familyStatus: null,
|
||||
//婚姻状况
|
||||
maritalStatus: null,
|
||||
//车辆及牌号
|
||||
motorcycleType: null,
|
||||
//毕业院校
|
||||
graduateIns: null,
|
||||
//家庭住址
|
||||
homeAddress: null,
|
||||
//人脉关系
|
||||
interpersonal: null,
|
||||
//支持程度
|
||||
support: null,
|
||||
//工作状态
|
||||
workingStatus: null,
|
||||
//备注
|
||||
remark: null,
|
||||
//业务员认为的等级
|
||||
salesmanThinkLevel: null,
|
||||
//系统认为的等级
|
||||
systemThinkLevel: null,
|
||||
//职能
|
||||
function: null,
|
||||
});
|
||||
|
||||
// 客户人员信息
|
||||
const customerUser = ref({
|
||||
cusName: null,
|
||||
sysThinkLevel: null
|
||||
});
|
||||
|
||||
// 表单校验规则
|
||||
let rules;
|
||||
// 初始化校验规则
|
||||
(function bindRules() {
|
||||
rules = reactive({
|
||||
cusName: {rules: [{required: true, errorMessage: '客户名称不能为空', trigger: 'blur'}]},
|
||||
customerUserName: {rules: [{required: true, errorMessage: '人员名称不能为空', trigger: 'blur'}]},
|
||||
iphone: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请填写手机号码',
|
||||
}, {
|
||||
validateFunction: function (rule, value, data, callback) {
|
||||
let iphoneReg = (
|
||||
/^(13[0-9]|14[1579]|15[0-3,5-9]|16[6]|17[0123456789]|18[0-9]|19[89])\d{8}$/
|
||||
); //手机号码
|
||||
if (!iphoneReg.test(value)) {
|
||||
callback('手机号码格式不正确,请重新填写')
|
||||
}
|
||||
}
|
||||
}]
|
||||
},
|
||||
userDept: {rules: [{required: true, errorMessage: '所属部门不能为空', trigger: 'blur'}]},
|
||||
functionalRequirements: {rules: [{required: true, errorMessage: '职能不能为空', trigger: 'blur'}]},
|
||||
salesmanThinkLevel: {rules: [{required: true, errorMessage: '手填等级不能为空', trigger: 'blur'}]},
|
||||
job: {rules: [{required: true, errorMessage: '职务不能为空', trigger: 'blur'}]},
|
||||
officeSite: {rules: [{required: true, errorMessage: '办公场地不能为空', trigger: 'blur'}]},
|
||||
sex: {rules: [{required: true, errorMessage: '性别不能为空', trigger: 'blur'}]},
|
||||
});
|
||||
console.log(rules, "校验规则");
|
||||
})();
|
||||
const editable = ref(true);
|
||||
// getCurrentInstance().proxy
|
||||
let instance = null;
|
||||
onLoad((options)=>{
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('auditCusUser', async (param) => {
|
||||
editable.value = param.editable;
|
||||
if(!param.editable){ // 只读模式
|
||||
let {userId} = param.data;
|
||||
console.log(param.data, "客户人员所属详情编辑页面读取到参数");
|
||||
let res = await getCusUserApprovalListDetail({userId}).catch(err=>{
|
||||
console.warn(err,'客户人员所属编辑信息获取失败');
|
||||
})
|
||||
const {rows} = res;
|
||||
let source = rows[0];
|
||||
const filteredData = Object.keys(source)
|
||||
.filter(key => source[key] !== null && source[key] !== "null")
|
||||
.reduce((obj, key) => {
|
||||
obj[key] = source[key];
|
||||
return obj;
|
||||
}, {});
|
||||
const {cusName} = source;
|
||||
customerUser.value.cusName = cusName;
|
||||
console.log(filteredData, "过滤空值属性")
|
||||
if(rows.length) Object.assign(formData.value, filteredData); // 对表单赋值
|
||||
formData.value.functionalRequirements = source.function; // 特殊处理
|
||||
}
|
||||
})
|
||||
})
|
||||
// 选择客户人员
|
||||
let handleCustomerClick = () => {
|
||||
// 在起始页面跳转到test.vue页面,并监听test.vue发送过来的事件数据
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/customer/selectCustomer',
|
||||
events: {
|
||||
// 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
|
||||
cuSelected(data) {
|
||||
console.log(data, "获取到返回的数据")
|
||||
let {
|
||||
cusName, // 公司名称
|
||||
cusEstate, // 等级
|
||||
cusId,
|
||||
} = data;
|
||||
customerUser.value.cusName = cusName;
|
||||
if (!cusEstate) customerUser.value.sysThinkLevel = "该客户暂无等级信息,无法进行系统推荐"
|
||||
formData.value.cusEstate = cusEstate;
|
||||
formData.value.cusName = cusName;
|
||||
formData.value.cusId = cusId;
|
||||
getRecommendLevel();
|
||||
}
|
||||
},
|
||||
success: function (res) {
|
||||
// 通过eventChannel向被打开页面传送数据
|
||||
res.eventChannel.emit('requestCusList', {data: {cusName: customerUser.value.cusName}})
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// 选择职能
|
||||
let handleFunctionChange = (e) => {
|
||||
console.log(e.detail.value, '职能索引');
|
||||
const {name} = functionalRequirementList[e.detail.value];
|
||||
formData.value.functionalRequirements = name;
|
||||
getRecommendLevel();
|
||||
}
|
||||
|
||||
// 选择等级
|
||||
let handleThinkLevelChange = (e) => {
|
||||
console.log(e.detail.value, '人员等级');
|
||||
const {name} = salesmanThinkLevelList[e.detail.value];
|
||||
formData.value.salesmanThinkLevel = name;
|
||||
}
|
||||
// 系统推荐等级
|
||||
let recommendLevel = ref("");
|
||||
let getRecommendLevel = async () => {
|
||||
if (formData.value.cusEstate) {
|
||||
let {cusEstate, functionalRequirements} = formData.value;
|
||||
let param = {cusEstate, functionalRequirements};
|
||||
if (formData.value.salesmanThinkLevel) {
|
||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||
}
|
||||
let res = await getCustomerLevel(param)
|
||||
/*.catch(err => {
|
||||
console.error(err, "客户的系统推荐等级获取失败")
|
||||
})*/
|
||||
try{
|
||||
if(res.data.systemRecommendationLevel){
|
||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
||||
}
|
||||
}catch(e){
|
||||
if (res.systemRecommendationLevel) {
|
||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||
}
|
||||
};
|
||||
|
||||
// 性别索引
|
||||
let genderIndex = ref(0);
|
||||
// 选择性别
|
||||
let handleGenderChange = (e) => {
|
||||
const {value} = e.detail;
|
||||
console.log(e.detail.value);
|
||||
const {name} = genderList[value];
|
||||
genderIndex.value = value;
|
||||
formData.value.sex = name;
|
||||
}
|
||||
|
||||
// 人员等级索引
|
||||
let userTypeIndex = ref(0);
|
||||
// 选择人员等级
|
||||
let handleUserTypeChange = (e) => {
|
||||
let {value} = e.detail;
|
||||
userTypeIndex.value = value;
|
||||
const {name} = userTypeList[value];
|
||||
formData.value.userType = name;
|
||||
}
|
||||
|
||||
// 选择日期
|
||||
function handleTenureTimeChange(e) {
|
||||
formData.value.tenureTime = e;
|
||||
}
|
||||
|
||||
// 需求层次索引
|
||||
let hierarchyNeedsIndex = ref(0);
|
||||
// 选择需求层次
|
||||
let handleHierarchyNeedsChange = e => {
|
||||
let {value} = e.detail;
|
||||
const {name} = hierarchyNeedsList[value];
|
||||
hierarchyNeedsIndex.value = value;
|
||||
formData.value.hierarchyNeeds = name;
|
||||
}
|
||||
// 发展潜能索引
|
||||
let developIndex = ref(0);
|
||||
// 选择发展潜能
|
||||
let handleDevelopChange = e => {
|
||||
let {value} = e.detail;
|
||||
developIndex.value = value;
|
||||
formData.value.develop = developList[value].name;
|
||||
}
|
||||
|
||||
// 选择生日
|
||||
function handleBirthdayChange(e) {
|
||||
formData.value.birthday = e;
|
||||
}
|
||||
|
||||
// 爱好标签索引
|
||||
let hobbyIds = ref([]);
|
||||
let hobbies = ref([]);
|
||||
// 选择爱好标签
|
||||
const handleHobbyChange = (items, ids) => {
|
||||
hobbyIds.value = [];
|
||||
hobbies.value = items;
|
||||
};
|
||||
// 选择
|
||||
const handleNativeChange = (e) => {
|
||||
formData.value.nativec = (e.detail.value.map(item => {
|
||||
return item.text;
|
||||
}).join("-"))
|
||||
}
|
||||
// 支持程度索引
|
||||
let supportIndex = ref(0);
|
||||
// 选择支持程度
|
||||
let handleSupportChange = e => {
|
||||
let {value} = e.detail;
|
||||
supportIndex.value = value;
|
||||
formData.value.support = supportLevelList[value].name;
|
||||
}
|
||||
// 工作状态索引
|
||||
let workingStatusIndex = ref(0);
|
||||
let handleWorkingStatusChange = e => {
|
||||
let {value} = e.detail;
|
||||
workingStatusIndex.value = 0;
|
||||
formData.value.workingStatus = workingStatusList[value].name;
|
||||
}
|
||||
let handleReject = () => {
|
||||
uni.showModal({
|
||||
title: '是否确认驳回?',
|
||||
editable: true,
|
||||
placeholderText: '请输入驳回原因',
|
||||
async success(res){
|
||||
if(res.confirm){
|
||||
if(res.content){
|
||||
uni.showLoading()
|
||||
let ret = await customerPersonnelsRejectio({
|
||||
userRejectedGrounds: res.content,
|
||||
userId: formData.value.userId
|
||||
})
|
||||
uni.hideLoading()
|
||||
if(ret.code === 200){
|
||||
uni.showToast({
|
||||
title: '驳回成功'
|
||||
})
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack();
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshUserAuditList')
|
||||
},1000)
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '操作失败!驳回原因不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
let handleApprove = () => {
|
||||
uni.showLoading();
|
||||
clientPersonnelsApproval({
|
||||
userId: formData.value.userId
|
||||
}).then(res=>{
|
||||
uni.hideLoading();
|
||||
if(res.code==200){
|
||||
uni.showToast({
|
||||
title: '操作成功'
|
||||
})
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack()
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshUserAuditList')
|
||||
},1000)
|
||||
}
|
||||
}).catch(err=>{
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.uni-easyinput__content.is-input-border) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled .uni-easyinput__content-input) {
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
:deep(.is-disabled .uni-easyinput__placeholder-class) {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
:deep(.uni-select-dc-select .uni-select-multiple) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.form-picker {
|
||||
padding: 15rpx;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.customer-name {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
.btn{
|
||||
height: 100rpx;
|
||||
width: 180rpx;
|
||||
border-radius: 50rpx;
|
||||
border: none;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.fab{
|
||||
padding-top: 10rpx;
|
||||
padding-bottom: 100rpx;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
left: 0;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
backdrop-filter: blur(10px);
|
||||
box-shadow: 0 0 60rpx rgba(255, 255, 255, 0.9);
|
||||
z-index: 999;
|
||||
}
|
||||
</style>
|
||||
710
src/pages/business/CRM/customer/components/customerUserEdit.vue
Normal file
710
src/pages/business/CRM/customer/components/customerUserEdit.vue
Normal file
@@ -0,0 +1,710 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年9月1日
|
||||
* @description 编辑客户人员信息
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="isAdd?'客户人员新增':'客户人员归属详情'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>
|
||||
保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con" @click="handleBlur">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||
<!-- 选择客户 -->
|
||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||
<view class="customer-name" @click="handleCustomerClick">
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
<text> {{ customerUser.cusName || '查询客户名称' }}</text> <!---->
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统公司等级" name="cusEstate" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.cusEstate"
|
||||
:placeholder="customerUser.sysThinkLevel?customerUser.sysThinkLevel:'默认显示公司等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员名称 -->
|
||||
<uni-forms-item label="人员姓名" name="userName" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userName" placeholder="请输入姓名"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员手机号 -->
|
||||
<uni-forms-item v-if="formData.mobilePhone" label="人员手机号" name="mobilePhone" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.mobilePhone" placeholder="请输入手机号"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员部门 -->
|
||||
<uni-forms-item label="部门" name="userDept" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userDept" placeholder="请输入所属部门"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择职能 -->
|
||||
<uni-forms-item label="职能" name="functionalRequirements" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleFunctionChange" :range="functionalRequirementList"
|
||||
:range-key="'name'"> <!--选择职能 索引: :value="functionIndex" index1 响应:handlePlace1 -->
|
||||
<view class="flex">
|
||||
{{ formData.functionalRequirements ? formData.functionalRequirements : '请选择' }}
|
||||
<!-- 职能:functionalRequirements -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 业务员选择人员等级 -->
|
||||
<uni-forms-item label="业务人员填写等级" name="salesmanThinkLevel" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleThinkLevelChange" :range="salesmanThinkLevelList"
|
||||
:range-key="'name'"> <!--选择推荐等级 索引:value="thinkLevelIndex" index8 响应:handlePlace9 -->
|
||||
<view class="flex">
|
||||
{{ formData.salesmanThinkLevel ? formData.salesmanThinkLevel : '请选择' }}
|
||||
<!-- 思考人员等级:salesmanThinkLevel-->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统推荐等级" name="systemThinkLevel" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.systemThinkLevel" :placeholder="recommendLevel || '默认显示系统推荐等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员职务 -->
|
||||
<uni-forms-item label="职务" name="job" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.job" placeholder="请输入职务"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入办公场地 -->
|
||||
<uni-forms-item label="办公场地" name="officeSite" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.officeSite" placeholder="请输入办公场地"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入性别 -->
|
||||
<uni-forms-item label="性别" name="sex" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleGenderChange" :value="genderIndex" :range="genderList"
|
||||
:range-key="'name'"> <!--选择性别 索引:index2 ,范围:palceArray2,响应:handlePlace2-->
|
||||
<view class="flex">
|
||||
{{ formData.sex ? formData.sex : '请选择' }} <!-- 性别:sex -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员工作电话 -->
|
||||
<uni-forms-item label="工作电话" name="jobTelphone" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobTelphone" placeholder="请输入工作电话"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择人员等级 -->
|
||||
<uni-forms-item label="人员等级(K)" name="userType"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleUserTypeChange" :value="userTypeIndex" :range="userTypeList"
|
||||
:range-key="'name'"> <!--选择等级 索引:index5 ,范围:palceArray3,响应:handlePlace6-->
|
||||
<view class="flex">
|
||||
{{ formData.userType ? formData.userType : '请选择' }} <!-- 等级:userType -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入专业产品 majorProduct-->
|
||||
<uni-forms-item label="专业产品" name="majorProduct" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.majorProduct" placeholder="请输入专业产品"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入产品需求 product-->
|
||||
<uni-forms-item label="产品需求" name="product" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.product" placeholder="请输入产品需求"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择任职时间 tenureTime-->
|
||||
<uni-forms-item label="任职日期" name="tenureTime" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.tenureTime"
|
||||
@change="handleTenureTimeChange"/> <!-- 响应:orderDateChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入需求层次 hierarchyNeeds-->
|
||||
<uni-forms-item label="需求层次" name="hierarchyNeeds"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleHierarchyNeedsChange" :value="hierarchyNeedsIndex" :range="hierarchyNeedsList"
|
||||
:range-key="'name'"> <!--选择层次 索引:index4 ,范围:palceArray5,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.hierarchyNeeds ? formData.hierarchyNeeds : '请选择' }} <!-- 层次:hierarchyNeeds -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入职务变化 jobChange-->
|
||||
<uni-forms-item label="职务变化" name="jobChange" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobChange" placeholder="请输入职务变化"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择发展潜能 develop-->
|
||||
<uni-forms-item label="发展潜能" name="develop"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleDevelopChange" :value="developIndex" :range="developList"
|
||||
:range-key="'name'"> <!--选择潜力 索引:index3 ,范围:handlePlace4,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.develop ? formData.develop : '请选择' }} <!-- 潜能:develop -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入生日 -->
|
||||
<uni-forms-item label="生日" name="birthday" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.birthday"
|
||||
@change="handleBirthdayChange"/> <!-- 响应:birthdayChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入爱好 -->
|
||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
||||
@change="handleHobbyChange" :slabel="'name'"
|
||||
|
||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- <uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">-->
|
||||
<!-- <uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" @click="chooseHobby"/>-->
|
||||
<!-- chooseHobby选择标签 -->
|
||||
<!-- </uni-forms-item>-->
|
||||
<!-- 输入禁忌 taboo-->
|
||||
<uni-forms-item label="禁忌" name="taboo" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.taboo" placeholder="请输入禁忌"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入籍贯 nativec-->
|
||||
<uni-forms-item label="籍贯" name="nativec" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.nativec" placeholder="请输入或选择籍贯"/>
|
||||
<uni-data-picker placeholder="请选择" :localdata="city"
|
||||
:clear-icon="false"
|
||||
:map="{text:'label',value:'value'}"
|
||||
@change="handleNativeChange">
|
||||
|
||||
</uni-data-picker>
|
||||
<!-- {{formData.nativec? formData.nativec:'请选择'}}--><!-- 响应:address-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭住址 homeAddress-->
|
||||
<uni-forms-item label="家庭住址" name="homeAddress" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.homeAddress" placeholder="请输入家庭住址"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭情况 familyStatus-->
|
||||
<uni-forms-item label="家庭情况" name="familyStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.familyStatus" placeholder="请输入家庭情况"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入婚姻状况 maritalStatus-->
|
||||
<uni-forms-item label="婚姻状况" name="maritalStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.maritalStatus" placeholder="请输入婚姻状况"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入车型及牌号 motorcycleType-->
|
||||
<uni-forms-item label="车型及牌号" name="motorcycleType" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.motorcycleType" placeholder="请输入车型及牌号"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入毕业院校 graduateIns-->
|
||||
<uni-forms-item label="毕业院校" name="graduateIns" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.graduateIns" placeholder="请输入毕业院校"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人脉关系 interpersonal-->
|
||||
<uni-forms-item label="人脉关系" name="interpersonal" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.interpersonal" placeholder="请输入人脉关系"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入支持程度 support-->
|
||||
<uni-forms-item label="支持程度" name="support" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleSupportChange" :value="supportIndex" :range="supportLevelList"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index6 ,范围:palceArray6,响应:handlePlace7-->
|
||||
<view class="flex">
|
||||
{{ formData.support ? formData.support : '请选择' }} <!-- 支持:support -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 选择工作状态 workingStatus-->
|
||||
<uni-forms-item label="工作状态" name="workingStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleWorkingStatusChange" :value="workingStatusIndex" :range="workingStatusList"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index7 ,范围:palceArray7,响应:handlePlace8-->
|
||||
<view class="flex">
|
||||
{{ formData.workingStatus ? formData.workingStatus : '请选择' }} <!-- 工作:workingStatus -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入备注 -->
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea"/>
|
||||
</uni-forms-item>
|
||||
|
||||
<view style="padding-bottom: 30rpx; font-size: 12px; color: gray; text-align: center;">*★,°*:.☆( ̄▽ ̄)/$:*.°★*
|
||||
。<p v-if="isAdd">恭喜你完成了信息填写,赶快提交吧!</p>
|
||||
</view>
|
||||
<view v-if="isAdd" style="padding-bottom: 80rpx;">
|
||||
<button type="primary" @click="submitForm">保存</button>
|
||||
</view>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted, computed, reactive, getCurrentInstance} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import multipleSelect from '@/components/multipleSelect.vue'
|
||||
import {
|
||||
developList,
|
||||
functionalRequirementList,
|
||||
genderList,
|
||||
hierarchyNeedsList, hobbyList,
|
||||
salesmanThinkLevelList, supportLevelList,
|
||||
userTypeList, workingStatusList
|
||||
} from "../dataMap";
|
||||
import city from "@/utils/area";
|
||||
import {getCustomerLevel, getCusUserApprovalListDetail} from "@/api/crm/customer/getCustomer";
|
||||
import {upadateappCrmCusUserNew} from "@/api/crm/customer/updateCustomer";
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
// 表单引用
|
||||
const formRef = ref({});
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
//部门
|
||||
userDept: null,
|
||||
//客户ID
|
||||
cusId: null,
|
||||
//客户人员名称
|
||||
customerUserName: null,
|
||||
userName: null,
|
||||
|
||||
//等级(K)
|
||||
userType: null,
|
||||
//手机号
|
||||
iphone: null,
|
||||
mobilePhone: null,
|
||||
//客户姓名
|
||||
cusName: null,
|
||||
//系统中公司等级
|
||||
cusEstate: null,
|
||||
//工作手机号
|
||||
jobTelphone: null,
|
||||
//职能
|
||||
functionalRequirements: '',
|
||||
//职务
|
||||
job: null,
|
||||
//专业产品
|
||||
majorProduct: null,
|
||||
//产品需求
|
||||
product: null,
|
||||
//办公场地
|
||||
officeSite: null,
|
||||
//性别
|
||||
sex: '男',
|
||||
//任职时间
|
||||
tenureTime: null,
|
||||
//需求层次
|
||||
hierarchyNeeds: null,
|
||||
//职务变化
|
||||
jobChange: null,
|
||||
//发展潜能
|
||||
develop: null,
|
||||
//生日
|
||||
birthday: null,
|
||||
//爱好
|
||||
hobby: null,
|
||||
//禁忌
|
||||
taboo: null,
|
||||
//籍贯
|
||||
nativec: null,
|
||||
//家庭情况
|
||||
familyStatus: null,
|
||||
//婚姻状况
|
||||
maritalStatus: null,
|
||||
//车辆及牌号
|
||||
motorcycleType: null,
|
||||
//毕业院校
|
||||
graduateIns: null,
|
||||
//家庭住址
|
||||
homeAddress: null,
|
||||
//人脉关系
|
||||
interpersonal: null,
|
||||
//支持程度
|
||||
support: null,
|
||||
//工作状态
|
||||
workingStatus: null,
|
||||
//备注
|
||||
remark: null,
|
||||
//业务员认为的等级
|
||||
salesmanThinkLevel: null,
|
||||
//系统认为的等级
|
||||
systemThinkLevel: null,
|
||||
//职能
|
||||
function: null,
|
||||
});
|
||||
|
||||
// 客户人员信息
|
||||
const customerUser = ref({
|
||||
cusName: null,
|
||||
sysThinkLevel: null
|
||||
});
|
||||
|
||||
// 表单校验规则
|
||||
let rules;
|
||||
// 初始化校验规则
|
||||
(function bindRules() {
|
||||
rules = reactive({
|
||||
cusName: {rules: [{required: true, errorMessage: '客户名称不能为空', trigger: 'blur'}]},
|
||||
customerUserName: {rules: [{required: true, errorMessage: '人员名称不能为空', trigger: 'blur'}]},
|
||||
iphone: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请填写手机号码',
|
||||
}, {
|
||||
validateFunction: function (rule, value, data, callback) {
|
||||
let iphoneReg = (
|
||||
/^(13[0-9]|14[1579]|15[0-3,5-9]|16[6]|17[0123456789]|18[0-9]|19[89])\d{8}$/
|
||||
); //手机号码
|
||||
if (!iphoneReg.test(value)) {
|
||||
callback('手机号码格式不正确,请重新填写')
|
||||
}
|
||||
}
|
||||
}]
|
||||
},
|
||||
userDept: {rules: [{required: true, errorMessage: '所属部门不能为空', trigger: 'blur'}]},
|
||||
functionalRequirements: {rules: [{required: true, errorMessage: '职能不能为空', trigger: 'blur'}]},
|
||||
salesmanThinkLevel: {rules: [{required: true, errorMessage: '手填等级不能为空', trigger: 'blur'}]},
|
||||
job: {rules: [{required: true, errorMessage: '职务不能为空', trigger: 'blur'}]},
|
||||
officeSite: {rules: [{required: true, errorMessage: '办公场地不能为空', trigger: 'blur'}]},
|
||||
sex: {rules: [{required: true, errorMessage: '性别不能为空', trigger: 'blur'}]},
|
||||
});
|
||||
console.log(rules, "校验规则");
|
||||
})();
|
||||
const isAdd = ref(true);
|
||||
// getCurrentInstance().proxy
|
||||
let instance = null;
|
||||
onLoad((options)=>{
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('editCusData', async (data) => {
|
||||
isAdd.value = data.isAdd;
|
||||
if(!data.isAdd){ // 查看模式
|
||||
let {userId} = data.param;
|
||||
console.log(data.param, "客户人员所属详情编辑页面读取到参数");
|
||||
let res = await getCusUserApprovalListDetail({userId}).catch(err=>{
|
||||
console.warn(err,'客户人员所属编辑信息获取失败');
|
||||
})
|
||||
const {rows} = res;
|
||||
let source = rows[0];
|
||||
const filteredData = Object.keys(source)
|
||||
.filter(key => source[key] !== null && source[key] !== "null")
|
||||
.reduce((obj, key) => {
|
||||
obj[key] = source[key];
|
||||
return obj;
|
||||
}, {});
|
||||
const {cusName} = source;
|
||||
customerUser.value.cusName = cusName;
|
||||
console.log(filteredData, "过滤空值属性")
|
||||
if(rows.length) Object.assign(formData.value, filteredData); // 对表单赋值
|
||||
formData.value.functionalRequirements = source.function; // 特殊处理
|
||||
}
|
||||
})
|
||||
})
|
||||
// 选择客户人员
|
||||
let handleCustomerClick = () => {
|
||||
// 在起始页面跳转到test.vue页面,并监听test.vue发送过来的事件数据
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/customer/selectCustomer',
|
||||
events: {
|
||||
// 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
|
||||
cuSelected(data) {
|
||||
console.log(data, "获取到返回的数据")
|
||||
let {
|
||||
cusName, // 公司名称
|
||||
cusEstate, // 等级
|
||||
cusId,
|
||||
} = data;
|
||||
customerUser.value.cusName = cusName;
|
||||
if (!cusEstate) customerUser.value.sysThinkLevel = "该客户暂无等级信息,无法进行系统推荐"
|
||||
formData.value.cusEstate = cusEstate;
|
||||
formData.value.cusName = cusName;
|
||||
formData.value.cusId = cusId;
|
||||
getRecommendLevel();
|
||||
}
|
||||
},
|
||||
success: function (res) {
|
||||
// 通过eventChannel向被打开页面传送数据
|
||||
res.eventChannel.emit('requestCusList', {data: {cusName: customerUser.value.cusName}})
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// 选择职能
|
||||
let handleFunctionChange = (e) => {
|
||||
console.log(e.detail.value, '职能索引');
|
||||
const {name} = functionalRequirementList[e.detail.value];
|
||||
formData.value.functionalRequirements = name;
|
||||
formData.value.function = name;
|
||||
getRecommendLevel();
|
||||
}
|
||||
|
||||
// 选择等级
|
||||
let handleThinkLevelChange = (e) => {
|
||||
console.log(e.detail.value, '人员等级');
|
||||
const {name} = salesmanThinkLevelList[e.detail.value];
|
||||
formData.value.salesmanThinkLevel = name;
|
||||
}
|
||||
// 系统推荐等级
|
||||
let recommendLevel = ref("");
|
||||
let getRecommendLevel = async () => {
|
||||
if (formData.value.cusEstate) {
|
||||
let {cusEstate, functionalRequirements} = formData.value;
|
||||
let param = {cusEstate, functionalRequirements};
|
||||
if (formData.value.salesmanThinkLevel) {
|
||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||
}
|
||||
let res = await getCustomerLevel(param)
|
||||
/*.catch(err => {
|
||||
console.error(err, "客户的系统推荐等级获取失败")
|
||||
})*/
|
||||
try{
|
||||
if(res.data.systemRecommendationLevel){
|
||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
||||
}
|
||||
}catch(e){
|
||||
if (res.systemRecommendationLevel) {
|
||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||
}
|
||||
};
|
||||
|
||||
// 性别索引
|
||||
let genderIndex = ref(0);
|
||||
// 选择性别
|
||||
let handleGenderChange = (e) => {
|
||||
const {value} = e.detail;
|
||||
console.log(e.detail.value);
|
||||
const {name} = genderList[value];
|
||||
genderIndex.value = value;
|
||||
formData.value.sex = name;
|
||||
}
|
||||
|
||||
// 人员等级索引
|
||||
let userTypeIndex = ref(0);
|
||||
// 选择人员等级
|
||||
let handleUserTypeChange = (e) => {
|
||||
let {value} = e.detail;
|
||||
userTypeIndex.value = value;
|
||||
const {name} = userTypeList[value];
|
||||
formData.value.userType = name;
|
||||
}
|
||||
|
||||
// 选择日期
|
||||
function handleTenureTimeChange(e) {
|
||||
formData.value.tenureTime = e;
|
||||
}
|
||||
|
||||
// 需求层次索引
|
||||
let hierarchyNeedsIndex = ref(0);
|
||||
// 选择需求层次
|
||||
let handleHierarchyNeedsChange = e => {
|
||||
let {value} = e.detail;
|
||||
const {name} = hierarchyNeedsList[value];
|
||||
hierarchyNeedsIndex.value = value;
|
||||
formData.value.hierarchyNeeds = name;
|
||||
}
|
||||
// 发展潜能索引
|
||||
let developIndex = ref(0);
|
||||
// 选择发展潜能
|
||||
let handleDevelopChange = e => {
|
||||
let {value} = e.detail;
|
||||
developIndex.value = value;
|
||||
formData.value.develop = developList[value].name;
|
||||
}
|
||||
|
||||
// 选择生日
|
||||
function handleBirthdayChange(e) {
|
||||
formData.value.birthday = e;
|
||||
}
|
||||
|
||||
// 爱好标签索引
|
||||
let hobbyIds = ref([]);
|
||||
let hobbies = ref([]);
|
||||
// 选择爱好标签
|
||||
const handleHobbyChange = (items, ids) => {
|
||||
console.log('选择爱好', items, ids);
|
||||
hobbyIds.value = [];
|
||||
hobbies.value = items;
|
||||
};
|
||||
|
||||
// 选择
|
||||
const handleNativeChange = (e) => {
|
||||
formData.value.nativec = (e.detail.value.map(item => {
|
||||
return item.text;
|
||||
}).join("-"))
|
||||
}
|
||||
// 支持程度索引
|
||||
let supportIndex = ref(0);
|
||||
// 选择支持程度
|
||||
let handleSupportChange = e => {
|
||||
let {value} = e.detail;
|
||||
supportIndex.value = value;
|
||||
formData.value.support = supportLevelList[value].name;
|
||||
}
|
||||
// 工作状态索引
|
||||
let workingStatusIndex = ref(0);
|
||||
let handleWorkingStatusChange = e => {
|
||||
let {value} = e.detail;
|
||||
workingStatusIndex.value = 0;
|
||||
formData.value.workingStatus = workingStatusList[value].name;
|
||||
}
|
||||
|
||||
const hobbySelectRef = ref(null);
|
||||
// 多选组件失去焦点关闭
|
||||
let handleBlur = () => {
|
||||
if (hobbySelectRef.value) hobbySelectRef.value.handleBlur();
|
||||
}
|
||||
let submitForm = async () => {
|
||||
let hobbyTags = hobbies.value.map(it => {
|
||||
let {name} = it;
|
||||
return name;
|
||||
})
|
||||
const hobbyTagString = hobbyTags.join(',');
|
||||
console.log(hobbyTagString);
|
||||
if (hobbyTagString || formData.value.hobby) {
|
||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
||||
}
|
||||
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
||||
// console.log(formData.value, "校验表单数据")
|
||||
// console.log(recommendLevel);
|
||||
formData.value.cusName = customerUser.value.cusName;
|
||||
try {
|
||||
await formRef.value.validate()
|
||||
console.log(formData.value, "提交表单数据")
|
||||
// 请求保存
|
||||
uni.showLoading()
|
||||
upadateappCrmCusUserNew(formData.value).then(ret=>{
|
||||
uni.hideLoading();
|
||||
if(ret.code === 200){
|
||||
uni.showToast({
|
||||
title: "更新成功"
|
||||
})
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack();
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit("refreshCusUserList");
|
||||
},1000);
|
||||
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: "操作失败",
|
||||
icon: "error"
|
||||
})
|
||||
}
|
||||
|
||||
})
|
||||
// 重置表单
|
||||
// 清除校验
|
||||
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请检查并完善信息'
|
||||
})
|
||||
console.warn(err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.uni-easyinput__content.is-input-border) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled .uni-easyinput__content-input) {
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
:deep(.is-disabled .uni-easyinput__placeholder-class) {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
:deep(.uni-select-dc-select .uni-select-multiple) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.form-picker {
|
||||
padding: 15rpx;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.customer-name {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
756
src/pages/business/CRM/customer/customerAdd.vue
Normal file
756
src/pages/business/CRM/customer/customerAdd.vue
Normal file
@@ -0,0 +1,756 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @description 客户人员新增
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员新增'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>
|
||||
保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con" @click="handleBlur">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||
<!-- 选择客户 -->
|
||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||
<!-- <picker @change="bindPickerChange" :value="guestIndex" :range="guestArr">-->
|
||||
<!-- <view class="f-c-text">-->
|
||||
<!-- {{guestArr[guestIndex]}}-->
|
||||
<!-- -->
|
||||
<!-- </view>-->
|
||||
<!-- </picker>-->
|
||||
<view class="customer-name" @click="handleCustomerClick">
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
<text> {{ customerUser.cusName || '查询客户名称' }}</text> <!---->
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统公司等级" name="cusEstate" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.cusEstate"
|
||||
:placeholder="customerUser.sysThinkLevel?customerUser.sysThinkLevel:'默认显示公司等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员名称 -->
|
||||
<uni-forms-item label="人员姓名" name="customerUserName" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.customerUserName" placeholder="请输入姓名"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员手机号 -->
|
||||
<uni-forms-item label="人员手机号" name="iphone" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.iphone" placeholder="请输入手机号"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员部门 -->
|
||||
<uni-forms-item label="部门" name="userDept" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userDept" placeholder="请输入所属部门"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择职能 -->
|
||||
<uni-forms-item label="职能" name="functionalRequirements" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleFunctionChange" :range="functionalRequirementList"
|
||||
:range-key="'name'"> <!--选择职能 索引: :value="functionIndex" index1 响应:handlePlace1 -->
|
||||
<view class="flex">
|
||||
{{ formData.functionalRequirements ? formData.functionalRequirements : '请选择' }}
|
||||
<!-- 职能:functionalRequirements -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 业务员选择人员等级 -->
|
||||
<uni-forms-item label="业务人员填写等级" name="salesmanThinkLevel" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleThinkLevelChange" :range="salesmanThinkLevelList"
|
||||
:range-key="'name'"> <!--选择推荐等级 索引:value="thinkLevelIndex" index8 响应:handlePlace9 -->
|
||||
<view class="flex">
|
||||
{{ formData.salesmanThinkLevel ? formData.salesmanThinkLevel : '请选择' }}
|
||||
<!-- 思考人员等级:salesmanThinkLevel-->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统推荐等级" name="systemThinkLevel" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.systemThinkLevel" :placeholder="recommendLevel || '默认显示系统推荐等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员职务 -->
|
||||
<uni-forms-item label="职务" name="job" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.job" placeholder="请输入职务"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入办公场地 -->
|
||||
<uni-forms-item label="办公场地" name="officeSite" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.officeSite" placeholder="请输入办公场地"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入性别 -->
|
||||
<uni-forms-item label="性别" name="sex" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleGenderChange" :value="genderIndex" :range="genderList"
|
||||
:range-key="'name'"> <!--选择性别 索引:index2 ,范围:palceArray2,响应:handlePlace2-->
|
||||
<view class="flex">
|
||||
{{ formData.sex ? formData.sex : '请选择' }} <!-- 性别:sex -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员工作电话 -->
|
||||
<uni-forms-item label="工作电话" name="jobTelphone" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobTelphone" placeholder="请输入工作电话"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择人员等级 -->
|
||||
<uni-forms-item label="人员等级(K)" name="userType"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleUserTypeChange" :value="userTypeIndex" :range="userTypeList"
|
||||
:range-key="'name'"> <!--选择等级 索引:index5 ,范围:palceArray3,响应:handlePlace6-->
|
||||
<view class="flex">
|
||||
{{ formData.userType ? formData.userType : '请选择' }} <!-- 等级:userType -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入专业产品 majorProduct-->
|
||||
<uni-forms-item label="专业产品" name="majorProduct" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.majorProduct" placeholder="请输入专业产品"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入产品需求 product-->
|
||||
<uni-forms-item label="产品需求" name="product" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.product" placeholder="请输入产品需求"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择任职时间 tenureTime-->
|
||||
<uni-forms-item label="任职日期" name="tenureTime" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.tenureTime"
|
||||
@change="handleTenureTimeChange"/> <!-- 响应:orderDateChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入需求层次 hierarchyNeeds-->
|
||||
<uni-forms-item label="需求层次" name="hierarchyNeeds"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleHierarchyNeedsChange" :value="hierarchyNeedsIndex" :range="hierarchyNeedsList"
|
||||
:range-key="'name'"> <!--选择层次 索引:index4 ,范围:palceArray5,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.hierarchyNeeds ? formData.hierarchyNeeds : '请选择' }} <!-- 层次:hierarchyNeeds -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入职务变化 jobChange-->
|
||||
<uni-forms-item label="职务变化" name="jobChange" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobChange" placeholder="请输入职务变化"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择发展潜能 develop-->
|
||||
<uni-forms-item label="发展潜能" name="develop"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleDevelopChange" :value="developIndex" :range="developList"
|
||||
:range-key="'name'"> <!--选择潜力 索引:index3 ,范围:handlePlace4,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.develop ? formData.develop : '请选择' }} <!-- 潜能:develop -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入生日 -->
|
||||
<uni-forms-item label="生日" name="birthday" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.birthday"
|
||||
@change="handleBirthdayChange"/> <!-- 响应:birthdayChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入爱好 -->
|
||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
||||
@change="handleHobbyChange" :slabel="'name'"
|
||||
|
||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- <uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">-->
|
||||
<!-- <uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" @click="chooseHobby"/>-->
|
||||
<!-- chooseHobby选择标签 -->
|
||||
<!-- </uni-forms-item>-->
|
||||
<!-- 输入禁忌 taboo-->
|
||||
<uni-forms-item label="禁忌" name="taboo" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.taboo" placeholder="请输入禁忌"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入籍贯 nativec-->
|
||||
<uni-forms-item label="籍贯" name="nativec" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.nativec" placeholder="请输入或选择籍贯"/>
|
||||
<uni-data-picker placeholder="请选择" :localdata="city"
|
||||
:clear-icon="false"
|
||||
:map="{text:'label',value:'value'}"
|
||||
@change="handleNativeChange">
|
||||
|
||||
</uni-data-picker>
|
||||
<!-- {{formData.nativec? formData.nativec:'请选择'}}--><!-- 响应:address-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭住址 homeAddress-->
|
||||
<uni-forms-item label="家庭住址" name="homeAddress" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.homeAddress" placeholder="请输入家庭住址"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭情况 familyStatus-->
|
||||
<uni-forms-item label="家庭情况" name="familyStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.familyStatus" placeholder="请输入家庭情况"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入婚姻状况 maritalStatus-->
|
||||
<uni-forms-item label="婚姻状况" name="maritalStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.maritalStatus" placeholder="请输入婚姻状况"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入车型及牌号 motorcycleType-->
|
||||
<uni-forms-item label="车型及牌号" name="motorcycleType" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.motorcycleType" placeholder="请输入车型及牌号"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入毕业院校 graduateIns-->
|
||||
<uni-forms-item label="毕业院校" name="graduateIns" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.graduateIns" placeholder="请输入毕业院校"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人脉关系 interpersonal-->
|
||||
<uni-forms-item label="人脉关系" name="interpersonal" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.interpersonal" placeholder="请输入人脉关系"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入支持程度 support-->
|
||||
<uni-forms-item label="支持程度" name="support" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleSupportChange" :value="supportIndex" :range="supportLevelList"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index6 ,范围:palceArray6,响应:handlePlace7-->
|
||||
<view class="flex">
|
||||
{{ formData.support ? formData.support : '请选择' }} <!-- 支持:support -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 选择工作状态 workingStatus-->
|
||||
<uni-forms-item label="工作状态" name="workingStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleWorkingStatusChange" :value="workingStatusIndex" :range="workingStatusList"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index7 ,范围:palceArray7,响应:handlePlace8-->
|
||||
<view class="flex">
|
||||
{{ formData.workingStatus ? formData.workingStatus : '请选择' }} <!-- 工作:workingStatus -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入备注 -->
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea"/>
|
||||
</uni-forms-item>
|
||||
|
||||
<view style="padding-bottom: 30rpx; font-size: 12px; color: gray; text-align: center;">*★,°*:.☆( ̄▽ ̄)/$:*.°★*
|
||||
。<br>恭喜你完成了信息填写,赶快提交吧!
|
||||
</view>
|
||||
<view style="padding-bottom: 80rpx;">
|
||||
<button type="primary" @click="submitForm">保存</button>
|
||||
</view>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, reactive} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import multipleSelect from '@/components/multipleSelect.vue'
|
||||
import {
|
||||
developList,
|
||||
functionalRequirementList,
|
||||
genderList,
|
||||
hierarchyNeedsList, hobbyList,
|
||||
salesmanThinkLevelList, supportLevelList,
|
||||
userTypeList, workingStatusList
|
||||
} from "./dataMap";
|
||||
import city from "@/utils/area";
|
||||
import {getCustomerLevel, saveappCrmCusUserNew} from "@/api/crm/customer/getCustomer";
|
||||
// 对 multipleSelect 组件的引用
|
||||
const hobbySelectRef = ref(null);
|
||||
// 表单引用
|
||||
const formRef = ref({});
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
//部门
|
||||
userDept: null,
|
||||
//客户ID
|
||||
cusId: null,
|
||||
//客户人员名称
|
||||
customerUserName: null,
|
||||
userName: null,
|
||||
|
||||
//等级(K)
|
||||
userType: null,
|
||||
//手机号
|
||||
iphone: null,
|
||||
mobilePhone: null,
|
||||
//客户姓名
|
||||
cusName: null,
|
||||
//系统中公司等级
|
||||
cusEstate: null,
|
||||
//工作手机号
|
||||
jobTelphone: null,
|
||||
//职能
|
||||
functionalRequirements: '',
|
||||
//职务
|
||||
job: null,
|
||||
//专业产品
|
||||
majorProduct: null,
|
||||
//产品需求
|
||||
product: null,
|
||||
//办公场地
|
||||
officeSite: null,
|
||||
//性别
|
||||
sex: '男',
|
||||
//任职时间
|
||||
tenureTime: null,
|
||||
//需求层次
|
||||
hierarchyNeeds: null,
|
||||
//职务变化
|
||||
jobChange: null,
|
||||
//发展潜能
|
||||
develop: null,
|
||||
//生日
|
||||
birthday: null,
|
||||
//爱好
|
||||
hobby: null,
|
||||
//禁忌
|
||||
taboo: null,
|
||||
//籍贯
|
||||
nativec: null,
|
||||
//家庭情况
|
||||
familyStatus: null,
|
||||
//婚姻状况
|
||||
maritalStatus: null,
|
||||
//车辆及牌号
|
||||
motorcycleType: null,
|
||||
//毕业院校
|
||||
graduateIns: null,
|
||||
//家庭住址
|
||||
homeAddress: null,
|
||||
//人脉关系
|
||||
interpersonal: null,
|
||||
//支持程度
|
||||
support: null,
|
||||
//工作状态
|
||||
workingStatus: null,
|
||||
//备注
|
||||
remark: null,
|
||||
//业务员认为的等级
|
||||
salesmanThinkLevel: null,
|
||||
//系统认为的等级
|
||||
systemThinkLevel: null,
|
||||
//职能
|
||||
function: null,
|
||||
});
|
||||
|
||||
// 客户人员信息
|
||||
const customerUser = ref({
|
||||
cusName: null,
|
||||
sysThinkLevel: null
|
||||
});
|
||||
|
||||
// 表单校验规则
|
||||
let rules;
|
||||
// 初始化校验规则
|
||||
(function bindRules() {
|
||||
rules = reactive({
|
||||
cusName: {rules: [{required: true, errorMessage: '客户名称不能为空', trigger: 'blur'}]},
|
||||
customerUserName: {rules: [{required: true, errorMessage: '人员名称不能为空', trigger: 'blur'}]},
|
||||
iphone: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请填写手机号码',
|
||||
}, {
|
||||
validateFunction: function (rule, value, data, callback) {
|
||||
let iphoneReg = (
|
||||
/^(13[0-9]|14[1579]|15[0-3,5-9]|16[6]|17[0123456789]|18[0-9]|19[89])\d{8}$/
|
||||
); //手机号码
|
||||
if (!iphoneReg.test(value)) {
|
||||
callback('手机号码格式不正确,请重新填写')
|
||||
}
|
||||
}
|
||||
}]
|
||||
},
|
||||
userDept: {rules: [{required: true, errorMessage: '所属部门不能为空', trigger: 'blur'}]},
|
||||
functionalRequirements: {rules: [{required: true, errorMessage: '职能不能为空', trigger: 'blur'}]},
|
||||
salesmanThinkLevel: {rules: [{required: true, errorMessage: '手填等级不能为空', trigger: 'blur'}]},
|
||||
job: {rules: [{required: true, errorMessage: '职务不能为空', trigger: 'blur'}]},
|
||||
officeSite: {rules: [{required: true, errorMessage: '办公场地不能为空', trigger: 'blur'}]},
|
||||
sex: {rules: [{required: true, errorMessage: '性别不能为空', trigger: 'blur'}]},
|
||||
});
|
||||
console.log(rules, "校验规则");
|
||||
})();
|
||||
|
||||
// 选择客户人员
|
||||
let handleCustomerClick = () => {
|
||||
// 在起始页面跳转到test.vue页面,并监听test.vue发送过来的事件数据
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/customer/selectCustomer',
|
||||
events: {
|
||||
// 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
|
||||
cuSelected(data) {
|
||||
console.log(data, "获取到返回的数据")
|
||||
let {
|
||||
cusName, // 公司名称
|
||||
cusEstate, // 等级
|
||||
cusId,
|
||||
} = data;
|
||||
customerUser.value.cusName = cusName;
|
||||
if (!cusEstate) customerUser.value.sysThinkLevel = "该客户暂无等级信息,无法进行系统推荐"
|
||||
formData.value.cusEstate = cusEstate;
|
||||
formData.value.cusName = cusName;
|
||||
formData.value.cusId = cusId;
|
||||
getRecommendLevel();
|
||||
}
|
||||
},
|
||||
success: function (res) {
|
||||
// 通过eventChannel向被打开页面传送数据
|
||||
res.eventChannel.emit('requestCusList', {data: {cusName: customerUser.value.cusName}})
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// 选择职能
|
||||
let handleFunctionChange = (e) => {
|
||||
console.log(e.detail.value, '职能索引');
|
||||
const {name} = functionalRequirementList[e.detail.value];
|
||||
formData.value.functionalRequirements = name;
|
||||
formData.value.function = name;
|
||||
getRecommendLevel();
|
||||
}
|
||||
|
||||
// 选择等级
|
||||
let handleThinkLevelChange = (e) => {
|
||||
console.log(e.detail.value, '人员等级');
|
||||
const {name} = salesmanThinkLevelList[e.detail.value];
|
||||
formData.value.salesmanThinkLevel = name;
|
||||
}
|
||||
// 系统推荐等级
|
||||
let recommendLevel = ref("");
|
||||
let getRecommendLevel = async () => {
|
||||
if (formData.value.cusEstate) {
|
||||
let {cusEstate, functionalRequirements} = formData.value;
|
||||
let param = {cusEstate, functionalRequirements};
|
||||
if (formData.value.salesmanThinkLevel) {
|
||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||
}
|
||||
let res = await getCustomerLevel(param)
|
||||
/*.catch(err => {
|
||||
console.error(err, "客户的系统推荐等级获取失败")
|
||||
})*/
|
||||
try{
|
||||
if(res.data.systemRecommendationLevel){
|
||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
||||
}
|
||||
}catch(e){
|
||||
if (res.systemRecommendationLevel) {
|
||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||
}
|
||||
};
|
||||
|
||||
// 性别索引
|
||||
let genderIndex = ref(0);
|
||||
// 选择性别
|
||||
let handleGenderChange = (e) => {
|
||||
const {value} = e.detail;
|
||||
console.log(e.detail.value);
|
||||
const {name} = genderList[value];
|
||||
genderIndex.value = value;
|
||||
formData.value.sex = name;
|
||||
}
|
||||
|
||||
// 人员等级索引
|
||||
let userTypeIndex = ref(0);
|
||||
// 选择人员等级
|
||||
let handleUserTypeChange = (e) => {
|
||||
let {value} = e.detail;
|
||||
userTypeIndex.value = value;
|
||||
const {name} = userTypeList[value];
|
||||
formData.value.userType = name;
|
||||
}
|
||||
|
||||
// 选择日期
|
||||
function handleTenureTimeChange(val) {
|
||||
console.log(val)
|
||||
formData.value.tenureTime = val;
|
||||
}
|
||||
|
||||
// 需求层次索引
|
||||
let hierarchyNeedsIndex = ref(0);
|
||||
// 选择需求层次
|
||||
let handleHierarchyNeedsChange = e => {
|
||||
let {value} = e.detail;
|
||||
const {name} = hierarchyNeedsList[value];
|
||||
hierarchyNeedsIndex.value = value;
|
||||
formData.value.hierarchyNeeds = name;
|
||||
}
|
||||
// 发展潜能索引
|
||||
let developIndex = ref(0);
|
||||
// 选择发展潜能
|
||||
let handleDevelopChange = e => {
|
||||
let {value} = e.detail;
|
||||
developIndex.value = value;
|
||||
formData.value.develop = developList[value].name;
|
||||
}
|
||||
|
||||
// 选择生日
|
||||
function handleBirthdayChange(val) {
|
||||
formData.value.birthday = val;
|
||||
}
|
||||
|
||||
// 爱好标签索引
|
||||
let hobbyIds = ref([]);
|
||||
let hobbies = ref([]);
|
||||
// 选择爱好标签
|
||||
const handleHobbyChange = (items, ids) => {
|
||||
console.log('选择爱好', items, ids);
|
||||
hobbyIds.value = [];
|
||||
hobbies.value = items;
|
||||
};
|
||||
|
||||
// 选择
|
||||
const handleNativeChange = (e) => {
|
||||
formData.value.nativec = (e.detail.value.map(item => {
|
||||
return item.text;
|
||||
}).join("-"))
|
||||
}
|
||||
// 支持程度索引
|
||||
let supportIndex = ref(0);
|
||||
// 选择支持程度
|
||||
let handleSupportChange = e => {
|
||||
let {value} = e.detail;
|
||||
supportIndex.value = value;
|
||||
formData.value.support = supportLevelList[value].name;
|
||||
}
|
||||
// 工作状态索引
|
||||
let workingStatusIndex = ref(0);
|
||||
let handleWorkingStatusChange = e => {
|
||||
let {value} = e.detail;
|
||||
workingStatusIndex.value = 0;
|
||||
formData.value.workingStatus = workingStatusList[value].name;
|
||||
}
|
||||
// 多选组件失去焦点关闭
|
||||
let handleBlur = () => {
|
||||
if (hobbySelectRef.value) hobbySelectRef.value.handleBlur();
|
||||
}
|
||||
// 提取爱好标签处理逻辑
|
||||
const processHobbyTags = () => {
|
||||
let hobbyTags = hobbies.value.map(it => {
|
||||
let {name} = it;
|
||||
return name;
|
||||
})
|
||||
const hobbyTagString = hobbyTags.join(',');
|
||||
console.log(hobbyTagString);
|
||||
if (hobbyTagString || formData.value.hobby) {
|
||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
||||
}
|
||||
};
|
||||
|
||||
// 提取表单验证逻辑
|
||||
const validateForm = async () => {
|
||||
formData.value.cusName = customerUser.value.cusName;
|
||||
await formRef.value.validate();
|
||||
console.log(formData.value, "提交表单数据");
|
||||
};
|
||||
|
||||
// 提取API调用逻辑
|
||||
const saveCustomerUser = async () => {
|
||||
uni.showLoading();
|
||||
try {
|
||||
const res = await saveappCrmCusUserNew(formData.value);
|
||||
if(res.code === 200){
|
||||
uni.showToast({
|
||||
title: "保存成功"
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: "操作失败",
|
||||
icon: "error"
|
||||
});
|
||||
}
|
||||
setTimeout(() => uni.navigateBack(), 1500);
|
||||
} catch(err) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "保存失败"
|
||||
});
|
||||
}
|
||||
finally{
|
||||
uni.hideLoading()
|
||||
}
|
||||
};
|
||||
|
||||
// 简化后的 submitForm 方法
|
||||
let submitForm = async () => {
|
||||
console.log(formData.value);
|
||||
try {
|
||||
if(formData.value.iphone){
|
||||
formData.value.mobilePhone = formData.value.iphone;
|
||||
}
|
||||
// 处理爱好标签
|
||||
processHobbyTags();
|
||||
|
||||
// 表单验证
|
||||
await validateForm();
|
||||
|
||||
// 保存客户人员信息
|
||||
await saveCustomerUser();
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请检查并完善信息'
|
||||
});
|
||||
console.warn(err);
|
||||
}
|
||||
};
|
||||
|
||||
/*let submitForm = async () => {
|
||||
let hobbyTags = hobbies.value.map(it => {
|
||||
let {name} = it;
|
||||
return name;
|
||||
})
|
||||
const hobbyTagString = hobbyTags.join(',');
|
||||
console.log(hobbyTagString);
|
||||
if (hobbyTagString || formData.value.hobby) {
|
||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
||||
}
|
||||
if(formData.value.iphone){
|
||||
formData.value.mobilePhone = formData.value.iphone;
|
||||
}
|
||||
// console.log(formData.value, "校验表单数据")
|
||||
// console.log(recommendLevel);
|
||||
formData.value.cusName = customerUser.value.cusName;
|
||||
try {
|
||||
await formRef.value.validate()
|
||||
console.log(formData.value, "提交表单数据")
|
||||
// 请求保存
|
||||
uni.showLoading()
|
||||
saveappCrmCusUserNew(formData.value).then(res => {
|
||||
uni.hideLoading();
|
||||
if (res.code === 200) {
|
||||
uni.showToast({
|
||||
title: "保存成功"
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: "操作失败"
|
||||
})
|
||||
}
|
||||
setTimeout(() => uni.navigateBack(), 1500);
|
||||
}).catch(() => {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "保存失败"
|
||||
})
|
||||
})
|
||||
// 重置表单
|
||||
// 清除校验
|
||||
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请检查并完善信息'
|
||||
})
|
||||
console.warn(err);
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.uni-easyinput__content.is-input-border) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled .uni-easyinput__content-input) {
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
:deep(.is-disabled .uni-easyinput__placeholder-class) {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
:deep(.uni-select-dc-select .uni-select-multiple) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.form-picker {
|
||||
padding: 15rpx;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.customer-name {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
242
src/pages/business/CRM/customer/customerAudit.vue
Normal file
242
src/pages/business/CRM/customer/customerAudit.vue
Normal file
@@ -0,0 +1,242 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月20日
|
||||
* @description 客户人员审核
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员审核'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索-->
|
||||
<view class="search">
|
||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
||||
<!-- v-model="searchValue"-->
|
||||
<!-- />-->
|
||||
<view class="custom-search"></view>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
>
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index">
|
||||
<view class="report-list" @click.stop="handleDetail(item)">
|
||||
<view class="r-list title">
|
||||
{{ item.cusName }}
|
||||
<view class="r-right" :class="item.auditStatus ? '' : 'btn-pink' ">
|
||||
{{ item.auditStatus ? '' : '待您审批' }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ item.userName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">目前业务员</view>
|
||||
<view class="r-right">{{ item.belonger }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">职能</view>
|
||||
<view class="r-right">{{ item.function }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system'
|
||||
import {getCusUserApprovalList} from "@/api/crm/customer/getCustomer"
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
// 搜索内容
|
||||
let searchValue = ref(null);
|
||||
// 分页
|
||||
const mescrollRef = ref(null);
|
||||
// 防抖计时
|
||||
let timerId = null;
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
// 防抖搜索 console.log(searchValue.value)
|
||||
if (timerId) clearTimeout(timerId);
|
||||
timerId = setTimeout(async () => {
|
||||
// let res = await getList(1, upOption.value.page.size)
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500)
|
||||
}
|
||||
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
handleSearch()
|
||||
})
|
||||
let clearSearchValue = () => {
|
||||
searchValue.value = '';
|
||||
}
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
uni.showLoading();
|
||||
cssFlag.value = true;
|
||||
setTimeout(async () => {
|
||||
// 重置页码为第一页
|
||||
const res = await getList(1, mescroll.size || upOption.page.size);
|
||||
|
||||
list.value = res.list;
|
||||
// 正确传递 total 参数
|
||||
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
||||
uni.hideLoading();
|
||||
cssFlag.value = false;
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
// 使用 mescroll 提供的页码和大小参数
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
// 正确判断是否还有更多数据
|
||||
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getList = (pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
searchContent: searchValue.value
|
||||
}
|
||||
|
||||
let res = await getCusUserApprovalList(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail = (item) => {
|
||||
const {userId} = item;
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/customer/components/confirmForm",
|
||||
events: {
|
||||
refreshUserAuditList() {
|
||||
handleSearch();
|
||||
}
|
||||
},
|
||||
success(res) {
|
||||
res.eventChannel.emit('auditCusUser', {data: {userId}, editable: false})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
|
||||
.title {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-pink {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
347
src/pages/business/CRM/customer/customerUserBelong.vue
Normal file
347
src/pages/business/CRM/customer/customerUserBelong.vue
Normal file
@@ -0,0 +1,347 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月18日
|
||||
* @description 客户人员所属
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员查看'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
||||
@clear="clearSearchValue"
|
||||
v-model="searchValue"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
>
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@click.stop="handleDetail(item)">
|
||||
<view class="report-list">
|
||||
<view class="w-b-title title" @touchstart="handleTouchStart(item)"
|
||||
@touchend="handleTouchEnd">
|
||||
{{ item.cusName }}
|
||||
<view v-if="item.nodeCode" class="r-right btn-edit" :class="statusColorMap[item.nodeCode]">
|
||||
{{ item.nodeCode }}
|
||||
</view><!---->
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ item.userName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户等级</view>
|
||||
<view class="r-right">{{ item.cusEstate }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">职能</view>
|
||||
<view class="r-right">{{ item.function }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">业务员认定等级</view>
|
||||
<view class="r-right">{{ item.salesmanThinkLevel }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">系统认定等级</view>
|
||||
<view class="r-right">{{ item.systemThinkLevel }}</view>
|
||||
</view>
|
||||
<view v-if="item.opinion" class="border-bottom"></view>
|
||||
|
||||
<view v-if="item.opinion" class="r-list">
|
||||
<view class="r-left">驳回原因</view>
|
||||
<view class="r-right">{{ item.opinion }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {SearchForAllCustomersSalesperson} from "@/api/crm/customer/getCustomer"
|
||||
import {statusColorMap} from "./dataMap";
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
// 搜索内容
|
||||
let searchValue = ref(null);
|
||||
// 分页
|
||||
const mescrollRef = ref(null);
|
||||
// 防抖计时
|
||||
let timerId = null;
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
console.log(searchValue.value)
|
||||
if (timerId) clearTimeout(timerId);
|
||||
|
||||
timerId = setTimeout(async () => {
|
||||
// let res = await getList(1, upOption.value.page.size)
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500)
|
||||
}
|
||||
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
handleSearch()
|
||||
})
|
||||
let clearSearchValue = () => {
|
||||
searchValue.value = '';
|
||||
}
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
cssFlag.value = true;
|
||||
uni.showLoading();
|
||||
setTimeout(async () => {
|
||||
// 重置页码为第一页
|
||||
const res = await getList(1, mescroll.size || upOption.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
// 正确传递 total 参数
|
||||
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
||||
uni.hideLoading();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
// 使用 mescroll 提供的页码和大小参数
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
// 正确判断是否还有更多数据
|
||||
mescroll.endBySize(res.list.length, res.total)
|
||||
// mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getList = (pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
searchContent: searchValue.value
|
||||
}
|
||||
|
||||
let res = await SearchForAllCustomersSalesperson(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail = (item) => {
|
||||
if (item.nodeCode !== '完成') {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/customer/components/customerUserEdit",
|
||||
events: {
|
||||
refreshCusUserList() {
|
||||
handleSearch();
|
||||
}
|
||||
},
|
||||
success(res) {
|
||||
res.eventChannel.emit('editCusData', {param: item, isAdd: false})
|
||||
}
|
||||
})
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '已完成审核,不可修改',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 长按定时器ID
|
||||
let touchTimerId = null;
|
||||
|
||||
// 开始触摸
|
||||
let handleTouchStart = (item) => {
|
||||
touchTimerId = setTimeout(() => {
|
||||
// console.log(item, "长按客户人员项")
|
||||
uni.showModal({
|
||||
title: "提示",
|
||||
content: "是否确认删除本条消息?",
|
||||
success(res) {
|
||||
if (res.confirm) {
|
||||
handleDelete(item);
|
||||
} else if (res.cancel) {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
})
|
||||
clearTimeout(touchTimerId);
|
||||
}, 1500)
|
||||
}
|
||||
|
||||
// 结束触摸
|
||||
let handleTouchEnd = () => {
|
||||
if (touchTimerId !== null) {
|
||||
clearTimeout(touchTimerId);
|
||||
}
|
||||
}
|
||||
|
||||
// 删除消息
|
||||
let handleDelete = async (item) => {
|
||||
// console.log(item)
|
||||
const visitId = item.visitId;
|
||||
// await removeVisit({visitId})
|
||||
// uni.hideLoading();
|
||||
uni.showToast({
|
||||
title: visitId ? visitId : "没有visitId字段,无法删除",
|
||||
icon: 'none'
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
|
||||
.w-b-title {
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-edit {
|
||||
white-space: nowrap;
|
||||
|
||||
&.wancheng-deal {
|
||||
border: solid 1rpx #00aa7f;
|
||||
background-color: #00aa7f;
|
||||
}
|
||||
|
||||
&.daishenhe-un-deal {
|
||||
border: solid 1rpx #ffaa7f;
|
||||
background-color: #ffaa7f;
|
||||
}
|
||||
|
||||
&.chaoqi-deal {
|
||||
border: 1rpx solid #ff0000;
|
||||
background-color: #ff0000;
|
||||
}
|
||||
|
||||
&.tijiao-deal {
|
||||
border: 1rpx solid #00aaff;
|
||||
background-color: #00aaff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
126
src/pages/business/CRM/customer/dataMap.js
Normal file
126
src/pages/business/CRM/customer/dataMap.js
Normal file
@@ -0,0 +1,126 @@
|
||||
/**
|
||||
* 职能选项列表
|
||||
* @type {[{id: number, name: string}]}
|
||||
*/
|
||||
export const functionalRequirementList = [
|
||||
{id: 1, name: '客户一把手'},
|
||||
{id: 2, name: '主管科研的高层领导'},
|
||||
{id: 3, name: '主管物资的高层领导'},
|
||||
{id: 4, name: '主管技术的重点型号两总'},
|
||||
{id: 5, name: '物资部门一把手'},
|
||||
{id: 6, name: '主管技术的型号两总'},
|
||||
{id: 7, name: '主管技术的中层领导'},
|
||||
{id: 8, name: '主管物资的中层领导'},
|
||||
{id: 9, name: '设计组长'},
|
||||
{id: 10, name: '重点设计师'},
|
||||
{id: 11, name: '采购组长'},
|
||||
{id: 12, name: '采购员'},
|
||||
{id: 13, name: '质量部门和其他相关部门中层领导'},
|
||||
{id: 14, name: '基层设计人员'},
|
||||
{id: 15, name: '其他相关人员'}
|
||||
]
|
||||
/**
|
||||
* 等级选项列表
|
||||
*/
|
||||
export const salesmanThinkLevelList = [
|
||||
{id: 1, name: 'Y1(D)', value: 'A'},
|
||||
{id: 2, name: 'Y2(C)', value: 'B'},
|
||||
{id: 3, name: 'Y3(B)', value: 'C'},
|
||||
{id: 4, name: 'Y4(A)', value: 'D'}
|
||||
]
|
||||
/**
|
||||
* 性别选项列表
|
||||
*/
|
||||
export const genderList = [
|
||||
{id: 1, name: '男'},
|
||||
{id: 2, name: '女'}
|
||||
]
|
||||
/**
|
||||
* 人员等级选项列表
|
||||
*/
|
||||
export const userTypeList = [
|
||||
{id: 1, name: 'YA'},
|
||||
{id: 2, name: 'NA'},
|
||||
{id: 3, name: 'YB-'},
|
||||
{id: 4, name: 'YB'},
|
||||
{id: 5, name: 'YB+'},
|
||||
{id: 6, name: 'NB'},
|
||||
{id: 7, name: 'YC'},
|
||||
{id: 8, name: 'YC+'},
|
||||
{id: 9, name: 'NC'},
|
||||
{id: 10, name: 'YD'},
|
||||
{id: 11, name: 'ND'}
|
||||
]
|
||||
/**
|
||||
* 需求层次列表
|
||||
*/
|
||||
export const hierarchyNeedsList = [
|
||||
{id: 1, name: '生理'},
|
||||
{id: 2, name: '安全'},
|
||||
{id: 3, name: '归属'},
|
||||
{id: 4, name: '尊重'},
|
||||
{id: 5, name: '自我实现'}
|
||||
]
|
||||
/**
|
||||
* 发展潜力列表
|
||||
*/
|
||||
export const developList = [
|
||||
{id: 1, name: '上行'},
|
||||
{id: 2, name: '平行'},
|
||||
{id: 3, name: '下行'}
|
||||
]
|
||||
/**
|
||||
* 爱好标签列表
|
||||
*/
|
||||
export const hobbyList = [
|
||||
{id: '1', value: 1, name: '游戏'},
|
||||
{id: '2', value: 2, name: '羽毛球'},
|
||||
{id: '3', value: 3, name: '篮球'},
|
||||
{id: '4', value: 4, name: '足球'},
|
||||
{id: '5', value: 5, name: '打牌'},
|
||||
{id: '6', value: 6, name: '唱歌'},
|
||||
{id: '7', value: 7, name: '钓鱼'},
|
||||
{id: '8', value: 8, name: '跑步'},
|
||||
{id: '9', value: 9, name: '滑雪'},
|
||||
{id: '11', value: 11, name: '旅游'},
|
||||
{id: '12', value: 12, name: '读书'},
|
||||
{id: '13', value: 13, name: '摩托'},
|
||||
{id: '14', value: 14, name: '汽车'},
|
||||
{id: '15', value: 15, name: '军事'},
|
||||
{id: '16', value: 16, name: '美食'},
|
||||
{id: '17', value: 17, name: '文玩'},
|
||||
{id: '18', value: 18, name: '其他'}
|
||||
]
|
||||
/**
|
||||
* 支持程度列表
|
||||
*/
|
||||
export const supportLevelList = [
|
||||
{id: 1, name: '+5:热情拥护'},
|
||||
{id: 2, name: '+4:大力支持'},
|
||||
{id: 3, name: '+3:支持'},
|
||||
{id: 4, name: '+2:感兴趣'},
|
||||
{id: 5, name: '+1:认知相同'},
|
||||
{id: 10, name: '-1:不会拒绝'},
|
||||
{id: 9, name: '-2:不感兴趣'},
|
||||
{id: 8, name: '-3:负面评价'},
|
||||
{id: 7, name: '-4:抗拒建议'},
|
||||
{id: 6, name: '-5:支持对手'}
|
||||
]
|
||||
/**
|
||||
* 工作状态列表
|
||||
*/
|
||||
export const workingStatusList = [
|
||||
{id: 1, name: '正常上班'},
|
||||
{id: 2, name: '离职'},
|
||||
{id: 3, name: '退休'}
|
||||
]
|
||||
/**
|
||||
* 人员所属审核状态字典
|
||||
*/
|
||||
export const statusColorMap = {
|
||||
'提交': 'tijiao-deal',
|
||||
'驳回': 'chaoqi-deal',
|
||||
'超期': 'chaoqi-deal',
|
||||
'完成': 'wancheng-deal',
|
||||
'待审核': 'daishenhe-un-deal'
|
||||
}
|
||||
256
src/pages/business/CRM/customer/selectCustomer.vue
Normal file
256
src/pages/business/CRM/customer/selectCustomer.vue
Normal file
@@ -0,0 +1,256 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户名称列表'" :leftFlag="true" :rightFlag="false">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>
|
||||
新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
||||
v-model="searchValue" @clear="searchValue=''"
|
||||
/>
|
||||
<!-- <button type="default" @click="searchValue=''" size="mini" class="btn-search">清空</button>-->
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
><!-- @down="downCallback"-->
|
||||
<radio-group class="block" @change="radioChange">
|
||||
<view class="white-bg" v-for="(item, index) in list" :key="index" @click="handleDetail(item)">
|
||||
<radio class='radio'
|
||||
:class="index === selectIndex ? 'checked' : ''"
|
||||
:checked="index === selectIndex"
|
||||
:value="index+''">
|
||||
</radio>
|
||||
|
||||
<view class="report-list">
|
||||
<view class="title">{{ item.cusName }}</view>
|
||||
<!-- <view class="r-list">
|
||||
<view class="r-name">{{ item.shortName }}</view>
|
||||
<view class="r-right btn-orange" size="mini">{{ item.statusName }}</view>
|
||||
</view>-->
|
||||
<view class="border-bottom"></view>
|
||||
<!-- <view class="r-list">
|
||||
<view class="r-left">日期</view>
|
||||
<view class="r-right">{{ new Date(item.createTime).toLocaleDateString()}}</view>
|
||||
</view>-->
|
||||
</view>
|
||||
</view>
|
||||
</radio-group>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import {ref, onMounted, getCurrentInstance, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
import {getCustomerList} from "@/api/crm/customer/getCustomer";
|
||||
|
||||
let instance = null;
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
const mescrollRef = ref(null);
|
||||
let searchValue = ref('')
|
||||
|
||||
let cssFlag=ref(false);//控制样式
|
||||
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
|
||||
onLoad((options)=>{
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('requestCusList', async (res) => {
|
||||
let {cusName} = res.data;
|
||||
// console.log(cusName, "客户选择页读取到参数");
|
||||
searchValue.value = cusName;
|
||||
})
|
||||
})
|
||||
|
||||
let timerId = null;
|
||||
// 搜索
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
// console.log(`新值: ${newValue}, 旧值: ${oldValue}`);
|
||||
if(timerId) clearTimeout(timerId);
|
||||
timerId = setTimeout(async ()=>{
|
||||
handleSearch();
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500);
|
||||
});
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
const res = await getList(1, upOption.value.page.size);
|
||||
list.value = res.list;
|
||||
// 正确结束下拉刷新状态
|
||||
mescroll.endSuccess(res.list.length, res.total >= upOption.value.page.size);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
// 发生错误时结束下拉刷新
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
// 正确结束上拉加载状态
|
||||
mescroll.endSuccess(res.list.length, res.list.length >= mescroll.size);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
// 发生错误时结束上拉加载
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 查询搜索跳转
|
||||
let handleSearch = async () => {
|
||||
// 触发下拉刷新以重新加载数据
|
||||
if (mescrollRef.value) {
|
||||
cssFlag.value = true;
|
||||
uni.showLoading()
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
uni.hideLoading()
|
||||
cssFlag.value = false;
|
||||
}
|
||||
}
|
||||
// 获取数据列表
|
||||
const getList = async (pageIndex, pageSize) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
cusName: searchValue.value
|
||||
}
|
||||
let { rows, total } = await getCustomerList(param)
|
||||
return {list: rows, total};
|
||||
}
|
||||
// 选中项的索引号
|
||||
const selectIndex = ref(null);
|
||||
const radioChange = (e) => {
|
||||
let {value} = e.detail; // index
|
||||
// console.log(value);
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('cuSelected', list.value[value]);
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
//padding-bottom:10rpx;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.radio {
|
||||
padding-right: 20rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 32rpx;
|
||||
line-height: 48rpx;
|
||||
}
|
||||
|
||||
.report-list {
|
||||
width: calc(100% - 70rpx);
|
||||
//background-color: pink;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
</style>
|
||||
135
src/pages/business/CRM/customerUserList.vue
Normal file
135
src/pages/business/CRM/customerUserList.vue
Normal file
@@ -0,0 +1,135 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view >
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告添加客户人员'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
<uni-easyinput prefixIcon="search" v-model="searchContent" placeholder="请输入客户人员名称" clearable
|
||||
@iconClick="iconClick">
|
||||
</uni-easyinput>
|
||||
<checkbox-group class="block" @change="checkboxChange">
|
||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||
<checkbox class='checkBoxClass' :value="item.userName"></checkbox>
|
||||
<view class="clientClass">
|
||||
<text class="blue-text">{{ item.userName }}</text>
|
||||
{{ " | " }}
|
||||
{{ item.userDept != null ? item.userDept : ' ' }}
|
||||
{{ item.job != null ? item.job : ' ' }}
|
||||
{{ item.mobilePhone }}
|
||||
{{ item.remark != null ? item.remark : ' ' }}
|
||||
</view>
|
||||
</view>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { crmCustomerUser } from '../../../api/crm/api_ys.js'
|
||||
import { onMounted, onUnmounted, reactive, ref, watch } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '../../../utils/message.js'
|
||||
import cache from '../../../utils/cache'
|
||||
|
||||
|
||||
|
||||
const message = useMessage();
|
||||
|
||||
//点击查询客户人员
|
||||
const queryParams = ref({
|
||||
cusName: '',
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
})
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
getClientUserName()
|
||||
})
|
||||
|
||||
onLoad(options => {
|
||||
queryParams.value.cusName = options.cusName
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function getClientUserName() {
|
||||
crmCustomerUser(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//查询某一客户人员
|
||||
let searchContent = ref('')
|
||||
|
||||
function iconClick() {
|
||||
message.toast('点击了查询,当前内容:' + searchContent.value)
|
||||
}
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchContent,(newValue,oldValue)=>{
|
||||
queryParams.value.nickName = searchContent.value
|
||||
//变化了之后,重新查询内容
|
||||
crmCustomerUser(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
|
||||
//勾选内容
|
||||
function checkboxChange(e) {
|
||||
cache.set('checkedRCClientList', e.detail.value)
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
.con-body{
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
</style>
|
||||
755
src/pages/business/CRM/mainOwner/audit/confirmForm.vue
Normal file
755
src/pages/business/CRM/mainOwner/audit/confirmForm.vue
Normal file
@@ -0,0 +1,755 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月19日
|
||||
* @description 提交审批意见
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员主归属人变更人员详情'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||
<!-- 选择客户 -->
|
||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||
<view class="customer-name" ><!--@click="handleCustomerClick"-->
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
<text> {{ customerUser.cusName || '查询客户名称' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统公司等级" name="cusEstate" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.cusEstate"
|
||||
:placeholder="customerUser.sysThinkLevel?customerUser.sysThinkLevel:'默认显示公司等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员名称 -->
|
||||
<uni-forms-item label="人员姓名" name="userName" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userName" placeholder="请输入姓名" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择人员等级 -->
|
||||
<uni-forms-item label="人员等级(K)" name="userType"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleUserTypeChange" :value="userTypeIndex" :range="userTypeList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择等级 索引:index5 ,范围:palceArray3,响应:handlePlace6-->
|
||||
<view class="flex">
|
||||
{{ formData.userType ? formData.userType : '请选择' }} <!-- 等级:userType -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员工作电话 -->
|
||||
<uni-forms-item label="工作电话" name="jobTelphone" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobTelphone" placeholder="请输入工作电话" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员手机号 -->
|
||||
<uni-forms-item v-if="formData.mobilePhone" label="人员手机号" name="mobilePhone" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.mobilePhone" placeholder="请输入手机号" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人员部门 -->
|
||||
<uni-forms-item label="部门" name="userDept" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.userDept" placeholder="请输入所属部门" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择职能 -->
|
||||
<uni-forms-item label="职能" name="functionalRequirements" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleFunctionChange" :range="functionalRequirementList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择职能 索引: :value="functionIndex" index1 响应:handlePlace1 -->
|
||||
<view class="flex">
|
||||
{{ formData.functionalRequirements ? formData.functionalRequirements : '请选择' }}
|
||||
<!-- 职能:functionalRequirements -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 系统推荐等级 -->
|
||||
<uni-forms-item label="系统推荐等级" name="systemThinkLevel" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.systemThinkLevel" :placeholder="recommendLevel || '默认显示系统推荐等级'"
|
||||
disabled/>
|
||||
</uni-forms-item>
|
||||
<!-- 业务员选择人员等级 -->
|
||||
<uni-forms-item label="业务人员填写等级" name="salesmanThinkLevel" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleThinkLevelChange" :range="salesmanThinkLevelList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择推荐等级 索引:value="thinkLevelIndex" index8 响应:handlePlace9 -->
|
||||
<view class="flex">
|
||||
{{ formData.salesmanThinkLevel ? formData.salesmanThinkLevel : '请选择' }}
|
||||
<!-- 思考人员等级:salesmanThinkLevel-->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- 输入人员职务 -->
|
||||
<uni-forms-item label="职务" name="job" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.job" placeholder="请输入职务" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入专业产品 majorProduct-->
|
||||
<uni-forms-item label="专业产品" name="majorProduct" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.majorProduct" placeholder="请输入专业产品" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入产品需求 product-->
|
||||
<uni-forms-item label="产品需求" name="product" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.product" placeholder="请输入产品需求" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入办公场地 -->
|
||||
<uni-forms-item label="办公场地" name="officeSite" required class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.officeSite" placeholder="请输入办公场地" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入性别 -->
|
||||
<uni-forms-item label="性别" name="sex" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleGenderChange" :value="genderIndex" :range="genderList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择性别 索引:index2 ,范围:palceArray2,响应:handlePlace2-->
|
||||
<view class="flex">
|
||||
{{ formData.sex ? formData.sex : '请选择' }} <!-- 性别:sex -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- 选择任职时间 tenureTime-->
|
||||
<uni-forms-item label="任职日期" name="tenureTime" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.tenureTime"
|
||||
@change="handleTenureTimeChange" :disabled="!editable"/> <!-- 响应:orderDateChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入需求层次 hierarchyNeeds-->
|
||||
<uni-forms-item label="需求层次" name="hierarchyNeeds"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleHierarchyNeedsChange" :value="hierarchyNeedsIndex" :range="hierarchyNeedsList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择层次 索引:index4 ,范围:palceArray5,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.hierarchyNeeds ? formData.hierarchyNeeds : '请选择' }} <!-- 层次:hierarchyNeeds -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入职务变化 jobChange-->
|
||||
<uni-forms-item label="职务变化" name="jobChange" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.jobChange" placeholder="请输入职务变化" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 选择发展潜能 develop-->
|
||||
<uni-forms-item label="发展潜能" name="develop"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleDevelopChange" :value="developIndex" :range="developList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择潜力 索引:index3 ,范围:handlePlace4,响应:handlePlace5-->
|
||||
<view class="flex">
|
||||
{{ formData.develop ? formData.develop : '请选择' }} <!-- 潜能:develop -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入生日 -->
|
||||
<uni-forms-item label="生日" name="birthday" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="formData.birthday"
|
||||
@change="handleBirthdayChange" :disabled="!editable"/> <!-- 响应:birthdayChange-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入爱好 -->
|
||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
||||
@change="handleHobbyChange" :slabel="'name'"
|
||||
|
||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||
</uni-forms-item>
|
||||
|
||||
<!-- <uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">-->
|
||||
<!-- <uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" @click="chooseHobby"/>-->
|
||||
<!-- chooseHobby选择标签 -->
|
||||
<!-- </uni-forms-item>-->
|
||||
<!-- 输入禁忌 taboo-->
|
||||
<uni-forms-item label="禁忌" name="taboo" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.taboo" placeholder="请输入禁忌" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入籍贯 nativec-->
|
||||
<uni-forms-item label="籍贯" name="nativec" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.nativec" placeholder="请输入或选择籍贯" :disabled="!editable"/>
|
||||
<uni-data-picker placeholder="请选择" :localdata="city"
|
||||
:clear-icon="false"
|
||||
:map="{text:'label',value:'value'}"
|
||||
@change="handleNativeChange" :readonly="!editable">
|
||||
|
||||
</uni-data-picker>
|
||||
<!-- {{formData.nativec? formData.nativec:'请选择'}}--><!-- 响应:address-->
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭住址 homeAddress-->
|
||||
<uni-forms-item label="家庭住址" name="homeAddress" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.homeAddress" placeholder="请输入家庭住址" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入家庭情况 familyStatus-->
|
||||
<uni-forms-item label="家庭情况" name="familyStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.familyStatus" placeholder="请输入家庭情况" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入婚姻状况 maritalStatus-->
|
||||
<uni-forms-item label="婚姻状况" name="maritalStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.maritalStatus" placeholder="请输入婚姻状况" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入车型及牌号 motorcycleType-->
|
||||
<uni-forms-item label="车型及牌号" name="motorcycleType" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.motorcycleType" placeholder="请输入车型及牌号" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入毕业院校 graduateIns-->
|
||||
<uni-forms-item label="毕业院校" name="graduateIns" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.graduateIns" placeholder="请输入毕业院校" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入人脉关系 interpersonal-->
|
||||
<uni-forms-item label="人脉关系" name="interpersonal" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput v-model="formData.interpersonal" placeholder="请输入人脉关系" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
<!-- 输入支持程度 support-->
|
||||
<uni-forms-item label="支持程度" name="support" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleSupportChange" :value="supportIndex" :range="supportLevelList" :disabled="!editable"
|
||||
:range-key="'name'"> <!--选择支持程度 索引:index6 ,范围:palceArray6,响应:handlePlace7-->
|
||||
<view class="flex">
|
||||
{{ formData.support ? formData.support : '请选择' }} <!-- 支持:support -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 选择工作状态 workingStatus-->
|
||||
<uni-forms-item label="工作状态" name="workingStatus" class="uni-forms-item is-direction-top is-top">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleWorkingStatusChange" :value="workingStatusIndex" :range="workingStatusList"
|
||||
:range-key="'name'" :disabled="!editable"> <!--选择支持程度 索引:index7 ,范围:palceArray7,响应:handlePlace8-->
|
||||
<view class="flex">
|
||||
{{ formData.workingStatus ? formData.workingStatus : '请选择' }} <!-- 工作:workingStatus -->
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<!-- 输入备注 -->
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top" style="padding-bottom: 220rpx;">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.reasonForChange" placeholder="请输入备注"
|
||||
class="form-texarea" :disabled="!editable"/>
|
||||
</uni-forms-item>
|
||||
|
||||
<view v-if="formData.userId" class="fab">
|
||||
<button class="mini-btn btn" type="warn" @click="handleReject">✘ 驳回</button>
|
||||
<button class="mini-btn btn" type="primary" @click="handleApprove">✔ 通过</button>
|
||||
</view>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, reactive, getCurrentInstance} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import multipleSelect from '@/components/multipleSelect.vue'
|
||||
import {
|
||||
developList,
|
||||
functionalRequirementList,
|
||||
genderList,
|
||||
hierarchyNeedsList, hobbyList,
|
||||
salesmanThinkLevelList, supportLevelList,
|
||||
userTypeList, workingStatusList
|
||||
} from "../../customer/dataMap";
|
||||
import city from "@/utils/area";
|
||||
import {getCustomerLevel, getCusUserApprovalListDetail} from "@/api/crm/customer/getCustomer";
|
||||
import {changeOfPrimaryOwnershipNoApproved, changeOfPrimaryOwnershipApproved} from "@/api/crm/mainOwner/mainOwner";
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
// 表单引用
|
||||
const formRef = ref({});
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
// 客户人员的ID
|
||||
userId: null,
|
||||
//部门
|
||||
userDept: null,
|
||||
//客户(公司)ID
|
||||
cusId: null,
|
||||
//客户人员名称
|
||||
customerUserName: null,
|
||||
userName: null,
|
||||
|
||||
//等级(K)
|
||||
userType: null,
|
||||
//手机号
|
||||
iphone: null,
|
||||
mobilePhone: null,
|
||||
//客户姓名
|
||||
cusName: null,
|
||||
//系统中公司等级
|
||||
cusEstate: null,
|
||||
//工作手机号
|
||||
jobTelphone: null,
|
||||
//职能
|
||||
functionalRequirements: '',
|
||||
//职务
|
||||
job: null,
|
||||
//专业产品
|
||||
majorProduct: null,
|
||||
//产品需求
|
||||
product: null,
|
||||
//办公场地
|
||||
officeSite: null,
|
||||
//性别
|
||||
sex: '男',
|
||||
//任职时间
|
||||
tenureTime: null,
|
||||
//需求层次
|
||||
hierarchyNeeds: null,
|
||||
//职务变化
|
||||
jobChange: null,
|
||||
//发展潜能
|
||||
develop: null,
|
||||
//生日
|
||||
birthday: null,
|
||||
//爱好
|
||||
hobby: null,
|
||||
//禁忌
|
||||
taboo: null,
|
||||
//籍贯
|
||||
nativec: null,
|
||||
//家庭情况
|
||||
familyStatus: null,
|
||||
//婚姻状况
|
||||
maritalStatus: null,
|
||||
//车辆及牌号
|
||||
motorcycleType: null,
|
||||
//毕业院校
|
||||
graduateIns: null,
|
||||
//家庭住址
|
||||
homeAddress: null,
|
||||
//人脉关系
|
||||
interpersonal: null,
|
||||
//支持程度
|
||||
support: null,
|
||||
//工作状态
|
||||
workingStatus: null,
|
||||
//备注
|
||||
remark: null,
|
||||
//业务员认为的等级
|
||||
salesmanThinkLevel: null,
|
||||
//系统认为的等级
|
||||
systemThinkLevel: null,
|
||||
//职能
|
||||
function: null,
|
||||
});
|
||||
|
||||
// 客户人员信息
|
||||
const customerUser = ref({
|
||||
cusName: null,
|
||||
sysThinkLevel: null
|
||||
});
|
||||
|
||||
// 表单校验规则
|
||||
let rules;
|
||||
// 初始化校验规则
|
||||
(function bindRules() {
|
||||
rules = reactive({
|
||||
cusName: {rules: [{required: true, errorMessage: '客户名称不能为空', trigger: 'blur'}]},
|
||||
customerUserName: {rules: [{required: true, errorMessage: '人员名称不能为空', trigger: 'blur'}]},
|
||||
iphone: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请填写手机号码',
|
||||
}, {
|
||||
validateFunction: function (rule, value, data, callback) {
|
||||
let iphoneReg = (
|
||||
/^(13[0-9]|14[1579]|15[0-3,5-9]|16[6]|17[0123456789]|18[0-9]|19[89])\d{8}$/
|
||||
); //手机号码
|
||||
if (!iphoneReg.test(value)) {
|
||||
callback('手机号码格式不正确,请重新填写')
|
||||
}
|
||||
}
|
||||
}]
|
||||
},
|
||||
userDept: {rules: [{required: true, errorMessage: '所属部门不能为空', trigger: 'blur'}]},
|
||||
functionalRequirements: {rules: [{required: true, errorMessage: '职能不能为空', trigger: 'blur'}]},
|
||||
salesmanThinkLevel: {rules: [{required: true, errorMessage: '手填等级不能为空', trigger: 'blur'}]},
|
||||
job: {rules: [{required: true, errorMessage: '职务不能为空', trigger: 'blur'}]},
|
||||
officeSite: {rules: [{required: true, errorMessage: '办公场地不能为空', trigger: 'blur'}]},
|
||||
sex: {rules: [{required: true, errorMessage: '性别不能为空', trigger: 'blur'}]},
|
||||
});
|
||||
console.log(rules, "校验规则");
|
||||
})();
|
||||
const editable = ref(true);
|
||||
// getCurrentInstance().proxy
|
||||
let instance = null;
|
||||
onLoad((options)=>{
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('auditCusOwner', async (param) => {
|
||||
editable.value = param.editable;
|
||||
if(!param.editable){ // 只读模式
|
||||
let {userId} = param.data;
|
||||
console.log(param.data, "客户人员所属详情编辑页面读取到参数");
|
||||
let res = await getCusUserApprovalListDetail({userId}).catch(err=>{
|
||||
console.warn(err,'客户人员所属编辑信息获取失败');
|
||||
})
|
||||
const {rows} = res;
|
||||
let source = rows[0];
|
||||
const filteredData = Object.keys(source)
|
||||
.filter(key => source[key] !== null && source[key] !== "null")
|
||||
.reduce((obj, key) => {
|
||||
obj[key] = source[key];
|
||||
return obj;
|
||||
}, {});
|
||||
const {cusName} = source;
|
||||
customerUser.value.cusName = cusName;
|
||||
console.log(filteredData, "过滤空值属性")
|
||||
if(rows.length) Object.assign(formData.value, filteredData); // 对表单赋值
|
||||
formData.value.functionalRequirements = source.function; // 特殊处理
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
// 选择职能
|
||||
let handleFunctionChange = (e) => {
|
||||
console.log(e.detail.value, '职能索引');
|
||||
const {name} = functionalRequirementList[e.detail.value];
|
||||
formData.value.functionalRequirements = name;
|
||||
formData.value.function = name; // 职能需要特殊处理
|
||||
getRecommendLevel();
|
||||
}
|
||||
|
||||
// 选择等级
|
||||
let handleThinkLevelChange = (e) => {
|
||||
console.log(e.detail.value, '人员等级');
|
||||
const {name} = salesmanThinkLevelList[e.detail.value];
|
||||
formData.value.salesmanThinkLevel = name;
|
||||
}
|
||||
// 系统推荐等级
|
||||
let recommendLevel = ref("");
|
||||
let getRecommendLevel = async () => {
|
||||
if (formData.value.cusEstate) {
|
||||
let {cusEstate, functionalRequirements} = formData.value;
|
||||
let param = {cusEstate, functionalRequirements};
|
||||
if (formData.value.salesmanThinkLevel) {
|
||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||
}
|
||||
let res = await getCustomerLevel(param)
|
||||
/*.catch(err => {
|
||||
console.error(err, "客户的系统推荐等级获取失败")
|
||||
})*/
|
||||
try{
|
||||
if(res.data.systemRecommendationLevel){
|
||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
||||
}
|
||||
}catch(e){
|
||||
if (res.systemRecommendationLevel) {
|
||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||
}else{
|
||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||
}
|
||||
};
|
||||
|
||||
// 性别索引
|
||||
let genderIndex = ref(0);
|
||||
// 选择性别
|
||||
let handleGenderChange = (e) => {
|
||||
const {value} = e.detail;
|
||||
console.log(e.detail.value);
|
||||
const {name} = genderList[value];
|
||||
genderIndex.value = value;
|
||||
formData.value.sex = name;
|
||||
}
|
||||
|
||||
// 人员等级索引
|
||||
let userTypeIndex = ref(0);
|
||||
// 选择人员等级
|
||||
let handleUserTypeChange = (e) => {
|
||||
let {value} = e.detail;
|
||||
userTypeIndex.value = value;
|
||||
const {name} = userTypeList[value];
|
||||
formData.value.userType = name;
|
||||
}
|
||||
|
||||
// 选择日期
|
||||
function handleTenureTimeChange(e) {
|
||||
formData.value.tenureTime = e;
|
||||
}
|
||||
|
||||
// 需求层次索引
|
||||
let hierarchyNeedsIndex = ref(0);
|
||||
// 选择需求层次
|
||||
let handleHierarchyNeedsChange = e => {
|
||||
let {value} = e.detail;
|
||||
const {name} = hierarchyNeedsList[value];
|
||||
hierarchyNeedsIndex.value = value;
|
||||
formData.value.hierarchyNeeds = name;
|
||||
}
|
||||
// 发展潜能索引
|
||||
let developIndex = ref(0);
|
||||
// 选择发展潜能
|
||||
let handleDevelopChange = e => {
|
||||
let {value} = e.detail;
|
||||
developIndex.value = value;
|
||||
formData.value.develop = developList[value].name;
|
||||
}
|
||||
|
||||
// 选择生日
|
||||
function handleBirthdayChange(e) {
|
||||
formData.value.birthday = e;
|
||||
}
|
||||
|
||||
// 爱好标签索引
|
||||
let hobbyIds = ref([]);
|
||||
let hobbies = ref([]);
|
||||
// 选择爱好标签
|
||||
const handleHobbyChange = (items, ids) => {
|
||||
console.log('选择爱好', items, ids);
|
||||
hobbyIds.value = [];
|
||||
hobbies.value = items;
|
||||
};
|
||||
|
||||
// 选择
|
||||
const handleNativeChange = (e) => {
|
||||
formData.value.nativec = (e.detail.value.map(item => {
|
||||
return item.text;
|
||||
}).join("-"))
|
||||
}
|
||||
// 支持程度索引
|
||||
let supportIndex = ref(0);
|
||||
// 选择支持程度
|
||||
let handleSupportChange = e => {
|
||||
let {value} = e.detail;
|
||||
supportIndex.value = value;
|
||||
formData.value.support = supportLevelList[value].name;
|
||||
}
|
||||
// 工作状态索引
|
||||
let workingStatusIndex = ref(0);
|
||||
let handleWorkingStatusChange = e => {
|
||||
let {value} = e.detail;
|
||||
workingStatusIndex.value = 0;
|
||||
formData.value.workingStatus = workingStatusList[value].name;
|
||||
}
|
||||
|
||||
let submitForm = async () => {
|
||||
let hobbyTags = hobbies.value.map(it => {
|
||||
let {name} = it;
|
||||
return name;
|
||||
})
|
||||
const hobbyTagString = hobbyTags.join(',');
|
||||
console.log(hobbyTagString);
|
||||
if (hobbyTagString || formData.value.hobby) {
|
||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
||||
}
|
||||
|
||||
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
||||
|
||||
// console.log(formData.value, "校验表单数据")
|
||||
// console.log(recommendLevel);
|
||||
formData.value.cusName = customerUser.value.cusName;
|
||||
try {
|
||||
await formRef.value.validate()
|
||||
console.log(formData.value, "提交表单数据")
|
||||
// 请求保存
|
||||
uni.showLoading()
|
||||
upadateappCrmCusUserNew(formData.value).then(res=>{
|
||||
uni.hideLoading();
|
||||
uni.showToast({
|
||||
title: "更新成功"
|
||||
})
|
||||
setTimeout(()=>uni.navigateBack(), 1500);
|
||||
}).catch(err=>{
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "更新失败"
|
||||
})
|
||||
})
|
||||
// 重置表单
|
||||
// 清除校验
|
||||
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请检查并完善信息'
|
||||
})
|
||||
console.warn(err);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
let handleReject = () => {
|
||||
uni.showModal({
|
||||
title: '是否确认驳回?',
|
||||
editable: true,
|
||||
placeholderText: '请输入驳回原因',
|
||||
async success(res){
|
||||
if(res.confirm){
|
||||
if(res.content){
|
||||
let res = await changeOfPrimaryOwnershipNoApproved({
|
||||
opinionOwn: res.content,
|
||||
userId: formData.value.userId
|
||||
})
|
||||
if(res.code==200){
|
||||
uni.showToast({
|
||||
title: '操作成功',
|
||||
success(){
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshOwnerChangeList')
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack()
|
||||
},1000)
|
||||
}
|
||||
})
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '操作失败!驳回原因不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
let handleApprove = () => {
|
||||
changeOfPrimaryOwnershipApproved({
|
||||
userId: formData.value.userId
|
||||
}).then(res=>{
|
||||
if(res.code==200){
|
||||
uni.showToast({
|
||||
title: '操作成功',
|
||||
success(){
|
||||
setTimeout(()=>{
|
||||
uni.navigateBack()
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshOwnerChangeList')
|
||||
},1000)
|
||||
}
|
||||
})
|
||||
}else{
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
}).catch(err=>{
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.uni-easyinput__content.is-input-border) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled) {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:deep(.uni-easyinput__content.is-input-border.is-disabled .uni-easyinput__content-input) {
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
:deep(.is-disabled .uni-easyinput__placeholder-class) {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
:deep(.uni-select-dc-select .uni-select-multiple) {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.form-picker {
|
||||
padding: 15rpx;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.customer-name {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
.btn{
|
||||
height: 100rpx;
|
||||
width: 180rpx;
|
||||
border-radius: 50rpx;
|
||||
border: none;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.fab{
|
||||
padding-top: 10rpx;
|
||||
padding-bottom: 100rpx;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100vw;
|
||||
left: 0;
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
backdrop-filter: blur(10px);
|
||||
box-shadow: 0 0 60rpx rgba(255, 255, 255, 0.9);
|
||||
z-index: 999;
|
||||
}
|
||||
</style>
|
||||
277
src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue
Normal file
277
src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue
Normal file
@@ -0,0 +1,277 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月19日
|
||||
* @description 主归属人变更审核
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户人员主归属人变更审核'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索-->
|
||||
<!-- <view class="search">-->
|
||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
||||
<!-- v-model="searchValue"-->
|
||||
<!-- />-->
|
||||
<!-- <button type="default" @click="clearSearchValue" size="mini" class="btn-search">清空</button>-->
|
||||
<!-- </view>-->
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
>
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index">
|
||||
<view class="report-list" @click.stop="handleDetail(item)">
|
||||
<view class="r-list title" >
|
||||
{{ item.cusName }}
|
||||
<view class="r-right" :class="item.auditStatus ? '' : 'btn-pink' ">{{item.auditStatus?'':'待您审批'}}</view>
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ item.userName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">目前业务员</view>
|
||||
<view class="r-right">{{ item.belonger }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">职能</view>
|
||||
<view class="r-right">{{ item.function }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list" style="font-weight: bold">
|
||||
<view class="r-left">申请变更人姓名</view>
|
||||
<view class="r-right">{{ item.applicantName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-left">申请原因</view>
|
||||
<view class="r-right">{{ item.reasonForChange }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {personnelAwaitingReviewForChange} from "@/api/crm/mainOwner/mainOwner"
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
// 搜索内容
|
||||
let searchValue = ref(null);
|
||||
// 分页
|
||||
const mescrollRef = ref(null);
|
||||
// 防抖计时
|
||||
let timerId = null;
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
// 防抖搜索 console.log(searchValue.value)
|
||||
if (timerId) clearTimeout(timerId);
|
||||
|
||||
timerId = setTimeout(async () => {
|
||||
|
||||
// let res = await getList(1, upOption.value.page.size)
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500)
|
||||
}
|
||||
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
handleSearch()
|
||||
})
|
||||
let clearSearchValue = ()=>{
|
||||
searchValue.value = '';
|
||||
}
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {tip: '~ 空空如也 ~'},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
cssFlag.value = true;
|
||||
uni.showLoading();
|
||||
setTimeout(async () => {
|
||||
// 重置页码为第一页
|
||||
const res = await getList(1, mescroll.size || upOption.page.size);
|
||||
|
||||
list.value = res.list;
|
||||
cssFlag.value = false;
|
||||
// 正确传递 total 参数
|
||||
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
||||
uni.hideLoading();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
// 使用 mescroll 提供的页码和大小参数
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
// 正确判断是否还有更多数据
|
||||
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getList = (pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
searchContent: searchValue.value
|
||||
}
|
||||
|
||||
let res = await personnelAwaitingReviewForChange(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail = (item) => {
|
||||
const {userId} = item;
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/mainOwner/audit/confirmForm",
|
||||
events: {
|
||||
refreshOwnerChangeList(){
|
||||
handleSearch();
|
||||
}
|
||||
},
|
||||
success(res){
|
||||
res.eventChannel.emit('auditCusOwner', {data: {userId}, editable: false})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
.title{
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-pink{
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,143 @@
|
||||
<template>
|
||||
<view class="steps">
|
||||
<view class="step" v-for="(item, i) in list" :key="i">
|
||||
<!-- 左侧 -->
|
||||
<view class="step_left"> {{ item.createTime !== null ? item.createTime : '未审核' }}</view>
|
||||
<!-- 中部 -->
|
||||
<view class="step_mid">
|
||||
<view class="step_dot" :style="{ backgroundColor: item.stateFlow ? activeColor : '' }">{{ stepType === 'number' ? i + 1 : '' }}</view>
|
||||
<template v-if="i < list.length - 1">
|
||||
<view class="step_line" :style="{ backgroundColor: item.stateFlow ? activeColor : '' }"></view>
|
||||
</template>
|
||||
</view>
|
||||
<!-- 右侧 -->
|
||||
<view class="step_right">
|
||||
<view class="step_name">{{ item.state }}</view>
|
||||
<view class="step_idea" :style="{ color: getStateColor(item.stateFlow) }">{{ getStateText(item.stateFlow) }}</view>
|
||||
<view class="step_idea" :style="{ color: getStateColor(item.stateFlow) }" v-if="item.stateFlow==1">同意</view>
|
||||
<view class="step_idea"> {{ item.opinionOwn !== null ? item.opinionOwn : '' }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
// 步骤条格式 数字或者为点
|
||||
stepType: {
|
||||
type: String,
|
||||
default: 'dot'
|
||||
},
|
||||
// 激活颜色
|
||||
activeColor: {
|
||||
type: String,
|
||||
default: '#55aaff'
|
||||
},
|
||||
// 数据列表
|
||||
list: {
|
||||
type: Array,
|
||||
default: () => {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 根据 stateFlow 获取状态文本
|
||||
getStateText(stateFlow) {
|
||||
// 状态映射对象(可根据需求扩展)
|
||||
const stateMap = {
|
||||
0: '待审核', // 未通过
|
||||
1: '已通过', // 通过
|
||||
2: '已驳回' // 驳回
|
||||
};
|
||||
// 未知状态返回默认文本
|
||||
return stateMap[stateFlow] || '未知状态';
|
||||
},
|
||||
|
||||
// 根据 stateFlow 获取状态颜色
|
||||
getStateColor(stateFlow) {
|
||||
// 颜色映射对象(可根据需求调整)
|
||||
const colorMap = {
|
||||
0: '#dcdcdc', // 待审核:灰色
|
||||
1: '#55aaff', // 已通过:蓝色(使用 activeColor)
|
||||
2: '#ff4d4f' // 已驳回:红色
|
||||
};
|
||||
// 未知状态返回默认颜色
|
||||
return colorMap[stateFlow] || '#dcdcdc';
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.steps {
|
||||
.step {
|
||||
display: flex;
|
||||
.step_left {
|
||||
width: 150rpx;
|
||||
margin-top: -5rpx;
|
||||
font-size: 26rpx;
|
||||
line-height: 36rpx;
|
||||
text-align: right;
|
||||
}
|
||||
.step_mid {
|
||||
// width: 50rpx;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: 0 25rpx;
|
||||
.step_dot {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
background: #dcdcdc;
|
||||
border: 5rpx solid #f5f5f5;
|
||||
border-radius: 50%;
|
||||
color: #ffffff;
|
||||
font-size: 28rpx;
|
||||
text-align: center;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.active_dot {
|
||||
background: #2a62ed;
|
||||
border: 5rpx solid #e3ebff;
|
||||
}
|
||||
.step_line {
|
||||
width: 4rpx;
|
||||
height: 160rpx;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.active_line {
|
||||
background: #2a62ed;
|
||||
}
|
||||
}
|
||||
.step_right {
|
||||
width: 430rpx;
|
||||
height: fit-content;
|
||||
padding: 25rpx 30rpx;
|
||||
margin-top: -14rpx;
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 10rpx;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
|
||||
view {
|
||||
width: 100%;
|
||||
}
|
||||
.step_name {
|
||||
font-size: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.step_idea {
|
||||
color: #999999;
|
||||
font-size: 26rpx;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
236
src/pages/business/CRM/mainOwner/view/viewMainOwner.vue
Normal file
236
src/pages/business/CRM/mainOwner/view/viewMainOwner.vue
Normal file
@@ -0,0 +1,236 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'查看主归属人变更'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="检索功能待开发,感谢您的耐心等待" clearButton="auto"-->
|
||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />-->
|
||||
<!-- <button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>-->
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@click="showDetail(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户:{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
<view>
|
||||
|
||||
<view
|
||||
class="r-right btn-blue"
|
||||
size="mini">
|
||||
查看
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ item.userName}}</view>
|
||||
</view>
|
||||
<view class="r-list" >
|
||||
<view class="r-left">目前业务员</view>
|
||||
<view class="r-right">{{ item.belonger }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">职能</view>
|
||||
<view class="r-right">{{ item.function }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from "../../../../../components/customHeader.vue";
|
||||
import { onMounted, ref } from 'vue';
|
||||
|
||||
import {getNavBarPaddingTop} from "../../../../../utils/system";
|
||||
import MescrollUni from "mescroll-uni/mescroll-uni.vue";
|
||||
import {getQueryVisistList} from "../../../../../api/crm/activity/activity";
|
||||
import {queryViewMainOwnerList} from "../../../../../api/crm/mainOwner/mainOwner";
|
||||
import {onShow} from "@dcloudio/uni-app";
|
||||
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
|
||||
let queryParams = ref({
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
onShow(()=>{
|
||||
getList(queryParams)
|
||||
})
|
||||
|
||||
|
||||
let list = ref([])
|
||||
//获取列表信息
|
||||
function getList(queryParams){
|
||||
queryViewMainOwnerList(queryParams.value).then(res => {
|
||||
list.value = res.rows
|
||||
})
|
||||
}
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
let mescrollRef = ref(null);
|
||||
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
queryParams.pageNum = 1;
|
||||
queryParams.pageSize = upOption.value.page.size;
|
||||
//获取当前页的信息
|
||||
const res = await queryViewMainOwnerList(queryParams)
|
||||
cssFlag.value = false;
|
||||
list.value = res.rows;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
queryParams.pageNum = 1;
|
||||
queryParams.pageSize = upOption.value.page.size;
|
||||
const res = await queryViewMainOwnerList(queryParams);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.rows;
|
||||
} else {
|
||||
list.value.push(...res.rows);
|
||||
}
|
||||
mescroll.endBySize(res.rows.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
|
||||
// 查看信息详情
|
||||
function showDetail(item) {
|
||||
uni.navigateTo({
|
||||
url: './viewMainOwnerDetail?userId=' + item.userId
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
149
src/pages/business/CRM/mainOwner/view/viewMainOwnerDetail.vue
Normal file
149
src/pages/business/CRM/mainOwner/view/viewMainOwnerDetail.vue
Normal file
@@ -0,0 +1,149 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'查看主归属人变更详细信息'" :leftFlag="true"
|
||||
:rightFlag="false"></customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
<view class="all-body">
|
||||
<!-- 分页部分 -->
|
||||
|
||||
<view class="white-bg margin-bottom20"
|
||||
@click="showDetail(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户公司名称:{{ detailInfo.cusName }}</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员名称</view>
|
||||
<view class="r-right">{{ detailInfo.userName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">性别</view>
|
||||
<view class="r-right">{{ detailInfo.sex }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">手机号</view>
|
||||
<view class="r-right">{{ detailInfo.mobilePhone }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">部门</view>
|
||||
<view class="r-right">{{ detailInfo.userDept }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left title">业务员认定等级</view>
|
||||
<view class="r-right title">{{ detailInfo.salesmanThinkLevel }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<view class="tezt">
|
||||
<qianjue-step :list="list"></qianjue-step>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from "../../../../../components/customHeader.vue";
|
||||
import {onMounted, reactive, ref} from "vue";
|
||||
import {onLoad, onShow} from "@dcloudio/uni-app";
|
||||
import {queryViewMainOwnerDetail, queryViewMainOwnerList} from "../../../../../api/crm/mainOwner/mainOwner";
|
||||
import QianjueStep from "./components/qianjue-step.vue";
|
||||
import {getNavBarPaddingTop} from "../../../../../utils/system";
|
||||
|
||||
|
||||
let userId = ref()
|
||||
let detailInfo = reactive({})
|
||||
let list = ref([])
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
let navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
onLoad(option => {
|
||||
userId.value = option.userId
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getDetails()
|
||||
getCrmCusUserNewChangeOwnerList()
|
||||
})
|
||||
|
||||
function getDetails() {
|
||||
let data = {
|
||||
userId: userId.value
|
||||
};
|
||||
queryViewMainOwnerList(data).then(
|
||||
res => {
|
||||
if (res.code === 200) {
|
||||
const targetUserId = userId.value;
|
||||
const matchedItem = res.rows.find(item => item.userId == targetUserId);
|
||||
if (matchedItem) {
|
||||
Object.assign(detailInfo, matchedItem);
|
||||
} else {
|
||||
console.warn('没有找到匹配 userId 的数据');
|
||||
}
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
},
|
||||
rej => {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
function getCrmCusUserNewChangeOwnerList() {
|
||||
let data = {
|
||||
userId: userId.value
|
||||
};
|
||||
queryViewMainOwnerDetail(data).then(
|
||||
res => {
|
||||
if (res.code == 200) {
|
||||
list.value = res.rows
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
},
|
||||
rej => {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.con-bg{
|
||||
background: white;
|
||||
/* min-height: 100vh; */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.tezt {
|
||||
padding-top: 50rpx;
|
||||
}
|
||||
|
||||
</style>
|
||||
270
src/pages/business/CRM/map/addRearkSignIn.vue
Normal file
270
src/pages/business/CRM/map/addRearkSignIn.vue
Normal file
@@ -0,0 +1,270 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'签到打卡'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<view class="inner-box">
|
||||
<view class="cu-form-group">
|
||||
<textarea v-model="form.remark" placeholder="请输入签到备注内容" name="input"></textarea>
|
||||
</view>
|
||||
<view class="btn-box">
|
||||
<button type="primary" @click="addInsertMapClockIn">签到</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { onMounted, reactive, ref } from 'vue';
|
||||
import { addStartMap } from '@/api/crm/activity/map';
|
||||
import { parseTime } from '@/utils/datetime.js';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
let form = reactive({
|
||||
addressForStart: null,
|
||||
addressForEnd: null,
|
||||
createId: null,
|
||||
staffName: null,
|
||||
visistCode: null,
|
||||
visistId: null,
|
||||
mapId: null,
|
||||
remark: null
|
||||
})
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
onLoad(option => {
|
||||
form.visistId = option.visistId
|
||||
let date = new Date();
|
||||
form.craeteTime = parseTime(date, '{y}-{m}-{d}');
|
||||
})
|
||||
|
||||
function addInsertMapClockIn() {
|
||||
uni.getLocation({
|
||||
type: 'wgs84',
|
||||
success: (res) => {
|
||||
const latiude = res.latitude; //纬度
|
||||
const longitude = res.longitude; //经度
|
||||
//进行解析
|
||||
inverseGeocoding(latiude, longitude);
|
||||
},
|
||||
fail: function (err) {
|
||||
console.log("获取地址失败" + err)
|
||||
}
|
||||
})
|
||||
}
|
||||
function isWithinRange(lat, lon, centerLat, centerLon, rangeKm) {
|
||||
const distance = haversineDistance(centerLat, centerLon, lat, lon);
|
||||
return distance <= rangeKm;
|
||||
}
|
||||
function haversineDistance(lat1, lon1, lat2, lon2, radius = 6371) {
|
||||
const dLat = degToRad(lat2 - lat1);
|
||||
const dLon = degToRad(lon2 - lon1);
|
||||
const a =
|
||||
Math.sin(dLat / 2) * Math.sin(dLat / 2) +
|
||||
Math.cos(degToRad(lat1)) * Math.cos(degToRad(lat2)) *
|
||||
Math.sin(dLon / 2) * Math.sin(dLon / 2);
|
||||
const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
|
||||
return radius * c; // 距离,单位:公里
|
||||
}
|
||||
function degToRad(deg) {
|
||||
return deg * (Math.PI / 180);
|
||||
}
|
||||
function inverseGeocoding(latiude, longitude) {
|
||||
let points = longitude + ',' + latiude
|
||||
//URL
|
||||
const apiURL = 'https://tiles.geovisearth.com/geo/v1/geocode/regeo';
|
||||
const params = {
|
||||
lat: latiude,
|
||||
lng: longitude,
|
||||
radius: 1000,
|
||||
pageSize: 1,
|
||||
currentPage: 1,
|
||||
};
|
||||
const token = '66c87c897f0251295afdc794e4fbf73046a070338a726fe04f06cece6cb1ffdf';
|
||||
uni.request({
|
||||
url: apiURL,
|
||||
method: 'GET',
|
||||
data: params,
|
||||
header: {
|
||||
'Authorization': 'Bearer ' + token
|
||||
},
|
||||
success: (res) => {
|
||||
if (res.statusCode == 200 && res.data.status == 200) {
|
||||
let resdata = res.data.data.rows[0].address
|
||||
if (resdata == null) {
|
||||
const latiude1 = ref(34.1360);
|
||||
const longitude1 = ref(108.9126);
|
||||
if (isWithinRange(latiude1.value, longitude1.value, latiude, longitude, 1)) {
|
||||
form.addressForStart = "西安办事处位置签到"
|
||||
uni.showModal({
|
||||
title: '确定要在此处签到吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
remark: form.remark,
|
||||
path: longitude1 + "," + latiude1
|
||||
}
|
||||
addStartMap(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: res.msg,
|
||||
duration: 1500,
|
||||
});
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1)
|
||||
}, 500)
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
form.addressForStart = resdata;
|
||||
uni.showModal({
|
||||
title: '确定要在此处签到吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form
|
||||
.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
remark: form.remark,
|
||||
path: points
|
||||
}
|
||||
addStartMap(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: res.msg,
|
||||
duration: 1500,
|
||||
});
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1)
|
||||
}, 500)
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
form.addressForStart = "第三方维护签到"
|
||||
uni.showModal({
|
||||
title: '确定要在此处签到吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
path: points
|
||||
}
|
||||
addStartMap(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: '第三方维护签到',
|
||||
duration: 1500,
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
fail(e) {
|
||||
console.log("获取位置失败", e)
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.con-bg {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
</style>
|
||||
164
src/pages/business/CRM/map/checkInView.vue
Normal file
164
src/pages/business/CRM/map/checkInView.vue
Normal file
@@ -0,0 +1,164 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'考勤查看'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view>
|
||||
<!-- 搜索 -->
|
||||
<!-- <view class="search">-->
|
||||
<!-- <picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange"-->
|
||||
<!-- class="picker-bg">-->
|
||||
<!-- <view class="picker">-->
|
||||
<!-- <uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"-->
|
||||
<!-- size="18"></uni-icons>-->
|
||||
<!-- <view>{{ defaultDate }}</view>-->
|
||||
<!-- <uni-icons type="down" size="18"></uni-icons>-->
|
||||
<!-- </view>-->
|
||||
<!-- </picker>-->
|
||||
<!-- <button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>-->
|
||||
<!-- </view>-->
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list">
|
||||
<view class="report-list" >
|
||||
<view class="title"
|
||||
:style="{color: item.mapType == 1 ? '#F5813A' : '#1989FA'}"
|
||||
>类型:{{ item.mapType == 1 ? '签到' : '打卡' }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">开始签到时间</view>
|
||||
<view class="r-right">{{ item.goVisistStartTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">开始签到地点</view>
|
||||
<view class="r-right">{{ item.addressForStart }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">结束签到时间</view>
|
||||
<view class="r-right">{{ item.goVisistEndTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">结束签到地点</view>
|
||||
<view class="r-right">{{ item.addressForEnd }}</view>
|
||||
</view>
|
||||
<view class="r-list" v-if="item.remark != null">
|
||||
<view class="r-left">备注内容</view>
|
||||
<view class="r-right">{{ item.remark }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { onMounted, ref } from 'vue';
|
||||
import { getDate } from '@/utils/datetime.js'
|
||||
import { CheckInInformationViewing } from '../../../../api/crm/activity/map';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
// 开始时间
|
||||
let startDate = getDate('start');
|
||||
// 结束时间,间隔10年
|
||||
let endDate = getDate('end');
|
||||
let defaultDate = getDate({ format: true })
|
||||
let bindDateChange = (e) => {
|
||||
defaultDate = e.detail.value
|
||||
}
|
||||
|
||||
//获取list集合信息
|
||||
let list = ref([])
|
||||
function getList() {
|
||||
CheckInInformationViewing().then(res => {
|
||||
list.value = res.rows
|
||||
})
|
||||
}
|
||||
|
||||
onLoad(() => {
|
||||
getList()
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.search {
|
||||
display: flex;
|
||||
margin-bottom: 30rpx;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 28rpx;
|
||||
/* 调整为更合适的字号 */
|
||||
font-weight: normal;
|
||||
/* 如果不需要加粗,可以去掉 bolder */
|
||||
margin-left: 0rpx;
|
||||
padding: 0 20rpx;
|
||||
/* 调整 padding,去掉 padding-top */
|
||||
height: 56rpx;
|
||||
/* 固定高度,确保与 picker 对齐 */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .picker-bg {
|
||||
display: flex;
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 25px;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 10rpx 20rpx 0 20rpx;
|
||||
/* #endif */
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding-top: 2rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons:first-child {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uniui-down {
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
</style>
|
||||
285
src/pages/business/CRM/map/checkinStatistics.vue
Normal file
285
src/pages/business/CRM/map/checkinStatistics.vue
Normal file
@@ -0,0 +1,285 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'打卡统计'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view>
|
||||
<!-- 搜索 -->
|
||||
<view class="search">
|
||||
<picker @change="bindPickerChange" :value="cityIndex" :range="cityArr" class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons type="location" size="18"></uni-icons>
|
||||
<view>{{ cityArr[cityIndex] }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange"
|
||||
class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"
|
||||
size="18"></uni-icons>
|
||||
<view>{{ defaultDate }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
<!-- 签到打卡 -->
|
||||
<view class="checkin-tab">
|
||||
<view class="checkin-tab-item" :class="{ active: tabType == 0 }" @click="handleTab(0)">
|
||||
<view class="tab-item-title">{{ signCount }}</view>
|
||||
<view class="tab-item-name">最新签到打卡</view>
|
||||
</view>
|
||||
<view class="checkin-tab-item" :class="{ active: tabType == 1 }" @click="handleTab(1)">
|
||||
<view class="tab-item-title">{{ noSignCount }}</view>
|
||||
<view class="tab-item-name">未签到打卡</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- tab切换显示 -->
|
||||
<view class="white-bg">
|
||||
<!-- 最新签到列表 -->
|
||||
<view class="tab-con" v-if="tabType == 0">
|
||||
<view class="tab-title" v-for="(item, index) in singInList" :key="index">
|
||||
{{ item }}
|
||||
<uni-icons type="checkbox-filled" size="26" color="#02C74C"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 未签到列表 -->
|
||||
<view class="tab-con" v-if="tabType == 1">
|
||||
<view class="tab-title" v-for="(item, index) in singInNoList" :key="index">
|
||||
{{ item }}
|
||||
<uni-icons type="info-filled" size="26" color="#FF8059"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, reactive } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { getDate } from '@/utils/datetime.js'
|
||||
import { getNoSigninList, getSigninList } from '../../../../api/crm/activity/map';
|
||||
|
||||
//进入页面初始化页面
|
||||
onMounted(() => {
|
||||
getSignListMethod();
|
||||
getNoSignListMethod();
|
||||
})
|
||||
|
||||
let cityIndex = ref(0);
|
||||
let cityArr = ['市场一部','市场二部','市场三部',"北京大区", "南方大区",'北方大区','西部大区'];
|
||||
// 选择大区列表
|
||||
let bindPickerChange = (e) => {
|
||||
console.log('picker发送选择改变,携带值为', e.detail.value)
|
||||
cityIndex.value = e.detail.value
|
||||
}
|
||||
|
||||
// 开始时间
|
||||
let startDate = getDate('start');
|
||||
// 结束时间,间隔10年
|
||||
let endDate = getDate('end');
|
||||
let defaultDate = getDate({ format: true })
|
||||
let bindDateChange = (e) => {
|
||||
defaultDate = e.detail.value
|
||||
}
|
||||
|
||||
let searchValue = ref(null)
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
queryForm.tadayDate = defaultDate
|
||||
queryForm.region = cityArr[cityIndex.value]
|
||||
getSignListMethod();
|
||||
getNoSignListMethod();
|
||||
}
|
||||
|
||||
// 列表
|
||||
let signCount = ref(0)
|
||||
let singInList = ref([]);
|
||||
let noSignCount = ref(0)
|
||||
let singInNoList = ref([]);
|
||||
|
||||
//查询表单,默认有个北京大区的参数
|
||||
let queryForm = reactive({
|
||||
region: "北京大区"
|
||||
})
|
||||
// tab 切换
|
||||
let tabType = ref(0)
|
||||
let handleTab = (type) => {
|
||||
tabType.value = type;
|
||||
//最新签到列表
|
||||
if (type === 0) {
|
||||
getSignListMethod();
|
||||
|
||||
}
|
||||
//未签到列表
|
||||
else if (type === 1) {
|
||||
getNoSignListMethod();
|
||||
}
|
||||
}
|
||||
|
||||
function getSignListMethod() {
|
||||
getSigninList(queryForm).then(res => {
|
||||
signCount.value = res.total
|
||||
singInList.value = res.rows.map(item => item.userName)
|
||||
})
|
||||
}
|
||||
|
||||
function getNoSignListMethod() {
|
||||
getNoSigninList(queryForm).then(res => {
|
||||
noSignCount.value = res.total
|
||||
singInNoList.value = res.rows.map(item => item.userName);
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 确定
|
||||
let handleSubmit = () => {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.search {
|
||||
display: flex;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .picker-bg {
|
||||
display: flex;
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 25px;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 10rpx 20rpx 0 20rpx;
|
||||
/* #endif */
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding-top: 2rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons:first-child {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uniui-down {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.checkin-tab {
|
||||
margin-top: 35rpx;
|
||||
display: flex;
|
||||
padding: 0 30rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.checkin-tab-item {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
text-align: center;
|
||||
margin-right: 30rpx;
|
||||
font-weight: bold;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.checkin-tab-item.active {
|
||||
position: relative;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.checkin-tab-item.active::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background-color: #fff;
|
||||
width: 100rpx;
|
||||
height: 8rpx;
|
||||
}
|
||||
|
||||
.checkin-tab-item .tab-item-title {
|
||||
font-size: 60rpx;
|
||||
}
|
||||
|
||||
|
||||
.white-bg {
|
||||
width: 670rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
padding: 50rpx 40rpx;
|
||||
margin-top: 20rpx;
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 260px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 230px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.tab-con {
|
||||
display: flex;
|
||||
flex-flow: row wrap
|
||||
}
|
||||
|
||||
.tab-con .tab-title {
|
||||
border: 1px solid #E8E8E8;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
/* padding:10rpx 20rpx; */
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 30rpx;
|
||||
width: 148rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.tab-con .tab-title:nth-child(4n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.tab-con .uni-icons {
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
top: -10px;
|
||||
}
|
||||
</style>
|
||||
363
src/pages/business/CRM/map/vistorCheckin.vue
Normal file
363
src/pages/business/CRM/map/vistorCheckin.vue
Normal file
@@ -0,0 +1,363 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'签到打卡'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<image src="../../../../static/images/business/btn-qd.png" class="btn-image" @click="handleCheckIn" />
|
||||
<image src="../../../../static/images/business/btn-dk.png" class="btn-image" @click="handleClockIn" />
|
||||
<view class="check-desc">
|
||||
业务人员可通过<text class="font-orange">签到</text>或<text
|
||||
class="font-blue">打卡</text>进行行为记录,该时间会和走访报告中的时间进行关联,便于查看。
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 打卡遮罩层 -->
|
||||
<!-- <view class="check-con" v-if="checkFlag">
|
||||
<view class="check-in">
|
||||
<view class="check-tip">打卡</view>
|
||||
<view class="check-title">确定要在此处打卡吗?</view>
|
||||
<view class="check-location">
|
||||
<uni-icons type="location-filled" size="30" color="#0395E0"></uni-icons> 亚洲金融大厦
|
||||
</view>
|
||||
<view class="check-address">北京市朝阳区天辰东路1号院</view>
|
||||
<view class="check-footer">
|
||||
<button class="btn-default" type="default" @click="handleCancel" size="mini">取 消</button>
|
||||
<button class="btn-primary" type="primary" @click="handleSubmit" size="mini">确 定</button>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, reactive } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { addStartMapForClockIn } from '../../../../api/crm/activity/map';
|
||||
|
||||
let form = reactive({
|
||||
addressForStart: null,
|
||||
addressForEnd: null,
|
||||
createId: null,
|
||||
staffName: null,
|
||||
visistCode: null,
|
||||
visistId: null,
|
||||
mapId: null
|
||||
})
|
||||
// 签到
|
||||
let handleCheckIn = () => {
|
||||
uni.navigateTo({
|
||||
url: './addRearkSignIn'
|
||||
})
|
||||
}
|
||||
// 打卡
|
||||
let handleClockIn = () => {
|
||||
uni.getLocation({
|
||||
type: 'wgs84',
|
||||
success: (res) => {
|
||||
const latiude = res.latitude;
|
||||
const longitude = res.longitude;
|
||||
//进行解析
|
||||
inverseGeocoding(latiude, longitude);
|
||||
},
|
||||
fail: function (err) {
|
||||
console.log("获取地址失败" + err)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function isWithinRange(lat, lon, centerLat, centerLon, rangeKm) {
|
||||
const distance = haversineDistance(centerLat, centerLon, lat, lon);
|
||||
return distance <= rangeKm;
|
||||
}
|
||||
function haversineDistance(lat1, lon1, lat2, lon2, radius = 6371) {
|
||||
const dLat = degToRad(lat2 - lat1);
|
||||
const dLon = degToRad(lon2 - lon1);
|
||||
const a =
|
||||
Math.sin(dLat / 2) * Math.sin(dLat / 2) +
|
||||
Math.cos(degToRad(lat1)) * Math.cos(degToRad(lat2)) *
|
||||
Math.sin(dLon / 2) * Math.sin(dLon / 2);
|
||||
const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
|
||||
return radius * c; // 距离,单位:公里
|
||||
}
|
||||
function degToRad(deg) {
|
||||
return deg * (Math.PI / 180);
|
||||
}
|
||||
|
||||
//解析地址
|
||||
function inverseGeocoding(latiude, longitude) {
|
||||
let points = longitude + ',' + latiude
|
||||
const apiURL = 'https://tiles.geovisearth.com/geo/v1/geocode/regeo';
|
||||
const params = {
|
||||
lat: latiude,
|
||||
lng: longitude,
|
||||
radius: 1000,
|
||||
pageSize: 1,
|
||||
currentPage: 1,
|
||||
//classify: 220100
|
||||
};
|
||||
const token = '66c87c897f0251295afdc794e4fbf73046a070338a726fe04f06cece6cb1ffdf';
|
||||
uni.request({
|
||||
url: apiURL,
|
||||
method: 'GET',
|
||||
data: params,
|
||||
header: {
|
||||
'Authorization': 'Bearer ' + token
|
||||
},
|
||||
success: (res) => {
|
||||
console.log(res, "----")
|
||||
if (res.statusCode == 200 && res.data.status == 200) {
|
||||
let resdata = res.data.data.rows[0].address
|
||||
if (resdata == null) {
|
||||
console.log(resdata.srcLat)
|
||||
const latiude1 = 34.1360;
|
||||
const longitude1 = 108.9126;
|
||||
if (isWithinRange(latiude1, longitude1, latiude, longitude, 1)) {
|
||||
form.addressForStart = "西安办事处位置打卡"
|
||||
uni.showModal({
|
||||
title: '确定要在此处打卡吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
remark: form.remark,
|
||||
path: longitude1 + "," + latiude1
|
||||
}
|
||||
addStartMapForClockIn(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: res.msg,
|
||||
duration: 1500,
|
||||
});
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1)
|
||||
}, 500)
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
form.addressForStart = resdata;
|
||||
uni.showModal({
|
||||
title: '确定要在此处打卡吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
path: points
|
||||
}
|
||||
addStartMapForClockIn(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: res.msg,
|
||||
duration: 1500,
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
form.addressForStart = "第三方维护打卡"
|
||||
uni.showModal({
|
||||
title: '确定要在此处打卡吗',
|
||||
content: form.addressForStart,
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
var data = {
|
||||
mapId: form.mapId,
|
||||
addressForStart: form.addressForStart,
|
||||
cusName: form.cusName,
|
||||
cusId: form.cusId,
|
||||
path: points
|
||||
}
|
||||
addStartMapForClockIn(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
icon: 'success',
|
||||
title: '第三方维护打卡',
|
||||
duration: 1500,
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
} else if (res.cancel) {
|
||||
console.log('用户点击取消');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
fail(e) {
|
||||
console.log("获取位置失败", e)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 650rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
padding: 50rpx;
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 125px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 98px);
|
||||
/* #endif */
|
||||
|
||||
|
||||
}
|
||||
|
||||
.btn-image {
|
||||
width: 340rpx;
|
||||
height: 340rpx;
|
||||
margin: 30rpx auto 60rpx;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.check-desc {
|
||||
background-color: #F5F5F5;
|
||||
padding: 40rpx 50rpx;
|
||||
font-size: 28rpx;
|
||||
border-radius: 10px;
|
||||
margin-top: 100rpx;
|
||||
}
|
||||
|
||||
.check-desc .font-orange {
|
||||
color: #F5813A;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.check-desc .font-blue {
|
||||
color: #2CBAEF;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 弹窗处理 */
|
||||
.check-con {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
/* 遮罩层内容样式 */
|
||||
.check-in {
|
||||
background-color: #fff;
|
||||
padding: 40rpx 30rpx 60rpx;
|
||||
border-radius: 10px;
|
||||
/* width: 620rpx; */
|
||||
width: 560rpx;
|
||||
position: absolute;
|
||||
top: 48%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.check-in .check-tip {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.check-in .check-title {
|
||||
font-size: 32rpx;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
|
||||
.check-in .check-location {
|
||||
color: #0395E0;
|
||||
font-size: 42rpx;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 30rpx 0;
|
||||
}
|
||||
|
||||
.check-in .check-location .uniui-location-filled {
|
||||
font-weight: normal;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.check-in .check-address {
|
||||
color: #919191;
|
||||
font-size: 32rpx;
|
||||
margin-bottom: 80rpx;
|
||||
}
|
||||
|
||||
.check-in .check-footer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.check-in .check-footer .btn-default,
|
||||
.check-in .check-footer .btn-primary {
|
||||
background-color: #fff;
|
||||
border: 1px solid #05A3F4;
|
||||
color: #05A3F4;
|
||||
border-radius: 25px;
|
||||
padding: 0rpx 80rpx;
|
||||
font-size: 34rpx;
|
||||
/* margin-left: 0;
|
||||
margin-right: 20rpx; */
|
||||
}
|
||||
|
||||
.check-in .check-footer .btn-primary {
|
||||
background-color: #05A3F4;
|
||||
border: 1px solid #05A3F4;
|
||||
color: #fff;
|
||||
/* padding: 0rpx 60rpx; */
|
||||
}
|
||||
</style>
|
||||
128
src/pages/business/CRM/marketActivity/activityTypeList.vue
Normal file
128
src/pages/business/CRM/marketActivity/activityTypeList.vue
Normal file
@@ -0,0 +1,128 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view>
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'日常走访选择活动类型'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
|
||||
<checkbox-group class="block" @change="checkboxChange">
|
||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.id">
|
||||
<checkbox class='checkBoxClass' :value="item.name"></checkbox>
|
||||
<view class="clientClass">
|
||||
<text class="blue-text">{{ item.name }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import cache from '../../../../utils/cache'
|
||||
import { reactive } from 'vue'
|
||||
|
||||
|
||||
const dataList = reactive( [
|
||||
{id:'1',name:'日常走访'},
|
||||
{id:'2',name:'组合拳推广'},
|
||||
{id:'3',name:'竞标'},
|
||||
{id:'4',name:'型号追踪'},
|
||||
{id:'5',name:'重点产品推广'},
|
||||
{id:'6',name:'谈价'},
|
||||
{id:'7',name:'道歉、感谢'},
|
||||
{id:'8',name:'邀约'},
|
||||
{id:'9',name:'归零会'},
|
||||
{id:'11',name:'高层交流'},
|
||||
{id:'12',name:'质量问题处理'},
|
||||
{id:'13',name:'供应商大会'},
|
||||
{id:'14',name:'新产品推广'},
|
||||
{id:'15',name:'技术支持'}
|
||||
])
|
||||
|
||||
//勾选内容
|
||||
function checkboxChange(e) {
|
||||
cache.set('checkedRCActivityTypeList', e.detail.value)
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
.con-body{
|
||||
background: white;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-3 {
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
padding: 30rpx 0 0;
|
||||
}
|
||||
|
||||
:deep(.form-con .uni-forms-item) {
|
||||
margin-bottom: 22px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
width: 340rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
float: left;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
|
||||
</style>
|
||||
118
src/pages/business/CRM/marketActivity/auditReject.vue
Normal file
118
src/pages/business/CRM/marketActivity/auditReject.vue
Normal file
@@ -0,0 +1,118 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'驳回原因'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<view class="inner-box">
|
||||
<view class="cu-form-group">
|
||||
<textarea v-model="rejectReason" placeholder="请输入驳回原因" name="input"></textarea>
|
||||
</view>
|
||||
<view class="btn-box">
|
||||
<button type="primary" @click="submitBack">确定驳回</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { onMounted, ref } from 'vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { getRejectReason } from '../../../../api/crm/activity/activity';
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
let visistId = ref()
|
||||
onLoad(option => {
|
||||
visistId.value = option.visistId
|
||||
})
|
||||
|
||||
let rejectReason = ref();
|
||||
//确定驳回
|
||||
function submitBack() {
|
||||
if (rejectReason.value==null) {
|
||||
uni.showToast({
|
||||
title: "驳回原因不能为空!",
|
||||
icon: 'none',
|
||||
});
|
||||
return
|
||||
}
|
||||
let rejectForm = {
|
||||
visistId:visistId.value,
|
||||
rejectReason: rejectReason.value
|
||||
}
|
||||
getRejectReason(rejectForm).then(
|
||||
res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
uni.navigateBack({
|
||||
delta: 2
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
},
|
||||
rej => { }
|
||||
);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.con-bg {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
</style>
|
||||
221
src/pages/business/CRM/marketActivity/auditReport.vue
Normal file
221
src/pages/business/CRM/marketActivity/auditReport.vue
Normal file
@@ -0,0 +1,221 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户审批'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in dataList" :key="index"
|
||||
@click="showDetail(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户:{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
<view>
|
||||
|
||||
<view
|
||||
class="r-right btn-orange"
|
||||
size="mini">
|
||||
{{ item.status }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">走访类型</view>
|
||||
<view class="r-right">{{item.visistType}}</view>
|
||||
</view>
|
||||
<view class="r-list" v-if="item.joinUser != null">
|
||||
<view class="r-left">我方领导</view>
|
||||
<view class="r-right">{{ item.joinUser }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.staffName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告日期</view>
|
||||
<view class="r-right">{{ item.visistDate }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { ref, reactive, onMounted } from 'vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { onShow } from '@dcloudio/uni-app';
|
||||
import { getApprovalList } from '../../../../api/crm/activity/activity';
|
||||
|
||||
|
||||
let list = ref([])
|
||||
let queryParams = reactive({
|
||||
selValue: ''
|
||||
})
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let mescrollRef = ref();
|
||||
function mescrollInit(mescroll) {
|
||||
mescrollRef.value = mescroll;
|
||||
}
|
||||
/*下拉刷新的回调 */
|
||||
function downCallback(mescroll) {
|
||||
mescroll.resetUpScroll()
|
||||
}
|
||||
/*上拉加载的回调: 其中page.num:当前页 从1开始, page.size:每页数据条数,默认10 */
|
||||
function upCallback(page) {
|
||||
// JSON.parse 将数据转换为 JavaScript 对象
|
||||
// var user = JSON.parse(uni.getStorageSync("user"));
|
||||
console.log(page.num)
|
||||
getVisistList(page);
|
||||
}
|
||||
|
||||
// onShow(() => {
|
||||
// getUserInfoMethod();
|
||||
// })
|
||||
|
||||
let nickName = ref();
|
||||
let deptName = ref();
|
||||
let userId = ref();
|
||||
let posts = ref();
|
||||
|
||||
// //获取用户信息
|
||||
// function getUserInfoMethod() {
|
||||
// getUserInfo().then(res => {
|
||||
// nickName.value = res.user.nickName;
|
||||
// deptName.value = res.user.dept.deptName;
|
||||
// userId.value = res.user.userId;
|
||||
// posts.value = res.post;
|
||||
// })
|
||||
// }
|
||||
|
||||
//查询待审批的列表信息
|
||||
let dataList = ref([])
|
||||
function getVisistList(page) {
|
||||
var data = {
|
||||
pageNum: page.num,
|
||||
pageSize: 10,
|
||||
};
|
||||
|
||||
getApprovalList(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
if (page.num == 1) {
|
||||
dataList.value = res.rows;
|
||||
|
||||
} else {
|
||||
dataList.value = dataList.value.concat(res.rows);
|
||||
}
|
||||
mescrollRef.value.mescroll.endBySize(res.rows.length, 1000);
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "请求失败",
|
||||
});
|
||||
dataList.value = null;
|
||||
mescrollRef.value.mescroll.endErr();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
//审核走访单明细
|
||||
function showDetail(item){
|
||||
uni.navigateTo({
|
||||
url: './detailForApproval?visistId=' + item.visistId
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
257
src/pages/business/CRM/marketActivity/chooseCus.vue
Normal file
257
src/pages/business/CRM/marketActivity/chooseCus.vue
Normal file
@@ -0,0 +1,257 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'客户名称列表'" :leftFlag="true" :rightFlag="false">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>
|
||||
新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
||||
v-model="searchValue" @clear="searchValue=''"
|
||||
/>
|
||||
<!-- <button type="default" @click="searchValue=''" size="mini" class="btn-search">清空</button>-->
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||
><!-- @down="downCallback"-->
|
||||
<radio-group class="block" @change="radioChange">
|
||||
<view class="white-bg" v-for="(item, index) in list" :key="index" @click="handleDetail(item)">
|
||||
<radio class='radio'
|
||||
:class="index === selectIndex ? 'checked' : ''"
|
||||
:checked="index === selectIndex"
|
||||
:value="index+''">
|
||||
</radio>
|
||||
|
||||
<view class="report-list">
|
||||
<view class="title">{{ item.cusName }}</view>
|
||||
<!-- <view class="r-list">
|
||||
<view class="r-name">{{ item.shortName }}</view>
|
||||
<view class="r-right btn-orange" size="mini">{{ item.statusName }}</view>
|
||||
</view>-->
|
||||
<view class="border-bottom"></view>
|
||||
<!-- <view class="r-list">
|
||||
<view class="r-left">日期</view>
|
||||
<view class="r-right">{{ new Date(item.createTime).toLocaleDateString()}}</view>
|
||||
</view>-->
|
||||
</view>
|
||||
</view>
|
||||
</radio-group>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import {ref, onMounted, getCurrentInstance, watch} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
import {getCustomerList} from "@/api/crm/customer/getCustomer";
|
||||
|
||||
let instance = null;
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
const mescrollRef = ref(null);
|
||||
let searchValue = ref('')
|
||||
|
||||
let cssFlag=ref(false);//控制样式
|
||||
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
|
||||
onLoad((options)=>{
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('requestCusList', async (res) => {
|
||||
let {cusName} = res.data;
|
||||
// console.log(cusName, "客户选择页读取到参数");
|
||||
searchValue.value = cusName;
|
||||
})
|
||||
})
|
||||
|
||||
let timerId = null;
|
||||
// 搜索
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
// console.log(`新值: ${newValue}, 旧值: ${oldValue}`);
|
||||
if(timerId) clearTimeout(timerId);
|
||||
timerId = setTimeout(async ()=>{
|
||||
handleSearch();
|
||||
clearTimeout(timerId);
|
||||
timerId = null;
|
||||
}, 500);
|
||||
});
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
const res = await getList(1, upOption.value.page.size);
|
||||
list.value = res.list;
|
||||
// 正确结束下拉刷新状态
|
||||
mescroll.endSuccess(res.list.length, res.total >= upOption.value.page.size);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
// 发生错误时结束下拉刷新
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
const res = await getList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
// 正确结束上拉加载状态
|
||||
mescroll.endSuccess(res.list.length, res.list.length >= mescroll.size);
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
// 发生错误时结束上拉加载
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 查询搜索跳转
|
||||
let handleSearch = async () => {
|
||||
// 触发下拉刷新以重新加载数据
|
||||
if (mescrollRef.value) {
|
||||
cssFlag.value = true;
|
||||
uni.showLoading()
|
||||
await downCallback(mescrollRef.value.mescroll);
|
||||
uni.hideLoading()
|
||||
cssFlag.value = false;
|
||||
}
|
||||
}
|
||||
// 获取数据列表
|
||||
const getList = async (pageIndex, pageSize) => {
|
||||
let param = {
|
||||
pageNum: pageIndex,
|
||||
pageSize,
|
||||
cusName: searchValue.value
|
||||
}
|
||||
let { rows, total } = await getCustomerList(param)
|
||||
return {list: rows, total};
|
||||
}
|
||||
// 选中项的索引号
|
||||
const selectIndex = ref(null);
|
||||
const radioChange = (e) => {
|
||||
const selectedIndex = e.detail.value;
|
||||
//发送全局事件
|
||||
uni.$emit('onCustomerSelected',list.value[selectedIndex])
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
//padding-bottom:10rpx;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.radio {
|
||||
padding-right: 20rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 32rpx;
|
||||
line-height: 48rpx;
|
||||
}
|
||||
|
||||
.report-list {
|
||||
width: calc(100% - 70rpx);
|
||||
//background-color: pink;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,296 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input" :disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input" :disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动内容" name="activityTypeList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.activityTypeList" placeholder="请选择活动内容" name="input"
|
||||
@focus="chooseActivityType"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="dailyVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activityTypeList = ref([])
|
||||
let activeTxt = ref([])
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activityTypeList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 验证规则
|
||||
const rules = {
|
||||
activityTypeList: {
|
||||
rules: [
|
||||
{ required: true, errorMessage: '请选择活动内容' }
|
||||
]
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let rcDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
rcDeleteForm.treeName = '日常走访'
|
||||
rcDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(rcDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activityTypeList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedRCClientList') != null) {
|
||||
cache.remove('checkedRCClientList');
|
||||
}
|
||||
if (cache.get('checkedRCMyUserList') != null) {
|
||||
cache.remove('checkedRCMyUserList');
|
||||
}
|
||||
if (cache.get('checkedRCActivityTypeList') != null) {
|
||||
cache.remove('checkedRCActivityTypeList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedRCClientList');
|
||||
cache.remove('checkedRCMyUserList');
|
||||
cache.remove('checkedRCActivityTypeList');
|
||||
}
|
||||
|
||||
let rcForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
rcForm.treeName = '日常走访'
|
||||
rcForm.cusId = props.cusId
|
||||
rcForm.visistId = props.visistId
|
||||
if (Array.isArray(activityTypeList.value)) {
|
||||
rcForm.activityTags = activityTypeList.value.join(',')
|
||||
} else {
|
||||
rcForm.activityTags = activityTypeList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
rcForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
rcForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
rcForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
rcForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
rcForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(rcForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedRCClientList') != null && cache.get('checkedRCClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedRCClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedRCMyUserList') != null && cache.get('checkedRCMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedRCMyUserList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedRCActivityTypeList') != null && cache.get('checkedRCActivityTypeList') != []) {
|
||||
activityTypeList.value = cache.get('checkedRCActivityTypeList')
|
||||
}
|
||||
|
||||
if (props.status == '完成') {
|
||||
isDisabled.value = true
|
||||
} else {
|
||||
isDisabled.value = false
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryRCForm = reactive({})
|
||||
let getRCVisitReportDetailContent = () => {
|
||||
queryRCForm.visistId = props.visistId
|
||||
queryRCForm.cusId = props.cusId
|
||||
queryRCForm.treeName = '日常走访'
|
||||
getVisistDetailItem(queryRCForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activityTypeList.value = res.rows[0].activityTags
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=日常走访'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=日常走访'
|
||||
})
|
||||
}
|
||||
|
||||
//选择活动类型
|
||||
function chooseActivityType() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/activityTypeList?chooseType=日常走访'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getRCVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,258 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="djVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let djDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
djDeleteForm.treeName = '党建活动'
|
||||
djDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(djDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedDJClientList') != null) {
|
||||
cache.remove('checkedDJClientList');
|
||||
}
|
||||
if (cache.get('checkedDJMyUserList') != null) {
|
||||
cache.remove('checkedDJMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedDJClientList');
|
||||
cache.remove('checkedDJMyUserList');
|
||||
}
|
||||
|
||||
let djForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
djForm.treeName = '党建活动'
|
||||
djForm.cusId = props.cusId
|
||||
djForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
djForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
djForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
djForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
djForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
djForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(djForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedDJClientList') != null && cache.get('checkedDJClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedDJClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedDJMyUserList') != null && cache.get('checkedDJMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedDJMyUserList')
|
||||
}
|
||||
|
||||
if(props.status=='完成'){
|
||||
isDisabled.value = true
|
||||
}else{
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryDJForm = reactive({})
|
||||
let getDJVisitReportDetailContent = () => {
|
||||
queryDJForm.visistId = props.visistId
|
||||
queryDJForm.cusId = props.cusId
|
||||
queryDJForm.treeName = '党建活动'
|
||||
getVisistDetailItem(queryDJForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=党建活动'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=党建活动'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getDJVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,262 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="jsVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let jsDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
jsDeleteForm.treeName = '业务招待'
|
||||
jsDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(jsDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedJSClientList') != null) {
|
||||
cache.remove('checkedJSClientList');
|
||||
}
|
||||
if (cache.get('checkedJSMyUserList') != null) {
|
||||
cache.remove('checkedJSMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedJSClientList');
|
||||
cache.remove('checkedJSMyUserList');
|
||||
}
|
||||
|
||||
let jsForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
jsForm.treeName = '技术交流'
|
||||
jsForm.cusId = props.cusId
|
||||
jsForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
jsForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
jsForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
jsForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
jsForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
jsForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(jsForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedJSClientList') != null && cache.get('checkedJSClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedJSClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedJSMyUserList') != null && cache.get('checkedJSMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedJSMyUserList')
|
||||
}
|
||||
|
||||
if(props.status=='完成'){
|
||||
isDisabled.value = true
|
||||
}else{
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryJSForm = reactive({})
|
||||
let getJSVisitReportDetailContent = () => {
|
||||
queryJSForm.visistId = props.visistId
|
||||
queryJSForm.cusId = props.cusId
|
||||
queryJSForm.treeName = '技术交流'
|
||||
getVisistDetailItem(queryJSForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=技术交流'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=技术交流'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getJSVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
@@ -0,0 +1,262 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="lcVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let lcDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
lcDeleteForm.treeName = '业务招待'
|
||||
lcDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(lcDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedLCClientList') != null) {
|
||||
cache.remove('checkedLCClientList');
|
||||
}
|
||||
if (cache.get('checkedLCMyUserList') != null) {
|
||||
cache.remove('checkedLCMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedLCClientList');
|
||||
cache.remove('checkedLCMyUserList');
|
||||
}
|
||||
|
||||
let lcForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
lcForm.treeName = '来厂参观'
|
||||
lcForm.cusId = props.cusId
|
||||
lcForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
lcForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
lcForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
lcForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
lcForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
lcForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(lcForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedLCClientList') != null && cache.get('checkedLCClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedLCClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedLCMyUserList') != null && cache.get('checkedLCMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedLCMyUserList')
|
||||
}
|
||||
|
||||
if(props.status=='完成'){
|
||||
isDisabled.value = true
|
||||
}else{
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryLCForm = reactive({})
|
||||
let getLCVisitReportDetailContent = () => {
|
||||
queryLCForm.visistId = props.visistId
|
||||
queryLCForm.cusId = props.cusId
|
||||
queryLCForm.treeName = '来厂参观'
|
||||
getVisistDetailItem(queryLCForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=来厂参观'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=来厂参观'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getLCVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
@@ -0,0 +1,307 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="住宿天数" name="stayDays">
|
||||
<picker
|
||||
@change="handlePickerChange"
|
||||
:value="stayDaysIndex"
|
||||
:range="stayDaysOptions"
|
||||
:disabled="isDisabled"
|
||||
>
|
||||
<view class="picker-container">
|
||||
<view class="picker-display">
|
||||
{{ stayDaysOptions[stayDaysIndex] }}
|
||||
</view>
|
||||
<uni-icons type="arrowdown" size="16" color="#666"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea"/>
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="lyVisitComponent">
|
||||
import {ref, reactive} from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import {onShow, onUnload} from '@dcloudio/uni-app';
|
||||
import {addVisistDetail, deleVisistDetailItem, getVisistDetailItem} from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let lyDeleteForm = reactive({})
|
||||
|
||||
function handleDeleteVisistDetailItem() {
|
||||
lyDeleteForm.treeName = '联谊活动'
|
||||
lyDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(lyDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
stayDaysIndex.value = 0
|
||||
if (cache.get('checkedLYClientList') != null) {
|
||||
cache.remove('checkedYWClientList');
|
||||
}
|
||||
if (cache.get('checkedLYMyUserList') != null) {
|
||||
cache.remove('checkedLYMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedLYClientList');
|
||||
cache.remove('checkedLYMyUserList');
|
||||
}
|
||||
|
||||
let lyForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
lyForm.treeName = '联谊活动'
|
||||
lyForm.cusId = props.cusId
|
||||
lyForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
lyForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
lyForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
lyForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
lyForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
lyForm.bandResult = activeTxt.value
|
||||
lyForm.multiple = stayDaysIndex.value + 1
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(lyForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedLYClientList') != null && cache.get('checkedLYClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedLYClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedLYMyUserList') != null && cache.get('checkedLYMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedLYMyUserList')
|
||||
}
|
||||
|
||||
if (props.status == '完成') {
|
||||
isDisabled.value = true
|
||||
} else {
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryLYForm = reactive({})
|
||||
let getLYVisitReportDetailContent = () => {
|
||||
queryLYForm.visistId = props.visistId
|
||||
queryLYForm.cusId = props.cusId
|
||||
queryLYForm.treeName = '联谊活动'
|
||||
getVisistDetailItem(queryLYForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
stayDaysIndex.value = res.rows[0].multiple - 1
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=联谊活动'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=联谊活动'
|
||||
})
|
||||
}
|
||||
|
||||
// 住宿天数
|
||||
const stayDaysOptions = ref(['1天', '2天', '3天', '4天', '5天', '6天', '7天'])
|
||||
const stayDaysIndex = ref(0) // 默认未选择
|
||||
|
||||
const handlePickerChange = (e) => {
|
||||
stayDaysIndex.value = e.detail.value
|
||||
console.log("天数数字:", stayDaysIndex.value + 1)
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getLYVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.picker-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid #dcdfe6;
|
||||
border-radius: 4px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.picker-display {
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.picker-display:empty::before {
|
||||
content: '请选择住宿天数';
|
||||
color: #999;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,259 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="wtVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let wtDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
wtDeleteForm.treeName = '文体活动'
|
||||
wtDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(wtDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedWTClientList') != null) {
|
||||
cache.remove('checkedWTClientList');
|
||||
}
|
||||
if (cache.get('checkedWTMyUserList') != null) {
|
||||
cache.remove('checkedWTMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedWTClientList');
|
||||
cache.remove('checkedWTMyUserList');
|
||||
}
|
||||
|
||||
let wtForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
wtForm.treeName = '文体活动'
|
||||
wtForm.cusId = props.cusId
|
||||
wtForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
wtForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
wtForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
wtForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
wtForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
wtForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(wtForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedWTClientList') != null && cache.get('checkedWTClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedWTClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedWTMyUserList') != null && cache.get('checkedWTMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedWTMyUserList')
|
||||
}
|
||||
|
||||
|
||||
if(props.status=='完成'){
|
||||
isDisabled.value = true
|
||||
}else{
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryWTForm = reactive({})
|
||||
let getWTVisitReportDetailContent = () => {
|
||||
queryWTForm.visistId = props.visistId
|
||||
queryWTForm.cusId = props.cusId
|
||||
queryWTForm.treeName = '文体活动'
|
||||
getVisistDetailItem(queryWTForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=文体活动'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=文体活动'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getWTVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,259 @@
|
||||
<template>
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="customerUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.customerUserList" placeholder="请选择客户人员" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="myUserList" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.myUserList" placeholder="请选择我方参与人" name="input"
|
||||
:disabled="isDisabled"
|
||||
@focus="chooseMyUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.activeTxt" placeholder="请输入" 活动文字
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDeleteVisistDetailItem" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup name="ywVisitComponent">
|
||||
import { ref, reactive } from 'vue'
|
||||
import cache from '../../../../../utils/cache'
|
||||
import { onShow, onUnload } from '@dcloudio/uni-app';
|
||||
import { addVisistDetail, deleVisistDetailItem, getVisistDetailItem } from '../../../../../api/crm/activity/activity';
|
||||
|
||||
let customerUserList = ref([])
|
||||
let myUserList = ref([])
|
||||
let activeTxt = ref('')
|
||||
let isDisabled = ref(false)
|
||||
const props = defineProps({
|
||||
cusName: String, //客户单位名称
|
||||
cusId: Number,//客户ID
|
||||
visistId: Number,//活动ID
|
||||
status: String //状态
|
||||
})
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
customerUserList,
|
||||
myUserList,
|
||||
activeTxt
|
||||
});
|
||||
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
//删除明细项的内容
|
||||
let ywDeleteForm = reactive({})
|
||||
function handleDeleteVisistDetailItem() {
|
||||
ywDeleteForm.treeName = '业务招待'
|
||||
ywDeleteForm.visistId = props.visistId
|
||||
deleVisistDetailItem(ywDeleteForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDelete()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 删除内容
|
||||
let handleDelete = () => {
|
||||
formData.value.customerUserList = null
|
||||
formData.value.myUserList = null
|
||||
formData.value.activeTxt = null
|
||||
if (cache.get('checkedYWClientList') != null) {
|
||||
cache.remove('checkedYWClientList');
|
||||
}
|
||||
if (cache.get('checkedYWMyUserList') != null) {
|
||||
cache.remove('checkedYWMyUserList');
|
||||
}
|
||||
}
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedYWClientList');
|
||||
cache.remove('checkedYWMyUserList');
|
||||
}
|
||||
|
||||
let ywForm = reactive({})
|
||||
// 保存/修改
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
ywForm.treeName = '业务招待'
|
||||
ywForm.cusId = props.cusId
|
||||
ywForm.visistId = props.visistId
|
||||
|
||||
if (Array.isArray(myUserList.value)) {
|
||||
ywForm.ourPersonnel = myUserList.value.join(',')
|
||||
} else {
|
||||
ywForm.ourPersonnel = myUserList.value
|
||||
}
|
||||
|
||||
if (Array.isArray(customerUserList.value)) {
|
||||
ywForm.cusPersonnel = customerUserList.value.join(',')
|
||||
} else {
|
||||
ywForm.cusPersonnel = customerUserList.value
|
||||
}
|
||||
|
||||
ywForm.bandResult = activeTxt.value
|
||||
// 提交服务器进行新增
|
||||
addVisistDetail(ywForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
//响应成功,删除缓存记录
|
||||
handleDeleteLocal()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedYWClientList') != null && cache.get('checkedYWClientList') != []) {
|
||||
customerUserList.value = cache.get('checkedYWClientList')
|
||||
}
|
||||
|
||||
if (cache.get('checkedYWMyUserList') != null && cache.get('checkedYWMyUserList') != []) {
|
||||
myUserList.value = cache.get('checkedYWMyUserList')
|
||||
}
|
||||
|
||||
|
||||
if(props.status=='完成'){
|
||||
isDisabled.value = true
|
||||
}else{
|
||||
isDisabled.value = false
|
||||
}
|
||||
})
|
||||
|
||||
//查询日常走访的内容
|
||||
let queryYWForm = reactive({})
|
||||
let getYWVisitReportDetailContent = () => {
|
||||
queryYWForm.visistId = props.visistId
|
||||
queryYWForm.cusId = props.cusId
|
||||
queryYWForm.treeName = '业务招待'
|
||||
getVisistDetailItem(queryYWForm).then(res => {
|
||||
if (res.rows[0] != null) {
|
||||
customerUserList.value = res.rows[0].customerPersonnel
|
||||
myUserList.value = res.rows[0].ourPersonnel
|
||||
activeTxt.value = res.rows[0].bandResult
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/customerUserList?cusName=' + props.cusName + '&chooseType=业务招待'
|
||||
})
|
||||
}
|
||||
|
||||
//选择我方参与人
|
||||
function chooseMyUser() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/myUserList?chooseType=业务招待'
|
||||
})
|
||||
}
|
||||
|
||||
// 明确暴露给父组件的方法
|
||||
defineExpose({
|
||||
handleDelete,
|
||||
getYWVisitReportDetailContent
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
158
src/pages/business/CRM/marketActivity/customerUserList.vue
Normal file
158
src/pages/business/CRM/marketActivity/customerUserList.vue
Normal file
@@ -0,0 +1,158 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view>
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告添加客户人员'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
<uni-easyinput prefixIcon="search" v-model="searchContent" placeholder="请输入客户人员名称" clearable
|
||||
@iconClick="iconClick">
|
||||
</uni-easyinput>
|
||||
<checkbox-group class="block" @change="checkboxChange">
|
||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||
<checkbox class='checkBoxClass' :value="item.userName"></checkbox>
|
||||
<view class="clientClass">
|
||||
<text class="blue-text">{{ item.userName }}</text>
|
||||
{{ " | " }}
|
||||
{{ item.userDept != null ? item.userDept : ' ' }}
|
||||
{{ item.job != null ? item.job : ' ' }}
|
||||
{{ item.mobilePhone }}
|
||||
{{ item.remark != null ? item.remark : ' ' }}
|
||||
</view>
|
||||
</view>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { crmCustomerUser } from '../../../../api/crm/activity/activity'
|
||||
import { onMounted, onUnmounted, reactive, ref, watch } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '../../../../utils/message'
|
||||
import cache from '../../../../utils/cache'
|
||||
|
||||
|
||||
|
||||
const message = useMessage();
|
||||
|
||||
//点击查询客户人员
|
||||
const queryParams = ref({
|
||||
cusName: '',
|
||||
nickName: '',
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
})
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
getClientUserName()
|
||||
})
|
||||
|
||||
let chooseType = ref()
|
||||
onLoad(options => {
|
||||
queryParams.value.cusName = options.cusName
|
||||
chooseType.value = options.chooseType
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function getClientUserName() {
|
||||
crmCustomerUser(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//查询某一客户人员
|
||||
let searchContent = ref('')
|
||||
|
||||
function iconClick() {
|
||||
message.toast('点击了查询,当前内容:' + searchContent.value)
|
||||
}
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchContent, (newValue, oldValue) => {
|
||||
queryParams.value.nickName = searchContent.value
|
||||
//变化了之后,重新查询内容
|
||||
crmCustomerUser(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
|
||||
//勾选内容
|
||||
function checkboxChange(e) {
|
||||
//这里要根据传递来的不同的内容,生成不同的setCache方法
|
||||
if (chooseType.value == '日常走访') {
|
||||
cache.set('checkedRCClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '业务招待') {
|
||||
cache.set('checkedYWClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '技术交流') {
|
||||
cache.set('checkedJSClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '来厂参观') {
|
||||
cache.set('checkedLCClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '党建活动') {
|
||||
cache.set('checkedDJClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '文体活动') {
|
||||
cache.set('checkedWTClientList', e.detail.value)
|
||||
}
|
||||
if (chooseType.value == '联谊活动') {
|
||||
cache.set('checkedLYClientList', e.detail.value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.con-body {
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
</style>
|
||||
285
src/pages/business/CRM/marketActivity/detailForApproval.vue
Normal file
285
src/pages/business/CRM/marketActivity/detailForApproval.vue
Normal file
@@ -0,0 +1,285 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告详情'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<!-- 详情内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="report-list">
|
||||
<view class="title">{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.staffName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">走访日期</view>
|
||||
<view class="r-right">{{ item.visistDate }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">是否双方高层领导参与</view>
|
||||
<view class="r-right">{{ item.whetherHaveLeader }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">活动类型</view>
|
||||
<view class="r-right">{{ item.visistType }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 报告明细&评论 -->
|
||||
<customTabs v-model="activeTab" :tabs="tabList" :modelValue="activeTab">
|
||||
<!-- 报告明细 -->
|
||||
<block v-if="activeTab === 0">
|
||||
<view class="white-bg white-bg-2" v-for="item in detailList">
|
||||
<view class="report-list">
|
||||
<view class="r-list">
|
||||
<view class="r-left">拜访事项</view>
|
||||
<view class="r-right">{{ item.detailType }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">拜访类型</view>
|
||||
<view class="r-right">{{ item.treeName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员</view>
|
||||
<view class="r-right">{{ item.customerPersonnel }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">我方人员</view>
|
||||
<view class="r-right">{{ item.ourPersonnel }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list" style="display: block">
|
||||
<view class="r-name">结果</view>
|
||||
<view class="r-gray">
|
||||
<view>
|
||||
{{ item.bandResult }} </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
</customTabs>
|
||||
|
||||
|
||||
<view class="tipsPopBtn">
|
||||
<view class="btnCancal" @click="refuse">驳回</view>
|
||||
<!-- <view class="btnComfire" @click="refusePass">通过不得分</view> -->
|
||||
<view class="btnComfire" @click="adopt(item)">通过</view>
|
||||
|
||||
</view>
|
||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||
<view class="bottom-height"></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import customTabs from '@/components/customTabs.vue';
|
||||
import {
|
||||
auditActivityReport,
|
||||
getRejectReason,
|
||||
getVisistDetailList,
|
||||
getYsVisistInfo
|
||||
} from '../../../../api/crm/activity/activity';
|
||||
|
||||
|
||||
let visistId = ref(0)
|
||||
// 加载后调用
|
||||
let id = ref(null)
|
||||
onLoad((options) => {
|
||||
visistId.value = options.visistId
|
||||
getVisitorReportDetail();
|
||||
})
|
||||
|
||||
|
||||
// 查询详情
|
||||
let item = ref({});
|
||||
//明细List
|
||||
let detailList = ref([])
|
||||
const getVisitorReportDetail = async () => {
|
||||
let param = {
|
||||
visistId: visistId.value
|
||||
}
|
||||
|
||||
let res = await getYsVisistInfo(param);
|
||||
item.value = res.data;
|
||||
let detailRes = await getVisistDetailList(param);
|
||||
detailList.value = detailRes.rows;
|
||||
}
|
||||
|
||||
// 报告明细&评论
|
||||
const activeTab = ref(0);//默认报告明细
|
||||
const tabList = ['报告明细'];
|
||||
|
||||
//点击驳回
|
||||
// 修正后的驳回方法
|
||||
const refuse = async () => {
|
||||
uni.showModal({
|
||||
title: '驳回原因',
|
||||
content: '',
|
||||
editable: true,
|
||||
success: async function (modalRes) { // 使用modalRes避免重名
|
||||
if (modalRes.confirm) {
|
||||
try {
|
||||
const param = {
|
||||
visistId: visistId.value,
|
||||
rejectReason: modalRes.content // 用户输入的驳回原因
|
||||
};
|
||||
const apiRes = await getRejectReason(param); // 避免与modalRes重名
|
||||
uni.showToast({
|
||||
title: '驳回成功',
|
||||
icon: 'success'
|
||||
});
|
||||
// 操作完成后返回
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 800);
|
||||
} catch (err) {
|
||||
console.log('驳回失败:', err);
|
||||
uni.showToast({
|
||||
title: '驳回失败',
|
||||
icon: 'error'
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//点击通过
|
||||
function adopt(item) {
|
||||
uni.showModal({
|
||||
title: '提交',
|
||||
content: '是否要通过本报告?',
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
auditActivityReport({
|
||||
activityId: item.visistId,
|
||||
reportStaffName: item.staffName,
|
||||
}).then(res => {
|
||||
if (res.code == 200) {
|
||||
mescroll.resetUpScroll()
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: res.msg,
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
uni.navigateBack({
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
border-radius: 0;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
:deep(.tabs-header) {
|
||||
/* background: none !important; */
|
||||
border-bottom: none !important;
|
||||
margin: 0 auto;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
:deep(.tab-item) {
|
||||
color: #919191;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
/* flex:none; */
|
||||
/* margin: 0 -50rpx; */
|
||||
/* padding: 0 50rpx; */
|
||||
}
|
||||
|
||||
:deep(.tab-item:first-child) {
|
||||
text-align: right;
|
||||
margin-left: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item:last-child) {
|
||||
text-align: left;
|
||||
margin-right: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active) {
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active::after) {
|
||||
width: 100rpx;
|
||||
height: 8rpx;
|
||||
}
|
||||
|
||||
|
||||
.tipsPopBtn {
|
||||
width: 370px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 50px auto 56px auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.btnCancal {
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
border: 2px solid #29abe2;
|
||||
border-radius: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #29abe2;
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.btnComfire {
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
background-color: #29abe2;
|
||||
border-radius: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #FFF;
|
||||
font-size: 15px;
|
||||
}
|
||||
</style>
|
||||
181
src/pages/business/CRM/marketActivity/myUserList.vue
Normal file
181
src/pages/business/CRM/marketActivity/myUserList.vue
Normal file
@@ -0,0 +1,181 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view>
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告添加我方参与人员'" :leftFlag="true" :rightFlag="false">
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
<uni-easyinput prefixIcon="search" v-model="searchContent" placeholder="请输入客户人员名称" clearable
|
||||
@iconClick="iconClick">
|
||||
</uni-easyinput>
|
||||
<checkbox-group class="block" @change="checkboxChange">
|
||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||
<checkbox class='checkBoxClass' :value="item.nickName"></checkbox>
|
||||
<view class="clientClass">
|
||||
<text class="blue-text">{{ item.nickName }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</checkbox-group>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {myUserNameList } from '../../../../api/crm/activity/activity'
|
||||
import { onMounted, onUnmounted, reactive, ref, watch } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '../../../../utils/message'
|
||||
import cache from '../../../../utils/cache'
|
||||
|
||||
|
||||
|
||||
const message = useMessage();
|
||||
|
||||
//点击查询客户人员
|
||||
const queryParams = ref({
|
||||
cusName: '',
|
||||
nickName:'',
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
getMyUserNameList()
|
||||
})
|
||||
|
||||
let chooseType = ref()
|
||||
onLoad(options => {
|
||||
queryParams.value.cusName = options.cusName
|
||||
chooseType.value = options.chooseType
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function getMyUserNameList() {
|
||||
myUserNameList(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//查询某一客户人员
|
||||
let searchContent = ref('')
|
||||
|
||||
function iconClick() {
|
||||
message.toast('点击了查询,当前内容:' + searchContent.value)
|
||||
}
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchContent,(newValue,oldValue)=>{
|
||||
queryParams.value.nickName = searchContent.value
|
||||
//变化了之后,重新查询内容
|
||||
myUserNameList(queryParams.value).then(res => {
|
||||
dataList.value = res.rows
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
|
||||
//勾选内容
|
||||
function checkboxChange(e) {
|
||||
//这里要根据传递来的不同的内容,生成不同的setCache方法
|
||||
if(chooseType.value=='日常走访'){
|
||||
cache.set('checkedRCMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='业务招待'){
|
||||
cache.set('checkedYWMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='技术交流'){
|
||||
cache.set('checkedJSMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='来厂参观'){
|
||||
cache.set('checkedLCMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='党建活动'){
|
||||
cache.set('checkedDJMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='文体活动'){
|
||||
cache.set('checkedWTMyUserList', e.detail.value)
|
||||
}
|
||||
if(chooseType.value=='联谊活动'){
|
||||
cache.set('checkedLYMyUserList', e.detail.value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.con-body{
|
||||
background: white;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-3 {
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
padding: 30rpx 0 0;
|
||||
}
|
||||
|
||||
:deep(.form-con .uni-forms-item) {
|
||||
margin-bottom: 22px !important;
|
||||
}
|
||||
|
||||
|
||||
/* Container for the checkbox group */
|
||||
.checkbox-group.block {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Each item row */
|
||||
.itemClass {
|
||||
width: 340rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10rpx 0;
|
||||
margin-left: 15rpx;
|
||||
border-bottom: 1px solid #eee;
|
||||
float: left;
|
||||
/* optional divider */
|
||||
}
|
||||
|
||||
/* Checkbox styling */
|
||||
.checkBoxClass {
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
||||
/* Content container */
|
||||
.clientClass {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
font-size: 36rpx;
|
||||
color: #333;
|
||||
/* default text color */
|
||||
}
|
||||
|
||||
/* Blue username text */
|
||||
.blue-text {
|
||||
/* or any blue you prefer */
|
||||
margin-right: 5rpx;
|
||||
}
|
||||
</style>
|
||||
369
src/pages/business/CRM/marketActivity/visitReport.vue
Normal file
369
src/pages/business/CRM/marketActivity/visitReport.vue
Normal file
@@ -0,0 +1,369 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告列表'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@touchstart.prevent="touchstart(item)" @touchend.prevent="touchend">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户:{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
<view @touchstart.stop="handleStatusTouchStart"
|
||||
@touchend.stop="handleStatusTouchEnd" @click.stop="chooseStatus(item)">
|
||||
<view v-if="item.status == '驳回'" class="r-right btn-orange" size="mini">
|
||||
{{ item.status == '驳回' ? '再次提交' : item.status }}
|
||||
</view>
|
||||
<view v-else class="r-right btn-orange" size="mini">
|
||||
{{ item.status }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告类型</view>
|
||||
<view class="r-right">{{ item.visistType }}</view>
|
||||
</view>
|
||||
<view class="r-list" v-if="item.joinUser!=null">
|
||||
<view class="r-left">我方领导</view>
|
||||
<view class="r-right">{{ item.joinUser }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.staffName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告日期</view>
|
||||
<view class="r-right">{{ item.visistDate }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, watch } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
let searchValue = ref(null)
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
//变化了之后,重新查询内容
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
searchContent: searchValue.value
|
||||
};
|
||||
getYsVisistList(data).then(res => {
|
||||
if (res.code === 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
searchContent: searchValue.value
|
||||
};
|
||||
getYsVisistList(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "请求失败",
|
||||
});
|
||||
list.value = null;
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
// 新增
|
||||
let handleAdd = () => {
|
||||
uni.navigateTo({url: '/pages/business/CRM/marketActivity/visitorReportAdd'})
|
||||
}
|
||||
|
||||
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await getVisitorReportList(1, upOption.value.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await getVisitorReportList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getVisitorReportList = (pageNum, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize
|
||||
}
|
||||
let res = await getYsVisistList(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
let Loop = ref(0)
|
||||
let now
|
||||
const visistId = ref();
|
||||
const cusName = ref();
|
||||
const cusId = ref();
|
||||
const status = ref()
|
||||
|
||||
function touchstart(item) {
|
||||
visistId.value = item.visistId
|
||||
cusName.value = item.cusName
|
||||
cusId.value = item.cusId
|
||||
status.value = item.status
|
||||
now = new Date();
|
||||
clearInterval(Loop.value); //再次清空定时器,防止重复注册定时器
|
||||
Loop.value = setTimeout(() => {
|
||||
uni.showModal({
|
||||
title: '删除',
|
||||
content: '请问要删除本条消息吗?',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
const data = {
|
||||
num: 1,
|
||||
pageSize: 10,
|
||||
status: "录入"
|
||||
};
|
||||
const parm = {
|
||||
visistId: item.visistId
|
||||
};
|
||||
removeVisist(parm).then(res => {
|
||||
if (res.code == 500) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "存在明细项,不能直接删除!",
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: "删除成功",
|
||||
duration: 2000
|
||||
});
|
||||
}
|
||||
// 刷新内容
|
||||
upCallback()
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}, 750);
|
||||
|
||||
}
|
||||
|
||||
function touchend() {
|
||||
let endDate = new Date();
|
||||
console.log('结束时间', endDate)
|
||||
let cha = endDate.getTime() - now.getTime();
|
||||
console.log(cha, 'casd')
|
||||
if (cha < 750) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/marketActivity/visitorReportEnter?visistId=" + visistId.value + '&cusName=' + cusName.value + '&cusId=' + cusId.value + '&status=' + status.value
|
||||
})
|
||||
}
|
||||
clearInterval(Loop.value);
|
||||
}
|
||||
|
||||
//点击状态按钮
|
||||
function chooseStatus(item) {
|
||||
updateStatus(item).then(
|
||||
res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
setTimeout(function () {
|
||||
uni.navigateBack({
|
||||
success: () => {
|
||||
}
|
||||
})
|
||||
}, 500);
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
},
|
||||
rej => {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
//保留点击状态,关闭长按的冒泡
|
||||
function handleStatusTouchStart(e) {
|
||||
// e.stopPropagation(); // 阻止冒泡
|
||||
// e.preventDefault(); // 阻止默认行为(如滚动)
|
||||
}
|
||||
|
||||
function handleStatusTouchEnd(e) {
|
||||
// e.stopPropagation();
|
||||
// e.preventDefault();
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
200
src/pages/business/CRM/marketActivity/visitReportDetail.vue
Normal file
200
src/pages/business/CRM/marketActivity/visitReportDetail.vue
Normal file
@@ -0,0 +1,200 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告详情'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<!-- 详情内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="report-list">
|
||||
<view class="title">{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
<view class="r-right btn-pink" size="mini" @click="handleZan">
|
||||
<uni-icons :type="iconType" size="16" color="#ffffff"></uni-icons>
|
||||
{{ zanFlag ? '已赞' : '未赞' }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.staffName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">走访日期</view>
|
||||
<view class="r-right">{{ item.visistDate }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">是否双方高层领导参与</view>
|
||||
<view class="r-right">{{ item.whetherHaveLeader }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">活动类型</view>
|
||||
<view class="r-right">{{ item.visistType }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 报告明细&评论 -->
|
||||
<customTabs v-model="activeTab" :tabs="tabList" :modelValue="activeTab">
|
||||
<!-- 报告明细 -->
|
||||
<block v-if="activeTab === 0">
|
||||
<view class="white-bg white-bg-2" v-for="item in detailList">
|
||||
<view class="report-list">
|
||||
<view class="r-list">
|
||||
<view class="r-left">拜访事项</view>
|
||||
<view class="r-right">{{item.detailType}}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">拜访类型</view>
|
||||
<view class="r-right">{{item.treeName}}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">客户人员</view>
|
||||
<view class="r-right">{{item.customerPersonnel}}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">我方人员</view>
|
||||
<view class="r-right">{{item.ourPersonnel}}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list" style="display: block">
|
||||
<view class="r-name">结果</view>
|
||||
<view class="r-gray">
|
||||
<view >
|
||||
{{item.bandResult}} </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 评论 -->
|
||||
<!-- <block v-if="activeTab === 1">-->
|
||||
<!-- <view class="white-bg white-bg-2">评论内容</view>-->
|
||||
<!-- </block>-->
|
||||
</customTabs>
|
||||
|
||||
|
||||
|
||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||
<view class="bottom-height"></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
import { onLoad, onShow } from '@dcloudio/uni-app'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import customTabs from '@/components/customTabs.vue';
|
||||
import { getUserLike, getVisistDetailList, getYsVisistInfo, insertUserLike } from '../../../../api/crm/activity/activity';
|
||||
|
||||
|
||||
let visistId = ref(0)
|
||||
// 加载后调用
|
||||
let id = ref(null)
|
||||
onLoad((options) => {
|
||||
visistId.value = options.visistId
|
||||
getVisitorReportDetail();
|
||||
})
|
||||
|
||||
onShow(()=>{
|
||||
getUserLike(visistId.value).then(res=>{
|
||||
zanFlag.value = res.rows[0]?.status==1?true:false
|
||||
if(zanFlag.value==false){
|
||||
iconType.value = 'hand-up'
|
||||
}else{
|
||||
//已赞
|
||||
iconType.value = 'hand-up-filled'
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
// 查询详情
|
||||
let item = ref({});
|
||||
//明细List
|
||||
let detailList = ref([])
|
||||
const getVisitorReportDetail = async () => {
|
||||
let param = {
|
||||
visistId: visistId.value
|
||||
}
|
||||
|
||||
let res = await getYsVisistInfo(param);
|
||||
item.value = res.data;
|
||||
let detailRes = await getVisistDetailList(param);
|
||||
detailList.value = detailRes.rows;
|
||||
}
|
||||
|
||||
// 报告明细&评论
|
||||
const activeTab = ref(0);//默认报告明细
|
||||
const tabList = ['报告明细'];
|
||||
|
||||
// 点击赞
|
||||
let zanFlag = ref(false)
|
||||
let iconType = ref('hand-up')
|
||||
let handleZan = ()=>{
|
||||
zanFlag.value = !zanFlag.value
|
||||
if(zanFlag.value==false){
|
||||
iconType.value = 'hand-up'
|
||||
}else{
|
||||
//已赞
|
||||
iconType.value = 'hand-up-filled'
|
||||
}
|
||||
insertUserLike(visistId.value)
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
.white-bg.white-bg-2{
|
||||
border-radius:0;
|
||||
margin-bottom:20rpx;
|
||||
}
|
||||
:deep(.tabs-header) {
|
||||
/* background: none !important; */
|
||||
border-bottom: none !important;
|
||||
margin: 0 auto;
|
||||
gap: 5px;
|
||||
}
|
||||
:deep(.tab-item) {
|
||||
color:#919191;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
/* flex:none; */
|
||||
/* margin: 0 -50rpx; */
|
||||
/* padding: 0 50rpx; */
|
||||
}
|
||||
:deep(.tab-item:first-child){
|
||||
text-align: right;
|
||||
margin-left:230rpx;
|
||||
}
|
||||
:deep(.tab-item:last-child){
|
||||
text-align: left;
|
||||
margin-right:230rpx;
|
||||
}
|
||||
:deep(.tab-item.active) {
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
}
|
||||
:deep(.tab-item.active::after) {
|
||||
width: 100rpx;
|
||||
height: 8rpx;
|
||||
}
|
||||
|
||||
</style>
|
||||
226
src/pages/business/CRM/marketActivity/visitReportView.vue
Normal file
226
src/pages/business/CRM/marketActivity/visitReportView.vue
Normal file
@@ -0,0 +1,226 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访查看'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@click="showDetail(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户:{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ item.visistCode }}</view>
|
||||
<view>
|
||||
|
||||
<view
|
||||
:class="item.myselfBrowsing == 0 ? 'r-right btn-orange' : 'r-right btn-blue'"
|
||||
size="mini">
|
||||
{{ item.myselfBrowsing == 0 ? '未读' : '已读' }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告类型</view>
|
||||
<view class="r-right">{{ item.visistType === "业务招待" ? "Ⅱ类活动" : "走访报告" }}</view>
|
||||
</view>
|
||||
<view class="r-list" v-if="item.joinUser != null">
|
||||
<view class="r-left">我方领导</view>
|
||||
<view class="r-right">{{ item.joinUser }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.staffName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告日期</view>
|
||||
<view class="r-right">{{ item.visistDate }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { ref, reactive, onMounted } from 'vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { getQueryVisistList } from '../../../../api/crm/activity/activity';
|
||||
import {onShow} from "@dcloudio/uni-app";
|
||||
|
||||
onShow(()=>{
|
||||
downCallback(mescrollRef.value.mescroll)
|
||||
})
|
||||
|
||||
let list = ref([])
|
||||
let queryParams = reactive({
|
||||
selValue: ''
|
||||
})
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
let mescrollRef = ref(null);
|
||||
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
queryParams.pageNum = 1;
|
||||
queryParams.pageSize = upOption.value.page.size;
|
||||
//获取当前页的信息
|
||||
const res = await getQueryVisistList(queryParams)
|
||||
cssFlag.value = false;
|
||||
list.value = res.rows;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
queryParams.pageNum = 1;
|
||||
queryParams.pageSize = upOption.value.page.size;
|
||||
const res = await getQueryVisistList(queryParams);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.rows;
|
||||
} else {
|
||||
list.value.push(...res.rows);
|
||||
}
|
||||
mescroll.endBySize(res.rows.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
//点击某一个进入查看明细信息
|
||||
function showDetail(item) {
|
||||
uni.navigateTo({
|
||||
url: './visitReportDetail?visistId=' + item.visistId
|
||||
})
|
||||
}
|
||||
|
||||
//点击查询方法,搜索当前报告信息
|
||||
let searchValue = ref()
|
||||
function handleSearch() {
|
||||
queryParams.inputval = searchValue.value
|
||||
downCallback(mescrollRef.value.mescroll);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
343
src/pages/business/CRM/marketActivity/visitorReportAdd.vue
Normal file
343
src/pages/business/CRM/marketActivity/visitorReportAdd.vue
Normal file
@@ -0,0 +1,343 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" label-width="100px">
|
||||
<view @click="addVisistReport" class="form-item-container">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<text class="name">{{ formData.cusName }}</text>
|
||||
</uni-forms-item>
|
||||
</view>
|
||||
|
||||
<uni-forms-item label="签到记录" class="f-c-right">
|
||||
<!-- <view class="f-c-text txt-right">--</view> -->
|
||||
<view class="cu-form-group">
|
||||
<view class="title">签到记录</view>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
|
||||
<view class="choose">
|
||||
<radio-group @change="chooseRecord">
|
||||
<label class="radio" v-for="(item, index) in records" :key="index">
|
||||
<view class="record-container">
|
||||
<radio :value="item.mapId" :checked="index === current" class="radio-style" />
|
||||
<view class="record-content">
|
||||
<view class="info-row">
|
||||
<text class="label">开始时间:</text>
|
||||
<text class="value">{{ item.goVisistStartTime }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">开始地点:</text>
|
||||
<text class="value">{{ item.addressForStart }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">结束时间:</text>
|
||||
<text class="value">{{ item.goVisistEndTime }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="label">结束地点:</text>
|
||||
<text class="value">{{ item.addressForEnd }}</text>
|
||||
</view>
|
||||
<view class="info-row" v-if="item.remark != null">
|
||||
<text class="label">备注:</text>
|
||||
<text class="value">{{ item.remark }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</label>
|
||||
</radio-group>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<uni-forms-item label="我方领导" name="leader"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
|
||||
<multipleSelect :multiple="true" :value="chooseMyLeaderList" downInner
|
||||
:options="myLeaderList"
|
||||
@change="changeValue2" :key="Math.round()"
|
||||
:slabel="'text'"
|
||||
>
|
||||
</multipleSelect>
|
||||
</uni-forms-item>
|
||||
|
||||
|
||||
<uni-forms-item label="走访日期" name="visitDate" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-datetime-picker :start="threeDaysAgoTimestamp" :end="todayTimestamp" type="date"
|
||||
:clear-icon="true" v-model="formData.visitDate" @change="changeDate" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, reactive, onUnmounted, computed } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MultipleSelect from "../../../../components/multipleSelect.vue";
|
||||
import { addMapForReport, addVisist } from '../../../../api/crm/activity/activity';
|
||||
// import{ getGuestList} from '@/api/business.js'
|
||||
let customerUser = reactive({})
|
||||
|
||||
//我方领导
|
||||
const myLeaderList = [
|
||||
{ value: 0, text: "姜海洋" },
|
||||
{ value: 1, text: "曾炀" },
|
||||
{ value: 2, text: "杨博" },
|
||||
{ value: 3, text: "廖明君" },
|
||||
{ value: 4, text: "唐海岩" },
|
||||
{ value: 4, text: "赵飞" }
|
||||
];
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: '',
|
||||
leader: '',
|
||||
visitDate: ''
|
||||
});
|
||||
|
||||
// 我方人员
|
||||
let chooseMyLeaderList = reactive([0]);
|
||||
const changeValue2 = (item, value) => {
|
||||
chooseMyLeaderList = item;
|
||||
formData.value.leader = chooseMyLeaderList
|
||||
};
|
||||
|
||||
|
||||
// 修改日期
|
||||
let changeDate = (e) => {
|
||||
console.log('changeDate:', e);
|
||||
};
|
||||
|
||||
// 保存走访报告
|
||||
let saveVisistReportForm = reactive({});
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate();
|
||||
// 验证通过后的操作
|
||||
uni.showToast({
|
||||
title: '验证通过',
|
||||
icon: 'success'
|
||||
});
|
||||
saveVisistReportForm.cusId = formData.value.cusId
|
||||
if (Array.isArray(formData.value.leader)) {
|
||||
saveVisistReportForm.joinUser = formData.value.leader.map(item => item.text).join(',');
|
||||
}
|
||||
saveVisistReportForm.visistDate = formData.value.visitDate
|
||||
saveVisistReportForm.visistType = 'I类活动(走访)'
|
||||
saveVisistReportForm.mapId = mapId.value
|
||||
addVisist(saveVisistReportForm).then(
|
||||
res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
});
|
||||
setTimeout(function () {
|
||||
uni.navigateBack({
|
||||
success: () => { }
|
||||
})
|
||||
}, 500);
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
icon: 'none',
|
||||
});
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
//日期禁用
|
||||
const todayTimestamp = computed(() => {
|
||||
const today = new Date()
|
||||
today.setHours(0, 0, 0, 0)
|
||||
return today.getTime()
|
||||
});
|
||||
|
||||
const threeDaysAgoTimestamp = computed(() => {
|
||||
const date = new Date()
|
||||
date.setDate(date.getDate() - 3)
|
||||
date.setHours(0, 0, 0, 0)
|
||||
return date.getTime()
|
||||
});
|
||||
|
||||
|
||||
//选择客户
|
||||
function addVisistReport() {
|
||||
uni.navigateTo({
|
||||
url: './chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
|
||||
//查询签到记录
|
||||
onMounted(() => {
|
||||
recordList()
|
||||
})
|
||||
let records = ref([])
|
||||
//走访记录列表
|
||||
function recordList() {
|
||||
addMapForReport().then(
|
||||
res => {
|
||||
if (res.code == 200) {
|
||||
records.value = res.rows;
|
||||
// that.$forceUpdate()
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "请求失败",
|
||||
});
|
||||
}
|
||||
},
|
||||
rej => { }
|
||||
);
|
||||
}
|
||||
|
||||
//选择签到记录
|
||||
let mapId = ref()
|
||||
function chooseRecord(e) {
|
||||
mapId.value = e.detail.value
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 95px) !important;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(100vh - 68px) !important;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
|
||||
.form-item-container .uni-forms-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* 垂直居中 */
|
||||
}
|
||||
|
||||
/* 确保 text 元素也垂直居中 */
|
||||
.form-item-container .name {
|
||||
line-height: normal;
|
||||
/* 避免 line-height 影响 */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/*======*/
|
||||
.choose {
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.record-container {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
padding: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 12rpx;
|
||||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.radio-style {
|
||||
margin-right: 20rpx;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
|
||||
.record-content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.info-row {
|
||||
display: flex;
|
||||
margin-bottom: 10rpx;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.label {
|
||||
width: 160rpx;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.value {
|
||||
flex: 1;
|
||||
color: #666;
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
338
src/pages/business/CRM/marketActivity/visitorReportEnter.vue
Normal file
338
src/pages/business/CRM/marketActivity/visitorReportEnter.vue
Normal file
@@ -0,0 +1,338 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'走访报告内容录入'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
|
||||
<!-- 日常走访 -->
|
||||
<view class="white-bg white-bg-2">
|
||||
<view class="w-b-title" @click="handleExpandRC">日常走访
|
||||
<text>
|
||||
{{ expandFlagRC ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagRC, 'icon-down': expandFlagRC }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagRC" class="form-con">
|
||||
<DailyVisitComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status"
|
||||
ref="dailyVisitComponentRef"></DailyVisitComponent>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- 业务招待 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandYW">业务招待
|
||||
<text>
|
||||
{{ expandFlagYW ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagYW, 'icon-down': expandFlagYW }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagYW" class="form-con">
|
||||
<YwVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="ywVisitComponentRef">
|
||||
</YwVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 技术交流 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandJS">技术交流
|
||||
<text>
|
||||
{{ expandFlagJS ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagJS, 'icon-down': expandFlagJS }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagJS" class="form-con">
|
||||
<JsVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="jsVisitComponentRef">
|
||||
</JsVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 来厂参观 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandLC">来厂参观
|
||||
<text>
|
||||
{{ expandFlagLC ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagLC, 'icon-down': expandFlagLC }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagLC" class="form-con">
|
||||
<LcVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="lcVisitComponentRef">
|
||||
</LcVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 党建活动 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandDJ">党建活动
|
||||
<text>
|
||||
{{ expandFlagDJ ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagDJ, 'icon-down': expandFlagDJ }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagDJ" class="form-con">
|
||||
<DjVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="djVisitComponentRef">
|
||||
</DjVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 文体活动 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandWT">文体活动
|
||||
<text>
|
||||
{{ expandFlagWT ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagWT, 'icon-down': expandFlagWT }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagWT" class="form-con">
|
||||
<WTVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="wtVisitComponentRef">
|
||||
</WTVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 联谊活动 -->
|
||||
<view class="white-bg white-bg-2 white-bg-3">
|
||||
<view class="w-b-title" @click="handleExpandLY">联谊活动
|
||||
<text>
|
||||
{{ expandFlagLY ? '展开' : '收起' }}
|
||||
<i :class="{ iconfont: true, 'icon-up': !expandFlagLY, 'icon-down': expandFlagLY }"></i>
|
||||
</text>
|
||||
</view>
|
||||
<view v-show="!expandFlagLY" class="form-con">
|
||||
<LyVisistComponent :cusName="cusName" :cusId="cusId" :visistId="visistId" :status="status" ref="lyVisitComponentRef">
|
||||
</LyVisistComponent>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, reactive, onUnmounted } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import DailyVisitComponent from './components/dailyVisitComponent.vue';
|
||||
import { onLoad } from '@dcloudio/uni-app';
|
||||
import cache from '../../../../utils/cache';
|
||||
import YwVisistComponent from './components/ywVisistComponent.vue';
|
||||
import JsVisistComponent from './components/jsVisistComponent.vue';
|
||||
import LcVisistComponent from './components/lcVisistComponent.vue';
|
||||
import DjVisistComponent from './components/djVisistComponent.vue';
|
||||
import WTVisistComponent from './components/wtVisistComponent.vue';
|
||||
import LyVisistComponent from './components/lyVisistComponent.vue';
|
||||
|
||||
const cusName = ref()
|
||||
const cusId = ref()
|
||||
const visistId = ref()
|
||||
const status = ref()
|
||||
onLoad(options => {
|
||||
cusName.value = options.cusName
|
||||
cusId.value = options.cusId
|
||||
visistId.value = options.visistId
|
||||
status.value = options.status
|
||||
})
|
||||
|
||||
// 日常走访
|
||||
const dailyVisitComponentRef = ref(null)
|
||||
let expandFlagRC = ref(true);
|
||||
let handleExpandRC = () => {
|
||||
expandFlagRC.value = !expandFlagRC.value;
|
||||
if (expandFlagRC.value) {
|
||||
//收缩的时候,删除内容
|
||||
dailyVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (dailyVisitComponentRef.value) {
|
||||
dailyVisitComponentRef.value.getRCVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 业务招待
|
||||
const ywVisitComponentRef = ref(null)
|
||||
let expandFlagYW = ref(true);
|
||||
let handleExpandYW = () => {
|
||||
expandFlagYW.value = !expandFlagYW.value;
|
||||
if (expandFlagYW.value) {
|
||||
//收缩的时候,删除内容
|
||||
ywVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (ywVisitComponentRef.value) {
|
||||
ywVisitComponentRef.value.getYWVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 技术交流
|
||||
const jsVisitComponentRef = ref(null)
|
||||
let expandFlagJS = ref(true);
|
||||
let handleExpandJS = () => {
|
||||
expandFlagJS.value = !expandFlagJS.value;
|
||||
if (expandFlagJS.value) {
|
||||
//收缩的时候,删除内容
|
||||
jsVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (jsVisitComponentRef.value) {
|
||||
jsVisitComponentRef.value.getJSVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 来厂参观
|
||||
const lcVisitComponentRef = ref(null)
|
||||
let expandFlagLC = ref(true);
|
||||
let handleExpandLC = () => {
|
||||
expandFlagLC.value = !expandFlagLC.value;
|
||||
if (expandFlagLC.value) {
|
||||
//收缩的时候,删除内容
|
||||
lcVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (lcVisitComponentRef.value) {
|
||||
lcVisitComponentRef.value.getLCVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 党建活动
|
||||
const djVisitComponentRef = ref(null)
|
||||
let expandFlagDJ = ref(true);
|
||||
let handleExpandDJ = () => {
|
||||
expandFlagDJ.value = !expandFlagDJ.value;
|
||||
if (expandFlagDJ.value) {
|
||||
//收缩的时候,删除内容
|
||||
djVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (djVisitComponentRef.value) {
|
||||
djVisitComponentRef.value.getDJVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 文体活动
|
||||
const wtVisitComponentRef = ref(null)
|
||||
let expandFlagWT = ref(true);
|
||||
let handleExpandWT = () => {
|
||||
expandFlagWT.value = !expandFlagWT.value;
|
||||
if (expandFlagWT.value) {
|
||||
//收缩的时候,删除内容
|
||||
wtVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (wtVisitComponentRef.value) {
|
||||
wtVisitComponentRef.value.getWTVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 联谊活动
|
||||
const lyVisitComponentRef = ref(null)
|
||||
let expandFlagLY = ref(true);
|
||||
let handleExpandLY = () => {
|
||||
expandFlagLY.value = !expandFlagLY.value;
|
||||
if (expandFlagLY.value) {
|
||||
//收缩的时候,删除内容
|
||||
lyVisitComponentRef.value.handleDelete()
|
||||
} else {
|
||||
//展开的时候,查询内容
|
||||
if (lyVisitComponentRef.value) {
|
||||
lyVisitComponentRef.value.getLYVisitReportDetailContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//离开页面时,删除local缓存
|
||||
onUnmounted(() => {
|
||||
removeRCCache();
|
||||
removeYWCache();
|
||||
removeJSCache();
|
||||
removeLCCache();
|
||||
removeDJCache();
|
||||
removeWTCache();
|
||||
removeLYCache();
|
||||
})
|
||||
|
||||
//删除日常缓存
|
||||
function removeRCCache() {
|
||||
cache.remove('checkedRCClientList');
|
||||
cache.remove('checkedRCMyUserList');
|
||||
cache.remove('checkedRCActivityTypeList')
|
||||
}
|
||||
|
||||
//删除业务缓存
|
||||
function removeYWCache() {
|
||||
cache.remove('checkedYWClientList');
|
||||
cache.remove('checkedYWMyUserList');
|
||||
}
|
||||
|
||||
//删除技术缓存
|
||||
function removeJSCache() {
|
||||
cache.remove('checkedJSClientList');
|
||||
cache.remove('checkedJSMyUserList');
|
||||
}
|
||||
|
||||
//删除来厂缓存
|
||||
function removeLCCache() {
|
||||
cache.remove('checkedLCClientList');
|
||||
cache.remove('checkedLCMyUserList');
|
||||
}
|
||||
|
||||
//删除党建缓存
|
||||
function removeDJCache() {
|
||||
cache.remove('checkedDJClientList');
|
||||
cache.remove('checkedDJMyUserList');
|
||||
}
|
||||
|
||||
//删除文体缓存
|
||||
function removeWTCache() {
|
||||
cache.remove('checkedWTClientList');
|
||||
cache.remove('checkedWTMyUserList');
|
||||
}
|
||||
|
||||
//删除联谊缓存
|
||||
function removeLYCache() {
|
||||
cache.remove('checkedLYClientList');
|
||||
cache.remove('checkedLYMyUserList');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-3 {
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
padding: 30rpx 0 0;
|
||||
}
|
||||
|
||||
:deep(.form-con .uni-forms-item) {
|
||||
margin-bottom: 22px !important;
|
||||
}
|
||||
</style>
|
||||
@@ -82,7 +82,10 @@ const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: { tip: '~ 空空如也 ~' },
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
238
src/pages/business/CRM/marketInformation/beCurrent.vue
Normal file
238
src/pages/business/CRM/marketInformation/beCurrent.vue
Normal file
@@ -0,0 +1,238 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'通用表单添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="通用表单类型" name="generalFormType" class="f-c-right">
|
||||
<picker @change="onGeneralFormTypeChange" :value="generalFormTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[generalFormTypeIndex]?.name || '请选择通用表单类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="信息内容" name="informationContent" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.informationContent"
|
||||
placeholder="请输入信息内容" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
generalFormType:"专项市场调研信息",//通用表单类型
|
||||
informationContent: "", //信息内容
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
description: null,
|
||||
informationType:"通用表单" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
generalFormType: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择通用表单类型'
|
||||
}]
|
||||
},
|
||||
informationContent: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入信息内容'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '专项市场调研信息'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '供货改进需求信息'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '客户赞扬、抱怨信息'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '领导承诺'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '待办事项'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '备忘录'
|
||||
}
|
||||
|
||||
])
|
||||
|
||||
const generalFormTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
console.log('表单数据:', formData.value)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onGeneralFormTypeChange = (e) => {
|
||||
generalFormTypeIndex.value = e.detail.value
|
||||
console.log('generalFormTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.generalFormType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
// 如果你原来在 onShow 中做了类似这样:
|
||||
// let res = currPage.data.cusData; 判断是否传入了客户信息
|
||||
// 那么在 Vue3 中通常是通过路由参数或者 Vuex/Pinia 等状态管理获取
|
||||
// 暂时不做,如你后续需要可继续补充
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
272
src/pages/business/CRM/marketInformation/beCurrentDetail.vue
Normal file
272
src/pages/business/CRM/marketInformation/beCurrentDetail.vue
Normal file
@@ -0,0 +1,272 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'通用表单添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="通用表单类型" name="generalFormType" class="f-c-right">
|
||||
<picker @change="onGeneralFormTypeChange" :value="generalFormTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[generalFormTypeIndex]?.name || '请选择通用表单类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="信息内容" name="informationContent" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.informationContent"
|
||||
placeholder="请输入信息内容" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
generalFormType:"专项市场调研信息",//通用表单类型
|
||||
informationContent: "", //信息内容
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
description: null,
|
||||
informationType:"通用表单" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
generalFormType: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择通用表单类型'
|
||||
}]
|
||||
},
|
||||
informationContent: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入信息内容'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '专项市场调研信息'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '供货改进需求信息'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '客户赞扬、抱怨信息'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '领导承诺'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '待办事项'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '备忘录'
|
||||
}
|
||||
|
||||
])
|
||||
|
||||
const generalFormTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onGeneralFormTypeChange = (e) => {
|
||||
generalFormTypeIndex.value = e.detail.value
|
||||
console.log('generalFormTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.generalFormType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete(formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
461
src/pages/business/CRM/marketInformation/competitor.vue
Normal file
461
src/pages/business/CRM/marketInformation/competitor.vue
Normal file
@@ -0,0 +1,461 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'竞争对手信息添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<!-- <uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item> -->
|
||||
<uni-forms-item label="竞争单位" name="competitiveUnits" class="f-c-right">
|
||||
<picker @change="onCompetitiveUnitsChange" :value="competitiveUnitsIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[competitiveUnitsIndex]?.name || '请选择竞争单位' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="信息类型" name="competitorLevelOne" class="f-c-right">
|
||||
<picker @change="onCompetitorLevelOneChange" :value="competitorLevelOne" :range="array1"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array1[competitorLevelOneIndex]?.name || '请选择信息类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="具体分类" name="competitorLevelTwo" class="f-c-right">
|
||||
<picker
|
||||
@change="onCompetitorLevelTwoChange"
|
||||
:value="competitorLevelTwoIndex"
|
||||
:range="currentCompetitorLevelTwoArray"
|
||||
:range-key="'name'"
|
||||
>
|
||||
<view class="picker">
|
||||
{{ currentCompetitorLevelTwoArray[competitorLevelTwoIndex]?.name || '请选择具体分类' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
|
||||
|
||||
<uni-forms-item label="具体信息" name="specificMatters" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.specificMatters" :placeholder="dynamicPlaceholder"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
competitiveUnits: "振华云科", //竞争对手
|
||||
competitorLevelOne: "基本信息", //竞争对手一级标签
|
||||
competitorLevelTwo: "", //竞争对手二级标签
|
||||
specificMatters: "", //具体事情
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
informationType: "竞争对手信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
competitiveUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择竞争单位'
|
||||
}]
|
||||
},
|
||||
competitorLevelOne: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择信息类型'
|
||||
}]
|
||||
},
|
||||
competitorLevelTwo: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择具体分类'
|
||||
}]
|
||||
},
|
||||
specificMatters: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入具体信息'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '振华云科'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '四川永星'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '风华邦科'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '株洲宏达'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '福建火炬'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '福建毫米'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '广州创天'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: '贝迪斯'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
name: '禹龙通电子'
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
name: '成都昊天'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
name: '风华特种'
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
name: '济宁正和'
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
name: '盛世'
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
name: '广东意杰'
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
name: '西安威特'
|
||||
},
|
||||
{
|
||||
id: 15,
|
||||
name: '盛雷城'
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
name: '广东福德'
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
name: '咸阳智联'
|
||||
},
|
||||
{
|
||||
id: 18,
|
||||
name: '安徽来福'
|
||||
},
|
||||
{
|
||||
id: 19,
|
||||
name: '国巨'
|
||||
},
|
||||
{
|
||||
id: 20,
|
||||
name: '开步电子'
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
name: '成都宏鸣'
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
name: '其他'
|
||||
},
|
||||
|
||||
])
|
||||
const array1 = ref([{
|
||||
id: 0,
|
||||
name: '基本信息'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '业务信息'
|
||||
},
|
||||
])
|
||||
const array2 = ref([{
|
||||
id: 0,
|
||||
name: '资质情况'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '人员情况'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '产品种类(新研制产品、主推产品)'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '近三年销售情况'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '市场组织架构'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '市场策略'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '竞争对手变化产生的市场机会'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: '其他'
|
||||
},
|
||||
])
|
||||
const array3 = ref([{
|
||||
id: 0,
|
||||
name: '质量问题'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '重大市场活动'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '市场占有率'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '与客户人员的关系'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '竞争动向'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '其他'
|
||||
},
|
||||
])
|
||||
|
||||
const dynamicPlaceholder = computed(() => {
|
||||
const placeholderMap = {
|
||||
'资质情况': '2020年通过IATF16949 汽车质量管理体系认证,IATF证书编号:0368475,CASC证书编号:2020A069;/四川永星目前有二筛条件,已经拿到CANS认证,可以对电阻器进行二筛。',
|
||||
'人员情况': '893厂,现有员工900余人,在全国设立6个办事处/云科成都办事处有五人,负责成都、绵阳、重庆,对接凯天的是罗晓波',
|
||||
'产品种类(新研制产品、主推产品)': '云科已申请RN5161系列进入SAST-G目录,目前尚未完成进目录工作。/云科:2022年薄膜电路产品上市。',
|
||||
'近三年销售情况': '2021年云科销售浆料8亿元/1、云科一年在隆盛的电阻销售额在200万左右,保险丝的销售额也在200万左右。2、云科一季度在607所的销售额大概在150万左右;',
|
||||
'市场组织架构': '1、云科市场部新上任一位领导,与九院13所领导副所长关系密切;2、西安办事处新换办事处主任杨文建,是振华集团领导的亲属;3、云科北京片区今年更换领导,是从振华富调过去的,并且把原来负责九院的业务员吴明金撤了,更换了新的业务员;1、振华云科的河南地区新增一位业务员(胡心圣)。2、佰威达的老板是施广勤,同时也是博威的老板。',
|
||||
'市场策略': '1、外围进攻:通过熔断器、射频等产品抢占常规电阻器份额,例如中航工业金城南京机电液压工程研究中心,云科的片阻已有少量供货。2、盯住高价值产品:抢占我们高价值产品(合金箔、熔断器、射频)的最主要客户的市场份额,例如九院16所、兵器212所,但目前仍未得手。低价策略:风华和火炬今年想以低价策略进驻抢占份额。目前普军级F精度报价0.5,J精度报价0.2。',
|
||||
'竞争对手变化产生的市场机会': '893将一部分股份卖给北海银河,银河快倒闭时改行做医药行业,不景气',
|
||||
'其他': '请输入其他补充信息',
|
||||
'质量问题': '在核九院五所,云科产品出现批次性硫化问题,云科及时处理,用抗硫化产品做了替代。893在梅岭说我司08年质量问题,基础采购员都知道了这个情况,说不敢选择我司火工品。目前常规片式产品普军等级,云科与我司均为8毛,893报6毛未选择他们。',
|
||||
'重大市场活动': '云科在航天五院举办党建活动',
|
||||
'市场占有率': '云科在航天领域的市场占有率为30%(信息来源是XXX)/振华云科在航天航空的份额占比大概在60%,大都基于领导层的关系基础,几乎不会来司拜访用户。',
|
||||
'与客户人员的关系': '振华集团高层跟118厂高层关系很好,有时会来上海组织联谊活动/青岛整流器制造有限公司有云科内线,了解我公司价格。',
|
||||
'竞争动向': '中电科技集团重庆声光电有限公司的106项目893中标/云科:最近一次竞标常规国军标0.55元/只(单一规格用量60万只),D精度厚膜0.9元/只(2个规格共20万只),通过这次竞标得到三个单一规格电阻的采购。'
|
||||
|
||||
}
|
||||
return placeholderMap[formData.value.competitorLevelTwo] || '请输入具体信息'
|
||||
})
|
||||
const competitiveUnitsIndex = ref(0)
|
||||
|
||||
// 当前选中的信息类型
|
||||
const competitorLevelOneIndex = ref(0)
|
||||
const competitorLevelOne = ref('基本信息')
|
||||
const competitorLevelTwo = ref('资质情况')
|
||||
// 当前选中的具体分类索引
|
||||
const competitorLevelTwoIndex = ref(0)
|
||||
|
||||
// 当前显示的具体分类选项数组(动态切换 array2 / array3)
|
||||
const currentCompetitorLevelTwoArray = ref(array2.value)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
console.log('表单数据:', formData.value)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onCompetitiveUnitsChange = (e) => {
|
||||
competitiveUnitsIndex.value = e.detail.value
|
||||
console.log('competitiveUnitsIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.competitiveUnits = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
const onCompetitorLevelOneChange = (e) => {
|
||||
if (e.detail.value >= 0 && e.detail.value < array1.value.length) {
|
||||
competitorLevelOneIndex.value = e.detail.value
|
||||
} else {
|
||||
console.error('选择了无效的索引,重置为 0')
|
||||
competitorLevelOneIndex.value = 0
|
||||
}
|
||||
const selectedType = array1.value[e.detail.value]?.name
|
||||
console.log('选中的信息类型:', selectedType)
|
||||
|
||||
formData.value.competitorLevelOne = selectedType
|
||||
|
||||
if (selectedType === '基本信息') {
|
||||
currentCompetitorLevelTwoArray.value = array2.value
|
||||
competitorLevelTwoIndex.value = 0
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[0]?.name || ''
|
||||
} else if (selectedType === '业务信息') {
|
||||
currentCompetitorLevelTwoArray.value = array3.value
|
||||
competitorLevelTwoIndex.value = 0
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[0]?.name || ''
|
||||
} else {
|
||||
currentCompetitorLevelTwoArray.value = []
|
||||
formData.value.competitorLevelTwo = ''
|
||||
}
|
||||
}
|
||||
|
||||
const onCompetitorLevelTwoChange = (e) => {
|
||||
competitorLevelTwoIndex.value = e.detail.value
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[e.detail.value]?.name || ''
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
504
src/pages/business/CRM/marketInformation/competitorDetail.vue
Normal file
504
src/pages/business/CRM/marketInformation/competitorDetail.vue
Normal file
@@ -0,0 +1,504 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'竞争对手信息添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<!-- <uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item> -->
|
||||
<uni-forms-item label="竞争单位" name="competitiveUnits" class="f-c-right">
|
||||
<picker @change="onCompetitiveUnitsChange" :value="competitiveUnitsIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[competitiveUnitsIndex]?.name || '请选择竞争单位' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="信息类型" name="competitorLevelOne" class="f-c-right">
|
||||
<picker @change="onCompetitorLevelOneChange" :value="competitorLevelOne" :range="array1"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array1[competitorLevelOneIndex]?.name || '请选择信息类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="具体分类" name="competitorLevelTwo" class="f-c-right">
|
||||
<picker
|
||||
@change="onCompetitorLevelTwoChange"
|
||||
:value="competitorLevelTwoIndex"
|
||||
:range="currentCompetitorLevelTwoArray"
|
||||
:range-key="'name'"
|
||||
>
|
||||
<view class="picker">
|
||||
{{ currentCompetitorLevelTwoArray[competitorLevelTwoIndex]?.name || '请选择具体分类' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
|
||||
|
||||
<uni-forms-item label="具体信息" name="specificMatters" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.specificMatters" :placeholder="dynamicPlaceholder"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
competitiveUnits: "振华云科", //竞争对手
|
||||
competitorLevelOne: "基本信息", //竞争对手一级标签
|
||||
competitorLevelTwo: "", //竞争对手二级标签
|
||||
specificMatters: "", //具体事情
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
informationType: "竞争对手信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
competitiveUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择竞争单位'
|
||||
}]
|
||||
},
|
||||
competitorLevelOne: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择信息类型'
|
||||
}]
|
||||
},
|
||||
competitorLevelTwo: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择具体分类'
|
||||
}]
|
||||
},
|
||||
specificMatters: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入具体信息'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '振华云科'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '四川永星'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '风华邦科'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '株洲宏达'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '福建火炬'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '福建毫米'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '广州创天'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: '贝迪斯'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
name: '禹龙通电子'
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
name: '成都昊天'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
name: '风华特种'
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
name: '济宁正和'
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
name: '盛世'
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
name: '广东意杰'
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
name: '西安威特'
|
||||
},
|
||||
{
|
||||
id: 15,
|
||||
name: '盛雷城'
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
name: '广东福德'
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
name: '咸阳智联'
|
||||
},
|
||||
{
|
||||
id: 18,
|
||||
name: '安徽来福'
|
||||
},
|
||||
{
|
||||
id: 19,
|
||||
name: '国巨'
|
||||
},
|
||||
{
|
||||
id: 20,
|
||||
name: '开步电子'
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
name: '成都宏鸣'
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
name: '其他'
|
||||
},
|
||||
|
||||
])
|
||||
const array1 = ref([{
|
||||
id: 0,
|
||||
name: '基本信息'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '业务信息'
|
||||
},
|
||||
])
|
||||
const array2 = ref([{
|
||||
id: 0,
|
||||
name: '资质情况'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '人员情况'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '产品种类(新研制产品、主推产品)'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '近三年销售情况'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '市场组织架构'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '市场策略'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '竞争对手变化产生的市场机会'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: '其他'
|
||||
},
|
||||
])
|
||||
const array3 = ref([{
|
||||
id: 0,
|
||||
name: '质量问题'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '重大市场活动'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '市场占有率'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '与客户人员的关系'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '竞争动向'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '其他'
|
||||
},
|
||||
])
|
||||
|
||||
const dynamicPlaceholder = computed(() => {
|
||||
const placeholderMap = {
|
||||
'资质情况': '2020年通过IATF16949 汽车质量管理体系认证,IATF证书编号:0368475,CASC证书编号:2020A069;/四川永星目前有二筛条件,已经拿到CANS认证,可以对电阻器进行二筛。',
|
||||
'人员情况': '893厂,现有员工900余人,在全国设立6个办事处/云科成都办事处有五人,负责成都、绵阳、重庆,对接凯天的是罗晓波',
|
||||
'产品种类(新研制产品、主推产品)': '云科已申请RN5161系列进入SAST-G目录,目前尚未完成进目录工作。/云科:2022年薄膜电路产品上市。',
|
||||
'近三年销售情况': '2021年云科销售浆料8亿元/1、云科一年在隆盛的电阻销售额在200万左右,保险丝的销售额也在200万左右。2、云科一季度在607所的销售额大概在150万左右;',
|
||||
'市场组织架构': '1、云科市场部新上任一位领导,与九院13所领导副所长关系密切;2、西安办事处新换办事处主任杨文建,是振华集团领导的亲属;3、云科北京片区今年更换领导,是从振华富调过去的,并且把原来负责九院的业务员吴明金撤了,更换了新的业务员;1、振华云科的河南地区新增一位业务员(胡心圣)。2、佰威达的老板是施广勤,同时也是博威的老板。',
|
||||
'市场策略': '1、外围进攻:通过熔断器、射频等产品抢占常规电阻器份额,例如中航工业金城南京机电液压工程研究中心,云科的片阻已有少量供货。2、盯住高价值产品:抢占我们高价值产品(合金箔、熔断器、射频)的最主要客户的市场份额,例如九院16所、兵器212所,但目前仍未得手。低价策略:风华和火炬今年想以低价策略进驻抢占份额。目前普军级F精度报价0.5,J精度报价0.2。',
|
||||
'竞争对手变化产生的市场机会': '893将一部分股份卖给北海银河,银河快倒闭时改行做医药行业,不景气',
|
||||
'其他': '请输入其他补充信息',
|
||||
'质量问题': '在核九院五所,云科产品出现批次性硫化问题,云科及时处理,用抗硫化产品做了替代。893在梅岭说我司08年质量问题,基础采购员都知道了这个情况,说不敢选择我司火工品。目前常规片式产品普军等级,云科与我司均为8毛,893报6毛未选择他们。',
|
||||
'重大市场活动': '云科在航天五院举办党建活动',
|
||||
'市场占有率': '云科在航天领域的市场占有率为30%(信息来源是XXX)/振华云科在航天航空的份额占比大概在60%,大都基于领导层的关系基础,几乎不会来司拜访用户。',
|
||||
'与客户人员的关系': '振华集团高层跟118厂高层关系很好,有时会来上海组织联谊活动/青岛整流器制造有限公司有云科内线,了解我公司价格。',
|
||||
'竞争动向': '中电科技集团重庆声光电有限公司的106项目893中标/云科:最近一次竞标常规国军标0.55元/只(单一规格用量60万只),D精度厚膜0.9元/只(2个规格共20万只),通过这次竞标得到三个单一规格电阻的采购。'
|
||||
|
||||
}
|
||||
return placeholderMap[formData.value.competitorLevelTwo] || '请输入具体信息'
|
||||
})
|
||||
const competitiveUnitsIndex = ref(0)
|
||||
|
||||
// 当前选中的信息类型
|
||||
const competitorLevelOneIndex = ref(0)
|
||||
const competitorLevelOne = ref('基本信息')
|
||||
|
||||
// 当前选中的具体分类索引
|
||||
const competitorLevelTwoIndex = ref(0)
|
||||
|
||||
// 当前显示的具体分类选项数组(动态切换 array2 / array3)
|
||||
const currentCompetitorLevelTwoArray = ref(array2.value)
|
||||
|
||||
// 当前选中的具体分类名称
|
||||
const competitorLevelTwo = ref('')
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onCompetitiveUnitsChange = (e) => {
|
||||
competitiveUnitsIndex.value = e.detail.value
|
||||
console.log('competitiveUnitsIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.competitiveUnits = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
const onCompetitorLevelOneChange = (e) => {
|
||||
if (e.detail.value >= 0 && e.detail.value < array1.value.length) {
|
||||
competitorLevelOneIndex.value = e.detail.value
|
||||
} else {
|
||||
console.error('选择了无效的索引,重置为 0')
|
||||
competitorLevelOneIndex.value = 0
|
||||
}
|
||||
const selectedType = array1.value[e.detail.value]?.name
|
||||
console.log('选中的信息类型:', selectedType)
|
||||
|
||||
formData.value.competitorLevelOne = selectedType
|
||||
|
||||
if (selectedType === '基本信息') {
|
||||
currentCompetitorLevelTwoArray.value = array2.value
|
||||
competitorLevelTwoIndex.value = 0
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[0]?.name || ''
|
||||
} else if (selectedType === '业务信息') {
|
||||
currentCompetitorLevelTwoArray.value = array3.value
|
||||
competitorLevelTwoIndex.value = 0
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[0]?.name || ''
|
||||
} else {
|
||||
currentCompetitorLevelTwoArray.value = []
|
||||
formData.value.competitorLevelTwo = ''
|
||||
}
|
||||
}
|
||||
|
||||
const onCompetitorLevelTwoChange = (e) => {
|
||||
competitorLevelTwoIndex.value = e.detail.value
|
||||
formData.value.competitorLevelTwo = currentCompetitorLevelTwoArray.value[e.detail.value]?.name || ''
|
||||
}
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete(formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
483
src/pages/business/CRM/marketInformation/infomationView.vue
Normal file
483
src/pages/business/CRM/marketInformation/infomationView.vue
Normal file
@@ -0,0 +1,483 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="!searchShow?'市场信息查看':'搜索'"
|
||||
:leftFlag="true"
|
||||
:rightFlag="true"
|
||||
@back="handleBack" :searchType="searchShow?1:undefined"
|
||||
>
|
||||
<!-- <template #right v-if="!searchShow">
|
||||
<view class="head-right" @click="handleRead">
|
||||
<img :src="'static/images/icon-clean@2x.png'" />清除未读
|
||||
</view>
|
||||
</template> -->
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 搜索处理 -->
|
||||
<customSearch v-if="searchShow" :searchKeywords="searchText" :searchType="searchTypeObj"
|
||||
:checkTypeObj="notictTypeCheck" :searchTypeList="noticeTypeList" @confirm="handleSearchConfirm">
|
||||
</customSearch>
|
||||
<view class="search" v-else @click="handleSearchFocus">
|
||||
<view class="search-bg">
|
||||
<view class="search-left">{{ notictTypeCheck.name?notictTypeCheck.name:'全部' }}</view>
|
||||
<view class="search-right">
|
||||
<input class="uni-input" v-model="inputval" placeholder="请输入您想查询的内容或服务"
|
||||
placeholder-class="search-color" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 正文内容 -->
|
||||
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni v-if="!searchShow" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@click="showDetail(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">信息类型:{{ item.informationType }}</view>
|
||||
|
||||
|
||||
<view class="r-list">
|
||||
<view class="r-name" v-if="item.cusName!=null">公司名称:{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto"
|
||||
:class="item.myselfBrowsing==0?'btn-blue':'btn-green'" size="mini">
|
||||
{{item.myselfBrowsing==0?'未读':'已读'}}</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ item.createName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告日期</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
watch
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import customSearch from '@/components/customSearch.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {
|
||||
getNavBarPaddingTop
|
||||
} from '@/utils/system.js'
|
||||
import {
|
||||
visitorReportList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
viewingMarketInfForAllMembers
|
||||
} from '@/api/crm/api_ys.js';
|
||||
import {
|
||||
onLoad,
|
||||
onShow,
|
||||
onUnload,
|
||||
onHide
|
||||
} from '@dcloudio/uni-app'
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
uni.$on('updateStatus', markVisited)
|
||||
})
|
||||
// 搜索处理
|
||||
let searchShow = ref(false);
|
||||
let searchText = ref(undefined);
|
||||
let searchTypeObj = ref({
|
||||
typeId: 3,
|
||||
typeName: '消息类型'
|
||||
});
|
||||
let noticeTypeList = ref([{
|
||||
id: 1,
|
||||
name: '市场机会'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '重大事项信息'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '竞争对手信息'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '人员变化信息'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '重点型号任务信息'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '通用信息'
|
||||
}
|
||||
]);
|
||||
let notictTypeCheck = ref({}); //选中类型
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
// 新增状态变量存储搜索条件
|
||||
const selValue = ref(''); // 搜索类型名称
|
||||
const inputval = ref(''); // 搜索内容
|
||||
let searchValue = ref(null)
|
||||
//监视查询的内容的变化
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
//变化了之后,重新查询内容
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
};
|
||||
viewingMarketInfForAllMembers(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
}
|
||||
})
|
||||
})
|
||||
onHide(()=>{
|
||||
searchShow.value=false;
|
||||
})
|
||||
|
||||
const index = ref(0)
|
||||
const categories = ref([{
|
||||
categoryId: 1,
|
||||
categoryName: '市场机会'
|
||||
}, {
|
||||
categoryId: 2,
|
||||
categoryName: '重大事项信息'
|
||||
}, {
|
||||
categoryId: 3,
|
||||
categoryName: '竞争对手信息'
|
||||
}, {
|
||||
categoryId: 4,
|
||||
categoryName: '人员变化信息'
|
||||
}, {
|
||||
categoryId: 5,
|
||||
categoryName: '重点型号任务信息'
|
||||
}, {
|
||||
categoryId: 6,
|
||||
categoryName: '通用信息'
|
||||
}])
|
||||
const selCategory = ref({
|
||||
id: 1,
|
||||
val: ''
|
||||
})
|
||||
// 搜索返回操作
|
||||
const handleBack=()=>{
|
||||
searchShow.value=false;
|
||||
}
|
||||
// 获取input 焦点跳转
|
||||
const handleSearchFocus=()=>{
|
||||
searchShow.value = true;
|
||||
}
|
||||
// 搜索完返回处理
|
||||
const handleSearchConfirm = (param1,param2)=>{
|
||||
// console.log(param1,param2)
|
||||
notictTypeCheck.value=param1.value;
|
||||
inputval.value=param2.value || '';
|
||||
selValue.value = param1.value.name || '';
|
||||
searchValue.value = param2.value;
|
||||
console.log("selValue"+selValue.value)
|
||||
console.log("inputval"+inputval.value)
|
||||
// 重置mescroll触发刷新
|
||||
if (mescrollRef.value) {
|
||||
mescrollRef.value.resetUpScroll();
|
||||
}
|
||||
searchShow.value = false;
|
||||
}
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
|
||||
};
|
||||
viewingMarketInfForAllMembers(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "请求失败",
|
||||
});
|
||||
list.value = null;
|
||||
}
|
||||
|
||||
})
|
||||
console.log(searchValue.value)
|
||||
}
|
||||
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {
|
||||
num: 0,
|
||||
size: 10
|
||||
},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false); //控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await getViewingMarketInfForAllMembers(1, upOption.value.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await getViewingMarketInfForAllMembers(mescroll.num, mescroll.size,selValue.value,
|
||||
inputval.value);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getViewingMarketInfForAllMembers = (pageNum, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize,
|
||||
// 添加搜索条件参数
|
||||
selValue: selValue.value,
|
||||
inputval: inputval.value
|
||||
}
|
||||
let res = await viewingMarketInfForAllMembers(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
let Loop = ref(0)
|
||||
let now
|
||||
const visistId = ref();
|
||||
const cusName = ref();
|
||||
const cusId = ref();
|
||||
const status = ref()
|
||||
|
||||
function showDetail(item) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/marketInformation/informationDetail?informationId=" + item.informationId +
|
||||
'&selValue=' + item.selValue + '&inputval=' + item.inputval
|
||||
})
|
||||
}
|
||||
|
||||
onUnload(() => {
|
||||
uni.$off('updateStatus')
|
||||
})
|
||||
|
||||
const markVisited = (informationId) => {
|
||||
const newList = [...list.value].map(item => {
|
||||
if (item.informationId == informationId) {
|
||||
return {
|
||||
...item,
|
||||
myselfBrowsing: 1
|
||||
};
|
||||
}
|
||||
return item;
|
||||
});
|
||||
list.value = newList;
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.search_center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: none;
|
||||
flex: 1;
|
||||
height: 70rpx;
|
||||
margin-left: 20rpx;
|
||||
padding-left: 20rpx;
|
||||
border-radius: 32.5rpx;
|
||||
background-color: #f5f5f5;
|
||||
|
||||
.search_icon {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-right: 22rpx;
|
||||
}
|
||||
|
||||
.category {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 16rpx;
|
||||
padding-right: 16rpx;
|
||||
border-right: 2rpx solid #D4D4D4;
|
||||
position: relative;
|
||||
|
||||
text {
|
||||
font-size: 13px;
|
||||
margin-left: 10rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
image {
|
||||
margin-top: 4rpx;
|
||||
width: 20rpx;
|
||||
height: 11rpx;
|
||||
|
||||
}
|
||||
|
||||
.pop {
|
||||
position: absolute;
|
||||
top: 50rpx;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 40rpx 0px rgba(59, 59, 59, 0.2);
|
||||
border-radius: 12rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 20rpx;
|
||||
z-index: 100;
|
||||
max-height: 566rpx;
|
||||
overflow-y: auto;
|
||||
|
||||
text {
|
||||
font-size: 28rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
margin: 10rpx 0;
|
||||
line-height: 56rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.pop_arrow {
|
||||
position: absolute;
|
||||
top: 48rpx;
|
||||
z-index: 999;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
left: 68rpx;
|
||||
top: -26rpx;
|
||||
border: 14rpx solid #fff;
|
||||
border-color: transparent transparent #fff transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
288
src/pages/business/CRM/marketInformation/informationDetail.vue
Normal file
288
src/pages/business/CRM/marketInformation/informationDetail.vue
Normal file
@@ -0,0 +1,288 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场信息详情'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<!-- 详情内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="report-list">
|
||||
<view class="title">{{ detailList.informationType }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ detailList.cusName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ detailList.createName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建日期</view>
|
||||
<view class="r-right">{{ detailList.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width" v-if="detailList.createTime != null"></view>
|
||||
<view class="r-list" v-if="detailList.createTime != null">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ detailList.createTime }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityType != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityType != null">
|
||||
<view class="r-left">机会类型</view>
|
||||
<view class="r-right">{{ detailList.opportunityType }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.understandTheWay != null"></view>
|
||||
<view class="r-list" v-if="detailList.understandTheWay != null">
|
||||
<view class="r-left">了解途径</view>
|
||||
<view class="r-right">{{ detailList.understandTheWay }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityDescription != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityDescription != null">
|
||||
<view class="r-left">机会描述</view>
|
||||
<view class="r-right">{{ detailList.opportunityDescription }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityStatus != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityStatus != null">
|
||||
<view class="r-left">机会所处状态</view>
|
||||
<view class="r-right">{{ detailList.opportunityStatus }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.predictedAmount != null"></view>
|
||||
<view class="r-list" v-if="detailList.predictedAmount != null">
|
||||
<view class="r-left">预测金额或情况</view>
|
||||
<view class="r-right">{{ detailList.predictedAmount }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitionSituation != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitionSituation != null">
|
||||
<view class="r-left">竞争情况</view>
|
||||
<view class="r-right">{{ detailList.competitionSituation }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.majorTypesOfMatters != null"></view>
|
||||
<view class="r-list" v-if="detailList.majorTypesOfMatters != null">
|
||||
<view class="r-left">重大事项类型</view>
|
||||
<view class="r-right">{{ detailList.majorTypesOfMatters }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.theImpactGenerated != null"></view>
|
||||
<view class="r-list" v-if="detailList.theImpactGenerated != null">
|
||||
<view class="r-left">产生的影响</view>
|
||||
<view class="r-right">{{ detailList.theImpactGenerated }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.companyResponseStrategy != null"></view>
|
||||
<view class="r-list" v-if="detailList.companyResponseStrategy != null">
|
||||
<view class="r-left">公司应对策略</view>
|
||||
<view class="r-right">{{ detailList.companyResponseStrategy }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitiveUnits != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitiveUnits != null">
|
||||
<view class="r-left">竞争单位</view>
|
||||
<view class="r-right">{{ detailList.competitiveUnits }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitorLevelOne != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitorLevelOne != null">
|
||||
<view class="r-left">信息类型</view>
|
||||
<view class="r-right">{{ detailList.competitorLevelOne }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitorLevelTwo != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitorLevelTwo != null">
|
||||
<view class="r-left">具体分类</view>
|
||||
<view class="r-right">{{ detailList.competitorLevelTwo }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.specificMatters != null"></view>
|
||||
<view class="r-list" v-if="detailList.specificMatters != null">
|
||||
<view class="r-left">具体事情</view>
|
||||
<view class="r-right">{{ detailList.specificMatters }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.originalPosition != null"></view>
|
||||
<view class="r-list" v-if="detailList.originalPosition != null">
|
||||
<view class="r-left">原职务</view>
|
||||
<view class="r-right">{{ detailList.originalPosition }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.currentPosition != null"></view>
|
||||
<view class="r-list" v-if="detailList.currentPosition != null">
|
||||
<view class="r-left">现职务</view>
|
||||
<view class="r-right">{{ detailList.currentPosition }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.positionOfOurCompany != null"></view>
|
||||
<view class="r-list" v-if="detailList.positionOfOurCompany != null">
|
||||
<view class="r-left">现职务是否与我公司业务相关</view>
|
||||
<view class="r-right">{{ detailList.positionOfOurCompany }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.developmentEfforts != null"></view>
|
||||
<view class="r-list" v-if="detailList.developmentEfforts != null">
|
||||
<view class="r-left">攻关力度</view>
|
||||
<view class="r-right">{{ detailList.developmentEfforts }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.successor != null"></view>
|
||||
<view class="r-list" v-if="detailList.successor != null">
|
||||
<view class="r-left">继任者</view>
|
||||
<view class="r-right">{{ detailList.successor }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.keyModels != null"></view>
|
||||
<view class="r-list" v-if="detailList.keyModels != null">
|
||||
<view class="r-left">重点型号</view>
|
||||
<view class="r-right">{{ detailList.keyModels }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.currentStatus != null"></view>
|
||||
<view class="r-list" v-if="detailList.currentStatus != null">
|
||||
<view class="r-left">目前状态</view>
|
||||
<view class="r-right">{{ detailList.currentStatus }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.batchProductionPlan != null"></view>
|
||||
<view class="r-list" v-if="detailList.batchProductionPlan != null">
|
||||
<view class="r-left">批产计划</view>
|
||||
<view class="r-right">{{ detailList.batchProductionPlan }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.situation != null"></view>
|
||||
<view class="r-list" v-if="detailList.situation != null">
|
||||
<view class="r-left">外协、外包、上级单位情况</view>
|
||||
<view class="r-right">{{ detailList.situation }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.subordinateSupportingUnits != null"></view>
|
||||
<view class="r-list" v-if="detailList.subordinateSupportingUnits != null">
|
||||
<view class="r-left">下级配套单位</view>
|
||||
<view class="r-right">{{ detailList.subordinateSupportingUnits }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.generalFormType != null"></view>
|
||||
<view class="r-list" v-if="detailList.generalFormType != null">
|
||||
<view class="r-left">通用表单类型</view>
|
||||
<view class="r-right">{{ detailList.generalFormType }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.informationContent != null"></view>
|
||||
<view class="r-list" v-if="detailList.informationContent != null">
|
||||
<view class="r-left">信息内容</view>
|
||||
<view class="r-right">{{ detailList.informationContent }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width" v-if="detailList.remark != null"></view>
|
||||
<view class="r-list" v-if="detailList.remark != null">
|
||||
<view class="r-left">备注</view>
|
||||
<view class="r-right">{{ detailList.remark }}</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<view class="border-bottom b-width"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||
<view class="bottom-height"></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted
|
||||
} from 'vue'
|
||||
import {
|
||||
onLoad,
|
||||
onShow
|
||||
} from '@dcloudio/uni-app'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import customTabs from '@/components/customTabs.vue';
|
||||
import {
|
||||
viewingMarketInfgetDetail
|
||||
} from '@/api/crm/api_ys.js';
|
||||
|
||||
|
||||
let informationId = ref(0)
|
||||
// 加载后调用
|
||||
let id = ref(null)
|
||||
onLoad((options) => {
|
||||
informationId.value = options.informationId
|
||||
getVisitorReportDetail();
|
||||
})
|
||||
// 查询详情
|
||||
let item = ref({});
|
||||
//明细List
|
||||
let detailList = ref({})
|
||||
const getVisitorReportDetail = async () => {
|
||||
let param = {
|
||||
informationId: informationId.value
|
||||
}
|
||||
let detailRes = await viewingMarketInfgetDetail(param);
|
||||
detailList.value = detailRes.rows[0];
|
||||
uni.$emit('updateStatus',informationId.value);
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
border-radius: 0;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
:deep(.tabs-header) {
|
||||
/* background: none !important; */
|
||||
border-bottom: none !important;
|
||||
margin: 0 auto;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
:deep(.tab-item) {
|
||||
color: #919191;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
/* flex:none; */
|
||||
/* margin: 0 -50rpx; */
|
||||
/* padding: 0 50rpx; */
|
||||
}
|
||||
|
||||
:deep(.tab-item:first-child) {
|
||||
text-align: right;
|
||||
margin-left: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item:last-child) {
|
||||
text-align: left;
|
||||
margin-right: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active) {
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active::after) {
|
||||
width: 100rpx;
|
||||
height: 8rpx;
|
||||
}
|
||||
</style>
|
||||
232
src/pages/business/CRM/marketInformation/keyModelTasks.vue
Normal file
232
src/pages/business/CRM/marketInformation/keyModelTasks.vue
Normal file
@@ -0,0 +1,232 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'重点型号任务信息添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="重点型号" name="keyModels" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.keyModels"
|
||||
placeholder="请输入重点型号" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="目前状态" name="currentStatus" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.currentStatus"
|
||||
placeholder="请输入目前状态" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="批产计划" name="batchProductionPlan" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.batchProductionPlan"
|
||||
placeholder="请输入批产计划" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="外协、外包、上级单位情况" name="situationOfSuperiorUnits" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.situationOfSuperiorUnits"
|
||||
placeholder="请输入外协、外包、上级单位情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="下级配套单位" name="lowerLevelSupportingUnits" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.lowerLevelSupportingUnits"
|
||||
placeholder="请输入下级配套单位" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
keyModels: null,//重点型号
|
||||
currentStatus: null,//目前状态
|
||||
batchProductionPlan: null,//批产计划
|
||||
situationOfSuperiorUnits: null,//外协、外包、上级单位情况
|
||||
lowerLevelSupportingUnits: null,//下级配套单位
|
||||
remark: "", //、备注
|
||||
informationType:"重点型号任务信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
keyModels: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入重点型号'
|
||||
}]
|
||||
},
|
||||
currentStatus: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入目前状态'
|
||||
}]
|
||||
},
|
||||
batchProductionPlan: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入批产计划'
|
||||
}]
|
||||
},
|
||||
situationOfSuperiorUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入外协、外包、上级单位情况'
|
||||
}]
|
||||
},
|
||||
lowerLevelSupportingUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入下级配套单位'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
console.log('表单数据:', formData.value)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(140vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
271
src/pages/business/CRM/marketInformation/keyModelTasksDetail.vue
Normal file
271
src/pages/business/CRM/marketInformation/keyModelTasksDetail.vue
Normal file
@@ -0,0 +1,271 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'重点型号任务信息修改'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="重点型号" name="keyModels" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.keyModels"
|
||||
placeholder="请输入重点型号" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="目前状态" name="currentStatus" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.currentStatus"
|
||||
placeholder="请输入目前状态" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="批产计划" name="batchProductionPlan" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.batchProductionPlan"
|
||||
placeholder="请输入批产计划" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="外协、外包、上级单位情况" name="situationOfSuperiorUnits" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.situationOfSuperiorUnits"
|
||||
placeholder="请输入外协、外包、上级单位情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="下级配套单位" name="lowerLevelSupportingUnits" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.lowerLevelSupportingUnits"
|
||||
placeholder="请输入下级配套单位" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
keyModels: null,//重点型号
|
||||
currentStatus: null,//目前状态
|
||||
batchProductionPlan: null,//批产计划
|
||||
situationOfSuperiorUnits: null,//外协、外包、上级单位情况
|
||||
lowerLevelSupportingUnits: null,//下级配套单位
|
||||
remark: "", //、备注
|
||||
informationType:"重点型号任务信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
keyModels: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入重点型号'
|
||||
}]
|
||||
},
|
||||
currentStatus: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入目前状态'
|
||||
}]
|
||||
},
|
||||
batchProductionPlan: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入批产计划'
|
||||
}]
|
||||
},
|
||||
situationOfSuperiorUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入外协、外包、上级单位情况'
|
||||
}]
|
||||
},
|
||||
lowerLevelSupportingUnits: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入下级配套单位'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete(formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
267
src/pages/business/CRM/marketInformation/majorMatter.vue
Normal file
267
src/pages/business/CRM/marketInformation/majorMatter.vue
Normal file
@@ -0,0 +1,267 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'重大事项添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="重大事项类型" name="opportunityType" class="f-c-right">
|
||||
<picker @change="onOpportunityTypeChange" :value="opportunityTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[opportunityTypeIndex]?.name || '请选择重大事项类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="了解途径" name="understandTheWay" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.understandTheWay"
|
||||
placeholder="请输入了解途径" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="产生的影响" name="theImpactGenerated" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.theImpactGenerated"
|
||||
placeholder="请输入产生的影响" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="公司应对策略" name="companyResponseStrategy" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.companyResponseStrategy"
|
||||
placeholder="请输入公司应对策略" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
majorTypesOfMatters: "", //重大事项类型
|
||||
understandTheWay: "", //了解途径
|
||||
theImpactGenerated: "", //、产生的影响
|
||||
companyResponseStrategy: "", //、公司应对策略
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
informationType: "重大事项信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
majorTypesOfMatters: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择重大事项类型'
|
||||
}]
|
||||
},
|
||||
understandTheWay: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入了解途径'
|
||||
}]
|
||||
},
|
||||
theImpactGenerated: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入产生的影响'
|
||||
}]
|
||||
},
|
||||
companyResponseStrategy: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入公司应对策略'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '质量问题'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '客户重大变更'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '行业重大事项'
|
||||
}
|
||||
|
||||
])
|
||||
const form = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: "", // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
const opportunityTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
console.log('表单数据:', formData.value)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
// 如果你原来在 onShow 中做了类似这样:
|
||||
// let res = currPage.data.cusData; 判断是否传入了客户信息
|
||||
// 那么在 Vue3 中通常是通过路由参数或者 Vuex/Pinia 等状态管理获取
|
||||
// 暂时不做,如你后续需要可继续补充
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
304
src/pages/business/CRM/marketInformation/majorMatterDetail.vue
Normal file
304
src/pages/business/CRM/marketInformation/majorMatterDetail.vue
Normal file
@@ -0,0 +1,304 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'重大事项修改'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="重大事项类型" name="opportunityType" class="f-c-right">
|
||||
<picker @change="onOpportunityTypeChange" :value="opportunityTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[opportunityTypeIndex]?.name || '请选择重大事项类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="了解途径" name="understandTheWay" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.understandTheWay"
|
||||
placeholder="请输入了解途径" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="产生的影响" name="theImpactGenerated" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.theImpactGenerated"
|
||||
placeholder="请输入产生的影响" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="公司应对策略" name="companyResponseStrategy" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.companyResponseStrategy"
|
||||
placeholder="请输入公司应对策略" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
majorTypesOfMatters: "", //重大事项类型
|
||||
understandTheWay: "", //了解途径
|
||||
theImpactGenerated: "", //、产生的影响
|
||||
companyResponseStrategy: "", //、公司应对策略
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
informationType: "重大事项信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
majorTypesOfMatters: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择重大事项类型'
|
||||
}]
|
||||
},
|
||||
understandTheWay: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入了解途径'
|
||||
}]
|
||||
},
|
||||
theImpactGenerated: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入产生的影响'
|
||||
}]
|
||||
},
|
||||
companyResponseStrategy: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入公司应对策略'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '质量问题'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '客户重大变更'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '行业重大事项'
|
||||
}
|
||||
|
||||
])
|
||||
const form = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: "", // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
const opportunityTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete (formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
500
src/pages/business/CRM/marketInformation/marketInformation.vue
Normal file
500
src/pages/business/CRM/marketInformation/marketInformation.vue
Normal file
@@ -0,0 +1,500 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场信息管理'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body market-con">
|
||||
<view class="nav-list">
|
||||
<view class="nav-item" :class="{active:index==activeTab}" v-for="(item,index) in tabList"
|
||||
:key="index" @click="handleNav(index)">{{ item }}</view>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{'loading-scroll':cssFlag}">
|
||||
<!-- 市场机会信息 -->
|
||||
<block v-if="activeTab === 0">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||
@click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">机会类型:{{item.opportunityType}}
|
||||
</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">
|
||||
机会所处状态:{{item.opportunityStatus}}</view>
|
||||
<!-- <view class="font-gray">{{ item.desc }}</view>灰色样式 -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 重大事项信息 -->
|
||||
<block v-if="activeTab === 1">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">
|
||||
产生的影响:{{item.theImpactGenerated}}</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">
|
||||
重大事项类型:{{item.opportunityType}}</view>
|
||||
<!-- <view class="font-gray">{{ item.desc }}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 竞争对手信息 -->
|
||||
<block v-if="activeTab === 2">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.competitiveUnits }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">
|
||||
竞争对手一级标签:{{item.competitorLevelOne}}</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">
|
||||
竞争对手二级标签:{{item.competitorLevelTwo}}</view>
|
||||
<!-- <view class="font-gray">{{ item.desc }}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 人员变化信息 -->
|
||||
<block v-if="activeTab === 3">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">客户人员名称:{{item.cusUserName}}
|
||||
</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">原职务:{{item.originalPosition}}
|
||||
</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">现职务:{{item.currentPosition}}
|
||||
</view>
|
||||
<!-- <view class="font-gray">{{ item.desc }}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 重点型号任务信息 -->
|
||||
<block v-if="activeTab === 4">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">重点型号:{{item.keyModels}}</view>
|
||||
<view class="font-bold" style="padding-bottom:10rpx">目前状态:{{item.currentStatus}}
|
||||
</view>
|
||||
<view class="font-gray">{{ item.desc }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<!-- 通用表单 -->
|
||||
<block v-if="activeTab === 5">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="itemClick(item)">
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
<view class="font-bold" style="padding-bottom:10rpx">标签:{{item.generalFormType}}
|
||||
</view>
|
||||
|
||||
<view class="font-gray">内容:{{ item.informationContent }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
onUnmounted
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {
|
||||
getNavBarPaddingTop
|
||||
} from '@/utils/system.js'
|
||||
import {
|
||||
mattersList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
CrmMarketInformationList,
|
||||
handleCrmMarketInfo
|
||||
} from '@/api/crm/api_ys.js'
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
uni.$on('refreshMarketList', handleRefreshList);
|
||||
})
|
||||
onUnmounted(() => {
|
||||
// 移除事件监听
|
||||
uni.$off('refreshMarketList', handleRefreshList);
|
||||
});
|
||||
const mescrollInstance = ref(null);
|
||||
const activeTab = ref(0); // 默认市场机会
|
||||
const tabList = ['市场机会', '重大事项信息', '竞争对手信息', '人员变化信息', '重点型号任务信息', '通用表单'];
|
||||
let handleNav = (index) => {
|
||||
console.log(index + " 切换列表");
|
||||
activeTab.value = index;
|
||||
|
||||
// 先重置列表(可选,避免新旧数据混在一起)
|
||||
list.value = [];
|
||||
|
||||
// 手动触发 mescroll 下拉刷新,重新加载当前 tab 的数据
|
||||
if (mescrollInstance.value) {
|
||||
mescrollInstance.value.triggerDownScroll(); // 关键!触发下拉刷新,会调用 downCallback
|
||||
}
|
||||
}
|
||||
// 新增
|
||||
let handleAdd = () => {
|
||||
if (activeTab.value == 0) {
|
||||
console.log("市场机会")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/marketOpportunities'
|
||||
})
|
||||
} else if (activeTab.value == 1) {
|
||||
console.log("重大机会事项")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/majorMatter'
|
||||
})
|
||||
} else if (activeTab.value == 2) {
|
||||
console.log("竞争对手信息")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/competitor'
|
||||
})
|
||||
} else if (activeTab.value == 3) {
|
||||
console.log("人员变化信息")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/personnelChanges'
|
||||
})
|
||||
} else if (activeTab.value == 4) {
|
||||
console.log("重点型号任务信息")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/keyModelTasks'
|
||||
})
|
||||
} else if (activeTab.value == 5) {
|
||||
console.log("通用表单")
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/beCurrent'
|
||||
})
|
||||
} else {
|
||||
console.log("其他?")
|
||||
}
|
||||
// uni.navigateTo({ url: '/pages/business/CRM/visitorReportAdd' })
|
||||
}
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {
|
||||
num: 0,
|
||||
size: 10
|
||||
},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: false,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false); //控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
mescrollInstance.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
const pageNo = 1;
|
||||
const pageSize = upOption.value.size;
|
||||
const type = activeTab.value + 1; // 当前tab索引
|
||||
const description = tabList[activeTab.value]; // 当前tab文字
|
||||
|
||||
const res = await getCrmMarketInformationList(pageNo, pageSize, type, description);
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
mescroll.endSuccess();
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
const pageNo = mescroll.num;
|
||||
const pageSize = mescroll.size;
|
||||
const type = activeTab.value; // 当前tab索引
|
||||
const description = tabList[activeTab.value]; // 当前tab文字
|
||||
|
||||
const res = await getCrmMarketInformationList(pageNo, pageSize, type, description);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getCrmMarketInformationList = async (pageNo, pageSize, type, description) => {
|
||||
const param = {
|
||||
pageNo,
|
||||
pageSize,
|
||||
type,
|
||||
description
|
||||
};
|
||||
|
||||
const res = await CrmMarketInformationList(param);
|
||||
return {
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
};
|
||||
}
|
||||
|
||||
const itemView = async (item) => {
|
||||
const state = (item.state || "").trim().toLowerCase()
|
||||
if (state === "待提交" || state === "驳回") {
|
||||
uni.showModal({
|
||||
title: '操作确认',
|
||||
content: '是否为商业航天行业板块信息?',
|
||||
confirmText: '是',
|
||||
cancelText: '否',
|
||||
success: async (res) => {
|
||||
if (res.confirm) {
|
||||
item.commercialAerospace = "是"
|
||||
try {
|
||||
const res = await handleCrmMarketInfo(item)
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
})
|
||||
handleRefreshList();
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg || '操作失败',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
|
||||
} catch {
|
||||
uni.showToast({
|
||||
title: '提交失败,请重试',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
} else if (res.cancel) {
|
||||
item.commercialAerospace = "否"
|
||||
try {
|
||||
const res = await handleCrmMarketInfo(item)
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
duration: 2000
|
||||
})
|
||||
handleRefreshList();
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg || '操作失败',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
|
||||
} catch {
|
||||
uni.showToast({
|
||||
title: '提交失败,请重试',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: "当前状态不可操作",
|
||||
icon: "none",
|
||||
duration: 2000
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
const itemClick = async (item) => {
|
||||
if(item.informationType=='市场机会'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/marketOpportunitiesDetail?informationId='+ item.informationId
|
||||
})
|
||||
}else if(item.informationType=='重大事项信息'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/majorMatterDetail?informationId='+ item.informationId
|
||||
})
|
||||
|
||||
}else if(item.informationType=='竞争对手信息'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/competitorDetail?informationId='+ item.informationId
|
||||
})
|
||||
}else if(item.informationType=='人员变化信息'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/personnelChangesDetail?informationId='+ item.informationId
|
||||
})
|
||||
}else if(item.informationType=='重点型号任务信息'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/keyModelTasksDetail?informationId='+ item.informationId
|
||||
})
|
||||
}else if(item.informationType=='通用表单'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketInformation/beCurrentDetail?informationId='+ item.informationId
|
||||
})
|
||||
}
|
||||
|
||||
else{
|
||||
console.log("其他")
|
||||
}
|
||||
// console.log(item)
|
||||
// uni.navigateTo({ url: '/pages/business/CRM/visitorReportAdd' })
|
||||
}
|
||||
const handleRefreshList = () => {
|
||||
if (mescrollInstance.value) {
|
||||
mescrollInstance.value.triggerDownScroll();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 88rpx;
|
||||
height: calc(100vh - 44px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 100rpx;
|
||||
height: calc(100vh - 48px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
/*.market-con{
|
||||
|
||||
} */
|
||||
|
||||
.nav-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/* #ifdef APP-PLUS */
|
||||
padding: 80rpx 30rpx 0;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 20rpx 30rpx 0;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.nav-list .nav-item {
|
||||
background-color: #05A3F4;
|
||||
border-radius: 10rpx;
|
||||
color: #FFFFFF;
|
||||
font-size: 28rpx;
|
||||
text-align: center;
|
||||
padding: 10rpx 25rpx;
|
||||
margin-right: 15rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.nav-list .nav-item:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.nav-list .nav-item.active {
|
||||
background-color: #fff;
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.report-list .r-list {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 155px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 135px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-top: 10rpx;
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.report-list .title {
|
||||
display: flex;
|
||||
}
|
||||
.btn-blue {
|
||||
background-color: #3384DF; /* 蓝色背景 */
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,252 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场信息审核'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<!-- <view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view> -->
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="touchstart(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">信息类型:{{ item.informationType }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">公司名称:{{ item.cusName }}</view>
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建人</view>
|
||||
<view class="r-right">{{ item.createName }}</view>
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">是否为商业航天类型</view>
|
||||
<view class="r-name">{{ item.commercialAerospace }}</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, watch,onUnmounted } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { visitorReportList } from '@/api/business.js'
|
||||
import { approvalMarketInfget } from '@/api/crm/api_ys.js';
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
let searchValue = ref(null)
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
//变化了之后,重新查询内容
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
searchContent: searchValue.value
|
||||
};
|
||||
getYsVisistList(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
// 新增
|
||||
let handleAdd = () => {
|
||||
uni.navigateTo({url: '/pages/business/CRM/paymentCollection/addPaymentCollection'})
|
||||
}
|
||||
|
||||
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await ApprovalMarketInfget(1, upOption.value.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await ApprovalMarketInfget(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const ApprovalMarketInfget = (pageNum, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize
|
||||
}
|
||||
let res = await approvalMarketInfget(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
let Loop = ref(0)
|
||||
|
||||
function touchstart(item) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/marketInformation/marketInformationReviewDetail?informationId=" + item.informationId
|
||||
})
|
||||
}
|
||||
// 生命周期钩子
|
||||
onShow(() => {
|
||||
// 监听刷新事件
|
||||
|
||||
uni.$on('refreshList', ApprovalMarketInfget(1,10))
|
||||
|
||||
// 页面显示时也加载一次数据
|
||||
ApprovalMarketInfget(1,10)
|
||||
})
|
||||
onUnmounted(() => {
|
||||
// 移除监听(避免重复触发)
|
||||
uni.$off('refreshList')
|
||||
})
|
||||
onMounted(() => {
|
||||
ApprovalMarketInfget()
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,385 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场信息详情'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<!-- 详情内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="report-list">
|
||||
<view class="title">{{ detailList.informationType }}</view>
|
||||
<view class="r-list">
|
||||
<view class="r-name">{{ detailList.cusName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">报告人</view>
|
||||
<view class="r-right">{{ detailList.createName }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建日期</view>
|
||||
<view class="r-right">{{ detailList.createTime }}</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityType != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityType != null">
|
||||
<view class="r-left">机会类型</view>
|
||||
<view class="r-right">{{ detailList.opportunityType }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.understandTheWay != null"></view>
|
||||
<view class="r-list" v-if="detailList.understandTheWay != null">
|
||||
<view class="r-left">了解途径</view>
|
||||
<view class="r-right">{{ detailList.understandTheWay }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityDescription != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityDescription != null">
|
||||
<view class="r-left">机会描述</view>
|
||||
<view class="r-right">{{ detailList.opportunityDescription }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.opportunityStatus != null"></view>
|
||||
<view class="r-list" v-if="detailList.opportunityStatus != null">
|
||||
<view class="r-left">机会所处状态</view>
|
||||
<view class="r-right">{{ detailList.opportunityStatus }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.predictedAmount != null"></view>
|
||||
<view class="r-list" v-if="detailList.predictedAmount != null">
|
||||
<view class="r-left">预测金额或情况</view>
|
||||
<view class="r-right">{{ detailList.predictedAmount }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitionSituation != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitionSituation != null">
|
||||
<view class="r-left">竞争情况</view>
|
||||
<view class="r-right">{{ detailList.competitionSituation }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.majorTypesOfMatters != null"></view>
|
||||
<view class="r-list" v-if="detailList.majorTypesOfMatters != null">
|
||||
<view class="r-left">重大事项类型</view>
|
||||
<view class="r-right">{{ detailList.majorTypesOfMatters }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.theImpactGenerated != null"></view>
|
||||
<view class="r-list" v-if="detailList.theImpactGenerated != null">
|
||||
<view class="r-left">产生的影响</view>
|
||||
<view class="r-right">{{ detailList.theImpactGenerated }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.companyResponseStrategy != null"></view>
|
||||
<view class="r-list" v-if="detailList.companyResponseStrategy != null">
|
||||
<view class="r-left">公司应对策略</view>
|
||||
<view class="r-right">{{ detailList.companyResponseStrategy }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitiveUnits != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitiveUnits != null">
|
||||
<view class="r-left">竞争单位</view>
|
||||
<view class="r-right">{{ detailList.competitiveUnits }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitorLevelOne != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitorLevelOne != null">
|
||||
<view class="r-left">信息类型</view>
|
||||
<view class="r-right">{{ detailList.competitorLevelOne }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.competitorLevelTwo != null"></view>
|
||||
<view class="r-list" v-if="detailList.competitorLevelTwo != null">
|
||||
<view class="r-left">具体分类</view>
|
||||
<view class="r-right">{{ detailList.competitorLevelTwo }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.specificMatters != null"></view>
|
||||
<view class="r-list" v-if="detailList.specificMatters != null">
|
||||
<view class="r-left">具体事情</view>
|
||||
<view class="r-right">{{ detailList.specificMatters }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.originalPosition != null"></view>
|
||||
<view class="r-list" v-if="detailList.originalPosition != null">
|
||||
<view class="r-left">原职务</view>
|
||||
<view class="r-right">{{ detailList.originalPosition }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.currentPosition != null"></view>
|
||||
<view class="r-list" v-if="detailList.currentPosition != null">
|
||||
<view class="r-left">现职务</view>
|
||||
<view class="r-right">{{ detailList.currentPosition }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.positionOfOurCompany != null"></view>
|
||||
<view class="r-list" v-if="detailList.positionOfOurCompany != null">
|
||||
<view class="r-left">现职务是否与我公司业务相关</view>
|
||||
<view class="r-right">{{ detailList.positionOfOurCompany }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.developmentEfforts != null"></view>
|
||||
<view class="r-list" v-if="detailList.developmentEfforts != null">
|
||||
<view class="r-left">攻关力度</view>
|
||||
<view class="r-right">{{ detailList.developmentEfforts }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.successor != null"></view>
|
||||
<view class="r-list" v-if="detailList.successor != null">
|
||||
<view class="r-left">继任者</view>
|
||||
<view class="r-right">{{ detailList.successor }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.keyModels != null"></view>
|
||||
<view class="r-list" v-if="detailList.keyModels != null">
|
||||
<view class="r-left">重点型号</view>
|
||||
<view class="r-right">{{ detailList.keyModels }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.currentStatus != null"></view>
|
||||
<view class="r-list" v-if="detailList.currentStatus != null">
|
||||
<view class="r-left">目前状态</view>
|
||||
<view class="r-right">{{ detailList.currentStatus }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.batchProductionPlan != null"></view>
|
||||
<view class="r-list" v-if="detailList.batchProductionPlan != null">
|
||||
<view class="r-left">批产计划</view>
|
||||
<view class="r-right">{{ detailList.batchProductionPlan }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.situation != null"></view>
|
||||
<view class="r-list" v-if="detailList.situation != null">
|
||||
<view class="r-left">外协、外包、上级单位情况</view>
|
||||
<view class="r-right">{{ detailList.situation }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.subordinateSupportingUnits != null"></view>
|
||||
<view class="r-list" v-if="detailList.subordinateSupportingUnits != null">
|
||||
<view class="r-left">下级配套单位</view>
|
||||
<view class="r-right">{{ detailList.subordinateSupportingUnits }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.generalFormType != null"></view>
|
||||
<view class="r-list" v-if="detailList.generalFormType != null">
|
||||
<view class="r-left">通用表单类型</view>
|
||||
<view class="r-right">{{ detailList.generalFormType }}</view>
|
||||
</view>
|
||||
|
||||
<view class="border-bottom b-width" v-if="detailList.informationContent != null"></view>
|
||||
<view class="r-list" v-if="detailList.informationContent != null">
|
||||
<view class="r-left">信息内容</view>
|
||||
<view class="r-right">{{ detailList.informationContent }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width" v-if="detailList.remark != null"></view>
|
||||
<view class="r-list" v-if="detailList.remark != null">
|
||||
<view class="r-left">备注</view>
|
||||
<view class="r-right">{{ detailList.remark }}</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<view class="border-bottom b-width"></view>
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||
<!-- <view class="bottom-height"></view> -->
|
||||
<view class="tipsPopBtn">
|
||||
<view class="btnCancal" @click="refuse">驳回</view>
|
||||
<!-- <view class="btnComfire" @click="refusePass">通过不得分</view> -->
|
||||
<view class="btnComfire" @click="adopt">通过</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted
|
||||
} from 'vue'
|
||||
import {
|
||||
onLoad,
|
||||
onShow
|
||||
} from '@dcloudio/uni-app'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import customTabs from '@/components/customTabs.vue';
|
||||
import {
|
||||
viewingMarketInfgetDetail,
|
||||
crmMarketInformationApprovalSuccess,
|
||||
crmMarketInformationApprovalUnSuccess
|
||||
} from '@/api/crm/api_ys.js';
|
||||
|
||||
|
||||
let informationId = ref(0)
|
||||
// 加载后调用
|
||||
let id = ref(null)
|
||||
onLoad((options) => {
|
||||
informationId.value = options.informationId
|
||||
getVisitorReportDetail();
|
||||
})
|
||||
// 查询详情
|
||||
let item = ref({});
|
||||
//明细List
|
||||
let detailList = ref({})
|
||||
const getVisitorReportDetail = async () => {
|
||||
let param = {
|
||||
informationId: informationId.value
|
||||
}
|
||||
let detailRes = await viewingMarketInfgetDetail(param);
|
||||
detailList.value = detailRes.rows[0];
|
||||
}
|
||||
//通过审批
|
||||
const adopt = async () => {
|
||||
try {
|
||||
const param = {
|
||||
informationId: informationId.value
|
||||
}
|
||||
const res = await crmMarketInformationApprovalSuccess(param);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
});
|
||||
// 操作完成后返回
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('提交失败:', err);
|
||||
uni.showToast({
|
||||
title: '提交失败',
|
||||
icon: 'error'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
// 修正后的驳回方法
|
||||
const refuse = async () => {
|
||||
uni.showModal({
|
||||
title: '驳回原因',
|
||||
content: '',
|
||||
editable: true,
|
||||
success: async function (modalRes) { // 使用modalRes避免重名
|
||||
if (modalRes.confirm) {
|
||||
try {
|
||||
const param = {
|
||||
informationId: informationId.value,
|
||||
opinion: modalRes.content // 用户输入的驳回原因
|
||||
};
|
||||
const apiRes = await crmMarketInformationApprovalUnSuccess(param); // 避免与modalRes重名
|
||||
console.log('驳回成功:', apiRes);
|
||||
uni.showToast({
|
||||
title: '驳回成功',
|
||||
icon: 'success'
|
||||
});
|
||||
// 操作完成后返回
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('驳回失败:', err);
|
||||
uni.showToast({
|
||||
title: '驳回失败',
|
||||
icon: 'error'
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
border-radius: 0;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.tipsPopBtn {
|
||||
width: 300px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 50px auto 56px auto;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.btnCancal {
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
border: 2px solid #29abe2;
|
||||
border-radius: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #29abe2;
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.btnComfire {
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
background-color: #29abe2;
|
||||
border-radius: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #FFF;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
:deep(.tabs-header) {
|
||||
/* background: none !important; */
|
||||
border-bottom: none !important;
|
||||
margin: 0 auto;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
:deep(.tab-item) {
|
||||
color: #919191;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
/* flex:none; */
|
||||
/* margin: 0 -50rpx; */
|
||||
/* padding: 0 50rpx; */
|
||||
}
|
||||
|
||||
:deep(.tab-item:first-child) {
|
||||
text-align: right;
|
||||
margin-left: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item:last-child) {
|
||||
text-align: left;
|
||||
margin-right: 230rpx;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active) {
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:deep(.tab-item.active::after) {
|
||||
width: 100rpx;
|
||||
height: 8rpx;
|
||||
}
|
||||
</style>
|
||||
341
src/pages/business/CRM/marketInformation/marketOpportunities.vue
Normal file
341
src/pages/business/CRM/marketInformation/marketOpportunities.vue
Normal file
@@ -0,0 +1,341 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场机会添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view
|
||||
@click="chooseCustomer"
|
||||
class="form-item-container"
|
||||
>
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会类型" name="opportunityType" class="f-c-right">
|
||||
<picker @change="onOpportunityTypeChange" :value="opportunityTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[opportunityTypeIndex]?.name || '请选择机会类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="了解途径" name="understandTheWay" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.understandTheWay"
|
||||
placeholder="请输入了解途径" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会描述" name="opportunityDescription" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.opportunityDescription"
|
||||
placeholder="请输入机会描述" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会所处状态" name="opportunityStatus" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.opportunityStatus"
|
||||
placeholder="请输入机会所处状态" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="预测金额情况" name="predictedAmount" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.predictedAmount"
|
||||
placeholder="请输入预测金额或情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="竞争情况" name="competitionSituation" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.competitionSituation"
|
||||
placeholder="请输入竞争情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref, onMounted, reactive, onUnmounted, computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import { isEmpty } from '@/utils/validate.js'
|
||||
import {crmMarketInformationAdd } from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: "", // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
opportunityType: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择机会类型'
|
||||
}]
|
||||
},
|
||||
understandTheWay: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入了解途径'
|
||||
}]
|
||||
},
|
||||
opportunityDescription: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入机会描述'
|
||||
}]
|
||||
},
|
||||
opportunityStatus: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入机会所处状态'
|
||||
}]
|
||||
},
|
||||
predictedAmount: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入预测金额或情况'
|
||||
}]
|
||||
},
|
||||
competitionSituation: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入竞争情况'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '新产品需求'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '新客户开发'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '批产任务'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '新研任务'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '二筛服务'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '对手失利'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '其它'
|
||||
}
|
||||
])
|
||||
const form = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: array.value[0].name, // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
// picker 选项
|
||||
const opportunityTypeOptions = ref([{
|
||||
id: 0,
|
||||
name: '新产品需求'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '新客户开发'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '批产任务'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '新研任务'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '二筛服务'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '对手失利'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '其它'
|
||||
}
|
||||
])
|
||||
const opportunityTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer(){
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
// 设置机会类型的默认值
|
||||
formData.value.opportunityType = array.value[0].name;
|
||||
opportunityTypeIndex.value = 0;
|
||||
|
||||
// 原有的监听客户选择事件
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected);
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
console.log("收到客户数据的值:", customerUser)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
console.log('表单数据:', formData.value)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
|
||||
// 如果你原来在 onShow 中做了类似这样:
|
||||
// let res = currPage.data.cusData; 判断是否传入了客户信息
|
||||
// 那么在 Vue3 中通常是通过路由参数或者 Vuex/Pinia 等状态管理获取
|
||||
// 暂时不做,如你后续需要可继续补充
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(140vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,370 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'市场机会修改'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view
|
||||
@click="chooseCustomer"
|
||||
class="form-item-container"
|
||||
>
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会类型" name="opportunityType" class="f-c-right">
|
||||
<picker @change="onOpportunityTypeChange" :value="opportunityTypeIndex" :range="array"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[opportunityTypeIndex]?.name || '请选择机会类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="了解途径" name="understandTheWay" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.understandTheWay"
|
||||
placeholder="请输入了解途径" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会描述" name="opportunityDescription" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.opportunityDescription"
|
||||
placeholder="请输入机会描述" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="机会所处状态" name="opportunityStatus" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.opportunityStatus"
|
||||
placeholder="请输入机会所处状态" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="预测金额情况" name="predictedAmount" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.predictedAmount"
|
||||
placeholder="请输入预测金额或情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="竞争情况" name="competitionSituation" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.competitionSituation"
|
||||
placeholder="请输入竞争情况" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark"
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
|
||||
</uni-forms>
|
||||
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref, onMounted, reactive, onUnmounted, computed ,watch
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import { isEmpty } from '@/utils/validate.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import {crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete } from '@/api/crm/api_ys.js'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
|
||||
const message = useMessage();
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: "", // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
opportunityType: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择机会类型'
|
||||
}]
|
||||
},
|
||||
understandTheWay: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入了解途径'
|
||||
}]
|
||||
},
|
||||
opportunityDescription: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入机会描述'
|
||||
}]
|
||||
},
|
||||
opportunityStatus: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入机会所处状态'
|
||||
}]
|
||||
},
|
||||
predictedAmount: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入预测金额或情况'
|
||||
}]
|
||||
},
|
||||
competitionSituation: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入竞争情况'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '新产品需求'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '新客户开发'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '批产任务'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '新研任务'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '二筛服务'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '对手失利'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '其它'
|
||||
}
|
||||
])
|
||||
const form = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
opportunityType: "", // 机会类型
|
||||
understandTheWay: "", // 了解途径
|
||||
opportunityDescription: "", // 机会描述
|
||||
opportunityStatus: "", // 机会所处状态
|
||||
predictedAmount: "", // 预测金额或情况
|
||||
competitionSituation: "", // 竞争情况
|
||||
remark: "", // 备注
|
||||
picture: "", // 图片
|
||||
informationType: "市场机会" // 信息类型
|
||||
})
|
||||
|
||||
// picker 选项
|
||||
const opportunityTypeOptions = ref([{
|
||||
id: 0,
|
||||
name: '新产品需求'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '新客户开发'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '批产任务'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '新研任务'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '二筛服务'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '对手失利'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '其它'
|
||||
}
|
||||
])
|
||||
const opportunityTypeIndex = ref(0)
|
||||
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
console.log("收到客户数据的值:", customerUser)
|
||||
}
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete (formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 95px) !important;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(100vh - 68px) !important;
|
||||
/* #endif */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
337
src/pages/business/CRM/marketInformation/personnelChanges.vue
Normal file
337
src/pages/business/CRM/marketInformation/personnelChanges.vue
Normal file
@@ -0,0 +1,337 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'人员变化添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="客户人员" name="cusUserName" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.cusUserName" placeholder="请选择客户人员" name="input"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="原职务" name="originalPosition" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.originalPosition"
|
||||
placeholder="请输入原职务" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="现职务" name="currentPosition" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.currentPosition"
|
||||
placeholder="请输入现职务" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="现职务是否与我司业务相关" name="positionOfOurCompany" class="f-c-right">
|
||||
<picker @change="onpoSitionOfOurCompanyChange" :value="positionOfOurCompanyIndex"
|
||||
:range="array" :range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[positionOfOurCompanyIndex]?.name || '请选择机会类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="公关力度" name="developmentEfforts" class="f-c-right">
|
||||
<picker @change="onDevelopmentEffortsChange" :value="developmentEffortsIndex"
|
||||
:range="array1" :range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array1[developmentEffortsIndex]?.name || '请选择公关力度' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="继任者" name="successor" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.successor" placeholder="请输入继任者"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import cache from '@/utils/cache'
|
||||
import {
|
||||
onShow,
|
||||
onUnload
|
||||
} from '@dcloudio/uni-app';
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
cusUserName: null, //客户人员名称
|
||||
originalPosition: null, //原职务
|
||||
currentPosition: null, //现职务
|
||||
positionOfOurCompany: '是', //现职务是否与我公司业务相关
|
||||
developmentEfforts: '加强', //攻关力度
|
||||
successor: null, //继任者
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
cusPersonnel: '',
|
||||
informationType: "人员变化信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
cusUserName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户人员'
|
||||
}]
|
||||
},
|
||||
originalPosition: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入原职务'
|
||||
}]
|
||||
},
|
||||
currentPosition: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入现职务'
|
||||
}]
|
||||
},
|
||||
positionOfOurCompany: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择现职务是否与我公司业务相关'
|
||||
}]
|
||||
},
|
||||
developmentEfforts: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择公关力度'
|
||||
}]
|
||||
},
|
||||
successor: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入继任者'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '是'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '否'
|
||||
}
|
||||
])
|
||||
|
||||
const array1 = ref([{
|
||||
id: 0,
|
||||
name: '加强'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '维持'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '减弱'
|
||||
}
|
||||
|
||||
])
|
||||
const opportunityTypeIndex = ref(0)
|
||||
const positionOfOurCompanyIndex = ref(0)
|
||||
const developmentEffortsIndex = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
console.log("收到客户数据的值:", customerUser)
|
||||
}
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
console.log('点击了输入框', formData.value.cusName);
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/customerUserList?cusName=' + formData.value.cusName
|
||||
})
|
||||
}
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedRCClientList') != null && cache.get('checkedRCClientList') != []) {
|
||||
formData.value.cusUserName = cache.get('checkedRCClientList')
|
||||
}
|
||||
|
||||
})
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedRCClientList');
|
||||
}
|
||||
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const cusUserName1 = formData.value.cusUserName;
|
||||
const stringOfNames = cusUserName1.join(",")
|
||||
formData.value.cusUserName = stringOfNames
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
const onpoSitionOfOurCompanyChange = (e) => {
|
||||
positionOfOurCompanyIndex.value = e.detail.value
|
||||
console.log('positionOfOurCompanyIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.positionOfOurCompany = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
const onDevelopmentEffortsChange = (e) => {
|
||||
developmentEffortsIndex.value = e.detail.value
|
||||
console.log('developmentEffortsIndex:', array1.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array1.value[e.detail.value]?.name || ''
|
||||
}
|
||||
// 如果你原来在 onShow 中做了类似这样:
|
||||
// let res = currPage.data.cusData; 判断是否传入了客户信息
|
||||
// 那么在 Vue3 中通常是通过路由参数或者 Vuex/Pinia 等状态管理获取
|
||||
// 暂时不做,如你后续需要可继续补充
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,373 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'人员变化添加'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="客户人员" name="cusUserName" class="f-c-right">
|
||||
<uni-easyinput v-model="formData.cusUserName" placeholder="请选择客户人员" name="input"
|
||||
@focus="chooseClientUser"></uni-easyinput>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="原职务" name="originalPosition" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.originalPosition"
|
||||
placeholder="请输入原职务" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="现职务" name="currentPosition" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.currentPosition"
|
||||
placeholder="请输入现职务" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="现职务是否与我司业务相关" name="positionOfOurCompany" class="f-c-right">
|
||||
<picker @change="onpoSitionOfOurCompanyChange" :value="positionOfOurCompanyIndex"
|
||||
:range="array" :range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array[positionOfOurCompanyIndex]?.name || '请选择机会类型' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="公关力度" name="developmentEfforts" class="f-c-right">
|
||||
<picker @change="onDevelopmentEffortsChange" :value="developmentEffortsIndex"
|
||||
:range="array1" :range-key="'name'">
|
||||
<view class="picker">
|
||||
{{ array1[developmentEffortsIndex]?.name || '请选择公关力度' }}
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="继任者" name="successor" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.successor" placeholder="请输入继任者"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="备注" name="remark" class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.remark" placeholder="请输入备注"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { onShow, onUnload,onLoad } from '@dcloudio/uni-app';
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
crmMarketInformationAdd,crminformationItemForDetail,crmMarketInformationDelete
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
cusName: null,
|
||||
cusUserName: null, //客户人员名称
|
||||
originalPosition: null, //原职务
|
||||
currentPosition: null, //现职务
|
||||
positionOfOurCompany: '是', //现职务是否与我公司业务相关
|
||||
developmentEfforts: '加强', //攻关力度
|
||||
successor: null, //继任者
|
||||
remark: "", //、备注
|
||||
picture: "", //、图片
|
||||
photos: null,
|
||||
cusPersonnel: '',
|
||||
informationType: "人员变化信息" //信息类型
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
cusUserName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户人员'
|
||||
}]
|
||||
},
|
||||
originalPosition: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入原职务'
|
||||
}]
|
||||
},
|
||||
currentPosition: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入现职务'
|
||||
}]
|
||||
},
|
||||
positionOfOurCompany: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择现职务是否与我公司业务相关'
|
||||
}]
|
||||
},
|
||||
developmentEfforts: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择公关力度'
|
||||
}]
|
||||
},
|
||||
successor: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入继任者'
|
||||
}]
|
||||
},
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
const array = ref([{
|
||||
id: 0,
|
||||
name: '是'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '否'
|
||||
}
|
||||
])
|
||||
|
||||
const array1 = ref([{
|
||||
id: 0,
|
||||
name: '加强'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
name: '维持'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '减弱'
|
||||
}
|
||||
|
||||
])
|
||||
const opportunityTypeIndex = ref(0)
|
||||
const positionOfOurCompanyIndex = ref(0)
|
||||
const developmentEffortsIndex = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
console.log("收到客户数据的值:", customerUser)
|
||||
}
|
||||
|
||||
//选择客户人员
|
||||
function chooseClientUser() {
|
||||
console.log('点击了输入框', formData.value.cusName);
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/customerUserList?cusName=' + formData.value.cusName
|
||||
})
|
||||
}
|
||||
//页面渲染完成后,查询catch的get
|
||||
onShow(() => {
|
||||
|
||||
if (cache.get('checkedRCClientList') != null && cache.get('checkedRCClientList') != []) {
|
||||
formData.value.cusUserName = cache.get('checkedRCClientList')
|
||||
}
|
||||
|
||||
})
|
||||
//页面卸载之后,删除缓存信息
|
||||
onUnload(() => {
|
||||
handleDeleteLocal()
|
||||
})
|
||||
|
||||
//删除缓存
|
||||
let handleDeleteLocal = () => {
|
||||
cache.remove('checkedRCClientList');
|
||||
}
|
||||
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const cusUserName1 = formData.value.cusUserName;
|
||||
const stringOfNames = cusUserName1.join(",")
|
||||
formData.value.cusUserName = stringOfNames
|
||||
const res = await crmMarketInformationAdd(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
|
||||
// TODO: 在这里添加提交到后端的逻辑,比如调用 api.CrmMarketInformationAdd(formData.value)
|
||||
// 暂时只做校验提示
|
||||
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
const onOpportunityTypeChange = (e) => {
|
||||
opportunityTypeIndex.value = e.detail.value
|
||||
console.log('opportunityTypeIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
const onpoSitionOfOurCompanyChange = (e) => {
|
||||
positionOfOurCompanyIndex.value = e.detail.value
|
||||
console.log('positionOfOurCompanyIndex:', array.value[e.detail.value]?.name)
|
||||
formData.value.positionOfOurCompany = array.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
const onDevelopmentEffortsChange = (e) => {
|
||||
developmentEffortsIndex.value = e.detail.value
|
||||
console.log('developmentEffortsIndex:', array1.value[e.detail.value]?.name)
|
||||
formData.value.opportunityType = array1.value[e.detail.value]?.name || ''
|
||||
}
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onMounted(() => {
|
||||
crminformationItemForDetail1()
|
||||
})
|
||||
onLoad(options => {
|
||||
queryParams.value.informationId = options.informationId
|
||||
})
|
||||
const dataList = ref([])
|
||||
|
||||
function crminformationItemForDetail1() {
|
||||
crminformationItemForDetail(queryParams.value).then(res => {
|
||||
formData.value = res.rows[0]
|
||||
})
|
||||
}
|
||||
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await crmMarketInformationDelete(formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketList');
|
||||
setTimeout(() => {
|
||||
uni.navigateBack(1);
|
||||
}, 1500);
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,182 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'回款计划新增'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="计划回款金额" name="targetAmount" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.targetAmount" placeholder="请输入计划回款金额"
|
||||
class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
addPaymentCollection
|
||||
} from '@/api/crm/api_ys.js'
|
||||
|
||||
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
promiseCode: null,
|
||||
cusName: null,
|
||||
targetAmount: null
|
||||
|
||||
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
targetAmount: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入回款计划金额'
|
||||
},
|
||||
{
|
||||
format: 'number',
|
||||
errorMessage: '必须输入数字(可包含小数点)'
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await addPaymentCollection(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshList');
|
||||
uni.navigateBack(1)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,262 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'全员信息查看统计表'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view>
|
||||
<!-- 搜索 -->
|
||||
<view class="search">
|
||||
<picker :value="index1" @change="handlePlace1" :range="monthArray" :range-key="'name'"
|
||||
class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"
|
||||
size="18"></uni-icons>
|
||||
<view>{{ monthArray[index1]?.name || '选择月份' }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<picker @change="handlePlace" :value="index2" :range="palceArray" class="picker-bg"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
<uni-icons type="person" size="18"></uni-icons>
|
||||
<view>{{palceArray[index2]?.name || '选择区域' }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
<!-- 回款信息查询 -->
|
||||
<view class="white-bg">
|
||||
<view class="table-title">回款信息查询</view>
|
||||
<view v-if="loading" class="loading-container">
|
||||
<uni-load-more status="loading" contentText="加载中..."></uni-load-more>
|
||||
</view>
|
||||
<!-- 添加空数据提示 -->
|
||||
<view v-else-if="tableData.length === 0" class="empty-tip">
|
||||
暂无数据
|
||||
</view>
|
||||
|
||||
|
||||
<table v-else class="my-table">
|
||||
<tr>
|
||||
<th class="tab-width100">业务员姓名</th>
|
||||
<!-- <th class="tab-width160">客户名称</th> -->
|
||||
<th>目标回款</th>
|
||||
<th>实际回款</th>
|
||||
<th>完成度</th>
|
||||
</tr>
|
||||
<tr v-for="(item, index) in tableData" :key="index">
|
||||
<td>{{ item.userName }}</td>
|
||||
<!-- <td class="txtLeft">{{ item.guestName }}</td> -->
|
||||
<td>{{ item.targetAmount }}</td>
|
||||
<td>{{ item.backMoneyRatio }}</td>
|
||||
<td>{{ item.jisuan }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getDate
|
||||
} from '@/utils/datetime.js'
|
||||
import {
|
||||
getFullStaffStatisticsViewingTable
|
||||
} from '@/api/crm/api_ys.js'
|
||||
const loading = ref(false) // 加载状态
|
||||
const index1 = ref(0)
|
||||
const index2 = ref(0)
|
||||
let peopleIndex = ref(0);
|
||||
// 选择列表
|
||||
let bindPickerChange = (e) => {
|
||||
console.log('picker发送选择改变,携带值为', e.detail.value)
|
||||
peopleIndex.value = e.detail.value
|
||||
}
|
||||
|
||||
let searchValue = ref(null)
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
getCrmMarketInformationList();
|
||||
}
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
month: "1",
|
||||
region: "北京大区",
|
||||
})
|
||||
const tableData = ref([])
|
||||
const palceArray = ref([{
|
||||
id: 1,
|
||||
name: '北京大区'
|
||||
}, {
|
||||
id: 2,
|
||||
name: '市场三部'
|
||||
}, {
|
||||
id: 3,
|
||||
name: '市场二部'
|
||||
}, {
|
||||
id: 4,
|
||||
name: '南方大区'
|
||||
}, {
|
||||
id: 5,
|
||||
name: '北方大区'
|
||||
}, {
|
||||
id: 6,
|
||||
name: '西部大区'
|
||||
}])
|
||||
const monthArray = ref([
|
||||
{ id: 1, name: '1月' },
|
||||
{ id: 2, name: '2月' },
|
||||
{ id: 3, name: '3月' },
|
||||
{ id: 4, name: '4月' },
|
||||
{ id: 5, name: '5月' },
|
||||
{ id: 6, name: '6月' },
|
||||
{ id: 7, name: '7月' },
|
||||
{ id: 8, name: '8月' },
|
||||
{ id: 9, name: '9月' },
|
||||
{ id: 10, name: '10月' },
|
||||
{ id: 11, name: '11月' },
|
||||
{ id: 12, name: '12月' }
|
||||
])
|
||||
const handlePlace1 = (e) => {
|
||||
index1.value = e.detail.value
|
||||
console.log('index1:', monthArray.value[e.detail.value]?.name)
|
||||
formData.value.month = monthArray.value[e.detail.value]?.id || ''
|
||||
}
|
||||
const handlePlace = (e) => {
|
||||
index2.value = e.detail.value
|
||||
console.log('index2:', palceArray.value[e.detail.value]?.name)
|
||||
formData.value.region = palceArray.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getCrmMarketInformationList = async () => {
|
||||
loading.value = true
|
||||
try {
|
||||
const res = await getFullStaffStatisticsViewingTable(formData.value);
|
||||
// 直接赋值给响应式变量
|
||||
tableData.value = res.rows || []
|
||||
console.log('获取到的数据:', tableData.value)
|
||||
} catch (error) {
|
||||
console.error('获取数据失败:', error)
|
||||
uni.showToast({
|
||||
title: '获取数据失败',
|
||||
icon: 'error'
|
||||
})
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
// 获取数据列表(无参数)
|
||||
const getCrmMarketInformationListNoPo = async () => {
|
||||
loading.value = true
|
||||
try {
|
||||
const res = await getFullStaffStatisticsViewingTable();
|
||||
// 直接赋值给响应式变量
|
||||
tableData.value = res.rows || []
|
||||
console.log('获取到的数据:', tableData.value)
|
||||
} catch (error) {
|
||||
console.error('获取数据失败:', error)
|
||||
uni.showToast({
|
||||
title: '获取数据失败',
|
||||
icon: 'error'
|
||||
})
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
getCrmMarketInformationListNoPo()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.search {
|
||||
display: flex;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .picker-bg {
|
||||
display: flex;
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 25px;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 10rpx 20rpx 0 20rpx;
|
||||
/* #endif */
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding-top: 2rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons:first-child {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uniui-down {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
padding: 20rpx 0rpx;
|
||||
margin-top: 20rpx;
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 135px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 112px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.table-title {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid #E7E7E7;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
</style>
|
||||
257
src/pages/business/CRM/paymentCollection/index.vue
Normal file
257
src/pages/business/CRM/paymentCollection/index.vue
Normal file
@@ -0,0 +1,257 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'个人回款信息查看'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="all-body">
|
||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||
<!-- <view class="search">
|
||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view> -->
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="touchstart(item)">
|
||||
<view>
|
||||
<view class="report-list">
|
||||
<view class="title">客户:{{ item.cusName }}</view>
|
||||
<view class="r-list">
|
||||
<!-- <view class="r-name">{{ item.visistCode }}</view> -->
|
||||
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">计划年份</view>
|
||||
<view class="r-right">{{ item.year }}</view>
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">计划月份</view>
|
||||
<view class="r-right">{{ item.month }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">创建时间</view>
|
||||
<view class="r-right">{{ item.createTime }}</view>
|
||||
</view>
|
||||
<view class="border-bottom"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">计划汇款金额</view>
|
||||
<view class="r-right" style="color: red;">{{ item.targetAmount }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-uni>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, watch,onUnmounted } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { visitorReportList } from '@/api/business.js'
|
||||
import { getPaymentList } from '@/api/crm/api_ys.js';
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
|
||||
let searchValue = ref(null)
|
||||
|
||||
//监视查询的内容的变化
|
||||
watch(searchValue, (newValue, oldValue) => {
|
||||
//变化了之后,重新查询内容
|
||||
var data = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
searchContent: searchValue.value
|
||||
};
|
||||
getYsVisistList(data).then(res => {
|
||||
if (res.code == 200) {
|
||||
//设置列表数据
|
||||
list.value = res.rows;
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
// 新增
|
||||
let handleAdd = () => {
|
||||
uni.navigateTo({url: '/pages/business/CRM/paymentCollection/addPaymentCollection'})
|
||||
}
|
||||
|
||||
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: false,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await GetPaymentList(1, upOption.value.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
} finally {
|
||||
setTimeout(async () => {
|
||||
mescroll.endSuccess();
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
// 上拉加载更多
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async () => {
|
||||
const res = await GetPaymentList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
list.value.push(...res.list);
|
||||
}
|
||||
mescroll.endBySize(res.list.length, res.total);
|
||||
}, 500);
|
||||
} catch (error) {
|
||||
mescroll.endErr();
|
||||
}
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const GetPaymentList = (pageNum, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageNum,
|
||||
pageSize
|
||||
}
|
||||
let res = await getPaymentList(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
});
|
||||
});
|
||||
}
|
||||
let Loop = ref(0)
|
||||
|
||||
function touchstart(item) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/paymentCollection/paymentDetail?collectionId=" + item.collectionId + '&cusId=' + item.cusId + '&targetAmount=' + item.targetAmount + '&cusName=' + item.cusName
|
||||
})
|
||||
}
|
||||
// 生命周期钩子
|
||||
onShow(() => {
|
||||
// 监听刷新事件
|
||||
|
||||
uni.$on('refreshList', GetPaymentList(1,10))
|
||||
|
||||
// 页面显示时也加载一次数据
|
||||
GetPaymentList(1,10)
|
||||
})
|
||||
onUnmounted(() => {
|
||||
// 移除监听(避免重复触发)
|
||||
uni.$off('refreshList')
|
||||
})
|
||||
onMounted(() => {
|
||||
GetPaymentList()
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 150rpx;
|
||||
height: calc(100vh - 75px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 120rpx;
|
||||
height: calc(100vh);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .custom-search {
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.search .custom-search.uni-searchbar {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.scroll-h {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 120px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 110px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,106 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'回款计划查看'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<!-- <view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view> -->
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="全员统计查看" name="cusName" class="f-c-right" >
|
||||
<view @click="DiligenceStatistics" class="form-item-container">
|
||||
<text class="name">{{'点击跳转'}}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="个人详细查看" name="cusName" class="f-c-right">
|
||||
<view @click="MarketActivity" class="form-item-container">
|
||||
<text class="name">{{'点击跳转'}}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
|
||||
|
||||
// 选择客户页面跳转
|
||||
function DiligenceStatistics() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/paymentCollection/fullStaffStatisticsViewingTable'
|
||||
})
|
||||
}
|
||||
// 选择客户页面跳转
|
||||
function MarketActivity() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/paymentCollection/personalPaymentCollectionTable'
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
213
src/pages/business/CRM/paymentCollection/paymentDetail.vue
Normal file
213
src/pages/business/CRM/paymentCollection/paymentDetail.vue
Normal file
@@ -0,0 +1,213 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'回款任务单修改'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="white-bg">
|
||||
<view class="form-con">
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px">
|
||||
<uni-forms-item label="客户名称" name="cusName" class="f-c-right">
|
||||
<view @click="chooseCustomer" class="form-item-container">
|
||||
<text class="name">{{ formData.cusName || '点击选择客户' }}</text>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="计划回款金额" name="targetAmount" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.targetAmount"
|
||||
placeholder="请输入计划回款金额" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
<view class="footer-con">
|
||||
<button class="btn-default" type="default" @click="handleDelete" size="mini">删 除</button>
|
||||
<button class="btn-primary" type="primary" @click="submitForm" size="mini">保存/修改</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
computed
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getGuestList
|
||||
} from '@/api/business.js'
|
||||
import {
|
||||
isEmpty
|
||||
} from '@/utils/validate.js'
|
||||
import {
|
||||
updatePaymentDetail,deletePaymentDetail
|
||||
} from '@/api/crm/api_ys.js'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import cache from '@/utils/cache.js'
|
||||
let customerUser = reactive({})
|
||||
// 客户相关
|
||||
const guestList = ref([])
|
||||
const guestArr = ref([])
|
||||
const guestIndex = ref(0)
|
||||
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
cusId: null,
|
||||
promiseCode: null,
|
||||
cusName:null,
|
||||
targetAmount:null,
|
||||
collectionId:null
|
||||
})
|
||||
|
||||
// 表单验证规则
|
||||
const rules = {
|
||||
cusName: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择客户'
|
||||
}]
|
||||
},
|
||||
targetAmount: {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入回款计划金额'
|
||||
},
|
||||
{
|
||||
format: 'number',
|
||||
errorMessage: '必须输入数字(可包含小数点)'
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
const imgList = ref([])
|
||||
|
||||
// picker 相关
|
||||
const index = ref(0)
|
||||
// 表单引用 & 客户选择器引用
|
||||
const formRef = ref(null)
|
||||
const customHeaderRef = ref(null)
|
||||
// 选择客户页面跳转
|
||||
function chooseCustomer() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
||||
})
|
||||
}
|
||||
//定义数据接收的值
|
||||
let selectedCustomer = reactive(null)
|
||||
|
||||
//监听时间
|
||||
onMounted(() => {
|
||||
uni.$on('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
//取消监听
|
||||
onUnmounted(() => {
|
||||
uni.$off('onCustomerSelected', handleCustomerSelected)
|
||||
})
|
||||
|
||||
//处理 接收数据
|
||||
const handleCustomerSelected = (data) => {
|
||||
formData.value.cusName = data.cusName
|
||||
formData.value.cusId = data.cusId
|
||||
}
|
||||
// 提交表单
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 表单校验
|
||||
await formRef.value.validate()
|
||||
const res = await updatePaymentDetail(formData.value);
|
||||
console.log(res)
|
||||
uni.showToast({
|
||||
title: '提交成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketOpportunityList')
|
||||
uni.navigateBack(1)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
|
||||
//定义查询参数
|
||||
const queryParams = ref({
|
||||
informationId: 0
|
||||
})
|
||||
onLoad(options => {
|
||||
formData.value.cusName = options.cusName
|
||||
formData.value.cusId = options.cusId
|
||||
formData.value.collectionId = options.collectionId
|
||||
formData.value.targetAmount = options.targetAmount;
|
||||
})
|
||||
|
||||
// 根据ID删除表单
|
||||
const handleDelete = async () => {
|
||||
try {
|
||||
|
||||
const res = await deletePaymentDetail(formData.value);
|
||||
uni.showToast({
|
||||
title: '删除成功',
|
||||
icon: 'success'
|
||||
})
|
||||
uni.$emit('refreshMarketOpportunityList')
|
||||
uni.navigateBack(1)
|
||||
} catch (err) {
|
||||
console.log('表单验证失败:', err)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
padding: 30rpx 0 0;
|
||||
margin-bottom: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
:deep(.uni-date-x) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar) {
|
||||
float: right;
|
||||
margin-top: 15rpx;
|
||||
margin-right: 20rpx;
|
||||
background: url('../../../static/images/business/icon-date.png') no-repeat;
|
||||
background-size: 32rpx 35rpx;
|
||||
width: 32rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .icon-calendar::before) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:deep(.uni-date-x .uni-date__x-input) {
|
||||
padding-left: 20rpx;
|
||||
color: #919191;
|
||||
}
|
||||
</style>
|
||||
@@ -0,0 +1,294 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'个人详情查看统计表'" :leftFlag="true" :rightFlag="false"></customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view>
|
||||
<!-- 搜索 -->
|
||||
<view class="search">
|
||||
<picker :value="index1" @change="handlePlace1" :range="monthArray" :range-key="'name'"
|
||||
class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"
|
||||
size="18"></uni-icons>
|
||||
<view>{{ monthArray[index1]?.name || '选择月份' }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<!-- <picker @change="handlePlace" :value="index2" :range="palceArray" class="picker-bg"
|
||||
:range-key="'name'">
|
||||
<view class="picker">
|
||||
<uni-icons type="person" size="18"></uni-icons>
|
||||
<view>{{palceArray[index2]?.name || '选择区域' }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker> -->
|
||||
<view class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons type="person" size="18" color="#ffffff"></uni-icons>
|
||||
<input
|
||||
class="search-input"
|
||||
v-model="formData.bandResult"
|
||||
placeholder="输入业务员"
|
||||
placeholder-style="color:#ffffff;font-size:28rpx"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
<!-- 回款信息查询 -->
|
||||
<view class="white-bg">
|
||||
<view class="table-title">回款信息查询</view>
|
||||
<view v-if="loading" class="loading-container">
|
||||
<uni-load-more status="loading" contentText="加载中..."></uni-load-more>
|
||||
</view>
|
||||
<!-- 添加空数据提示 -->
|
||||
<view v-else-if="tableData.length === 0" class="empty-tip">
|
||||
暂无数据
|
||||
</view>
|
||||
|
||||
|
||||
<table v-else class="my-table">
|
||||
<tr>
|
||||
<th class="tab-width100">业务员姓名</th>
|
||||
<th class="tab-width160">客户名称</th>
|
||||
<th>目标回款</th>
|
||||
<th>实际回款</th>
|
||||
<th>完成度</th>
|
||||
</tr>
|
||||
<tr v-for="(item, index) in tableData" :key="index">
|
||||
<td>{{ item.userName }}</td>
|
||||
<td class="txtLeft">{{ item.cusName }}</td>
|
||||
<td>{{ item.targetAmount }}</td>
|
||||
<td>{{ item.backNum }}</td>
|
||||
<td>{{ item.jisuan }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
ref,
|
||||
onMounted
|
||||
} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {
|
||||
getDate
|
||||
} from '@/utils/datetime.js'
|
||||
import {
|
||||
getPersonalPaymentCollectionTable
|
||||
} from '@/api/crm/api_ys.js'
|
||||
const loading = ref(false) // 加载状态
|
||||
const index1 = ref(0)
|
||||
const index2 = ref(0)
|
||||
let peopleIndex = ref(0);
|
||||
// 选择列表
|
||||
let bindPickerChange = (e) => {
|
||||
console.log('picker发送选择改变,携带值为', e.detail.value)
|
||||
peopleIndex.value = e.detail.value
|
||||
}
|
||||
|
||||
let searchValue = ref(null)
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
getCrmMarketInformationList();
|
||||
}
|
||||
// 表单数据
|
||||
const formData = ref({
|
||||
month: "1",
|
||||
bandResult: '',
|
||||
})
|
||||
const tableData = ref([])
|
||||
const palceArray = ref([{
|
||||
id: 1,
|
||||
name: '北京大区'
|
||||
}, {
|
||||
id: 2,
|
||||
name: '市场三部'
|
||||
}, {
|
||||
id: 3,
|
||||
name: '市场二部'
|
||||
}, {
|
||||
id: 4,
|
||||
name: '南方大区'
|
||||
}, {
|
||||
id: 5,
|
||||
name: '北方大区'
|
||||
}, {
|
||||
id: 6,
|
||||
name: '西部大区'
|
||||
}])
|
||||
const monthArray = ref([
|
||||
{ id: 1, name: '1月' },
|
||||
{ id: 2, name: '2月' },
|
||||
{ id: 3, name: '3月' },
|
||||
{ id: 4, name: '4月' },
|
||||
{ id: 5, name: '5月' },
|
||||
{ id: 6, name: '6月' },
|
||||
{ id: 7, name: '7月' },
|
||||
{ id: 8, name: '8月' },
|
||||
{ id: 9, name: '9月' },
|
||||
{ id: 10, name: '10月' },
|
||||
{ id: 11, name: '11月' },
|
||||
{ id: 12, name: '12月' }
|
||||
])
|
||||
const handlePlace1 = (e) => {
|
||||
index1.value = e.detail.value
|
||||
console.log('index1:', monthArray.value[e.detail.value]?.name)
|
||||
formData.value.month = monthArray.value[e.detail.value]?.id || ''
|
||||
}
|
||||
const handlePlace = (e) => {
|
||||
index2.value = e.detail.value
|
||||
console.log('index2:', palceArray.value[e.detail.value]?.name)
|
||||
formData.value.region = palceArray.value[e.detail.value]?.name || ''
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getCrmMarketInformationList = async () => {
|
||||
loading.value = true
|
||||
try {
|
||||
const res = await getPersonalPaymentCollectionTable(formData.value);
|
||||
// 直接赋值给响应式变量
|
||||
tableData.value = res.rows || []
|
||||
console.log('获取到的数据:', tableData.value)
|
||||
} catch (error) {
|
||||
console.error('获取数据失败:', error)
|
||||
uni.showToast({
|
||||
title: '获取数据失败',
|
||||
icon: 'error'
|
||||
})
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
// 获取数据列表(无参数)
|
||||
const getPersonalPaymentCollectionTableNoPo = async () => {
|
||||
loading.value = true
|
||||
try {
|
||||
const res = await getPersonalPaymentCollectionTable();
|
||||
// 直接赋值给响应式变量
|
||||
tableData.value = res.rows || []
|
||||
console.log('获取到的数据:', tableData.value)
|
||||
} catch (error) {
|
||||
console.error('获取数据失败:', error)
|
||||
uni.showToast({
|
||||
title: '获取数据失败',
|
||||
icon: 'error'
|
||||
})
|
||||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
getPersonalPaymentCollectionTableNoPo()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 新增搜索输入框样式 */
|
||||
.search-input {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
color: #ffffff;
|
||||
font-size: 28rpx;
|
||||
background: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: 0 10rpx;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.search-input::placeholder {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
/* 保持原有样式 */
|
||||
.search {
|
||||
display: flex;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
line-height: 56rpx !important;
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .picker-bg {
|
||||
/* display: flex; */
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 25px;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 10rpx 20rpx 0 20rpx;
|
||||
/* #endif */
|
||||
margin-right: 20rpx;
|
||||
/* 设置固定宽度确保布局一致 */
|
||||
width: 102.72px;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%; /* 确保picker占据全部宽度 */
|
||||
/* #ifndef APP-PLUS */
|
||||
padding-top: 2rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons:first-child {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uniui-down {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 750rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
padding: 20rpx 0rpx;
|
||||
margin-top: 20rpx;
|
||||
/* #ifdef APP-PLUS */
|
||||
height: calc(100vh - 135px);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 112px);
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.table-title {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
border-bottom: 2px solid #E7E7E7;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
</style>
|
||||
59
src/pages/business/CRM/plan/dataMap.js
Normal file
59
src/pages/business/CRM/plan/dataMap.js
Normal file
@@ -0,0 +1,59 @@
|
||||
const ordinals = [
|
||||
"firstDayOfThe", // 第1天
|
||||
"secondDayOfThis", // 第2天
|
||||
"thirdDayOfThe", // 第3天
|
||||
"fourthDayOfThe", // 第4天
|
||||
"fifthDayOfThe", // 第5天
|
||||
"sixthDayOfThe", // 第6天
|
||||
"seventhDayOfThe", // 第7天
|
||||
]
|
||||
const week = [
|
||||
"Monday", // 周一
|
||||
"Tuesday", // 周二
|
||||
"Wednesday", // 周三
|
||||
"Thursday", // 周四
|
||||
"Friday", // 周五
|
||||
"Saturday", // 周六
|
||||
"Sunday", // 周日
|
||||
]
|
||||
const weekCN = [
|
||||
"一",
|
||||
"二",
|
||||
"三",
|
||||
"四",
|
||||
"五",
|
||||
"六",
|
||||
"日"
|
||||
]
|
||||
export const WORK_TYPE = [ // 工作类型
|
||||
"外出",
|
||||
"出差",
|
||||
"公司",
|
||||
"办事处",
|
||||
"请假",
|
||||
"法定假日"
|
||||
];
|
||||
export const COLOR_MAP = {
|
||||
"外出": "#04C660",
|
||||
"出差": "#41b883",
|
||||
"公司": "#20A0F1",
|
||||
"办事处": "#307af5",
|
||||
"请假": "#f2c55c",
|
||||
"法定假日": "#e88f89",/*#ED8A73*/
|
||||
"null": "#e7e7e7"
|
||||
};
|
||||
// 地区/部门
|
||||
export const AreaList = [
|
||||
"北京",
|
||||
"市场二部",
|
||||
"南区",
|
||||
"北区",
|
||||
"西区",
|
||||
"市场三部"
|
||||
];
|
||||
|
||||
export const OrdinalDate = ordinals.map(item => `${item}Week`);
|
||||
export const WeekCN = weekCN.map(item => `星期${item}`);
|
||||
export const WeekShortCN = weekCN.map(item => `周${item}`);
|
||||
export const WorkType = week.map(item => `typeOf${item}`);
|
||||
export const WorkEvent = week.map(item => `eventOf${item}`);
|
||||
153
src/pages/business/CRM/plan/dateTimeUtils.js
Normal file
153
src/pages/business/CRM/plan/dateTimeUtils.js
Normal file
@@ -0,0 +1,153 @@
|
||||
/**
|
||||
* 获取当前是本月第几周
|
||||
* @returns {number}
|
||||
*/
|
||||
export function getCurrentWeekNum() {
|
||||
// 获取当前日期
|
||||
var currentDate = new Date();
|
||||
|
||||
// 获取本月的第一天
|
||||
var firstDayOfMonth = new Date(currentDate.getFullYear(), currentDate.getMonth(), 1);
|
||||
|
||||
// 获取本月的第一天是星期几
|
||||
var firstDayOfWeek = firstDayOfMonth.getDay();
|
||||
|
||||
// 计算当前日期是本月的第几周
|
||||
var weekNumber = Math.ceil((currentDate.getDate() + firstDayOfWeek) / 7);
|
||||
|
||||
// console.log("当前时间是本月的第 " + weekNumber + " 周");
|
||||
return weekNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一周日期
|
||||
* @param weekType 本周/下周
|
||||
* @returns {{year, month, firstDayOfTheWeek, secondDayOfThisWeek, thirdDayOfTheWeek, fourthDayOfTheWeek, fifthDayOfTheWeek, sixthDayOfTheWeek, seventhDayOfTheWeek}}
|
||||
*/
|
||||
export function getWeek2(weekType) {
|
||||
console.log(weekType, 888888888);
|
||||
var date = [];
|
||||
let weekIndex = new Date().getDay();
|
||||
//可得到当前日期以及之前的
|
||||
for (let i = weekIndex - 1; i >= 0; i--) {
|
||||
if (weekType === '本周') {
|
||||
date.push(getNowWeek(-i))
|
||||
} else {
|
||||
date.push(getNextWeek(-i))
|
||||
}
|
||||
}
|
||||
for (let i = 1; i <= 7 - weekIndex; i++) {
|
||||
if (weekType === '本周') {
|
||||
date.push(getNowWeek(i))
|
||||
} else {
|
||||
date.push(getNextWeek(i))
|
||||
}
|
||||
}
|
||||
return {
|
||||
year: date[0].year,
|
||||
month: date[0].month,
|
||||
day: date[0].day,
|
||||
firstDayOfTheWeek: date[0].result,
|
||||
secondDayOfThisWeek: date[1].result,
|
||||
thirdDayOfTheWeek: date[2].result,
|
||||
fourthDayOfTheWeek: date[3].result,
|
||||
fifthDayOfTheWeek: date[4].result,
|
||||
sixthDayOfTheWeek: date[5].result,
|
||||
seventhDayOfTheWeek: date[6].result
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//本周日期
|
||||
export function getNowWeek(day) {
|
||||
var today = new Date();
|
||||
var ts = today.getTime();//转化为时间戳毫秒数
|
||||
var targetday_milliseconds = today.getTime() + 1000 * 60 * 60 * 24 * day;
|
||||
today.setTime(targetday_milliseconds);
|
||||
var tYear = today.getFullYear();
|
||||
var tMonth = today.getMonth();
|
||||
var tDate = today.getDate();
|
||||
tMonth = tMonth + 1;
|
||||
tDate = tDate;
|
||||
//ios的格式判断
|
||||
if (uni.getSystemInfoSync().platform == 'ios') {
|
||||
//周几
|
||||
let time = tYear + "-" + tMonth + "-" + tDate
|
||||
let weekIndex = new Date(time).getDay();
|
||||
//改变今天的选中状态
|
||||
var d = new Date()
|
||||
var days = d.getDate()
|
||||
let daylist = {
|
||||
day: tDate, // 天
|
||||
isToday: tDate == days ? true : false, // 是否选中
|
||||
month: tMonth, // 月份
|
||||
result: tYear + "-" + tMonth + "-" + tDate, // 日期整体值
|
||||
week: weekIndex, //星期
|
||||
year: tYear, // 年份
|
||||
}
|
||||
return daylist
|
||||
} else {
|
||||
//周几
|
||||
let time = tYear + "-" + tMonth + "-" + tDate
|
||||
let weekIndex = new Date(time).getDay();
|
||||
//改变今天的选中状态
|
||||
var d = new Date()
|
||||
var days = d.getDate()
|
||||
let daylist = {
|
||||
day: tDate, // 天
|
||||
isToday: tDate == days ? true : false, // 是否选中
|
||||
month: tMonth, // 月份
|
||||
result: tYear + "-" + tMonth + "-" + tDate, // 日期整体值
|
||||
week: weekIndex, //星期
|
||||
year: tYear, // 年份
|
||||
}
|
||||
return daylist
|
||||
}
|
||||
}
|
||||
|
||||
//下周日期
|
||||
export function getNextWeek(day) {
|
||||
var today = new Date();
|
||||
var ts = today.getTime();//转化为时间戳毫秒数
|
||||
var targetday_milliseconds = today.getTime() + 1000 * 60 * 60 * 24 * day;
|
||||
today.setTime(targetday_milliseconds + 1000 * 60 * 60 * 24 * 7);
|
||||
var tYear = today.getFullYear();
|
||||
var tMonth = today.getMonth();
|
||||
var tDate = today.getDate();
|
||||
tMonth = tMonth + 1;
|
||||
tDate = tDate;
|
||||
//ios的格式判断
|
||||
if (uni.getSystemInfoSync().platform == 'ios') {
|
||||
//周几
|
||||
let time = tYear + "-" + tMonth + "-" + tDate
|
||||
let weekIndex = new Date(time).getDay();
|
||||
//改变今天的选中状态
|
||||
var d = new Date()
|
||||
var days = d.getDate()
|
||||
let daylist = {
|
||||
day: tDate, // 天
|
||||
isToday: tDate == days ? true : false, // 是否选中
|
||||
month: tMonth, // 月份
|
||||
result: tYear + "-" + tMonth + "-" + tDate, // 日期整体值
|
||||
week: weekIndex, //星期
|
||||
year: tYear, // 年份
|
||||
}
|
||||
return daylist
|
||||
} else {
|
||||
//周几
|
||||
let time = tYear + "-" + tMonth + "-" + tDate
|
||||
let weekIndex = new Date(time).getDay();
|
||||
//改变今天的选中状态
|
||||
var d = new Date()
|
||||
var days = d.getDate()
|
||||
let daylist = {
|
||||
day: tDate, // 天
|
||||
isToday: tDate == days ? true : false, // 是否选中
|
||||
month: tMonth, // 月份
|
||||
result: tYear + "-" + tMonth + "-" + tDate, // 日期整体值
|
||||
week: weekIndex, //星期
|
||||
year: tYear, // 年份
|
||||
}
|
||||
return daylist
|
||||
}
|
||||
}
|
||||
108
src/pages/business/CRM/plan/index.vue
Normal file
108
src/pages/business/CRM/plan/index.vue
Normal file
@@ -0,0 +1,108 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<customHeader ref="customHeaderRef" :title="'计划表'" :leftFlag="true">
|
||||
</customHeader>
|
||||
<!-- #ifdef H5 -->
|
||||
<view style="height:50rpx"></view>
|
||||
<!-- #endif -->
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<view class="white-bg">
|
||||
<navigator url="/pages/business/CRM/plan/myPlan">
|
||||
<view class="list-item item-padding">
|
||||
<img class="l-icon" :src="'static/images/business/icon-zfsp.png'"/>
|
||||
<text>我的计划</text>
|
||||
<view class="list-right">
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<view class="item-border"></view>
|
||||
<navigator url="/pages/business/CRM/plan/planView">
|
||||
<view class="list-item item-padding">
|
||||
<img class="l-icon" :src="'static/images/business/icon-jhck.png'"/>
|
||||
<text>计划查看</text>
|
||||
<view class="list-right">
|
||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.head-pic .head-right img {
|
||||
display: block;
|
||||
width: 28rpx;
|
||||
height: 25rpx;
|
||||
margin-left: auto;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.backlog-b-item img {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
margin: 0 auto 10rpx;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 590rpx; /*690*/
|
||||
padding: 30rpx 50rpx;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 32rpx;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.list-item.item-padding {
|
||||
padding: 45rpx 0;
|
||||
}
|
||||
|
||||
.list-item.item-padding:first-child {
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
|
||||
.list-item.item-padding:last-child {
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.item-border {
|
||||
height: 1px;
|
||||
background-color: #E7E7E7;
|
||||
width: 640rpx;
|
||||
}
|
||||
|
||||
.list-item .l-icon {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.list-item .list-right {
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
336
src/pages/business/CRM/plan/myPlan.vue
Normal file
336
src/pages/business/CRM/plan/myPlan.vue
Normal file
@@ -0,0 +1,336 @@
|
||||
<!--
|
||||
* @Description 我的计划列表
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'周计划列表'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="handleCreate">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>
|
||||
新增
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<view class="week-plan-title">
|
||||
<view v-if="userInfo.nickName">姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
||||
<view v-if="weekNum">
|
||||
{{ yearMonth }}
|
||||
<view v-if="isThisWeek" style=" display: inline-block;">
|
||||
<strong>本周</strong>
|
||||
</view>
|
||||
<view v-else style="display: inline-block"> 第 <strong>{{ weekNum }}</strong> 周</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="nav-list">
|
||||
<view class="nav-item" :class="{active:index==activeTab}"
|
||||
v-for="(item,index) in allPlans" :key="index"
|
||||
@click="handleNav(index)"
|
||||
>{{ getTapLabel(item) }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<block v-if="onShowPlan" v-for="(item, index) in OrdinalDate" :key="item">
|
||||
<!-- 计划详情 -->
|
||||
<view class="white-bg white-bg-2" :class="index == 0 ? 'white-bg-r' : ''">
|
||||
<view class="report-list">
|
||||
<view class="w-b-title">
|
||||
<view class="r-left">{{ getWorkDate(index) }} {{ WeekCN[index] }}</view>
|
||||
<view class="r-right btn-edit" @click="handleEdit(index)">编辑</view>
|
||||
</view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">工作类型</view>
|
||||
<view class="r-right">{{ getWorkType(index) || '' }}</view>
|
||||
</view>
|
||||
<view class="border-bottom b-width"></view>
|
||||
<view class="r-list">
|
||||
<view class="r-left">内容</view>
|
||||
<view class="r-right">{{ getWorkEvent(index) || '' }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class='bottom-spliter bg-gray'></view>
|
||||
</block>
|
||||
|
||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||
<!-- <view class="bottom-height bg-gray"></view> -->
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import {onMounted, ref, reactive, computed} from "vue";
|
||||
import {useRoute} from "vue-router"
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {WeekCN, WorkType, WorkEvent, OrdinalDate} from "./dataMap";
|
||||
import {getCurrentWeekNum} from "./dateTimeUtils";
|
||||
import {getUserInfo, getWeeklyPlanList} from "@/api/crm/plan/getPlan";
|
||||
import {useMessage} from "@/utils/message";
|
||||
import {judgeThisWeek} from "@/api/crm/plan/updatePlan";
|
||||
|
||||
const userInfo = ref(null)
|
||||
const route = useRoute();
|
||||
userInfo.value = {
|
||||
nickName: '',
|
||||
userName: ''
|
||||
}
|
||||
const queryParams = ref({
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
});
|
||||
const date = new Date(); // 当前日期
|
||||
const activeTab = ref(0);
|
||||
const yearMonth = ref(null);
|
||||
const weekNum = ref(0);
|
||||
const allPlans = ref([]);
|
||||
const onShowPlan = ref(null);
|
||||
const message = useMessage();
|
||||
|
||||
let getWorkDate = (index) => {
|
||||
return onShowPlan.value ? onShowPlan.value[OrdinalDate[index]] : '';
|
||||
};
|
||||
let getWorkType = (index) => {
|
||||
return onShowPlan.value ? onShowPlan.value[WorkType[index]] : '';
|
||||
};
|
||||
let getWorkEvent = (index) => {
|
||||
return onShowPlan.value ? onShowPlan.value[WorkEvent[index]] : '';
|
||||
};
|
||||
// 刷新计划列表
|
||||
const refreshPlanList = () => {
|
||||
message.showLoading();
|
||||
// 获取用户信息
|
||||
// getUserInfo().then(res => {
|
||||
// userInfo.value = res.user;
|
||||
// console.log(route.path, ":用户信息获取成功");
|
||||
// }).catch(err => {
|
||||
// console.warn(err, "用户信息获取失败")
|
||||
// });
|
||||
// 获取周计划列表
|
||||
getWeeklyPlanList(queryParams.value).then(res => {
|
||||
const {rows} = res;
|
||||
if (rows.length > 0) {
|
||||
allPlans.value = rows;
|
||||
onShowPlan.value = rows[0];
|
||||
weekNum.value = rows[0].date;
|
||||
yearMonth.value = rows[0].firstDayOfTheWeek.substring(0, 7);
|
||||
}
|
||||
console.log(route.path, ":用户周计划列表获取成功");
|
||||
}).catch(err => {
|
||||
console.warn(err, "用户周计划列表获取失败");
|
||||
message.error("周计划获取失败");
|
||||
}).finally(() => {
|
||||
message.hideLoading();
|
||||
})
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
refreshPlanList();
|
||||
})
|
||||
|
||||
// 判断计划是否为本周
|
||||
let isThisWeek = computed(() => {
|
||||
let theYear = onShowPlan.value.year || onShowPlan.value.firstDayOfTheWeek.substring(0, 4); // 获取年份
|
||||
weekNum.value = onShowPlan.value.date; // 当目前展示的计划列表变化时,更新weekNum.value
|
||||
yearMonth.value = onShowPlan.value.firstDayOfTheWeek.substring(0, 7); // 获取年月
|
||||
return date.getFullYear() === parseInt(theYear) &&
|
||||
date.getMonth() + 1 === onShowPlan.value.month &&
|
||||
getCurrentWeekNum() === onShowPlan.value.date;
|
||||
})
|
||||
|
||||
// 跳转到计划编辑页
|
||||
function handlePlanEdit(param, isAdd) {
|
||||
// 在起始页面跳转到planEdit.vue页面,并监听planEdit.vue发送过来的事件数据
|
||||
uni.navigateTo({
|
||||
url: '/pages/business/CRM/plan/planEdit',
|
||||
events: {
|
||||
// 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据
|
||||
// 监听页面返回事件,用于刷新数据
|
||||
refreshData: function () {
|
||||
refreshPlanList(); // 页面返回时调用刷新函数
|
||||
}
|
||||
},
|
||||
success: function (res) {
|
||||
// 通过eventChannel向被打开页面传送数据
|
||||
res.eventChannel.emit('editPlanData', {param, isAdd})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 创建计划
|
||||
function handleCreate() {
|
||||
console.log("handleCreate", "前往增加计划");
|
||||
const itemList = ["本周", "下周"];
|
||||
uni.showActionSheet({
|
||||
itemList,
|
||||
success(result) {
|
||||
// console.log("选择"+itemList[res.tapIndex])
|
||||
// if(res.tapIndex == 0){ // 创建本周计划
|
||||
judgeThisWeek({
|
||||
month: new Date().getMonth() + 1,
|
||||
date: getCurrentWeekNum()
|
||||
}).then((res) => {
|
||||
console.log(res, "可以创建周计划")
|
||||
handlePlanEdit({itemList, selectIndex: result.tapIndex}, true);
|
||||
}).catch((err) => {
|
||||
console.warn(err, "已存在周计划")
|
||||
// uni.showToast({
|
||||
// icon: 'error',
|
||||
// title: '已有本周或下周计划',
|
||||
// duration: 2000
|
||||
// })
|
||||
})
|
||||
// }else{ // 创建下周计划
|
||||
// }
|
||||
},
|
||||
fail(err) {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
// 获取计划时间段
|
||||
function getTapLabel(row) {
|
||||
return row.firstDayOfTheWeek.substring(0, 4) + '年' + row.month + '月 第' + row.date + '周';
|
||||
}
|
||||
|
||||
// 选中计划时间段
|
||||
function handleNav(index) {
|
||||
console.log(index, "tab更换时间段");
|
||||
activeTab.value = index;
|
||||
onShowPlan.value = allPlans.value[index]; // 更新计划列表视图
|
||||
}
|
||||
|
||||
// 修改计划
|
||||
function handleEdit(index) {
|
||||
const {
|
||||
planId, // 主键ID
|
||||
year, // 年
|
||||
month, // 月
|
||||
date, // 周
|
||||
planDateId, // 周计划ID
|
||||
} = onShowPlan.value;
|
||||
|
||||
let formData = {
|
||||
planId, year, month, date, planDateId
|
||||
};
|
||||
|
||||
for (let i = 0; i < OrdinalDate.length; i++) {
|
||||
// 周一到周日的日期
|
||||
formData[OrdinalDate[i]] = getWorkDate(i);
|
||||
// 周一到周日的工作类型
|
||||
formData[WorkType[i]] = getWorkType(i);
|
||||
// 周一到周日的工作内容
|
||||
formData[WorkEvent[i]] = getWorkEvent(i);
|
||||
}
|
||||
|
||||
// console.log(JSON.stringify(formData))
|
||||
console.log(route.path, formData, "前往修改页面");
|
||||
const editFields = [OrdinalDate[index], WorkType[index], WorkEvent[index]];
|
||||
let userName = null; // userInfo.value.userName || userInfo.value.nickName;
|
||||
handlePlanEdit({userName, formData, editFields}, false);
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.week-plan-title {
|
||||
color: #fff;
|
||||
padding: 0 30rpx 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.white-bg-r {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
/* margin-bottom: 20rpx; */
|
||||
}
|
||||
.bottom-spliter{
|
||||
height: 20rpx;
|
||||
}
|
||||
.bg-gray{
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.report-list .w-b-title .btn-edit {
|
||||
background-color: #5C96F7;
|
||||
}
|
||||
|
||||
.con-bg {
|
||||
height: 445rpx;
|
||||
}
|
||||
|
||||
.nav-list {
|
||||
/* display: flex;*/
|
||||
/* width: 690rpx;*/
|
||||
overflow-x: auto; /* 允许横向滚动 */
|
||||
/*overflow-y: hidden; 隐藏垂直滚动 */
|
||||
/*-ms-overflow-style: none; IE 隐藏滚动条 */
|
||||
/* scrollbar-width: none; */ /*Firefox 隐藏滚动条 */
|
||||
/* 添加高度以确保有足够的空间 */
|
||||
/* height: 80rpx;*/
|
||||
white-space: nowrap; /* 保持子元素在同一行显示 */
|
||||
/* 添加这些属性确保滚动正常工作 */
|
||||
scroll-behavior: smooth;
|
||||
/* #ifdef APP-PLUS */
|
||||
padding: 80rpx 30rpx 0;
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 20rpx 30rpx 0;
|
||||
/* #endif */
|
||||
}
|
||||
/* 为 Webkit 浏览器隐藏滚动条 */
|
||||
.nav-list::-webkit-scrollbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
.nav-list .nav-item {
|
||||
/* flex: 0 0 auto; 关键:不放大、不缩小、自动宽度 */
|
||||
/* width: 200rpx;*/
|
||||
display: inline-block;
|
||||
background-color: #05A3F4;
|
||||
border-radius: 10rpx;
|
||||
color: #FFFFFF;
|
||||
font-size: 28rpx;
|
||||
text-align: center;
|
||||
padding: 10rpx 25rpx;
|
||||
margin-right: 15rpx;
|
||||
margin-bottom: 20rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*.nav-list .nav-item:nth-child(3n){
|
||||
margin-right:0;
|
||||
}*/
|
||||
|
||||
.nav-list .nav-item.active {
|
||||
background-color: #fff;
|
||||
color: #3384DF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
329
src/pages/business/CRM/plan/planEdit.vue
Normal file
329
src/pages/business/CRM/plan/planEdit.vue
Normal file
@@ -0,0 +1,329 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="title" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<view class="head-right" @click="submitForm">
|
||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||
color="#B7D2FF"></uni-icons>
|
||||
保存
|
||||
</view>
|
||||
</template>
|
||||
</customHeader>
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
|
||||
<!-- 正文内容 -->
|
||||
<view class="week-plan-title">
|
||||
<view v-if="userInfo.nickName">姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
||||
<view>{{ currentEditDate.yearMonth }} 第 <strong>{{ currentEditDate.weekNum }}</strong> 周</view>
|
||||
</view>
|
||||
<uni-forms ref="formRef" :model="weekPlanFormData" :rules="rules" label-width="100px" label-position="top">
|
||||
<block v-for="(item, index) in OrdinalDate">
|
||||
<view class="white-bg" :class="index==0?'white-bg-2':'white-bg-3'">
|
||||
<view class="w-b-title" @click="handleExpand(index)">
|
||||
{{ weekPlanFormData[item] }} {{ WeekCN[index] }}
|
||||
<text>{{ expandFlag[index] ? '收起' : '展开' }}
|
||||
<i :class="{iconfont:true,'icon-up':expandFlag[index],'icon-down':!expandFlag[index]}"></i>
|
||||
</text>
|
||||
</view>
|
||||
|
||||
<view v-show="expandFlag[index]" class="form-con">
|
||||
<uni-forms-item label="工作类型" :name="getTypeField(index)" :required="index < workDays">
|
||||
<view class="form-picker">
|
||||
<picker @change="handleTypeChange" :range="WORK_TYPE" :data-field="getTypeField(index)">
|
||||
<view class="flex">
|
||||
{{ weekPlanFormData[getTypeField(index)] }}
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="内容" :name="getEventField(index)" :required="index < workDays">
|
||||
<uni-easyinput type="textarea" autoHeight v-model="weekPlanFormData[getEventField(index)]"
|
||||
placeholder="请输入" class="form-texarea"/>
|
||||
</uni-forms-item>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</block>
|
||||
</uni-forms>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, reactive, onMounted, getCurrentInstance, computed} from 'vue'
|
||||
import {OrdinalDate, WorkEvent, WorkType, WORK_TYPE, WeekCN} from "./dataMap";
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import {useRoute} from "vue-router"
|
||||
import {useMessage} from "@/utils/message";
|
||||
import {onLoad} from "@dcloudio/uni-app";
|
||||
import {updateWeekPlanList, addPlan} from "@/api/crm/plan/updatePlan";
|
||||
import {getUserInfo} from "@/api/crm/plan/getPlan";
|
||||
import {getDate} from "@/utils/datetime";
|
||||
import {getWeek2, getCurrentWeekNum} from "./dateTimeUtils";
|
||||
|
||||
const message = useMessage();
|
||||
// 当前页面路由
|
||||
const route = useRoute();
|
||||
// 当前编辑周期
|
||||
const currentEditDate = ref({
|
||||
yearMonth: '',
|
||||
weekNum: 0
|
||||
});
|
||||
// 用户信息
|
||||
const userInfo = ref({nickName: null, userName: null});
|
||||
// 编辑模式
|
||||
const isAdd = ref(true);
|
||||
// 标题
|
||||
const title = ref("修改周计划");
|
||||
// 表单项展开状态
|
||||
const expandFlag = ref([true, true, true, true, true, true, true]);
|
||||
// 表单ref
|
||||
const formRef = ref(null);
|
||||
// 工作类型的index
|
||||
const workTypeIndex = ref({});
|
||||
// 表单数据
|
||||
const weekPlanFormData = ref({
|
||||
// planId: 0, // 主键ID
|
||||
// planDateId: 0, // 周计划ID
|
||||
|
||||
year: 0, // 年
|
||||
month: 0, // 月
|
||||
date: 0, // 周
|
||||
|
||||
firstDayOfTheWeek: null, // 周一日期
|
||||
secondDayOfThisWeek: null, // 周二日期
|
||||
thirdDayOfTheWeek: null, // 周三日期
|
||||
fourthDayOfTheWeek: null, // 周四日期
|
||||
fifthDayOfTheWeek: null, // 周五日期
|
||||
sixthDayOfTheWeek: null, // 周六日期
|
||||
seventhDayOfTheWeek: null, // 周日日期
|
||||
|
||||
typeOfMonday: null, // 周一工作类型
|
||||
typeOfTuesday: null, // 周二工作类型
|
||||
typeOfWednesday: null, //周三工作类型
|
||||
typeOfThursday: null, // 周四工作类型
|
||||
typeOfFriday: null, // 周五工作类型
|
||||
typeOfSaturday: null, // 周六工作类型
|
||||
typeOfSunday: null, // 周日工作类型
|
||||
|
||||
eventOfMonday: null, // 周一工作内容
|
||||
eventOfTuesday: null, // 周二工作内容
|
||||
eventOfWednesday: null, // 周三工作内容
|
||||
eventOfThursday: null, // 周四工作内容
|
||||
eventOfFriday: null, // 周五工作内容
|
||||
eventOfSaturday: null, // 周六工作内容
|
||||
eventOfSunday: null // 周日工作内容
|
||||
});
|
||||
|
||||
// 校验规则
|
||||
const rules = reactive({});
|
||||
// 工作日数量
|
||||
const workDays = 5;
|
||||
// const instance = getCurrentInstance().proxy;
|
||||
let instance = null;
|
||||
// 初始化创建任务
|
||||
let initCreate = (params)=>{
|
||||
const {itemList, selectIndex} = params;
|
||||
// 获取用户信息
|
||||
getUserInfo().then(res => {
|
||||
userInfo.value = res.user;
|
||||
console.log(route.path, ":用户信息获取成功");
|
||||
}).catch(err => {
|
||||
console.warn(err, "用户信息获取失败")
|
||||
});
|
||||
console.log(route.path,`:创建${itemList[selectIndex]}计划`);
|
||||
title.value="创建周计划";
|
||||
currentEditDate.value.yearMonth = getDate({format: true}).substring(0, 7); // 只要年月
|
||||
currentEditDate.value.weekNum = getCurrentWeekNum() + selectIndex; // 取巧做法,当期周则selectIndex为0,下周则selectIndex为1,用加法处理
|
||||
const week = getWeek2(itemList[selectIndex]); // 获取本周/下周一周日期
|
||||
// weekPlanFormData.value.year = getDate({format:true}).substring(0, 4); // 年份
|
||||
// weekPlanFormData.value.month = parseInt(currentEditDate.value.yearMonth.substring(5, 7)); // 月份
|
||||
weekPlanFormData.value.date = getCurrentWeekNum() + selectIndex; // 第几周
|
||||
const {year, month} = week;
|
||||
weekPlanFormData.value.year = year;
|
||||
weekPlanFormData.value.month = month;
|
||||
for(let index in OrdinalDate){
|
||||
let dateField = getDateField(index);
|
||||
weekPlanFormData.value[dateField] = week[dateField];
|
||||
// console.log(week[dateField]);
|
||||
if(index>=workDays){
|
||||
let typeField = getTypeField(index);
|
||||
weekPlanFormData.value[typeField] = "法定假日"; // TODO: 换成更规范代码
|
||||
workTypeIndex.value[typeField] = WORK_TYPE.indexOf("法定假日");
|
||||
}
|
||||
}
|
||||
console.log(weekPlanFormData.value);
|
||||
}
|
||||
onLoad((options) => {
|
||||
// console.log(options); // 参数
|
||||
// console.log(route.path, ":计划编辑页面");
|
||||
instance = getCurrentInstance().proxy;
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.on('editPlanData', (data) => {
|
||||
isAdd.value = data.isAdd;
|
||||
if (!data.isAdd) {
|
||||
let {userName, formData, editFields} = data.param;
|
||||
console.log(route.path, userName, formData, editFields, "计划编辑页读取到参数");
|
||||
weekPlanFormData.value = formData;
|
||||
userInfo.value.userName = userName;
|
||||
currentEditDate.value.yearMonth = formData.firstDayOfTheWeek.substring(0, 7);
|
||||
currentEditDate.value.weekNum = formData.date; // 周数
|
||||
// for(let typeField of WorkType){
|
||||
// workTypeIndex.value[typeField] = WORK_TYPE.indexOf(formData[typeField]);
|
||||
// }
|
||||
for (let index in OrdinalDate) {
|
||||
expandFlag.value[index] = editFields.includes(getTypeField(index)) || editFields.includes(getEventField(index));
|
||||
// console.log(index, expandFlag.value[index], "展开状态");
|
||||
}
|
||||
}else{
|
||||
initCreate(data.param);
|
||||
}
|
||||
|
||||
})
|
||||
});
|
||||
|
||||
// 工作日期的field
|
||||
function getDateField(index) {
|
||||
return OrdinalDate[index]
|
||||
}
|
||||
|
||||
// 工作类型的field
|
||||
function getTypeField(index) {
|
||||
return WorkType[index]
|
||||
}
|
||||
|
||||
// 工作内容的field
|
||||
function getEventField(index) {
|
||||
return WorkEvent[index];
|
||||
}
|
||||
|
||||
// 初始化校验规则
|
||||
(function bindRules(){
|
||||
for (let i in WorkType) {
|
||||
if (i < workDays) {
|
||||
rules[getTypeField(i)] = {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请选择工作类型',
|
||||
trigger: 'blur'
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
for (let i in WorkEvent) {
|
||||
if (i < workDays) {
|
||||
rules[getEventField(i)] = {
|
||||
rules: [{
|
||||
required: true,
|
||||
errorMessage: '请输入工作内容',
|
||||
trigger: 'blur'
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
// console.log(rules, '初始化校验规则完成');
|
||||
})();
|
||||
|
||||
// 展开事件
|
||||
function handleExpand(index) {
|
||||
expandFlag.value[index] = !expandFlag.value[index];
|
||||
}
|
||||
|
||||
// 选择工作类型
|
||||
const handleTypeChange = (e) => {
|
||||
const {field} = e.target.dataset;
|
||||
console.log("选中工作类型: ", WORK_TYPE[e.detail.value], ",更新类型字段: ", field);
|
||||
workTypeIndex.value[field] = e.detail.value;
|
||||
weekPlanFormData.value[field] = WORK_TYPE[e.detail.value];
|
||||
};
|
||||
|
||||
// 保存
|
||||
const submitForm = async () => {
|
||||
try {
|
||||
// 验证表单
|
||||
await formRef.value.validate()
|
||||
|
||||
// 验证通过后的操作
|
||||
|
||||
// console.log('表单数据:', weekPlanFormData.value);
|
||||
|
||||
// 这里可以添加提交到服务器的代码
|
||||
if(!isAdd.value){ // 请求修改
|
||||
let res = await updateWeekPlanList(weekPlanFormData.value).catch(err=>{
|
||||
message.error('操作失败!');
|
||||
console.warn(err, "更新周计划失败");
|
||||
})
|
||||
message.success('修改成功!');
|
||||
setTimeout(()=>{
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshData');
|
||||
uni.navigateBack()
|
||||
}, 500);
|
||||
}else{ // 请求新增
|
||||
console.log(weekPlanFormData.value,"新增计划");
|
||||
let res = await addPlan(weekPlanFormData.value).catch(err=>{
|
||||
message.error('操作失败!');
|
||||
console.error(err, "周计划新增失败");
|
||||
})
|
||||
message.success('保存成功!');
|
||||
setTimeout(()=>{
|
||||
const eventChannel = instance.getOpenerEventChannel();
|
||||
eventChannel.emit('refreshData');
|
||||
uni.navigateBack()
|
||||
}, 500);
|
||||
}
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title:"请完善内容",
|
||||
duration: 1500
|
||||
})
|
||||
console.log('表单验证失败:', err);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.week-plan-title {
|
||||
color: #fff;
|
||||
padding: 0 30rpx 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
/*margin-bottom: 20rpx;*/
|
||||
}
|
||||
|
||||
.white-bg.white-bg-3 {
|
||||
border-top: 1rpx solid #E5E5E5;
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
padding: 30rpx 0 0;
|
||||
}
|
||||
|
||||
:deep(.form-con .uni-forms-item) {
|
||||
margin-bottom: 22px !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
400
src/pages/business/CRM/plan/planView.vue
Normal file
400
src/pages/business/CRM/plan/planView.vue
Normal file
@@ -0,0 +1,400 @@
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
<!-- 头部 -->
|
||||
<customHeader ref="customHeaderRef" :title="'周计划表'" :leftFlag="true" :rightFlag="true">
|
||||
<template #right>
|
||||
<!-- <view class="head-right" @click="handleAdd">
|
||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>新增
|
||||
</view>-->
|
||||
</template>
|
||||
</customHeader>
|
||||
|
||||
<!-- 高度来避免头部遮挡 -->
|
||||
<view class="top-height"></view>
|
||||
<!-- 正文内容 -->
|
||||
<view>
|
||||
|
||||
<!-- 搜索 -->
|
||||
<view class="search">
|
||||
<picker mode="date" :value="defaultDate" :start="startDate" :end="endDate"
|
||||
@change="bindDateChange" class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong" size="18"></uni-icons>
|
||||
<view>{{ defaultDate }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<picker @change="bindPickerChange" :value="areaIndex" :range="AreaList" class="picker-bg">
|
||||
<view class="picker">
|
||||
<uni-icons type="person" size="18"></uni-icons>
|
||||
<view>{{ AreaList[areaIndex] }}</view>
|
||||
<uni-icons type="down" size="18"></uni-icons>
|
||||
</view>
|
||||
</picker>
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<!-- <mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"-->
|
||||
<!-- :up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"-->
|
||||
<!-- class="scroll-h" :class="{'loading-scroll':cssFlag}">-->
|
||||
<view class="white-bg" v-if="list.length">
|
||||
<!--v-for="(item, index) in list" :key="index" @click="handleDetail(item)"-->
|
||||
<view style="text-align: center; margin-bottom: 30rpx; font-size: 30rpx;">
|
||||
{{ parseInt(searchValue.selectDate.substring(5, 7)) }}月
|
||||
<span class="line"></span>
|
||||
{{searchValue.selectDate.substring(0, 4) }}年
|
||||
</view>
|
||||
<uni-row class="demo-uni-row">
|
||||
<uni-col :span="1">
|
||||
<view class="demo-uni-col right-radius">序号</view>
|
||||
</uni-col>
|
||||
<uni-col :span="2">
|
||||
<view class="demo-uni-col left-radius">姓名</view>
|
||||
</uni-col>
|
||||
<block v-for="(field, i) in OrdinalDate">
|
||||
<uni-col :span="3">
|
||||
<view class="demo-uni-col mar-left">
|
||||
<text>{{ WeekShortCN[i] }}</text>
|
||||
<text v-if="list[0][field]">{{ list[0][field].substring(8) }}</text>
|
||||
</view>
|
||||
</uni-col>
|
||||
</block>
|
||||
</uni-row>
|
||||
<block v-for="(item, index) in list" :key="index">
|
||||
<uni-row class="demo-uni-row">
|
||||
<uni-col :span="1">
|
||||
<view class="demo-uni-col right-radius">
|
||||
<text>{{ index + 1 }}</text>
|
||||
</view>
|
||||
</uni-col>
|
||||
<uni-col :span="2">
|
||||
<view class="demo-uni-col left-radius">
|
||||
<text>{{ item.nickName || item.userName }}</text>
|
||||
</view>
|
||||
</uni-col>
|
||||
<block v-for="(field, i) in WorkType">
|
||||
<uni-col :span="3">
|
||||
<view class="demo-uni-col mar-left color-white" @click="handleDetail(index, i)"
|
||||
:style="{ backgroundColor: COLOR_MAP[item[field]] }"
|
||||
><!--@click="handleView(index, i)"-->
|
||||
<text v-if="item[field]">{{ item[field] }}</text>
|
||||
<text v-else style="color: gray">暂无</text>
|
||||
</view>
|
||||
</uni-col>
|
||||
</block>
|
||||
</uni-row>
|
||||
</block>
|
||||
</view>
|
||||
<view v-else style="text-align: center; margin-top: 50%; color: white">
|
||||
暂无数据
|
||||
</view>
|
||||
<!-- </mescroll-uni>-->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref, onMounted} from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
||||
import {getAllWeekPlanList} from "@/api/crm/plan/getPlan";
|
||||
import {AreaList, COLOR_MAP, OrdinalDate, WeekShortCN, WorkEvent, WorkType} from "./dataMap";
|
||||
import {getCurrentWeekNum} from "./dateTimeUtils";
|
||||
import {getDate} from "@/utils/datetime";
|
||||
import {getWeekPlanListByDate} from "@/api/crm/plan/getPlan";
|
||||
|
||||
// const currentYear = new Date().getFullYear();
|
||||
const currentMonth = new Date().getMonth() + 1;
|
||||
const currentWeekNum = getCurrentWeekNum();
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
onMounted(() => {
|
||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||
uni.showLoading({})
|
||||
getPlanList().then(res=>{
|
||||
let {total, rows} = res;
|
||||
console.log(rows, "周计划数据获取成功")
|
||||
list.value = rows;
|
||||
uni.hideLoading();
|
||||
})
|
||||
})
|
||||
|
||||
// 开始时间
|
||||
let startDate = getDate('start');
|
||||
// 结束时间,间隔10年
|
||||
let endDate = getDate('end');
|
||||
let defaultDate = getDate({format: true})
|
||||
// 区域索引
|
||||
let areaIndex = ref(0);
|
||||
// 搜索内容
|
||||
let searchValue = ref({
|
||||
selectDate: defaultDate,
|
||||
region: AreaList[areaIndex.value]
|
||||
});
|
||||
|
||||
// 查询列表
|
||||
let list = ref([]);
|
||||
const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: {num: 0, size: 10},
|
||||
noMoreSize: 5,
|
||||
empty: {tip: '~ 空空如也 ~'},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
|
||||
const downOption = ref({
|
||||
auto: true,
|
||||
textInOffset: '下拉刷新',
|
||||
textOutOffset: '释放更新',
|
||||
textLoading: '刷新中...'
|
||||
});
|
||||
|
||||
let cssFlag = ref(false);//控制样式
|
||||
|
||||
// 获取数据列表
|
||||
const getPlanList = (month, date, pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
// 查询参数
|
||||
let queryParams = {
|
||||
month: month ? month : currentMonth,
|
||||
date: date ? date : currentWeekNum,
|
||||
pageNum: pageIndex ? pageIndex : 1,
|
||||
pageSize: pageSize ? pageSize : 10
|
||||
}
|
||||
|
||||
let {rows, total} = await getAllWeekPlanList(queryParams);
|
||||
resolve({
|
||||
rows,
|
||||
total
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// 搜索日期变更
|
||||
let bindDateChange = (e) => {
|
||||
defaultDate = e.detail.value
|
||||
searchValue.value.selectDate = e.detail.value;
|
||||
handleSearch();
|
||||
}
|
||||
|
||||
// 查询搜索跳转
|
||||
let handleSearch = () => {
|
||||
console.log(searchValue.value, '查询参数')
|
||||
uni.showLoading();
|
||||
getWeekPlanListByDate(searchValue.value).then(res=>{
|
||||
const {total, rows } = res;
|
||||
list.value = rows;
|
||||
console.log(rows, '查询成功');
|
||||
}).catch(err=>{
|
||||
console.warn(err,'数据获取失败');
|
||||
}).finally(()=>{
|
||||
uni.hideLoading();
|
||||
})
|
||||
}
|
||||
const mescrollInit = (mescroll) => {
|
||||
cssFlag.value = true;
|
||||
mescrollRef.value = mescroll;
|
||||
};
|
||||
// 搜索区域变更
|
||||
const bindPickerChange = (e) => {
|
||||
// console.log('picker发送选择改变,携带值为', peopleIndex.value)
|
||||
areaIndex.value = e.detail.value
|
||||
searchValue.value.region = AreaList[e.detail.value]
|
||||
// 查询
|
||||
handleSearch();
|
||||
}
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail = (rowIndex, colIndex) => {
|
||||
let detail = list.value[rowIndex];
|
||||
let workDate = detail[OrdinalDate[colIndex]];
|
||||
let workType = detail[WorkType[colIndex]];
|
||||
let workEvent = detail[WorkEvent[colIndex]];
|
||||
if(workType && workEvent){
|
||||
uni.showModal({
|
||||
title: `${workDate}\n${workType}`,
|
||||
content: `${workEvent}`,
|
||||
confirmText: '关闭',
|
||||
showCancel: false,
|
||||
maskClosable: true, // 允许点击蒙层关闭弹窗
|
||||
success: function (res) {
|
||||
if (res.confirm) {
|
||||
|
||||
} else if (res.cancel) {
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
else{
|
||||
uni.showToast({
|
||||
title: "暂无内容",
|
||||
icon: "none",
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.demo-uni-row {
|
||||
margin-bottom: 4rpx;
|
||||
/* QQ、抖音小程序文档写有 :host,但实测不生效 */
|
||||
/* 百度小程序没有 :host,需要设置block */
|
||||
/* #ifdef MP-TOUTIAO || MP-QQ || MP-BAIDU */
|
||||
display: block;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
/* 支付宝小程序没有 demo-uni-row 层级 */
|
||||
/* 微信小程序使用了虚拟化节点,没有 demo-uni-row 层级 */
|
||||
/* #ifdef MP-ALIPAY || MP-WEIXIN */
|
||||
/deep/ .uni-row {
|
||||
margin-bottom: 4rpx;
|
||||
}
|
||||
|
||||
/* #endif */
|
||||
|
||||
.search {
|
||||
display: flex;
|
||||
padding: 0 30rpx;
|
||||
height: 68rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.search .btn-search {
|
||||
border: none;
|
||||
background: none;
|
||||
line-height: normal;
|
||||
color: #fff;
|
||||
/*line-height: 56rpx !important;*/
|
||||
padding: 10rpx 0 0;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search .btn-search::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search .picker-bg {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
background-color: #6FA2F8;
|
||||
border-radius: 25px;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding: 10rpx 20rpx 0 20rpx;
|
||||
/* #endif */
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* #ifndef APP-PLUS */
|
||||
padding-top: 2rpx;
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uni-icons:first-child {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.search .picker-bg .picker .uniui-down {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.line {
|
||||
display: inline-block;
|
||||
width: 10rpx;
|
||||
border-right: solid gray 1rpx;
|
||||
height: 20rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.demo-uni-col {
|
||||
height: 36px;
|
||||
border-radius: 4px;
|
||||
background-color: #E7E7E7;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
line-height: 32rpx;
|
||||
padding-top: 10rpx;
|
||||
padding-bottom: 13rpx;
|
||||
min-height: 130rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mar-left {
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
|
||||
.right-radius {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.left-radius {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.color-white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
width: 690rpx;
|
||||
margin: 20rpx 0 0 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
/* #ifdef APP-PLUS */
|
||||
min-height: calc(100vh - 160rpx/*.topbar height*/ - 68rpx/*.search height*/ - 40rpx/*.white-bg padding-top*/ - 40rpx/*.white-bg padding-bottom*/);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
min-height: calc(100vh - 116rpx/*.topbar height*/ - 68rpx/*.search height*/ - 40rpx/*.white-bg padding-top*/ - 40rpx/*.white-bg padding-bottom*/);
|
||||
/* #endif */
|
||||
//overflow-y: auto;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-2 {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.white-bg.white-bg-3 {
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.white-bg .w-b-title {
|
||||
color: #3384DF;
|
||||
font-size: 38rpx;
|
||||
}
|
||||
|
||||
.form-con {
|
||||
padding: 30rpx 0 0;
|
||||
}
|
||||
|
||||
:deep(.form-con .uni-forms-item) {
|
||||
margin-bottom: 22px !important;
|
||||
}
|
||||
/*.con-bg {
|
||||
height: 420rpx;
|
||||
}*/
|
||||
</style>
|
||||
@@ -23,7 +23,7 @@
|
||||
/>
|
||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 分页部分 -->
|
||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||
@@ -64,7 +64,7 @@ import { ref, onMounted } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { visitorReportList } from '@/api/business.js'
|
||||
import { getYsVisistList } from '@/api/crm/api_ys.js'
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
const navBarPaddingTop = ref(0);
|
||||
@@ -89,7 +89,10 @@ const mescrollRef = ref(null);
|
||||
const upOption = ref({
|
||||
page: { num: 0, size: 10 },
|
||||
noMoreSize: 5,
|
||||
empty: { tip: '~ 空空如也 ~' },
|
||||
empty: {
|
||||
tip: '~ 空空如也 ~',
|
||||
icon: "../../static/images/mescroll-empty.png"
|
||||
},
|
||||
textLoading: '加载中...',
|
||||
textNoMore: '已经到底了'
|
||||
});
|
||||
@@ -111,7 +114,7 @@ const mescrollInit = (mescroll) => {
|
||||
const downCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async ()=>{
|
||||
const res = await getVisitorReportList(1, upOption.value.page.size);
|
||||
const res = await getGetYsVisistList(1, upOption.value.page.size);
|
||||
cssFlag.value = false;
|
||||
list.value = res.list;
|
||||
mescroll.resetUpScroll();
|
||||
@@ -128,7 +131,7 @@ const downCallback = async (mescroll) => {
|
||||
const upCallback = async (mescroll) => {
|
||||
try {
|
||||
setTimeout(async ()=>{
|
||||
const res = await getVisitorReportList(mescroll.num, mescroll.size);
|
||||
const res = await getGetYsVisistList(mescroll.num, mescroll.size);
|
||||
if (mescroll.num === 1) {
|
||||
list.value = res.list;
|
||||
} else {
|
||||
@@ -142,69 +145,14 @@ const upCallback = async (mescroll) => {
|
||||
}
|
||||
|
||||
// 获取数据列表
|
||||
const getVisitorReportList = (pageIndex, pageSize) => {
|
||||
const getGetYsVisistList = (pageIndex, pageSize) => {
|
||||
return new Promise(async (resolve) => {
|
||||
let param = {
|
||||
pageIndex,
|
||||
pageSize
|
||||
}
|
||||
|
||||
// let res = await visitorReportList(param);
|
||||
let res = {
|
||||
list:[
|
||||
{
|
||||
id:1,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:2,title:'客户:中国船舶集团有限公司第七一 七研究所',name:'YS-VR2025091307',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:3,title:'客户:旭日阳(北京)科技有限公司',name:'YS-VR2025090902',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:4,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:5,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:6,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:7,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:8,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:9,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
},
|
||||
{
|
||||
id:10,title:'客户:北京中科睿信科技有限公司',name:'YS-VR2025091515',
|
||||
reportType:1,reportTypeName:'I 类活动 (走访)',statusName:'待胡本华审核',
|
||||
reportPeople:'管理员',dateStr:'2025-09-15'
|
||||
}
|
||||
],
|
||||
totalCount:14
|
||||
}
|
||||
|
||||
let res = await getYsVisistList(param);
|
||||
resolve({
|
||||
list: res.list,
|
||||
total: res.totalCount
|
||||
@@ -215,7 +163,7 @@ const getVisitorReportList = (pageIndex, pageSize) => {
|
||||
|
||||
// 跳转到详情
|
||||
let handleDetail=(item)=>{
|
||||
uni.navigateTo({
|
||||
uni.navigateTo({
|
||||
url: "/pages/business/CRM/visitorReportDetail?id="+item.id
|
||||
})
|
||||
}
|
||||
@@ -250,7 +198,7 @@ let handleDetail=(item)=>{
|
||||
}
|
||||
.search .custom-search{
|
||||
width:80%;
|
||||
|
||||
|
||||
}
|
||||
.search .custom-search.uni-searchbar{
|
||||
padding-right:0 !important;
|
||||
@@ -268,4 +216,4 @@ let handleDetail=(item)=>{
|
||||
padding-bottom:10rpx;
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="100px" label-position="top">
|
||||
<uni-forms-item label="客户人员" name="guestName1" class="f-c-right">
|
||||
<multipleSelect :multiple="true" :value="monIndex1" downInner :options="guestList1"
|
||||
@change="changeValue1" :key="Math.round()"
|
||||
@change="changeValue1" :key="Math.round()" :slabel="'label'"
|
||||
></multipleSelect>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="我方参与人" name="guestName2" class="f-c-right">
|
||||
<multipleSelect :multiple="true" :value="monIndex2" downInner :options="guestList2"
|
||||
@change="changeValue2" :key="Math.round()"
|
||||
@change="changeValue2" :key="Math.round()" :slabel="'label'"
|
||||
></multipleSelect>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="活动内容" name="activeCon" required
|
||||
class="uni-forms-item is-direction-top is-top">
|
||||
<multipleSelect :multiple="true" :value="monIndex3" downInner :options="guestList3"
|
||||
@change="changeValue3" :key="Math.round()"
|
||||
@change="changeValue3" :key="Math.round()" :slabel="'label'"
|
||||
></multipleSelect>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="活动文字" name="activeTxt" class="uni-forms-item is-direction-top is-top">
|
||||
@@ -88,43 +88,40 @@ let handleExpand = () => {
|
||||
// 客户人员
|
||||
let monIndex1= reactive([0]);
|
||||
const changeValue1 = (item, value) => {
|
||||
console.log("客户人员", item, value);
|
||||
monIndex1 = value;
|
||||
};
|
||||
const guestList1 = [
|
||||
{ value: 0, text: "客户1" },
|
||||
{ value: 1, text: "客户2" },
|
||||
{ value: 2, text: "客户3" },
|
||||
{ value: 3, text: "客户4" },
|
||||
{ value: 4, text: "客户5" },
|
||||
{ value: 0, label: "客户1" },
|
||||
{ value: 1, label: "客户2" },
|
||||
{ value: 2, label: "客户3" },
|
||||
{ value: 3, label: "客户4" },
|
||||
{ value: 4, label: "客户5" },
|
||||
];
|
||||
|
||||
// 我方人员
|
||||
let monIndex2= reactive([0]);
|
||||
const changeValue2 = (item, value) => {
|
||||
console.log("我方人员", item, value);
|
||||
monIndex2 = value;
|
||||
};
|
||||
const guestList2 = [
|
||||
{ value: 0, text: "我方1" },
|
||||
{ value: 1, text: "我方2" },
|
||||
{ value: 2, text: "我方3" },
|
||||
{ value: 3, text: "我方4" },
|
||||
{ value: 4, text: "我方5" },
|
||||
{ value: 0, label: "我方1" },
|
||||
{ value: 1, label: "我方2" },
|
||||
{ value: 2, label: "我方3" },
|
||||
{ value: 3, label: "我方4" },
|
||||
{ value: 4, label: "我方5" },
|
||||
];
|
||||
|
||||
// 活动内容
|
||||
let monIndex3= reactive([0]);
|
||||
const changeValue3 = (item, value) => {
|
||||
console.log("活动内容", item, value);
|
||||
monIndex2 = value;
|
||||
};
|
||||
const guestList3 = [
|
||||
{ value: 0, text: "活动内容1" },
|
||||
{ value: 1, text: "活动内容2" },
|
||||
{ value: 2, text: "活动内容3" },
|
||||
{ value: 3, text: "活动内容4" },
|
||||
{ value: 4, text: "活动内容5" },
|
||||
{ value: 0, label: "活动内容1" },
|
||||
{ value: 1, label: "活动内容2" },
|
||||
{ value: 2, label: "活动内容3" },
|
||||
{ value: 3, label: "活动内容4" },
|
||||
{ value: 4, label: "活动内容5" },
|
||||
];
|
||||
|
||||
// 业务招待
|
||||
|
||||
@@ -43,12 +43,10 @@ import customHeader from '@/components/customHeader.vue'
|
||||
let checkFlag = ref(false);
|
||||
// 签到
|
||||
let handleCheckIn = () => {
|
||||
console.log("签到")
|
||||
checkFlag.value = true;
|
||||
}
|
||||
// 打卡
|
||||
let handleClockIn = () => {
|
||||
console.log("打卡")
|
||||
checkFlag.value = true;
|
||||
}
|
||||
// 取消
|
||||
@@ -74,8 +72,8 @@ let handleSubmit = () => {
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 98px);
|
||||
/* #endif */
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.btn-image {
|
||||
|
||||
@@ -79,7 +79,6 @@ const rules = {
|
||||
|
||||
// 选择工作类型
|
||||
const changeValue = (e) => {
|
||||
console.log("工作类型", e.detail.value);
|
||||
workIndex = e.detail.value;
|
||||
formData.value.workType = workList[workIndex]
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
></customSearch>
|
||||
<view class="search" v-else>
|
||||
<uni-search-bar class="custom-search" radius="28"
|
||||
placeholder="请输入您想查询的内容或服务"
|
||||
placeholder="请输入搜索条件"
|
||||
clearButton="auto" cancelButton="none"
|
||||
bgColor="#6FA2F8" textColor="#ffffff"
|
||||
@focus="handleSearchFocus"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user