Compare commits
31 Commits
test
...
ed827b09af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed827b09af | ||
|
|
1fda9c6500 | ||
|
|
5904893d1e | ||
|
|
5fd7c1d158 | ||
|
|
d00ae06fa8 | ||
|
|
df29941de5 | ||
|
|
f9474ac01d | ||
|
|
e6efc466d8 | ||
|
|
236c99ad92 | ||
|
|
46f12f9be4 | ||
|
|
0e2de9d6de | ||
|
|
985111fb9e | ||
|
|
e1d31fb8e7 | ||
|
|
a6ee6db40d | ||
|
|
b46899331f | ||
|
|
5c407c2830 | ||
|
|
3f2ac17849 | ||
|
|
b5d6d4496f | ||
|
|
cdb739960d | ||
|
|
5d5b0c2115 | ||
|
|
0969ee38a8 | ||
|
|
a22feae18a | ||
|
|
07a5991624 | ||
|
|
c61b2aa37c | ||
|
|
7902cc3e6d | ||
|
|
9bcf14dbed | ||
|
|
297526cd8d | ||
|
|
d6024d1f37 | ||
|
|
77b8f42f92 | ||
|
|
dfb105ee9a | ||
|
|
e82b75ab78 |
@@ -1,12 +1,2 @@
|
|||||||
|
# VITE_APP_BASE_URL = "http://192.168.20.191:3000"
|
||||||
#调用后台地址
|
VITE_APP_BASE_URL = "http://123.57.20.168:3000"
|
||||||
# 公司
|
|
||||||
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,11 +1 @@
|
|||||||
|
VITE_APP_BASE_URL = "http://192.168.20.191:5173"
|
||||||
#调用后台地址
|
|
||||||
# 公司
|
|
||||||
# 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,7 +8,6 @@ pnpm-debug.log*
|
|||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.hbuilderx
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
dist
|
||||||
*.local
|
*.local
|
||||||
|
|||||||
@@ -2,18 +2,12 @@
|
|||||||
"version" : "1.0",
|
"version" : "1.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
{
|
||||||
"playground" : "custom",
|
"playground" : "standard",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"app" : {
|
"openVueDevtools" : true,
|
||||||
"launchtype" : "remote"
|
"type" : "uni-app:h5"
|
||||||
},
|
|
||||||
"default" : {
|
|
||||||
"launchtype" : "local"
|
|
||||||
},
|
|
||||||
"provider" : "aliyun",
|
|
||||||
"type" : "uniCloud"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"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": [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
23548
package-lock.json
generated
23548
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
54
package.json
54
package.json
@@ -40,40 +40,36 @@
|
|||||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dcloudio/uni-app": "3.0.0-4070620250821001",
|
"@dcloudio/uni-app": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
|
"@dcloudio/uni-app-harmony": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
|
"@dcloudio/uni-app-plus": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-components": "3.0.0-4070620250821001",
|
"@dcloudio/uni-components": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-h5": "3.0.0-4070620250821001",
|
"@dcloudio/uni-h5": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-alipay": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-baidu": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-harmony": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-jd": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-kuaishou": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-lark": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-qq": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-toutiao": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-weixin": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
|
"@dcloudio/uni-mp-xhs": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
|
"@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-ui": "^1.5.11",
|
"@dcloudio/uni-ui": "^1.5.7",
|
||||||
"crypto-js": "^4.2.0",
|
|
||||||
"mescroll-uni": "^1.3.7",
|
"mescroll-uni": "^1.3.7",
|
||||||
"pinia": "2.0.20",
|
"pinia": "2.0.20",
|
||||||
"uuid": "^11.1.0",
|
"vue": "^3.4.21"
|
||||||
"vue": "3.4.21",
|
|
||||||
"vue-i18n": "9.14.5"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@dcloudio/types": "3.4.19",
|
"@dcloudio/types": "^3.4.8",
|
||||||
"@dcloudio/uni-automator": "3.0.0-4070620250821001",
|
"@dcloudio/uni-automator": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
|
"@dcloudio/uni-cli-shared": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
|
"@dcloudio/uni-stacktracey": "3.0.0-4070520250711001",
|
||||||
"@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
|
"@dcloudio/vite-plugin-uni": "3.0.0-4070520250711001",
|
||||||
"@vue/runtime-core": "3.5.20",
|
"@vue/runtime-core": "^3.4.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"sass": "^1.91.0",
|
"sass": "^1.79.3",
|
||||||
"sass-loader": "^10.1.1",
|
|
||||||
"vite": "5.2.8"
|
"vite": "5.2.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
105
server/index.js
105
server/index.js
@@ -107,60 +107,19 @@ app.post('/api/search', (req,res) => {
|
|||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
|
|
||||||
// 查询业务列表
|
|
||||||
app.post('/api/businessList', (req,res) => {
|
|
||||||
res.json(Mock.mock({
|
|
||||||
code: 0,
|
|
||||||
data: {
|
|
||||||
list:[
|
|
||||||
{bizId:1,bizName:'企业日常',children:[
|
|
||||||
{bizId:11,bizName:'任务计划',icon:'static/images/business/icon-rwjh.png',status:1,isDaily:true},
|
|
||||||
{bizId:12,bizName:'日报',icon:'static/images/business/icon-rb.png',status:1,isDaily:true},
|
|
||||||
{bizId:13,bizName:'设备管理',icon:'static/images/business/icon-sbgl.png',status:1},
|
|
||||||
{bizId:14,bizName:'绩效管理',icon:'static/images/business/icon-jxgl.png',status:1},
|
|
||||||
{bizId:15,bizName:'公章申请',icon:'static/images/business/icon-gzsq.png',status:1,isDaily:true},
|
|
||||||
{bizId:16,bizName:'会议室预约',icon:'static/images/business/icon-hysyy.png',status:1,isDaily:true},
|
|
||||||
{bizId:17,bizName:'报修',icon:'static/images/business/icon-bx.png',status:1}
|
|
||||||
]},
|
|
||||||
{bizId:2,bizName:'CRM系统',children:[
|
|
||||||
{bizId:21,bizName:'走访报告',icon:'static/images/business/demo.png',bizUrl:'/pages/business/CRM/visitorReport',status:true},
|
|
||||||
{bizId:101,bizName:'走访报告',icon:'static/images/business/icon-zfbg.png',status:1},
|
|
||||||
{bizId:102,bizName:'走访查看',icon:'static/images/business/icon-zfck.png',status:1,isDaily:true},
|
|
||||||
{bizId:103,bizName:'走访审批',icon:'static/images/business/icon-zfsp.png',status:1},
|
|
||||||
{bizId:104,bizName:'计划查看',icon:'static/images/business/icon-jhck.png',status:1},
|
|
||||||
{bizId:105,bizName:'签到打卡',icon:'static/images/business/icon-qddk.png',status:1},
|
|
||||||
{bizId:106,bizName:'打卡信息',icon:'static/images/business/icon-dkxx.png',status:1},
|
|
||||||
{bizId:107,bizName:'打卡统计',icon:'static/images/business/icon-dktj.png',status:1},
|
|
||||||
{bizId:108,bizName:'人员新增',icon:'static/images/business/icon-ryxz.png',status:1},
|
|
||||||
{bizId:109,bizName:'信息查看',icon:'static/images/business/icon-xxck.png',status:1,isDaily:true},
|
|
||||||
{bizId:1010,bizName:'信息审核',icon:'static/images/business/xxsh.png',badgeCount:5,status:1,isDaily:true},
|
|
||||||
{bizId:1011,bizName:'信息统计',icon:'static/images/business/icon-xxtj.png',status:1},
|
|
||||||
{bizId:1012,bizName:'回款查看',icon:'static/images/business/icon-hkck.png',status:1},
|
|
||||||
{bizId:1013,bizName:'客户人员审核',icon:'static/images/business/icon-khrysh.png',badgeCount:3,status:true},
|
|
||||||
{bizId:1014,bizName:'客户人员所属',icon:'static/images/business/icon-khryss.png',status:1},
|
|
||||||
{bizId:1015,bizName:'客户人员归属人变更',icon:'static/images/business/icon-khrybg.png',status:1},
|
|
||||||
{bizId:1016,bizName:'市场活动',icon:'static/images/business/icon-schd.png',status:1}
|
|
||||||
]},
|
|
||||||
{bizId:3,bizName:'供应链采纳',children:[]},
|
|
||||||
{bizId:4,bizName:'PLM系统',children:[]}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}))
|
|
||||||
});
|
|
||||||
|
|
||||||
// 查询企业日常 Daily business
|
// 查询企业日常 Daily business
|
||||||
app.post('/api/businessDaily', (req,res) => {
|
app.post('/api/businessDaily', (req,res) => {
|
||||||
res.json(Mock.mock({
|
res.json(Mock.mock({
|
||||||
code: 0,
|
code: 0,
|
||||||
data: {
|
data: {
|
||||||
list:[
|
list:[
|
||||||
{id:11,name:'任务计划',imgSrc:'static/images/business/icon-rwjh.png'},
|
{id:1,name:'任务计划',imgSrc:'static/images/business/icon-rwjh.png'},
|
||||||
{id:12,name:'日报',imgSrc:'static/images/business/icon-rb.png'},
|
{id:2,name:'日报',imgSrc:'static/images/business/icon-rb.png'},
|
||||||
{id:13,name:'设备管理',imgSrc:'static/images/business/icon-sbgl.png'},
|
{id:3,name:'设备管理',imgSrc:'static/images/business/icon-sbgl.png'},
|
||||||
{id:14,name:'绩效管理',imgSrc:'static/images/business/icon-jxgl.png'},
|
{id:4,name:'绩效管理',imgSrc:'static/images/business/icon-jxgl.png'},
|
||||||
{id:15,name:'公章申请',imgSrc:'static/images/business/icon-gzsq.png'},
|
{id:5,name:'公章申请',imgSrc:'static/images/business/icon-gzsq.png'},
|
||||||
{id:16,name:'会议室预约',imgSrc:'static/images/business/icon-hysyy.png'},
|
{id:6,name:'会议室预约',imgSrc:'static/images/business/icon-hysyy.png'},
|
||||||
{id:17,name:'报修',imgSrc:'static/images/business/icon-bx.png'}
|
{id:7,name:'报修',imgSrc:'static/images/business/icon-bx.png'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
@@ -169,18 +128,18 @@ app.post('/api/businessDaily', (req,res) => {
|
|||||||
// 查询CRM系统 Daily business
|
// 查询CRM系统 Daily business
|
||||||
app.post('/api/businessCRMList', (req,res) => {
|
app.post('/api/businessCRMList', (req,res) => {
|
||||||
res.json(Mock.mock({
|
res.json(Mock.mock({
|
||||||
code: 0,
|
code: 200,
|
||||||
data: {
|
data: {
|
||||||
list:[
|
list:[
|
||||||
{id:21,name:'走访报告',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReport'},
|
{id:1,name:'走访报告',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReport'},
|
||||||
{id:22,name:'走访报告添加',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportAdd'},
|
{id:2,name:'走访报告添加',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportAdd'},
|
||||||
{id:23,name:'走访报告详情',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportDetail'},
|
{id:3,name:'走访报告详情',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportDetail'},
|
||||||
{id:24,name:'走访报告内容录入',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportEnter'},
|
{id:4,name:'走访报告内容录入',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/visitorReportEnter'},
|
||||||
{id:25,name:'市场信息管理',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/marketInformation'},
|
{id:5,name:'市场信息管理',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/marketInformation/marketInformation'},
|
||||||
{id:26,name:'修改周计划',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/weekPlanUpdate'},
|
{id:6,name:'修改周计划',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/weekPlanUpdate'},
|
||||||
{id:27,name:'签到打卡',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/vistorCheckin'},
|
{id:7,name:'签到打卡',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/vistorCheckin'},
|
||||||
{id:28,name:'打卡统计',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/checkinStatistics'},
|
{id:8,name:'打卡统计',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/checkinStatistics'},
|
||||||
{id:29,name:'回款查看',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/paymentCollection'},
|
{id:9,name:'回款查看',imgSrc:'static/images/business/demo.png',url:'/pages/business/CRM/paymentCollection'},
|
||||||
{id:101,name:'走访报告',imgSrc:'static/images/business/icon-zfbg.png'},
|
{id:101,name:'走访报告',imgSrc:'static/images/business/icon-zfbg.png'},
|
||||||
{id:102,name:'走访查看',imgSrc:'static/images/business/icon-zfck.png'},
|
{id:102,name:'走访查看',imgSrc:'static/images/business/icon-zfck.png'},
|
||||||
{id:103,name:'走访审批',imgSrc:'static/images/business/icon-zfsp.png'},
|
{id:103,name:'走访审批',imgSrc:'static/images/business/icon-zfsp.png'},
|
||||||
@@ -205,7 +164,7 @@ app.post('/api/businessCRMList', (req,res) => {
|
|||||||
// 首页待办数据
|
// 首页待办数据
|
||||||
app.post('/api/backBlogCount', (req,res) => {
|
app.post('/api/backBlogCount', (req,res) => {
|
||||||
res.json(Mock.mock({
|
res.json(Mock.mock({
|
||||||
code: 0,
|
code: 200,
|
||||||
data: {
|
data: {
|
||||||
count1:3,
|
count1:3,
|
||||||
count2:7,
|
count2:7,
|
||||||
@@ -231,7 +190,7 @@ app.post('/api/stepData', (req,res) => {
|
|||||||
data: {
|
data: {
|
||||||
date:new Date().getTime(),
|
date:new Date().getTime(),
|
||||||
list:[
|
list:[
|
||||||
{ id:1,desc: '2025秋季产品发布前期准备会,在科研楼0317会议室召开。', title: '13:30 — 15:30',beginTime:'13:30',endTime:'15:30'},
|
{ id:1,desc: '2025秋季产品发布前期准备会1s,在科研楼0317会议室召开。', title: '13:30 — 15:30',beginTime:'13:30',endTime:'15:30'},
|
||||||
{ id:2,desc: '生产间安全巡检。', title: '16:30 — 18:00',beginTime:'16:30',endTime:'18:00'},
|
{ id:2,desc: '生产间安全巡检。', title: '16:30 — 18:00',beginTime:'16:30',endTime:'18:00'},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -519,32 +478,6 @@ app.post('/api/mattersList', (req,res) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
// 查询设备绑定状态 绑定状态(1=已提交、2=等待审核、3=审核通过、4=绑定成功、5=审核拒绝)
|
|
||||||
app.post('/api/getBindStatus', (req,res) => {
|
|
||||||
res.json(Mock.mock({
|
|
||||||
code: 0,
|
|
||||||
data: {
|
|
||||||
bindStatus:4
|
|
||||||
}
|
|
||||||
}))
|
|
||||||
})
|
|
||||||
|
|
||||||
// 查询版本号
|
|
||||||
app.post('/api/versionCheck', (req,res) => {
|
|
||||||
res.json(Mock.mock({
|
|
||||||
"code": 0,
|
|
||||||
"message": "Success.",
|
|
||||||
"data": {
|
|
||||||
"status": 0,//版本状态 0-最新版本 1-有新版本,但现有版本可用 2-现有版本不可用,需要下载新版本
|
|
||||||
"latestVersion": "1.0.1",
|
|
||||||
"downloadURL": "https://www.718ys.com/downloads/android/ys718_test_v1.0.0.apk",
|
|
||||||
"availableVersionsList": "1.0.0",
|
|
||||||
remark:'fdsfddf'
|
|
||||||
},
|
|
||||||
"ok": true
|
|
||||||
}))
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//2.创建server
|
//2.创建server
|
||||||
|
|||||||
40
src/App.vue
40
src/App.vue
@@ -4,50 +4,14 @@
|
|||||||
|
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {showAlert} from '@/utils/message.js'
|
|
||||||
import { onLaunch } from '@dcloudio/uni-app';
|
import { onLaunch } from '@dcloudio/uni-app';
|
||||||
onLaunch((opt) => {
|
onLaunch((opt) => {
|
||||||
// uni.preloadPage({ url: "/pages/login/login" });
|
console.log("onLaunch")
|
||||||
// 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
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
@import '@/static/common.css';
|
@import '@/static/common.css';
|
||||||
.uni-app--show{
|
|
||||||
opacity:1;
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
.uni-app--hide {
|
|
||||||
opacity:0;
|
|
||||||
transition:opacity 0.3s;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
@@ -1,38 +1,13 @@
|
|||||||
import request from "@/utils/request"
|
import request from "@/utils/request"
|
||||||
|
|
||||||
// 获取客户端版本
|
|
||||||
export function versionCheck(data) {
|
// 获取图片
|
||||||
return request.post({
|
export function getCaptchaImage() {
|
||||||
url: '/acc/auth/version',
|
return request.get({
|
||||||
data
|
url: '/api/captchaImage',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取设备绑定状态
|
|
||||||
export function getBindStatus(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/auth/status',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// 申请设备授权
|
|
||||||
export function authDeviceApply(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/auth/apply',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// App绑定设备授权码
|
|
||||||
export function authInputCode(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/auth/inputCode',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 获取验证码
|
// 获取验证码
|
||||||
export function getVerifyCode(data) {
|
export function getVerifyCode(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
@@ -44,31 +19,19 @@ export function getVerifyCode(data) {
|
|||||||
// 登录
|
// 登录
|
||||||
export function login(data) {
|
export function login(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/acc/auth/login',
|
url: '/api/user/login',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 登出
|
|
||||||
export function logout(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/auth/logout',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
export function getUserInfo(data) {
|
export function getUserInfo(data) {
|
||||||
return request.get({
|
return request.post({
|
||||||
url: '/acc/profile/userInfo',
|
url: '/api/getUserInfo',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 查询当前用户常用功能
|
|
||||||
export function getUserFavorite(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/profile/favorite',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -8,23 +8,15 @@ export function search(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 查询当前用户业务列表
|
// 企业日常
|
||||||
export function businessList(data) {
|
export function businessDaily(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/acc/profile/bizList',
|
url: '/api/businessDaily',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 设置常用服务
|
// crm 列表
|
||||||
export function bizFavoriteSetting(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/biz/favoriteSetting',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// CRM 列表
|
|
||||||
export function businessCRMList(data) {
|
export function businessCRMList(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/api/businessCRMList',
|
url: '/api/businessCRMList',
|
||||||
@@ -32,15 +24,17 @@ export function businessCRMList(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// CRM 查询走访报告列表
|
// crm 查询走访报告列表
|
||||||
export function visitorReportList(data) {
|
export function visitorReportList(data) {
|
||||||
return request.post({
|
return request.get({
|
||||||
url: '/api/visitorReportList',
|
url: '/app/appVisistReport/list',
|
||||||
data
|
data
|
||||||
|
},{
|
||||||
|
isTransformResponse:false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// CRM 客户列表
|
// crm 客户列表
|
||||||
export function getGuestList(data) {
|
export function getGuestList(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/api/guestList',
|
url: '/api/guestList',
|
||||||
@@ -48,7 +42,7 @@ export function getGuestList(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// CRM 查询走访报告详情
|
// crm 查询走访报告详情
|
||||||
export function visitorReportDetail(data) {
|
export function visitorReportDetail(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/api/visitorReportDetail',
|
url: '/api/visitorReportDetail',
|
||||||
@@ -56,10 +50,10 @@ export function visitorReportDetail(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// CRM 查询走访报告列表
|
// crm 查询走访报告列表
|
||||||
export function mattersList(data) {
|
export function mattersList(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/api/mattersList',
|
url: '/api/mattersList',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import request from "@/utils/request";
|
|||||||
//获取客户单位用户人员信息
|
//获取客户单位用户人员信息
|
||||||
export function crmCustomerUser(data) {
|
export function crmCustomerUser(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appCrmCusUserNewController/crmCustomerUser",
|
url: "/app/appCrmCusUserNewController/crmCustomerUser",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -13,7 +13,7 @@ export function crmCustomerUser(data) {
|
|||||||
//获取我公司人员信息
|
//获取我公司人员信息
|
||||||
export function myUserNameList(data) {
|
export function myUserNameList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistDetail/getCompanyPersonnerlName",
|
url: "/app/appVisistDetail/getCompanyPersonnerlName",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -23,7 +23,7 @@ export function myUserNameList(data) {
|
|||||||
//保存走访报告明细
|
//保存走访报告明细
|
||||||
export function addVisistDetail(data) {
|
export function addVisistDetail(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistDetail/addVisistDetail",
|
url: "/app/appVisistDetail/addVisistDetail",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -33,7 +33,7 @@ export function addVisistDetail(data) {
|
|||||||
//删除走访报告中的某一项(日常走访,业务招待)
|
//删除走访报告中的某一项(日常走访,业务招待)
|
||||||
export function deleVisistDetailItem(data) {
|
export function deleVisistDetailItem(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistDetail/deleVisistDetailItem",
|
url: "/app/appVisistDetail/deleVisistDetailItem",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -43,7 +43,7 @@ export function deleVisistDetailItem(data) {
|
|||||||
//走访明细查询
|
//走访明细查询
|
||||||
export function getVisistDetailItem(data) {
|
export function getVisistDetailItem(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistDetail/queryList",
|
url: "/app/appVisistDetail/queryList",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -53,7 +53,7 @@ export function getVisistDetailItem(data) {
|
|||||||
//删除整体的报告
|
//删除整体的报告
|
||||||
export function removeVisist(data) {
|
export function removeVisist(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/remove",
|
url: "/app/appVisistReport/remove",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -63,7 +63,7 @@ export function removeVisist(data) {
|
|||||||
//走访报告列表查询
|
//走访报告列表查询
|
||||||
export function getYsVisistList(data) {
|
export function getYsVisistList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/list",
|
url: "/app/appVisistReport/list",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -73,7 +73,7 @@ export function getYsVisistList(data) {
|
|||||||
//更新一个报告的状态
|
//更新一个报告的状态
|
||||||
export function updateStatus(data) {
|
export function updateStatus(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistReport/updateStatus",
|
url: "/app/appVisistReport/updateStatus",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -83,7 +83,7 @@ export function updateStatus(data) {
|
|||||||
//获取客户信息列表
|
//获取客户信息列表
|
||||||
export function getYsCustomerList(data) {
|
export function getYsCustomerList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appCustomerIfno/pageList",
|
url: "/app/appCustomerIfno/pageList",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -93,7 +93,7 @@ export function getYsCustomerList(data) {
|
|||||||
//新增走访报告
|
//新增走访报告
|
||||||
export function addVisist(data) {
|
export function addVisist(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistReport/add",
|
url: "/app/appVisistReport/add",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -103,7 +103,7 @@ export function addVisist(data) {
|
|||||||
//走访报告查询
|
//走访报告查询
|
||||||
export function getQueryVisistList(data) {
|
export function getQueryVisistList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/queryList",
|
url: "/app/appVisistReport/queryList",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -113,7 +113,7 @@ export function getQueryVisistList(data) {
|
|||||||
//走访报告详细信息
|
//走访报告详细信息
|
||||||
export function getYsVisistInfo(data) {
|
export function getYsVisistInfo(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/getDetail",
|
url: "/app/appVisistReport/getDetail",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -123,7 +123,7 @@ export function getYsVisistInfo(data) {
|
|||||||
//一个走访报告下面关联的日常走访,业务招待等具体信息
|
//一个走访报告下面关联的日常走访,业务招待等具体信息
|
||||||
export function getVisistDetailList(data) {
|
export function getVisistDetailList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistDetail/list",
|
url: "/app/appVisistDetail/list",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -133,7 +133,7 @@ export function getVisistDetailList(data) {
|
|||||||
//新增点赞
|
//新增点赞
|
||||||
export function insertUserLike(data) {
|
export function insertUserLike(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appUserLike/addVisistDetail",
|
url: "/app/appUserLike/addVisistDetail",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -143,7 +143,7 @@ export function insertUserLike(data) {
|
|||||||
//查询是否已经点过赞
|
//查询是否已经点过赞
|
||||||
export function getUserLike(data) {
|
export function getUserLike(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appUserLike/queryUserLikeStatus/" + data,
|
url: "/app/appUserLike/queryUserLikeStatus/" + data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
});
|
});
|
||||||
@@ -152,7 +152,7 @@ export function getUserLike(data) {
|
|||||||
//获取当前人的信息
|
//获取当前人的信息
|
||||||
export function getUserInfo(data) {
|
export function getUserInfo(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/user/getUserInfo",
|
url: "/app/user/getUserInfo",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -162,7 +162,7 @@ export function getUserInfo(data) {
|
|||||||
//查询没有经过信息管理员审批的单子
|
//查询没有经过信息管理员审批的单子
|
||||||
export function getApprovalList(data) {
|
export function getApprovalList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/approvalList",
|
url: "/app/appVisistReport/approvalList",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -172,7 +172,7 @@ export function getApprovalList(data) {
|
|||||||
//打开详情页设置成为已读
|
//打开详情页设置成为已读
|
||||||
export function getUpdateApprovalForRead(data) {
|
export function getUpdateApprovalForRead(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistReport/updateApprovalForRead",
|
url: "/app/appVisistReport/updateApprovalForRead",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -182,7 +182,7 @@ export function getUpdateApprovalForRead(data) {
|
|||||||
//提交通过活动报告
|
//提交通过活动报告
|
||||||
export function auditActivityReport(data) {
|
export function auditActivityReport(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/activity/auditActivityReport",
|
url: "/app/activity/auditActivityReport",
|
||||||
data,
|
data,
|
||||||
header: {
|
header: {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded' // 设置请求头,确保服务器正确解析 FormData
|
'Content-Type': 'application/x-www-form-urlencoded' // 设置请求头,确保服务器正确解析 FormData
|
||||||
@@ -195,7 +195,7 @@ export function auditActivityReport(data) {
|
|||||||
//更新驳回原因
|
//更新驳回原因
|
||||||
export function getRejectReason(data) {
|
export function getRejectReason(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistReport/updaterejectReason",
|
url: "/app/appVisistReport/updaterejectReason",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -205,7 +205,7 @@ export function getRejectReason(data) {
|
|||||||
//查询签到打卡信息集合为了报告
|
//查询签到打卡信息集合为了报告
|
||||||
export function addMapForReport(data) {
|
export function addMapForReport(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistReport/addMapList",
|
url: "/app/appVisistReport/addMapList",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import request from "@/utils/request";
|
|||||||
//新增地图开始签到接口
|
//新增地图开始签到接口
|
||||||
export function addStartMap(data) {
|
export function addStartMap(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistMap/Startadd",
|
url: "/app/appVisistMap/Startadd",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -13,7 +13,7 @@ export function addStartMap(data) {
|
|||||||
//新增地图开始打卡接口
|
//新增地图开始打卡接口
|
||||||
export function addStartMapForClockIn(data) {
|
export function addStartMapForClockIn(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/app/appVisistMap/StartaddForClockIn",
|
url: "/app/appVisistMap/StartaddForClockIn",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -23,7 +23,7 @@ export function addStartMapForClockIn(data) {
|
|||||||
//打卡信息查看
|
//打卡信息查看
|
||||||
export function CheckInInformationViewing(data) {
|
export function CheckInInformationViewing(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistMap/DKList",
|
url: "/app/appVisistMap/DKList",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -33,7 +33,7 @@ export function CheckInInformationViewing(data) {
|
|||||||
//签到统计
|
//签到统计
|
||||||
export function getSigninList(data) {
|
export function getSigninList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistMap/QueryBased",
|
url: "/app/appVisistMap/QueryBased",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -43,7 +43,7 @@ export function getSigninList(data) {
|
|||||||
//不签到统计
|
//不签到统计
|
||||||
export function getNoSigninList(data) {
|
export function getNoSigninList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/app/appVisistMap/QueryBasedIsNull",
|
url: "/app/appVisistMap/QueryBasedIsNull",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
|
|||||||
@@ -1,175 +1,138 @@
|
|||||||
import request from "@/utils/request"
|
import request from "@/utils/request"
|
||||||
|
|
||||||
|
|
||||||
|
export function getYsVisistList(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/appVisistReport/list',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息列表接口
|
||||||
|
export function CrmMarketInformationList(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/informationMarketInformation/list',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息模块待审核改为提交
|
||||||
|
export function handleCrmMarketInfo(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/app/informationMarketInformation/handleCrmMarketInfo',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//获取客户名称
|
||||||
|
export function getYsCustomerList(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/appCustomerIfno/pageList',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息模块提交
|
||||||
|
export function crmMarketInformationAdd(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/app/informationMarketInformation/add',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息模块查询
|
||||||
|
export function crminformationItemForDetail(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/informationMarketInformation/getDetail',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//客户人员信息查询
|
||||||
|
export function crmCustomerUser(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/appCrmCusUserNewController/crmCustomerUser',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息根据ID删除
|
||||||
|
export function crmMarketInformationDelete(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/informationMarketInformation/delete',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息查询接口
|
||||||
|
export function viewingMarketInfForAllMembers(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/informationMarketInformation/viewList',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信息详情查询接口
|
||||||
|
export function viewingMarketInfgetDetail(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/informationMarketInformation/getDetail',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//市场信审核列表接口
|
||||||
|
export function approvalMarketInfget(data) {
|
||||||
|
return request.get({
|
||||||
|
url: 'app/informationMarketInformation/Approval',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//回款模块列表查询
|
||||||
|
export function getPaymentList(data) {
|
||||||
|
return request.get({
|
||||||
|
url: '/app/InformationReviewController/getPaymentList',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//回款新增接口
|
||||||
|
export function addPaymentCollection(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/app/InformationReviewController/addPaymentCollection',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//回款更新接口
|
||||||
|
export function updatePaymentDetail(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/app/InformationReviewController/updatePaymentDetail',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
//回款删除接口
|
||||||
|
export function deletePaymentDetail(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/app/InformationReviewController/deletePaymentDetail',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
export function getYsVisistList(data) {
|
//全员查询回款接口
|
||||||
return request.get({
|
export function getFullStaffStatisticsViewingTable(data) {
|
||||||
url: '/crm/app/appVisistReport/list',
|
return request.get({
|
||||||
data: data
|
url: '/app/InformationReviewController/getFullStaffStatisticsViewingTable',
|
||||||
},{
|
data
|
||||||
isTransformResponse:false
|
})
|
||||||
})
|
}
|
||||||
}
|
//个人查询回款接口
|
||||||
//市场信息列表接口
|
export function getPersonalPaymentCollectionTable(data) {
|
||||||
export function CrmMarketInformationList(data) {
|
return request.get({
|
||||||
return request.get({
|
url: '/app/InformationReviewController/getPersonalPaymentCollectionTable',
|
||||||
url: '/crm/app/informationMarketInformation/list',
|
data
|
||||||
data: data
|
})
|
||||||
},{
|
}
|
||||||
isTransformResponse:false
|
|
||||||
})
|
//市场信息审核通过接口
|
||||||
}
|
export function crmMarketInformationApprovalSuccess(data) {
|
||||||
//市场信息模块待审核改为提交
|
return request.get({
|
||||||
export function handleCrmMarketInfo(data) {
|
url: '/app/informationMarketInformation/ApprovalSuccess',
|
||||||
return request.post({
|
data
|
||||||
url: '/crm/app/informationMarketInformation/handleCrmMarketInfo',
|
})
|
||||||
data
|
}
|
||||||
},{
|
//市场信息审核驳回接口
|
||||||
isTransformResponse:false
|
export function crmMarketInformationApprovalUnSuccess(data) {
|
||||||
})
|
return request.get({
|
||||||
}
|
url: '/app/informationMarketInformation/ApprovalUnSuccess',
|
||||||
//获取客户名称
|
data
|
||||||
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
|
|
||||||
})
|
|
||||||
}
|
|
||||||
@@ -3,7 +3,7 @@ import request from "@/utils/request"
|
|||||||
// 查询客户人员列表
|
// 查询客户人员列表
|
||||||
export function getCustomerList(params){
|
export function getCustomerList(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCustomerIfno/pageList',
|
url: '/app/appCustomerIfno/pageList',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -11,35 +11,35 @@ export function getCustomerList(params){
|
|||||||
// 查询系统推荐等级
|
// 查询系统推荐等级
|
||||||
export function getCustomerLevel(params){
|
export function getCustomerLevel(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/queryCustomerLevel',
|
url: '/app/appCrmCusUserNewController/queryCustomerLevel',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 客户人员新增
|
// 客户人员新增
|
||||||
export function saveappCrmCusUserNew(params){
|
export function saveappCrmCusUserNew(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/add',
|
url: '/app/appCrmCusUserNewController/add',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 查询业务员名下所有的客户
|
// 查询业务员名下所有的客户
|
||||||
export function SearchForAllCustomersSalesperson(params){
|
export function SearchForAllCustomersSalesperson(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/SearchForAllCustomersSalesperson',
|
url: 'app/appCrmCusUserNewController/SearchForAllCustomersSalesperson',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 客户人员归属审核详情
|
// 客户人员归属审核详情
|
||||||
export function getCusUserApprovalListDetail(params){
|
export function getCusUserApprovalListDetail(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/getCusUserApprovalListDetail',
|
url: '/app/appCrmCusUserNewController/getCusUserApprovalListDetail',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 查询主归属人列表
|
// 查询主归属人列表
|
||||||
export function SearchForAllPerson(params){
|
export function SearchForAllPerson(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/SearchForAllPerson',
|
url: '/app/appCrmCusUserNewController/SearchForAllPerson',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -47,7 +47,7 @@ export function SearchForAllPerson(params){
|
|||||||
// 客户人员新增审核列表
|
// 客户人员新增审核列表
|
||||||
export function getCusUserApprovalList(params) {
|
export function getCusUserApprovalList(params) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/getCusUserApprovalList',
|
url: '/app/appCrmCusUserNewController/getCusUserApprovalList',
|
||||||
data: params
|
data: params
|
||||||
}, {isTransformResponse: false}
|
}, {isTransformResponse: false}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -2,35 +2,35 @@ import request from "@/utils/request"
|
|||||||
// 删除客户人员归属消息
|
// 删除客户人员归属消息
|
||||||
export function removeVisit(params){
|
export function removeVisit(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appVisistReport/remove',
|
url: '/app/appVisistReport/remove',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 更新客户人员
|
// 更新客户人员
|
||||||
export function upadateappCrmCusUserNew (data){
|
export function upadateappCrmCusUserNew (data){
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/crm/app/appCrmCusUserNewController/update',
|
url: '/app/appCrmCusUserNewController/update',
|
||||||
data
|
data
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 客户人员审核通过
|
// 客户人员审核通过
|
||||||
export function clientPersonnelsApproval(data) {
|
export function clientPersonnelsApproval(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/clientPersonnelsApproval',
|
url: '/app/appCrmCusUserNewController/clientPersonnelsApproval',
|
||||||
data
|
data
|
||||||
}, {isTransformResponse: false});
|
}, {isTransformResponse: false});
|
||||||
}
|
}
|
||||||
//客户人员驳回
|
//客户人员驳回
|
||||||
export function customerPersonnelsRejectio(data) {
|
export function customerPersonnelsRejectio(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/customerPersonnelsRejectio',
|
url: '/app/appCrmCusUserNewController/customerPersonnelsRejectio',
|
||||||
data
|
data
|
||||||
}, {isTransformResponse: false});
|
}, {isTransformResponse: false});
|
||||||
}
|
}
|
||||||
//主归属人变更提交
|
//主归属人变更提交
|
||||||
export function submissionOfChangeOfMainOwner (data){
|
export function submissionOfChangeOfMainOwner (data){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/submissionOfChangeOfMainOwner',
|
url: '/app/appCrmCusUserNewController/submissionOfChangeOfMainOwner',
|
||||||
data
|
data
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -4,7 +4,7 @@ import request from "@/utils/request";
|
|||||||
//主归属人变更信息查看(列表)
|
//主归属人变更信息查看(列表)
|
||||||
export function queryViewMainOwnerList(params){
|
export function queryViewMainOwnerList(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/viewInformationChangesInprimaryOwnership',
|
url: '/app/appCrmCusUserNewController/viewInformationChangesInprimaryOwnership',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -12,7 +12,7 @@ export function queryViewMainOwnerList(params){
|
|||||||
//主归属人变更信息查看(详情)
|
//主归属人变更信息查看(详情)
|
||||||
export function queryViewMainOwnerDetail(params){
|
export function queryViewMainOwnerDetail(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/getCrmCusUserNewChangeOwnerList',
|
url: '/app/appCrmCusUserNewController/getCrmCusUserNewChangeOwnerList',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,7 @@ export function queryViewMainOwnerDetail(params){
|
|||||||
//查询主归属人变更人员的列表数据
|
//查询主归属人变更人员的列表数据
|
||||||
export function personnelAwaitingReviewForChange(params){
|
export function personnelAwaitingReviewForChange(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/personnelAwaitingReviewForChange',
|
url: '/app/appCrmCusUserNewController/personnelAwaitingReviewForChange',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
@@ -28,14 +28,14 @@ export function personnelAwaitingReviewForChange(params){
|
|||||||
//主归属人变更驳回
|
//主归属人变更驳回
|
||||||
export function changeOfPrimaryOwnershipNoApproved(params) {
|
export function changeOfPrimaryOwnershipNoApproved(params) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url:'/crm/app/appCrmCusUserNewController/changeOfPrimaryOwnershipNoApproved',
|
url:'/app/appCrmCusUserNewController/changeOfPrimaryOwnershipNoApproved',
|
||||||
data: params
|
data: params
|
||||||
}, {isTransformResponse: false});
|
}, {isTransformResponse: false});
|
||||||
}
|
}
|
||||||
//主归属人变更通过
|
//主归属人变更通过
|
||||||
export function changeOfPrimaryOwnershipApproved (params) {
|
export function changeOfPrimaryOwnershipApproved (params) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appCrmCusUserNewController/changeOfPrimaryOwnershipApproved',
|
url: '/app/appCrmCusUserNewController/changeOfPrimaryOwnershipApproved',
|
||||||
data: params
|
data: params
|
||||||
}, {isTransformResponse: false});
|
}, {isTransformResponse: false});
|
||||||
}
|
}
|
||||||
@@ -1,29 +1,36 @@
|
|||||||
import request from "@/utils/request"
|
import request from "@/utils/request"
|
||||||
// 获取用户信息
|
|
||||||
|
export function getPersonalPlanList(params) {
|
||||||
|
return request.post({
|
||||||
|
url: '/getPersonalPlanList',
|
||||||
|
params
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
export function getUserInfo(data) {
|
export function getUserInfo(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/user/getUserInfo',
|
url: '/app/user/getUserInfo',
|
||||||
data
|
data
|
||||||
}, {isTransformResponse: false})
|
}, {isTransformResponse: false})
|
||||||
}
|
}
|
||||||
//获取所有人周计划列表
|
//获取所有人周计划列表
|
||||||
export function getAllWeekPlanList(params){
|
export function getAllWeekPlanList(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appWeeklyPlan/list',
|
url: '/app/appWeeklyPlan/list',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
//获取个人周计划列表
|
//获取个人周计划列表
|
||||||
export function getWeeklyPlanList(data) {
|
export function getWeeklyPlanList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appWeeklyPlan/getWeeklyListByUser',
|
url: '/app/appWeeklyPlan/getWeeklyListByUser',
|
||||||
data
|
data
|
||||||
}, {isTransformResponse: false})
|
}, {isTransformResponse: false})
|
||||||
}
|
}
|
||||||
// 组合查询计划列表
|
// 组合查询计划列表
|
||||||
export function getWeekPlanListByDate(params){
|
export function getWeekPlanListByDate(params){
|
||||||
return request.get({
|
return request.get({
|
||||||
url: '/crm/app/appWeeklyPlan/weeklyListByDate',
|
url: '/app/appWeeklyPlan/weeklyListByDate',
|
||||||
data: params
|
data: params
|
||||||
},{isTransformResponse: false})
|
},{isTransformResponse: false})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import request from "@/utils/request"
|
|||||||
|
|
||||||
export function updateWeekPlanList(data){
|
export function updateWeekPlanList(data){
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/crm/app/appWeeklyPlan/updateWeekly',
|
url: '/app/appWeeklyPlan/updateWeekly',
|
||||||
data: data,
|
data: data,
|
||||||
header: {
|
header: {
|
||||||
'Content-Type': 'application/json;charset=UTF-8'
|
'Content-Type': 'application/json;charset=UTF-8'
|
||||||
@@ -12,7 +12,7 @@ export function updateWeekPlanList(data){
|
|||||||
// 判断本周是否写过计划
|
// 判断本周是否写过计划
|
||||||
export function judgeThisWeek (data){
|
export function judgeThisWeek (data){
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/crm/app/appWeeklyPlan/Judgethisweek',
|
url: '/app/appWeeklyPlan/Judgethisweek',
|
||||||
data,
|
data,
|
||||||
header: {'Content-Type': 'application/json;charset=UTF-8'}
|
header: {'Content-Type': 'application/json;charset=UTF-8'}
|
||||||
})
|
})
|
||||||
@@ -21,7 +21,7 @@ export function judgeThisWeek (data){
|
|||||||
// 新增周计划
|
// 新增周计划
|
||||||
export function addPlan(data){
|
export function addPlan(data){
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/crm/app/appWeeklyPlan/addComment',
|
url: '/app/appWeeklyPlan/addComment',
|
||||||
data,
|
data,
|
||||||
header:{'Content-Type': 'application/json;charset=UTF-8'}
|
header:{'Content-Type': 'application/json;charset=UTF-8'}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,24 +1,9 @@
|
|||||||
import request from "@/utils/request"
|
import request from "@/utils/request"
|
||||||
|
|
||||||
// 待办数据查询 获取用户消息的待阅和已阅数量
|
// 待办数据查询
|
||||||
export function messageNotifyCount(data) {
|
export function backBlogCount(data) {
|
||||||
return request.get({
|
|
||||||
url: '/acc/message/notify/count',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 获取用户审批的待办和已办数量
|
|
||||||
export function messageFlowCount(data) {
|
|
||||||
return request.get({
|
|
||||||
url: '/acc/message/flow/count',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// 常用服务
|
|
||||||
export function getUserFavorite(data) {
|
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/acc/profile/favorite',
|
url: '/api/backBlogCount',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -47,7 +32,13 @@ export function salesTask(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 常用服务
|
||||||
|
export function commonServices(data) {
|
||||||
|
return request.post({
|
||||||
|
url: '/api/commonServices',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// 新闻公告
|
// 新闻公告
|
||||||
export function newsQueryList(data) {
|
export function newsQueryList(data) {
|
||||||
|
|||||||
@@ -3,15 +3,7 @@ import request from "@/utils/request"
|
|||||||
// 查询通知列表
|
// 查询通知列表
|
||||||
export function noticeList(data) {
|
export function noticeList(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: '/acc/message/notify/detail',
|
url: '/api/noticeList',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取用户审批的待办和已办详情
|
|
||||||
export function flowList(data) {
|
|
||||||
return request.post({
|
|
||||||
url: '/acc/message/flow/detail',
|
|
||||||
data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
@@ -25,7 +25,6 @@ const props = defineProps({
|
|||||||
title: String,
|
title: String,
|
||||||
leftFlag:true,//默认左侧显示 false-不显示
|
leftFlag:true,//默认左侧显示 false-不显示
|
||||||
rightFlag:false,//默认右侧不显示
|
rightFlag:false,//默认右侧不显示
|
||||||
searchType:{default:0}//搜索返回为1,其他暂时不处理
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const emit = defineEmits(['back'])
|
const emit = defineEmits(['back'])
|
||||||
@@ -36,7 +35,7 @@ let navbarHeight = ref(0)
|
|||||||
let navHeight = ref(0)
|
let navHeight = ref(0)
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop();
|
navBarPaddingTop.value = getNavBarPaddingTop();console.log(navBarPaddingTop.value)
|
||||||
statusBarHeight.value = getStatusBarHeight();
|
statusBarHeight.value = getStatusBarHeight();
|
||||||
navbarHeight.value = getNavBarHeight();
|
navbarHeight.value = getNavBarHeight();
|
||||||
navHeight.value = navbarHeight.value - statusBarHeight.value
|
navHeight.value = navbarHeight.value - statusBarHeight.value
|
||||||
@@ -44,26 +43,27 @@ onMounted(() => {
|
|||||||
|
|
||||||
const handleBack = () => {
|
const handleBack = () => {
|
||||||
emit('back')
|
emit('back')
|
||||||
if(!props.searchType)
|
uni.navigateBack()
|
||||||
uni.navigateBack()
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.custom-navbar {
|
.custom-navbar {
|
||||||
width: 100%;
|
width: 750rpx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left:-375rpx;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
background: #307AF5 url('@/static/images/bg-Blue-header.png') no-repeat;
|
background: url('@/static/images/bg-Blue-header.png') no-repeat;
|
||||||
background-size:100% 160rpx;
|
background-size:750rpx 160rpx;
|
||||||
height:160rpx;
|
height:160rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
background: #307AF5 url('@/static/images/bg-Blue-header2.png') no-repeat;
|
background: url('@/static/images/bg-Blue-header2.png') no-repeat;
|
||||||
background-size:100% 116rpx;
|
background-size:750rpx 116rpx;
|
||||||
height:116rpx;
|
height:116rpx;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
|
|||||||
@@ -1,306 +1,84 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<!-- 搜索框 -->
|
<!-- 搜索框 -->
|
||||||
<view class="search search-sao">
|
<uni-search-bar v-model="searchText" @confirm="handleSearch" />
|
||||||
<!-- @confirm="handleSearch" @cancel="handleCancel"-->
|
|
||||||
<uni-search-bar class="custom-search"
|
|
||||||
radius="28"
|
|
||||||
placeholder="请输入搜索条件"
|
|
||||||
clearButton="auto"
|
|
||||||
bgColor="#6FA2F8" textColor="#ffffff"
|
|
||||||
v-model="searchText"
|
|
||||||
cancelButton="none"
|
|
||||||
focus
|
|
||||||
/>
|
|
||||||
<text class="search-btn" @click="handleSearch">查询</text>
|
|
||||||
</view>
|
|
||||||
<view class="white-bg">
|
|
||||||
|
|
||||||
<!-- 类型列表 -->
|
<!-- <view v-if="showSuggestions" class="suggestions-list">
|
||||||
<view class="search-section" v-if="searchTypeList.length>0">
|
<view
|
||||||
<view class="section-header">
|
v-for="(item, index) in suggestions"
|
||||||
<text class="section-title">{{ searchType.typeName }}</text>
|
:key="index"
|
||||||
</view>
|
class="suggestion-item"
|
||||||
<view class="tag-container">
|
@click="selectSuggestion(item)"
|
||||||
<view class="search-tag notice-tag" :class="{'notice-check':!searchCheckObj.id}" @click="handleNoticeClick({})">全部</view>
|
>
|
||||||
<view class="search-tag notice-tag" :class="{'notice-check':item.id==searchCheckObj.id}"
|
{{ item }}
|
||||||
v-for="(item, index) in searchTypeList"
|
|
||||||
:key="'notice-' + index"
|
|
||||||
@click="handleNoticeClick(item)"
|
|
||||||
>
|
|
||||||
{{ item.name }}
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
</view> -->
|
||||||
|
|
||||||
<!-- 历史记录 v-if="historyList.length>0" -->
|
<!-- 筛选条件 -->
|
||||||
<view class="search-section">
|
<view class="filter-container">
|
||||||
<view class="section-header">
|
<picker mode="selector" :range="categoryOptions" @change="handleCategoryChange">
|
||||||
<text class="section-title">历史搜索</text>
|
<view class="filter-item">{{ categoryText }}</view>
|
||||||
<uni-icons type="trash" size="18" color="#999" @click="clearHistory"></uni-icons>
|
</picker>
|
||||||
</view>
|
<picker mode="selector" :range="sortOptions" @change="handleSortChange">
|
||||||
<view class="tag-container">
|
<view class="filter-item">{{ sortText }}</view>
|
||||||
<view class="search-tag" v-for="(item, index) in historyList" :key="'history-' + index"
|
</picker>
|
||||||
@click="handleHistoryClick(item)">
|
|
||||||
{{ item }}
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- 搜索结果 -->
|
|
||||||
<!-- <view class="search-result" v-if="searchResult.length > 0">
|
|
||||||
<view class="result-item"
|
|
||||||
v-for="(item, index) in searchResult"
|
|
||||||
:key="'result-' + index"
|
|
||||||
@click="handleResultClick(item)"
|
|
||||||
>
|
|
||||||
{{ item.name }}
|
|
||||||
</view>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<!-- 搜索结果 -->
|
||||||
|
<search-results :list="results" />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref,watch } from 'vue'
|
import { ref, computed } from 'vue'
|
||||||
|
|
||||||
const props = defineProps({
|
// const suggestions = ref([])
|
||||||
searchKeywords:{//搜索文本
|
// const showSuggestions = ref(false)
|
||||||
type:String
|
|
||||||
},
|
|
||||||
searchType:{//哪种类型显示对象 typeId:1-首页,2-业务首页,3-消息 之后可以自动添加
|
|
||||||
type:Object
|
|
||||||
},
|
|
||||||
searchTypeList:{//类型列表
|
|
||||||
type:Array,
|
|
||||||
default:[]
|
|
||||||
},
|
|
||||||
checkTypeObj:{//选中的类型对象
|
|
||||||
type:Object
|
|
||||||
},
|
|
||||||
|
|
||||||
})
|
|
||||||
|
|
||||||
const searchText = ref('');// 搜索文本
|
// const handleInput = debounce(async () => {
|
||||||
const searchCheckObj = ref({});//选中的类型对象
|
// if (!searchText.value.trim()) {
|
||||||
|
// showSuggestions.value = false
|
||||||
|
// return
|
||||||
|
// }
|
||||||
|
|
||||||
|
// try {
|
||||||
|
// const res = await getSuggestions(searchText.value)
|
||||||
|
// suggestions.value = res
|
||||||
|
// showSuggestions.value = true
|
||||||
|
// } catch (error) {
|
||||||
|
// console.error('获取搜索建议失败:', error)
|
||||||
|
// }
|
||||||
|
// }, 300)
|
||||||
|
|
||||||
const showCancel = ref(false)// 是否显示取消按钮
|
const searchText = ref('')
|
||||||
const historyList = ref([])// 历史记录列表
|
const category = ref(0)
|
||||||
|
const sort = ref(0)
|
||||||
|
|
||||||
const searchResult = ref([])// 搜索结果
|
const categoryOptions = ['全部类别', '电子产品', '服装', '食品']
|
||||||
|
const sortOptions = ['默认排序', '价格从低到高', '价格从高到低', '销量最高']
|
||||||
|
|
||||||
// 搜索文本内容
|
const categoryText = computed(() => categoryOptions[category.value])
|
||||||
watch(() => props.searchKeywords, (newVal, oldVal) => {
|
const sortText = computed(() => sortOptions[sort.value])
|
||||||
searchText.value = newVal
|
|
||||||
},{
|
|
||||||
deep:true, // 深度监听
|
|
||||||
immediate:true // 立即执行
|
|
||||||
});
|
|
||||||
|
|
||||||
// 选中类型对象
|
const handleSearch = async () => {
|
||||||
watch(() => props.checkTypeObj, (newVal, oldVal) => {
|
const params = {
|
||||||
searchCheckObj.value = newVal
|
keyword: searchText.value,
|
||||||
},{
|
category: category.value,
|
||||||
deep:true, // 深度监听
|
sort: sort.value
|
||||||
immediate:true // 立即执行
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
// 调用父组件的方法
|
|
||||||
const emit = defineEmits(['confirm']);
|
|
||||||
|
|
||||||
// 加载历史记录
|
|
||||||
const loadHistory = () => {
|
|
||||||
let typeId = props.searchType?props.searchType.typeId:undefined
|
|
||||||
const history = uni.getStorageSync('searchHistory'+typeId) || []
|
|
||||||
historyList.value = history
|
|
||||||
}
|
|
||||||
loadHistory();
|
|
||||||
|
|
||||||
// 处理搜索
|
|
||||||
const handleSearch = () => {
|
|
||||||
let txtContent = searchText.value?searchText.value.trim():undefined
|
|
||||||
if (txtContent) {
|
|
||||||
// uni.showToast({
|
|
||||||
// title: '请输入搜索内容',
|
|
||||||
// icon: 'none'
|
|
||||||
// })
|
|
||||||
// return
|
|
||||||
// 添加到历史记录
|
|
||||||
addToHistory(txtContent)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 模拟搜索请求
|
// 调用搜索API
|
||||||
// searchResult.value = [
|
const res = await searchAPI(params)
|
||||||
// { id: 1, name: `${searchText.value} 结果1` },
|
results.value = res.data
|
||||||
// { id: 2, name: `${searchText.value} 结果2` },
|
|
||||||
// { id: 3, name: `${searchText.value} 结果3` }
|
|
||||||
// ]
|
|
||||||
|
|
||||||
|
|
||||||
// 传给父组件
|
|
||||||
emit('confirm',searchCheckObj,searchText);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 处理输入
|
const handleCategoryChange = (e) => {
|
||||||
const handleInput = () => {
|
category.value = e.detail.value
|
||||||
showCancel.value = searchText.value.length > 0
|
|
||||||
}
|
|
||||||
|
|
||||||
// 清除搜索
|
|
||||||
const clearSearch = () => {
|
|
||||||
searchText.value = ''
|
|
||||||
showCancel.value = false
|
|
||||||
searchResult.value = []
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 添加到历史记录
|
|
||||||
const addToHistory = (keyword) => {
|
|
||||||
const index = historyList.value.indexOf(keyword)
|
|
||||||
if (index !== -1) {
|
|
||||||
historyList.value.splice(index, 1)
|
|
||||||
}
|
|
||||||
historyList.value.unshift(keyword)
|
|
||||||
|
|
||||||
// 限制历史记录数量
|
|
||||||
if (historyList.value.length > 10) {
|
|
||||||
historyList.value = historyList.value.slice(0, 10)
|
|
||||||
}
|
|
||||||
|
|
||||||
let typeId = props.searchType.typeId
|
|
||||||
uni.setStorageSync('searchHistory'+typeId, historyList.value)
|
|
||||||
}
|
|
||||||
|
|
||||||
// 清除历史记录
|
|
||||||
const clearHistory = () => {
|
|
||||||
uni.showModal({
|
|
||||||
title: '提示',
|
|
||||||
content: '确定要清空历史记录吗?',
|
|
||||||
success: (res) => {
|
|
||||||
if (res.confirm) {
|
|
||||||
historyList.value = []
|
|
||||||
let typeId = props.searchType.typeId;
|
|
||||||
uni.removeStorageSync('searchHistory'+typeId)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// 点击历史记录
|
|
||||||
const handleHistoryClick = (item) => {
|
|
||||||
searchText.value = item
|
|
||||||
handleSearch()
|
handleSearch()
|
||||||
}
|
}
|
||||||
|
|
||||||
// 点击消息类型
|
const handleSortChange = (e) => {
|
||||||
const handleNoticeClick = (item) => {
|
sort.value = e.detail.value
|
||||||
// searchText.value = item
|
|
||||||
searchCheckObj.value = item;
|
|
||||||
handleSearch()
|
handleSearch()
|
||||||
}
|
}
|
||||||
|
</script>
|
||||||
// 点击搜索结果
|
|
||||||
const handleResultClick = (item) => {
|
|
||||||
uni.showToast({
|
|
||||||
title: `点击了 ${item.name}`,
|
|
||||||
icon: 'none'
|
|
||||||
})
|
|
||||||
// 实际项目中这里可以跳转到详情页
|
|
||||||
// uni.navigateTo({ url: `/pages/detail/detail?id=${item.id}` })
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
.search-sao {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-sao .custom-search {
|
|
||||||
/* width:615rpx; */
|
|
||||||
width: 590rpx;
|
|
||||||
padding: 0 20rpx;
|
|
||||||
margin-bottom:15rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-sao :deep(.custom-search.uni-searchbar) {
|
|
||||||
padding-bottom: 15rpx !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-sao .search-btn {
|
|
||||||
margin: 15rpx 30rpx 10rpx 0;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 28rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.white-bg {
|
|
||||||
width: 750rpx;
|
|
||||||
padding: 40rpx 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
border-radius: 8px 8px 0 0;
|
|
||||||
/* #ifdef APP-PLUS */
|
|
||||||
height: calc(100vh - 168px);
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 150px);
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-section {
|
|
||||||
margin-bottom: 40rpx;
|
|
||||||
padding:0 45rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-header {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-title {
|
|
||||||
font-size: 28rpx;
|
|
||||||
color: #333;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tag-container {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-tag {
|
|
||||||
background-color: #fff;
|
|
||||||
border:1px solid #E8E8E8;
|
|
||||||
border-radius: 10rpx;
|
|
||||||
padding: 10rpx 15rpx;
|
|
||||||
margin-right: 20rpx;
|
|
||||||
margin-bottom: 20rpx;
|
|
||||||
font-size: 28rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-tag.notice-tag{
|
|
||||||
padding: 10rpx 45rpx;
|
|
||||||
}
|
|
||||||
.notice-tag:nth-child(3n){
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice-check{
|
|
||||||
background-color: #05A3F4;
|
|
||||||
color:#fff;
|
|
||||||
border-color:#05A3F4;
|
|
||||||
}
|
|
||||||
.search-result {
|
|
||||||
margin-top: 20rpx;
|
|
||||||
padding:0 20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.result-item {
|
|
||||||
padding: 20rpx 0;
|
|
||||||
border-bottom: 1rpx solid #eee;
|
|
||||||
font-size: 28rpx;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,163 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view class="model" v-if="visibleF">
|
|
||||||
<view class="model-con">
|
|
||||||
<view class="model-top" v-if="title">{{title}}</view>
|
|
||||||
<view :class="{'model-middle':true,'m-height':!title}">{{contents}}</view>
|
|
||||||
<view class="model-bottom">
|
|
||||||
<button type="primary" class="btn-cancel" @click="handleCancel" v-if="btnFlag2">Cancel</button>
|
|
||||||
<button type="default" class="btn-green" @click="handleConfirm" v-if="btnFlag" :loading="loading" :disabled="loading">{{btnTxt}}</button>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref,watch } from 'vue'
|
|
||||||
const props = defineProps({
|
|
||||||
visible:{
|
|
||||||
type:Boolean
|
|
||||||
},
|
|
||||||
title:{
|
|
||||||
type: String,
|
|
||||||
},
|
|
||||||
content: {
|
|
||||||
type: String
|
|
||||||
},
|
|
||||||
btnFlag:{
|
|
||||||
type:Boolean,
|
|
||||||
default:true
|
|
||||||
},
|
|
||||||
btnFlag2:{
|
|
||||||
type:Boolean,
|
|
||||||
default:true
|
|
||||||
},
|
|
||||||
btnTxt:{
|
|
||||||
type:String,
|
|
||||||
default:'确定'
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
let visibleF = ref(props.visible)
|
|
||||||
let titles = ref(props.title)
|
|
||||||
let contents = ref(props.content)
|
|
||||||
let btnFlags = ref(props.btnFlag)
|
|
||||||
let loading = ref(false);
|
|
||||||
|
|
||||||
// 显示隐藏
|
|
||||||
watch(() => props.visible, (newVal, oldVal) => {
|
|
||||||
loading.value = false;
|
|
||||||
visibleF = newVal
|
|
||||||
},{
|
|
||||||
deep:true, // 深度监听
|
|
||||||
immediate:true // 立即执行
|
|
||||||
});
|
|
||||||
|
|
||||||
// 标题
|
|
||||||
watch(() => props.title, (newVal, oldVal) => {
|
|
||||||
titles.value = newVal
|
|
||||||
},{
|
|
||||||
deep:true,
|
|
||||||
immediate:true
|
|
||||||
});
|
|
||||||
// 内容
|
|
||||||
watch(() => props.content, (newVal, oldVal) => {
|
|
||||||
contents = newVal
|
|
||||||
},{
|
|
||||||
deep:true,
|
|
||||||
immediate:true
|
|
||||||
});
|
|
||||||
|
|
||||||
// 按钮
|
|
||||||
watch(() => props.btnFlag, (newVal, oldVal) => {
|
|
||||||
btnFlags.value = newVal
|
|
||||||
},{
|
|
||||||
deep:true,
|
|
||||||
immediate:true
|
|
||||||
});
|
|
||||||
|
|
||||||
// 调用父组件的方法
|
|
||||||
const emit = defineEmits(['close','confirm'])
|
|
||||||
const handleCancel = ()=>{
|
|
||||||
emit('close');
|
|
||||||
}
|
|
||||||
|
|
||||||
const handleConfirm = ()=>{
|
|
||||||
loading.value=true;
|
|
||||||
emit('confirm')
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.model {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
background: rgba(0, 0, 0, 0.4);
|
|
||||||
z-index: 9999;
|
|
||||||
.model-con{
|
|
||||||
background: #fff;
|
|
||||||
position: fixed;
|
|
||||||
top:50%;
|
|
||||||
left:50%;
|
|
||||||
width:500rpx;
|
|
||||||
min-height: 278rpx;
|
|
||||||
margin-left: -270rpx;
|
|
||||||
margin-top:-139rpx;
|
|
||||||
border-radius: 24rpx;
|
|
||||||
padding:20rpx 20rpx 30rpx;
|
|
||||||
}
|
|
||||||
.model-top{
|
|
||||||
text-align: center;
|
|
||||||
padding:20rpx 0;
|
|
||||||
font-size:36rpx;
|
|
||||||
}
|
|
||||||
.model-middle{
|
|
||||||
// margin-top:290rpx;
|
|
||||||
text-align: center;
|
|
||||||
font-size:36rpx;
|
|
||||||
color:#333333;
|
|
||||||
.font-green{
|
|
||||||
color:#05A3F4;
|
|
||||||
font-size: 42rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
padding:20rpx 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.model-middle.m-height{
|
|
||||||
padding:60rpx 0 20rpx;
|
|
||||||
}
|
|
||||||
.model-bottom{
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
margin-top:40rpx;
|
|
||||||
// align-items: center;
|
|
||||||
.btn-green,.btn-cancel{
|
|
||||||
background-color: #fff;
|
|
||||||
color:#05A3F4;
|
|
||||||
border-radius: 48rpx;
|
|
||||||
font-size:30rpx;
|
|
||||||
width:200rpx;
|
|
||||||
height:65rpx;
|
|
||||||
line-height: 60rpx;
|
|
||||||
text-align: center;
|
|
||||||
font-size:30rpx;
|
|
||||||
border: 1px solid #05A3F4;
|
|
||||||
margin-left:0rpx !important;
|
|
||||||
margin-right:0 !important;
|
|
||||||
&::after{
|
|
||||||
border:none;
|
|
||||||
border-radius: 37rpx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn-green{
|
|
||||||
border: 1px solid #05A3F4;
|
|
||||||
background-color:#05A3F4;
|
|
||||||
color:#fff;
|
|
||||||
margin-left:20rpx !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { onMounted, reactive, ref, defineExpose} from "vue";
|
import { onMounted, reactive, ref } from "vue";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
// 是否显示全部清空按钮
|
// 是否显示全部清空按钮
|
||||||
@@ -111,7 +111,7 @@ const active = ref(false); // 组件是否激活,
|
|||||||
let changevalue = reactive([]);
|
let changevalue = reactive([]);
|
||||||
let realValue = reactive([]);
|
let realValue = reactive([]);
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// init();
|
init();
|
||||||
});
|
});
|
||||||
|
|
||||||
// 初始化函数
|
// 初始化函数
|
||||||
@@ -175,17 +175,6 @@ const handleChange = (index, item) => {
|
|||||||
// 触发回调函数
|
// 触发回调函数
|
||||||
emit("change", changevalue, realValue);
|
emit("change", changevalue, realValue);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 失去焦点时关闭选项列表
|
|
||||||
const handleBlur = () => {
|
|
||||||
active.value = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
// 定义组件实例暴露的方法
|
|
||||||
defineExpose({
|
|
||||||
handleBlur
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -1,8 +1,2 @@
|
|||||||
export const TOKEN_KEY = 'token';
|
export const TOKEN_KEY = 'token';
|
||||||
export const AGREEWELCOME_KEY="agreewelcome";
|
export const AGREEWELCOME_KEY="agreewelcome"
|
||||||
|
|
||||||
// clientId 默认写2
|
|
||||||
export const CLIENT_ID="2";
|
|
||||||
// #区分内外网 //1-内网,2-外网
|
|
||||||
export const NETWORK_ENV=2;
|
|
||||||
|
|
||||||
@@ -11,8 +11,8 @@ export const RequestMethodsEnum = {
|
|||||||
|
|
||||||
export const RequestCodeEnum = {
|
export const RequestCodeEnum = {
|
||||||
SUCCESS: 200, //成功
|
SUCCESS: 200, //成功
|
||||||
FAILED: -1, // 失败
|
FAILED: 500, // 失败
|
||||||
TOKEN_INVALID: 401 // TOKEN失效未登录
|
TOKEN_INVALID: 10003 // TOKEN失效未登录
|
||||||
};
|
};
|
||||||
|
|
||||||
export const RequestErrMsgEnum = {
|
export const RequestErrMsgEnum = {
|
||||||
|
|||||||
14
src/main.js
14
src/main.js
@@ -1,27 +1,15 @@
|
|||||||
import { createSSRApp } from "vue";
|
import { createSSRApp } from "vue";
|
||||||
import App from "./App.vue";
|
import App from "./App.vue";
|
||||||
import { CLIENT_ID,NETWORK_ENV } from '@/enums/cacheEnums';
|
|
||||||
import '@/static/font/iconfont.css'
|
import '@/static/font/iconfont.css'
|
||||||
|
|
||||||
|
|
||||||
// 注册自定义组件
|
|
||||||
import customShowModal from '@/components/customShowModal.vue'
|
|
||||||
|
|
||||||
// pinia
|
// pinia
|
||||||
import { createPinia } from 'pinia'
|
import { createPinia } from 'pinia'
|
||||||
const pinia = createPinia()
|
const pinia = createPinia()
|
||||||
|
|
||||||
|
|
||||||
export function createApp() {
|
export function createApp() {
|
||||||
|
|
||||||
const app = createSSRApp(App);
|
const app = createSSRApp(App);
|
||||||
|
|
||||||
// 全局变量
|
|
||||||
app.config.globalProperties.$CLIENT_ID = CLIENT_ID;
|
|
||||||
app.config.globalProperties.$NETWORK_ENV = NETWORK_ENV;
|
|
||||||
|
|
||||||
// 全局自定义组件
|
|
||||||
app.component('customShowModal', customShowModal);
|
|
||||||
|
|
||||||
app.use(pinia)
|
app.use(pinia)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id" : "H5E705637",
|
"id" : "H5E705637",
|
||||||
"name" : "718友晟",
|
"name" : "app",
|
||||||
"appid" : "__UNI__4C459F4",
|
// "appid" : "",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
@@ -16,14 +16,12 @@
|
|||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"alwaysShowBeforeRender" : true,
|
"alwaysShowBeforeRender" : true,
|
||||||
"waiting" : false, // 是否显示等待界面
|
"waiting" : true,
|
||||||
"autoclose" : true,
|
"autoclose" : true,
|
||||||
"delay" : 0
|
"delay" : 0
|
||||||
},
|
},
|
||||||
/* 模块配置 */
|
/* 模块配置 */
|
||||||
"modules" : {
|
"modules" : {},
|
||||||
"Push" : {}
|
|
||||||
},
|
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute" : {
|
||||||
/* android打包配置 */
|
/* android打包配置 */
|
||||||
@@ -43,72 +41,21 @@
|
|||||||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
||||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
"<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" : {
|
"icons" : {
|
||||||
"android" : {
|
"android" : {
|
||||||
"hdpi" : "/static/images/icon.png",
|
"hdpi" : "static/icons/72x72.png",
|
||||||
"xhdpi" : "/static/images/icon.png",
|
"xhdpi" : "static/icons/96x96.png",
|
||||||
"xxhdpi" : "/static/images/icon.png",
|
"xxhdpi" : "static/icons/144x144.png",
|
||||||
"xxxhdpi" : "/static/images/icon.png"
|
"xxxhdpi" : "static/icons/192x192.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {
|
"ios" : {},
|
||||||
"dSYMs" : false
|
|
||||||
},
|
|
||||||
/* SDK配置 */
|
/* 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" : {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
@@ -137,8 +84,8 @@
|
|||||||
"h5" : {
|
"h5" : {
|
||||||
"router" : {
|
"router" : {
|
||||||
"base" : ""
|
"base" : ""
|
||||||
|
/*,"mode": "history" 仅对 H5 平台生效 */
|
||||||
},
|
},
|
||||||
/*,"mode": "history" 仅对 H5 平台生效 */
|
|
||||||
"template" : "index.html"
|
"template" : "index.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1119
src/pages.json
1119
src/pages.json
File diff suppressed because it is too large
Load Diff
170
src/pages/business/CRM/chooseCus.vue
Normal file
170
src/pages/business/CRM/chooseCus.vue
Normal file
@@ -0,0 +1,170 @@
|
|||||||
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
<view class="inner-box">
|
||||||
|
<view class="list-cont">
|
||||||
|
<radio-group class="block" @change="radioChange">
|
||||||
|
<view class="item" v-for="(item, index) in dataList">
|
||||||
|
<radio class='radio' :value="index" ></radio>
|
||||||
|
<view class="name">{{item.cusName+"("+item.shortName+")"}}</view>
|
||||||
|
</view>
|
||||||
|
</radio-group>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import customHeader from '@/components/customHeader.vue'
|
||||||
|
import { getYsCustomerList } from '../../../api/crm/api_ys.js'
|
||||||
|
import { onMounted, reactive, ref, watch } from 'vue'
|
||||||
|
import { onLoad } from '@dcloudio/uni-app'
|
||||||
|
import { useMessage } from '../../../utils/message.js'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
const message = useMessage();
|
||||||
|
|
||||||
|
//点击查询客户人员
|
||||||
|
const queryParams = ref({
|
||||||
|
cusName: '',
|
||||||
|
nickName:'',
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 10
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
|
onLoad(options => {
|
||||||
|
queryParams.value.cusName = options.cusName
|
||||||
|
})
|
||||||
|
const dataList = ref([])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//查询某一客户人员
|
||||||
|
let searchContent = ref('')
|
||||||
|
|
||||||
|
function iconClick() {
|
||||||
|
message.toast('点击了查询,当前内容:' + searchContent.value)
|
||||||
|
}
|
||||||
|
|
||||||
|
//监视查询的内容的变化
|
||||||
|
let queryCusForm = reactive({})
|
||||||
|
watch(searchContent,(newValue,oldValue)=>{
|
||||||
|
console.log("输入内容:",searchContent.value)
|
||||||
|
queryCusForm.cusName = searchContent.value
|
||||||
|
getYsCustomerList(queryCusForm).then(res=>{
|
||||||
|
dataList.value = res.rows
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
function radioChange(event) {
|
||||||
|
const selectedIndex = event.detail.value
|
||||||
|
let test = dataList.value[selectedIndex]
|
||||||
|
// 发送全局事件
|
||||||
|
uni.$emit('onCustomerSelected', test)
|
||||||
|
let cusName = test.cusName;//客户名称
|
||||||
|
let cusId = test.cusId;//客户ID
|
||||||
|
uni.navigateBack()//返回上一页
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</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;
|
||||||
|
}
|
||||||
|
.inner-box {
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-cont {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 12px 0;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.radio {
|
||||||
|
margin-right: 12px;
|
||||||
|
transform: scale(0.9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
flex: 1;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checked {
|
||||||
|
color: #007AFF; /* 选中状态的颜色 */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -23,59 +23,55 @@
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 分页部分 top="68rpx" -->
|
<!-- 分页部分 -->
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||||
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
class="scroll-h" :class="{'loading-scroll':cssFlag}"
|
||||||
>
|
>
|
||||||
<block v-for="(item, index) in list" :key="index">
|
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||||
<view class="white-bg margin-bottom20"
|
@touchstart="handleTouchStart(item)"
|
||||||
@touchstart="handleTouchStart(item)"
|
@touchend="handleTouchEnd">
|
||||||
@touchend="handleTouchEnd"
|
<view class="report-list">
|
||||||
v-if="item && item.auditStatus !== '办事处审核通过'"
|
<view class="w-b-title title" @dblclick.stop="handleDetail(item)">
|
||||||
>
|
{{ item.cusName }}
|
||||||
<view class="report-list">
|
<!--<view v-if="item.nodeCode" class="r-right btn-edit" @click.prevent="handleCopyInfo(item)"> 复制信息 </view>-->
|
||||||
<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>
|
||||||
|
<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>
|
</view>
|
||||||
</mescroll-uni>
|
</mescroll-uni>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -117,7 +113,7 @@ let handleSearch = () => {
|
|||||||
watch(searchValue, (newValue, oldValue) => {
|
watch(searchValue, (newValue, oldValue) => {
|
||||||
handleSearch()
|
handleSearch()
|
||||||
})
|
})
|
||||||
let clearSearchValue = () => {
|
let clearSearchValue = ()=>{
|
||||||
searchValue.value = '';
|
searchValue.value = '';
|
||||||
}
|
}
|
||||||
// 查询列表
|
// 查询列表
|
||||||
@@ -126,10 +122,7 @@ let list = ref([]);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {tip: '~ 空空如也 ~'},
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -158,7 +151,7 @@ const downCallback = async (mescroll) => {
|
|||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
cssFlag.value = false;
|
cssFlag.value = false;
|
||||||
// 正确传递 total 参数
|
// 正确传递 total 参数
|
||||||
mescroll.endSuccess(res.list.length, res.total >= mescroll.size);
|
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
|
|
||||||
}, 500);
|
}, 500);
|
||||||
@@ -180,7 +173,7 @@ const upCallback = async (mescroll) => {
|
|||||||
list.value.push(...res.list);
|
list.value.push(...res.list);
|
||||||
}
|
}
|
||||||
// 正确判断是否还有更多数据
|
// 正确判断是否还有更多数据
|
||||||
mescroll.endSuccess(res.list.length, res.total >= mescroll.size);
|
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
}, 500);
|
}, 500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -210,8 +203,10 @@ const getList = (pageIndex, pageSize) => {
|
|||||||
let handleDetail = (item) => {
|
let handleDetail = (item) => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/business/CRM/customer/components/customerUserEdit",
|
url: "/pages/business/CRM/customer/components/customerUserEdit",
|
||||||
events: {},
|
events: {
|
||||||
success(res) {
|
|
||||||
|
},
|
||||||
|
success(res){
|
||||||
res.eventChannel.emit('editCusData', {param: item, isAdd: false})
|
res.eventChannel.emit('editCusData', {param: item, isAdd: false})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -221,8 +216,8 @@ let handleDetail = (item) => {
|
|||||||
let touchTimerId = null;
|
let touchTimerId = null;
|
||||||
|
|
||||||
// 开始触摸
|
// 开始触摸
|
||||||
let handleTouchStart = (item) => {
|
let handleTouchStart = (item)=>{
|
||||||
touchTimerId = setTimeout(() => {
|
touchTimerId = setTimeout(()=>{
|
||||||
// console.log(item, "长按客户人员项")
|
// console.log(item, "长按客户人员项")
|
||||||
handleChange(item)
|
handleChange(item)
|
||||||
|
|
||||||
@@ -231,39 +226,39 @@ let handleTouchStart = (item) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 结束触摸
|
// 结束触摸
|
||||||
let handleTouchEnd = () => {
|
let handleTouchEnd = ()=>{
|
||||||
if (touchTimerId !== null) {
|
if(touchTimerId !== null){
|
||||||
clearTimeout(touchTimerId);
|
clearTimeout(touchTimerId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 变更主归属人
|
// 变更主归属人
|
||||||
let handleChange = (item) => {
|
let handleChange = (item)=>{
|
||||||
|
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '是否将该客户人员主的归属人变更为自己?',
|
title: '是否将该客户人员主的归属人变更为自己?',
|
||||||
editable: true,
|
editable: true,
|
||||||
placeholderText: '请输入变更理由',
|
placeholderText: '请输入变更理由',
|
||||||
success(res) {
|
success(res){
|
||||||
if (res.confirm) {
|
if(res.confirm){
|
||||||
if (res.content) {
|
if(res.content){
|
||||||
submissionOfChangeOfMainOwner({
|
submissionOfChangeOfMainOwner({
|
||||||
userId: item.userId,
|
userId: item.userId,
|
||||||
userName: item.userName,
|
userName: item.userName,
|
||||||
reasonForChange: res.content
|
reasonForChange: res.content
|
||||||
}).then(res => {
|
}).then(res=>{
|
||||||
if (res.code === 200) {
|
if(res.code===200){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '操作成功'
|
title: '操作成功'
|
||||||
})
|
})
|
||||||
} else {
|
}else{
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '操作失败',
|
title: '操作失败',
|
||||||
icon: 'error'
|
icon: 'error'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
}else{
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '操作失败!变更原因不能为空',
|
title: '操作失败!变更原因不能为空',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
@@ -275,21 +270,21 @@ let handleChange = (item) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 复制信息
|
// 复制信息
|
||||||
let handleCopyInfo = (item) => {
|
let handleCopyInfo=(item)=>{
|
||||||
const {cusName, userName, sex, iphone, mobilePhone, jobTelphone, userDept, salesmanThinkLevel} = item;
|
const {cusName, userName, sex, iphone, mobilePhone, jobTelphone, userDept, salesmanThinkLevel} = item;
|
||||||
/* item = JSON.stringify({
|
/* item = JSON.stringify({
|
||||||
'客户名称':item.cusName,
|
'客户名称':item.cusName,
|
||||||
'客户人员名称': item.userName,
|
'客户人员名称': item.userName,
|
||||||
'性别': item.sex,
|
'性别': item.sex,
|
||||||
'手机号': item.iphone || item.mobilePhone || item.jobTelphone,
|
'手机号': item.iphone || item.mobilePhone || item.jobTelphone,
|
||||||
'部门': item.userDept,
|
'部门': item.userDept,
|
||||||
'业务员认定等级': item.salesmanThinkLevel}
|
'业务员认定等级': item.salesmanThinkLevel}
|
||||||
);
|
);
|
||||||
console.log(item, '复制信息');*/
|
console.log(item, '复制信息');*/
|
||||||
uni.setClipboardData({
|
uni.setClipboardData({
|
||||||
data: `客户名称:${cusName}
|
data: `客户名称:${cusName}
|
||||||
客户人员名称:${userName}
|
客户人员名称:${userName}
|
||||||
性别:${iphone || mobilePhone || jobTelphone}
|
性别:${iphone||mobilePhone||jobTelphone}
|
||||||
部门:${userDept}
|
部门:${userDept}
|
||||||
业务员认定等级:${salesmanThinkLevel}`,
|
业务员认定等级:${salesmanThinkLevel}`,
|
||||||
success: function () {
|
success: function () {
|
||||||
@@ -303,7 +298,7 @@ let handleCopyInfo = (item) => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style scoped>
|
||||||
.all-body {
|
.all-body {
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
top: 150rpx;
|
top: 150rpx;
|
||||||
@@ -316,6 +311,7 @@ let handleCopyInfo = (item) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.search .btn-search {
|
.search .btn-search {
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
@@ -342,16 +338,12 @@ let handleCopyInfo = (item) => {
|
|||||||
|
|
||||||
.white-bg {
|
.white-bg {
|
||||||
padding-bottom: 10rpx;
|
padding-bottom: 10rpx;
|
||||||
|
.w-b-title{
|
||||||
.w-b-title {
|
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-bg:hover {
|
.btn-edit{
|
||||||
//background-color: #f1f1f1;
|
white-space: nowrap;
|
||||||
background-color: #f1f1f1; /* Chrome, Safari, Opera */
|
|
||||||
box-shadow: 0px 0px 5rpx white;
|
|
||||||
//filter: rgba(237, 242, 250, 0.5);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
||||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
<multipleSelect :multiple="true" :value="hobbyIndex" downInner :options="hobbyList"
|
||||||
@change="handleHobbyChange" :slabel="'name'"
|
@change="handleHobbyChange" :slabel="'name'"
|
||||||
|
|
||||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -467,29 +467,20 @@ let handleThinkLevelChange = (e) => {
|
|||||||
// 系统推荐等级
|
// 系统推荐等级
|
||||||
let recommendLevel = ref("");
|
let recommendLevel = ref("");
|
||||||
let getRecommendLevel = async () => {
|
let getRecommendLevel = async () => {
|
||||||
if (formData.value.cusEstate) {
|
if (formData.value.cusEstate && formData.value.functionalRequirements) {
|
||||||
let {cusEstate, functionalRequirements} = formData.value;
|
let {cusEstate, functionalRequirements} = formData.value;
|
||||||
let param = {cusEstate, functionalRequirements};
|
let param = {cusEstate, functionalRequirements};
|
||||||
if (formData.value.salesmanThinkLevel) {
|
if (formData.value.salesmanThinkLevel) {
|
||||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||||
}
|
}
|
||||||
let res = await getCustomerLevel(param)
|
let res = await getCustomerLevel(param).catch(err => {
|
||||||
/*.catch(err => {
|
|
||||||
console.error(err, "客户的系统推荐等级获取失败")
|
console.error(err, "客户的系统推荐等级获取失败")
|
||||||
})*/
|
})
|
||||||
try{
|
if (!res.systemRecommendationLevel) {
|
||||||
if(res.data.systemRecommendationLevel){
|
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
console.log(formData.value.systemThinkLevel + "???")
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
|
||||||
}
|
|
||||||
}catch(e){
|
|
||||||
if (res.systemRecommendationLevel) {
|
|
||||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||||
} else {
|
} else {
|
||||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||||
}
|
}
|
||||||
@@ -518,7 +509,8 @@ let handleUserTypeChange = (e) => {
|
|||||||
|
|
||||||
// 选择日期
|
// 选择日期
|
||||||
function handleTenureTimeChange(e) {
|
function handleTenureTimeChange(e) {
|
||||||
formData.value.tenureTime = e;
|
let {value} = e.detail;
|
||||||
|
formData.value.tenureTime = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 需求层次索引
|
// 需求层次索引
|
||||||
@@ -541,16 +533,16 @@ let handleDevelopChange = e => {
|
|||||||
|
|
||||||
// 选择生日
|
// 选择生日
|
||||||
function handleBirthdayChange(e) {
|
function handleBirthdayChange(e) {
|
||||||
formData.value.birthday = e;
|
let{value} = e.detail
|
||||||
|
formData.value.birthday = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 爱好标签索引
|
// 爱好标签索引
|
||||||
let hobbyIds = ref([]);
|
let hobbyIndex = reactive([]);
|
||||||
let hobbies = ref([]);
|
|
||||||
// 选择爱好标签
|
// 选择爱好标签
|
||||||
const handleHobbyChange = (items, ids) => {
|
const handleHobbyChange = (item, value) => {
|
||||||
hobbyIds.value = [];
|
// console.log("爱好", item, value);
|
||||||
hobbies.value = items;
|
hobbyIndex = value;
|
||||||
};
|
};
|
||||||
// 选择
|
// 选择
|
||||||
const handleNativeChange = (e) => {
|
const handleNativeChange = (e) => {
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
<!--
|
|
||||||
* @author wangzhuo
|
|
||||||
* @date 2025年9月1日
|
|
||||||
* @description 编辑客户人员信息
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
@@ -22,7 +17,7 @@
|
|||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view class="white-bg">
|
<view class="white-bg">
|
||||||
<view class="form-con" @click="handleBlur">
|
<view class="form-con">
|
||||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||||
<!-- 选择客户 -->
|
<!-- 选择客户 -->
|
||||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||||
@@ -173,8 +168,8 @@
|
|||||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
||||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
<multipleSelect :multiple="true" :value="hobbyIndex" downInner :options="hobbyList"
|
||||||
@change="handleHobbyChange" :slabel="'name'"
|
@change="handleHobbyChange" :slabel="'name'"
|
||||||
|
|
||||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -473,29 +468,20 @@ let handleThinkLevelChange = (e) => {
|
|||||||
// 系统推荐等级
|
// 系统推荐等级
|
||||||
let recommendLevel = ref("");
|
let recommendLevel = ref("");
|
||||||
let getRecommendLevel = async () => {
|
let getRecommendLevel = async () => {
|
||||||
if (formData.value.cusEstate) {
|
if (formData.value.cusEstate && formData.value.functionalRequirements) {
|
||||||
let {cusEstate, functionalRequirements} = formData.value;
|
let {cusEstate, functionalRequirements} = formData.value;
|
||||||
let param = {cusEstate, functionalRequirements};
|
let param = {cusEstate, functionalRequirements};
|
||||||
if (formData.value.salesmanThinkLevel) {
|
if (formData.value.salesmanThinkLevel) {
|
||||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||||
}
|
}
|
||||||
let res = await getCustomerLevel(param)
|
let res = await getCustomerLevel(param).catch(err => {
|
||||||
/*.catch(err => {
|
|
||||||
console.error(err, "客户的系统推荐等级获取失败")
|
console.error(err, "客户的系统推荐等级获取失败")
|
||||||
})*/
|
})
|
||||||
try{
|
if (!res.systemRecommendationLevel) {
|
||||||
if(res.data.systemRecommendationLevel){
|
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
console.log(formData.value.systemThinkLevel + "???")
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
|
||||||
}
|
|
||||||
}catch(e){
|
|
||||||
if (res.systemRecommendationLevel) {
|
|
||||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||||
} else {
|
} else {
|
||||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||||
}
|
}
|
||||||
@@ -524,7 +510,8 @@ let handleUserTypeChange = (e) => {
|
|||||||
|
|
||||||
// 选择日期
|
// 选择日期
|
||||||
function handleTenureTimeChange(e) {
|
function handleTenureTimeChange(e) {
|
||||||
formData.value.tenureTime = e;
|
let {value} = e.detail;
|
||||||
|
formData.value.tenureTime = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 需求层次索引
|
// 需求层次索引
|
||||||
@@ -547,19 +534,17 @@ let handleDevelopChange = e => {
|
|||||||
|
|
||||||
// 选择生日
|
// 选择生日
|
||||||
function handleBirthdayChange(e) {
|
function handleBirthdayChange(e) {
|
||||||
formData.value.birthday = e;
|
let{value} = e.detail
|
||||||
|
formData.value.birthday = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 爱好标签索引
|
// 爱好标签索引
|
||||||
let hobbyIds = ref([]);
|
let hobbyIndex = reactive([]);
|
||||||
let hobbies = ref([]);
|
|
||||||
// 选择爱好标签
|
// 选择爱好标签
|
||||||
const handleHobbyChange = (items, ids) => {
|
const handleHobbyChange = (item, value) => {
|
||||||
console.log('选择爱好', items, ids);
|
// console.log("爱好", item, value);
|
||||||
hobbyIds.value = [];
|
hobbyIndex = value;
|
||||||
hobbies.value = items;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 选择
|
// 选择
|
||||||
const handleNativeChange = (e) => {
|
const handleNativeChange = (e) => {
|
||||||
formData.value.nativec = (e.detail.value.map(item => {
|
formData.value.nativec = (e.detail.value.map(item => {
|
||||||
@@ -582,22 +567,17 @@ let handleWorkingStatusChange = e => {
|
|||||||
formData.value.workingStatus = workingStatusList[value].name;
|
formData.value.workingStatus = workingStatusList[value].name;
|
||||||
}
|
}
|
||||||
|
|
||||||
const hobbySelectRef = ref(null);
|
|
||||||
// 多选组件失去焦点关闭
|
|
||||||
let handleBlur = () => {
|
|
||||||
if (hobbySelectRef.value) hobbySelectRef.value.handleBlur();
|
|
||||||
}
|
|
||||||
let submitForm = async () => {
|
let submitForm = async () => {
|
||||||
let hobbyTags = hobbies.value.map(it => {
|
let hobbyTags = hobbyIndex.map(it => {
|
||||||
let {name} = it;
|
let {name} = hobbyList[it];
|
||||||
return name;
|
return name;
|
||||||
})
|
})
|
||||||
|
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
||||||
const hobbyTagString = hobbyTags.join(',');
|
const hobbyTagString = hobbyTags.join(',');
|
||||||
console.log(hobbyTagString);
|
console.log(hobbyTagString);
|
||||||
if (hobbyTagString || formData.value.hobby) {
|
if (hobbyTagString || formData.value.hobby) {
|
||||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
formData.value.hobby = formData.value.hobby ? formData.value.hobby + ',' + hobbyTagString : hobbyTagString;
|
||||||
}
|
}
|
||||||
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
|
||||||
// console.log(formData.value, "校验表单数据")
|
// console.log(formData.value, "校验表单数据")
|
||||||
// console.log(recommendLevel);
|
// console.log(recommendLevel);
|
||||||
formData.value.cusName = customerUser.value.cusName;
|
formData.value.cusName = customerUser.value.cusName;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view class="white-bg">
|
<view class="white-bg">
|
||||||
<view class="form-con" @click="handleBlur">
|
<view class="form-con">
|
||||||
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
<uni-forms ref="formRef" :model="formData" :rules="rules" label-width="40%">
|
||||||
<!-- 选择客户 -->
|
<!-- 选择客户 -->
|
||||||
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
<uni-forms-item label="客户名称" name="cusName" required class="f-c-right">
|
||||||
@@ -178,8 +178,8 @@
|
|||||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好"/>
|
||||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
<multipleSelect :multiple="true" :value="hobbyIndex" downInner :options="hobbyList"
|
||||||
@change="handleHobbyChange" :slabel="'name'"
|
@change="handleHobbyChange" :key="Math.round()" :slabel="'name'"
|
||||||
|
|
||||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {ref, reactive} from 'vue'
|
import {ref, onMounted, computed, reactive} from 'vue'
|
||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import multipleSelect from '@/components/multipleSelect.vue'
|
import multipleSelect from '@/components/multipleSelect.vue'
|
||||||
import {
|
import {
|
||||||
@@ -284,8 +284,7 @@ import {
|
|||||||
} from "./dataMap";
|
} from "./dataMap";
|
||||||
import city from "@/utils/area";
|
import city from "@/utils/area";
|
||||||
import {getCustomerLevel, saveappCrmCusUserNew} from "@/api/crm/customer/getCustomer";
|
import {getCustomerLevel, saveappCrmCusUserNew} from "@/api/crm/customer/getCustomer";
|
||||||
// 对 multipleSelect 组件的引用
|
|
||||||
const hobbySelectRef = ref(null);
|
|
||||||
// 表单引用
|
// 表单引用
|
||||||
const formRef = ref({});
|
const formRef = ref({});
|
||||||
// 表单数据
|
// 表单数据
|
||||||
@@ -413,7 +412,7 @@ let handleCustomerClick = () => {
|
|||||||
let {
|
let {
|
||||||
cusName, // 公司名称
|
cusName, // 公司名称
|
||||||
cusEstate, // 等级
|
cusEstate, // 等级
|
||||||
cusId,
|
cusId,
|
||||||
} = data;
|
} = data;
|
||||||
customerUser.value.cusName = cusName;
|
customerUser.value.cusName = cusName;
|
||||||
if (!cusEstate) customerUser.value.sysThinkLevel = "该客户暂无等级信息,无法进行系统推荐"
|
if (!cusEstate) customerUser.value.sysThinkLevel = "该客户暂无等级信息,无法进行系统推荐"
|
||||||
@@ -436,7 +435,6 @@ let handleFunctionChange = (e) => {
|
|||||||
console.log(e.detail.value, '职能索引');
|
console.log(e.detail.value, '职能索引');
|
||||||
const {name} = functionalRequirementList[e.detail.value];
|
const {name} = functionalRequirementList[e.detail.value];
|
||||||
formData.value.functionalRequirements = name;
|
formData.value.functionalRequirements = name;
|
||||||
formData.value.function = name;
|
|
||||||
getRecommendLevel();
|
getRecommendLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -449,29 +447,20 @@ let handleThinkLevelChange = (e) => {
|
|||||||
// 系统推荐等级
|
// 系统推荐等级
|
||||||
let recommendLevel = ref("");
|
let recommendLevel = ref("");
|
||||||
let getRecommendLevel = async () => {
|
let getRecommendLevel = async () => {
|
||||||
if (formData.value.cusEstate) {
|
if (formData.value.cusEstate && formData.value.functionalRequirements) {
|
||||||
let {cusEstate, functionalRequirements} = formData.value;
|
let {cusEstate, functionalRequirements} = formData.value;
|
||||||
let param = {cusEstate, functionalRequirements};
|
let param = {cusEstate, functionalRequirements};
|
||||||
if (formData.value.salesmanThinkLevel) {
|
if (formData.value.salesmanThinkLevel) {
|
||||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||||
}
|
}
|
||||||
let res = await getCustomerLevel(param)
|
let res = await getCustomerLevel(param).catch(err => {
|
||||||
/*.catch(err => {
|
|
||||||
console.error(err, "客户的系统推荐等级获取失败")
|
console.error(err, "客户的系统推荐等级获取失败")
|
||||||
})*/
|
})
|
||||||
try{
|
if (!res.systemRecommendationLevel) {
|
||||||
if(res.data.systemRecommendationLevel){
|
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
console.log(formData.value.systemThinkLevel + "???")
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
|
||||||
}
|
|
||||||
}catch(e){
|
|
||||||
if (res.systemRecommendationLevel) {
|
|
||||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||||
} else {
|
} else {
|
||||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||||
}
|
}
|
||||||
@@ -499,9 +488,9 @@ let handleUserTypeChange = (e) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 选择日期
|
// 选择日期
|
||||||
function handleTenureTimeChange(val) {
|
function handleTenureTimeChange(e) {
|
||||||
console.log(val)
|
let {value} = e.detail;
|
||||||
formData.value.tenureTime = val;
|
formData.value.tenureTime = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 需求层次索引
|
// 需求层次索引
|
||||||
@@ -523,20 +512,18 @@ let handleDevelopChange = e => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 选择生日
|
// 选择生日
|
||||||
function handleBirthdayChange(val) {
|
function handleBirthdayChange(e) {
|
||||||
formData.value.birthday = val;
|
let{value} = e.detail
|
||||||
|
formData.value.birthday = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 爱好标签索引
|
// 爱好标签索引
|
||||||
let hobbyIds = ref([]);
|
let hobbyIndex = reactive([]);
|
||||||
let hobbies = ref([]);
|
|
||||||
// 选择爱好标签
|
// 选择爱好标签
|
||||||
const handleHobbyChange = (items, ids) => {
|
const handleHobbyChange = (item, value) => {
|
||||||
console.log('选择爱好', items, ids);
|
// console.log("爱好", item, value);
|
||||||
hobbyIds.value = [];
|
hobbyIndex = value;
|
||||||
hobbies.value = items;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 选择
|
// 选择
|
||||||
const handleNativeChange = (e) => {
|
const handleNativeChange = (e) => {
|
||||||
formData.value.nativec = (e.detail.value.map(item => {
|
formData.value.nativec = (e.detail.value.map(item => {
|
||||||
@@ -558,93 +545,16 @@ let handleWorkingStatusChange = e => {
|
|||||||
workingStatusIndex.value = 0;
|
workingStatusIndex.value = 0;
|
||||||
formData.value.workingStatus = workingStatusList[value].name;
|
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 () => {
|
let submitForm = async () => {
|
||||||
console.log(formData.value);
|
let hobbyTags = hobbyIndex.map(it => {
|
||||||
try {
|
let {name} = hobbyList[it];
|
||||||
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;
|
return name;
|
||||||
})
|
})
|
||||||
const hobbyTagString = hobbyTags.join(',');
|
const hobbyTagString = hobbyTags.join(',');
|
||||||
console.log(hobbyTagString);
|
console.log(hobbyTagString);
|
||||||
if (hobbyTagString || formData.value.hobby) {
|
if (hobbyTagString || formData.value.hobby) {
|
||||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
formData.value.hobby = formData.value.hobby ? formData.value.hobby + ',' + hobbyTagString : hobbyTagString;
|
||||||
}
|
|
||||||
if(formData.value.iphone){
|
|
||||||
formData.value.mobilePhone = formData.value.iphone;
|
|
||||||
}
|
}
|
||||||
// console.log(formData.value, "校验表单数据")
|
// console.log(formData.value, "校验表单数据")
|
||||||
// console.log(recommendLevel);
|
// console.log(recommendLevel);
|
||||||
@@ -654,19 +564,19 @@ let submitForm = async () => {
|
|||||||
console.log(formData.value, "提交表单数据")
|
console.log(formData.value, "提交表单数据")
|
||||||
// 请求保存
|
// 请求保存
|
||||||
uni.showLoading()
|
uni.showLoading()
|
||||||
saveappCrmCusUserNew(formData.value).then(res => {
|
saveappCrmCusUserNew(formData.value).then(res=>{
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
if (res.code === 200) {
|
if(res.code === 200){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "保存成功"
|
title: "保存成功"
|
||||||
})
|
})
|
||||||
} else {
|
}else{
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "操作失败"
|
title: "操作失败"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
setTimeout(() => uni.navigateBack(), 1500);
|
setTimeout(()=>uni.navigateBack(), 1500);
|
||||||
}).catch(() => {
|
}).catch(err=>{
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: "保存失败"
|
title: "保存失败"
|
||||||
@@ -682,7 +592,7 @@ let submitForm = async () => {
|
|||||||
})
|
})
|
||||||
console.warn(err);
|
console.warn(err);
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -16,13 +16,13 @@
|
|||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view class="all-body">
|
<view class="all-body">
|
||||||
<!-- 搜索-->
|
<!-- 搜索-->
|
||||||
<view class="search">
|
<!-- <view class="search">-->
|
||||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
||||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
||||||
<!-- v-model="searchValue"-->
|
<!-- v-model="searchValue"-->
|
||||||
<!-- />-->
|
<!-- />-->
|
||||||
<view class="custom-search"></view>
|
<!-- <!– <button type="default" @click="clearSearchValue" size="mini" class="btn-search">清空</button>–>-->
|
||||||
</view>
|
<!-- </view>-->
|
||||||
|
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||||
@@ -90,9 +90,16 @@ let timerId = null;
|
|||||||
let handleSearch = () => {
|
let handleSearch = () => {
|
||||||
// 防抖搜索 console.log(searchValue.value)
|
// 防抖搜索 console.log(searchValue.value)
|
||||||
if (timerId) clearTimeout(timerId);
|
if (timerId) clearTimeout(timerId);
|
||||||
|
uni.showLoading()
|
||||||
timerId = setTimeout(async () => {
|
timerId = setTimeout(async () => {
|
||||||
|
|
||||||
|
cssFlag.value = true;
|
||||||
|
|
||||||
// let res = await getList(1, upOption.value.page.size)
|
// let res = await getList(1, upOption.value.page.size)
|
||||||
await downCallback(mescrollRef.value.mescroll);
|
await downCallback(mescrollRef.value.mescroll);
|
||||||
|
|
||||||
|
cssFlag.value = false;
|
||||||
|
uni.hideLoading();
|
||||||
clearTimeout(timerId);
|
clearTimeout(timerId);
|
||||||
timerId = null;
|
timerId = null;
|
||||||
}, 500)
|
}, 500)
|
||||||
@@ -110,10 +117,7 @@ let list = ref([]);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {tip: '~ 空空如也 ~'},
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -134,8 +138,6 @@ const mescrollInit = (mescroll) => {
|
|||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
uni.showLoading();
|
|
||||||
cssFlag.value = true;
|
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
// 重置页码为第一页
|
// 重置页码为第一页
|
||||||
const res = await getList(1, mescroll.size || upOption.page.size);
|
const res = await getList(1, mescroll.size || upOption.page.size);
|
||||||
@@ -143,8 +145,6 @@ const downCallback = async (mescroll) => {
|
|||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
// 正确传递 total 参数
|
// 正确传递 total 参数
|
||||||
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
mescroll.endSuccess(res.list.length, res.total > (mescroll.size || upOption.page.size));
|
||||||
uni.hideLoading();
|
|
||||||
cssFlag.value = false;
|
|
||||||
}, 500);
|
}, 500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
@@ -162,7 +162,6 @@ const upCallback = async (mescroll) => {
|
|||||||
} else {
|
} else {
|
||||||
list.value.push(...res.list);
|
list.value.push(...res.list);
|
||||||
}
|
}
|
||||||
mescroll.endBySize(res.list.length, res.total);
|
|
||||||
// 正确判断是否还有更多数据
|
// 正确判断是否还有更多数据
|
||||||
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||||
}, 500);
|
}, 500);
|
||||||
@@ -219,6 +218,7 @@ let handleDetail = (item) => {
|
|||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.scroll-h {
|
.scroll-h {
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(100vh - 120px);
|
height: calc(100vh - 120px);
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<view class="all-body">
|
<view class="all-body">
|
||||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||||
<view class="search">
|
<view class="search">
|
||||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"
|
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
||||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
||||||
@clear="clearSearchValue"
|
@clear="clearSearchValue"
|
||||||
v-model="searchValue"
|
v-model="searchValue"
|
||||||
@@ -32,8 +32,8 @@
|
|||||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
||||||
@click.stop="handleDetail(item)">
|
@click.stop="handleDetail(item)">
|
||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="w-b-title title" @touchstart="handleTouchStart(item)"
|
<view class="w-b-title title" @touchstart.prevent="handleTouchStart(item)"
|
||||||
@touchend="handleTouchEnd">
|
@touchend.prevent="handleTouchEnd">
|
||||||
{{ item.cusName }}
|
{{ item.cusName }}
|
||||||
<view v-if="item.nodeCode" class="r-right btn-edit" :class="statusColorMap[item.nodeCode]">
|
<view v-if="item.nodeCode" class="r-right btn-edit" :class="statusColorMap[item.nodeCode]">
|
||||||
{{ item.nodeCode }}
|
{{ item.nodeCode }}
|
||||||
@@ -132,10 +132,7 @@ let list = ref([]);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {tip: '~ 空空如也 ~'},
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -184,8 +181,7 @@ const upCallback = async (mescroll) => {
|
|||||||
list.value.push(...res.list);
|
list.value.push(...res.list);
|
||||||
}
|
}
|
||||||
// 正确判断是否还有更多数据
|
// 正确判断是否还有更多数据
|
||||||
mescroll.endBySize(res.list.length, res.total)
|
mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
||||||
// mescroll.endSuccess(res.list.length, res.total > mescroll.num * mescroll.size);
|
|
||||||
}, 500);
|
}, 500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
|
|||||||
@@ -33,9 +33,10 @@
|
|||||||
<radio-group class="block" @change="radioChange">
|
<radio-group class="block" @change="radioChange">
|
||||||
<view class="white-bg" v-for="(item, index) in list" :key="index" @click="handleDetail(item)">
|
<view class="white-bg" v-for="(item, index) in list" :key="index" @click="handleDetail(item)">
|
||||||
<radio class='radio'
|
<radio class='radio'
|
||||||
:class="index === selectIndex ? 'checked' : ''"
|
:class="index==selectIndex?'checked':''"
|
||||||
:checked="index === selectIndex"
|
:checked="index==selectIndex?true:false"
|
||||||
:value="index+''">
|
:value="item"
|
||||||
|
:data-index="index">
|
||||||
</radio>
|
</radio>
|
||||||
|
|
||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
@@ -80,10 +81,7 @@ let cssFlag=ref(false);//控制样式
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -120,6 +118,7 @@ let timerId = null;
|
|||||||
watch(searchValue, (newValue, oldValue) => {
|
watch(searchValue, (newValue, oldValue) => {
|
||||||
// console.log(`新值: ${newValue}, 旧值: ${oldValue}`);
|
// console.log(`新值: ${newValue}, 旧值: ${oldValue}`);
|
||||||
if(timerId) clearTimeout(timerId);
|
if(timerId) clearTimeout(timerId);
|
||||||
|
cssFlag.value = true;
|
||||||
timerId = setTimeout(async ()=>{
|
timerId = setTimeout(async ()=>{
|
||||||
handleSearch();
|
handleSearch();
|
||||||
clearTimeout(timerId);
|
clearTimeout(timerId);
|
||||||
@@ -131,6 +130,7 @@ watch(searchValue, (newValue, oldValue) => {
|
|||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
const res = await getList(1, upOption.value.page.size);
|
const res = await getList(1, upOption.value.page.size);
|
||||||
|
cssFlag.value = false;
|
||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
// 正确结束下拉刷新状态
|
// 正确结束下拉刷新状态
|
||||||
mescroll.endSuccess(res.list.length, res.total >= upOption.value.page.size);
|
mescroll.endSuccess(res.list.length, res.total >= upOption.value.page.size);
|
||||||
@@ -163,11 +163,9 @@ const upCallback = async (mescroll) => {
|
|||||||
let handleSearch = async () => {
|
let handleSearch = async () => {
|
||||||
// 触发下拉刷新以重新加载数据
|
// 触发下拉刷新以重新加载数据
|
||||||
if (mescrollRef.value) {
|
if (mescrollRef.value) {
|
||||||
cssFlag.value = true;
|
|
||||||
uni.showLoading()
|
uni.showLoading()
|
||||||
await downCallback(mescrollRef.value.mescroll);
|
await downCallback(mescrollRef.value.mescroll);
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
cssFlag.value = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 获取数据列表
|
// 获取数据列表
|
||||||
@@ -183,10 +181,12 @@ const getList = async (pageIndex, pageSize) => {
|
|||||||
// 选中项的索引号
|
// 选中项的索引号
|
||||||
const selectIndex = ref(null);
|
const selectIndex = ref(null);
|
||||||
const radioChange = (e) => {
|
const radioChange = (e) => {
|
||||||
let {value} = e.detail; // index
|
let {value} = e.detail;
|
||||||
|
let {index} = e.target.dataset;
|
||||||
// console.log(value);
|
// console.log(value);
|
||||||
|
// console.log(e.target.dataset);
|
||||||
const eventChannel = instance.getOpenerEventChannel();
|
const eventChannel = instance.getOpenerEventChannel();
|
||||||
eventChannel.emit('cuSelected', list.value[value]);
|
eventChannel.emit('cuSelected', value);
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
<checkbox-group class="block" @change="checkboxChange">
|
<checkbox-group class="block" @change="checkboxChange">
|
||||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||||
<checkbox class='checkBoxClass' :value="item.userName"></checkbox>
|
<checkbox class='checkBoxClass' :value="item.userName"
|
||||||
|
v-model="item.userName"></checkbox>
|
||||||
<view class="clientClass">
|
<view class="clientClass">
|
||||||
<text class="blue-text">{{ item.userName }}</text>
|
<text class="blue-text">{{ item.userName }}</text>
|
||||||
{{ " | " }}
|
{{ " | " }}
|
||||||
|
|||||||
@@ -168,8 +168,8 @@
|
|||||||
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
<uni-forms-item label="爱好" name="hobby" class="uni-forms-item is-direction-top is-top">
|
||||||
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
<!-- 索引:hobbyIndex 范围:hobbyList 响应:handleHobbyChange-->
|
||||||
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
<uni-easyinput v-model="formData.hobby" placeholder="请输入爱好" :disabled="!editable"/>
|
||||||
<multipleSelect ref="hobbySelectRef" :multiple="true" downInner :value="hobbyIds" :options="hobbyList"
|
<multipleSelect :multiple="true" :value="hobbyIndex" downInner :options="hobbyList"
|
||||||
@change="handleHobbyChange" :slabel="'name'"
|
@change="handleHobbyChange" :slabel="'name'"
|
||||||
|
|
||||||
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
></multipleSelect><!--placeholder="请选择爱好标签"-->
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -439,29 +439,20 @@ let handleThinkLevelChange = (e) => {
|
|||||||
// 系统推荐等级
|
// 系统推荐等级
|
||||||
let recommendLevel = ref("");
|
let recommendLevel = ref("");
|
||||||
let getRecommendLevel = async () => {
|
let getRecommendLevel = async () => {
|
||||||
if (formData.value.cusEstate) {
|
if (formData.value.cusEstate && formData.value.functionalRequirements) {
|
||||||
let {cusEstate, functionalRequirements} = formData.value;
|
let {cusEstate, functionalRequirements} = formData.value;
|
||||||
let param = {cusEstate, functionalRequirements};
|
let param = {cusEstate, functionalRequirements};
|
||||||
if (formData.value.salesmanThinkLevel) {
|
if (formData.value.salesmanThinkLevel) {
|
||||||
param.personnelLevel = formData.value.salesmanThinkLevel;
|
param.personnelLevel = formData.value.salesmanThinkLevel;
|
||||||
}
|
}
|
||||||
let res = await getCustomerLevel(param)
|
let res = await getCustomerLevel(param).catch(err => {
|
||||||
/*.catch(err => {
|
|
||||||
console.error(err, "客户的系统推荐等级获取失败")
|
console.error(err, "客户的系统推荐等级获取失败")
|
||||||
})*/
|
})
|
||||||
try{
|
if (!res.systemRecommendationLevel) {
|
||||||
if(res.data.systemRecommendationLevel){
|
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
||||||
formData.value.systemThinkLevel = res.data.systemRecommendationLevel;
|
console.log(formData.value.systemThinkLevel + "???")
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐";
|
|
||||||
}
|
|
||||||
}catch(e){
|
|
||||||
if (res.systemRecommendationLevel) {
|
|
||||||
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
|
||||||
}else{
|
|
||||||
recommendLevel.value = "客户无等级信息,暂无法进行等级推荐"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
formData.value.systemThinkLevel = res.systemRecommendationLevel;
|
||||||
} else {
|
} else {
|
||||||
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
recommendLevel.value = "无公司等级信息,无法推荐等级";
|
||||||
}
|
}
|
||||||
@@ -490,7 +481,8 @@ let handleUserTypeChange = (e) => {
|
|||||||
|
|
||||||
// 选择日期
|
// 选择日期
|
||||||
function handleTenureTimeChange(e) {
|
function handleTenureTimeChange(e) {
|
||||||
formData.value.tenureTime = e;
|
let {value} = e.detail;
|
||||||
|
formData.value.tenureTime = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 需求层次索引
|
// 需求层次索引
|
||||||
@@ -513,19 +505,17 @@ let handleDevelopChange = e => {
|
|||||||
|
|
||||||
// 选择生日
|
// 选择生日
|
||||||
function handleBirthdayChange(e) {
|
function handleBirthdayChange(e) {
|
||||||
formData.value.birthday = e;
|
let{value} = e.detail
|
||||||
|
formData.value.birthday = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 爱好标签索引
|
// 爱好标签索引
|
||||||
let hobbyIds = ref([]);
|
let hobbyIndex = reactive([]);
|
||||||
let hobbies = ref([]);
|
|
||||||
// 选择爱好标签
|
// 选择爱好标签
|
||||||
const handleHobbyChange = (items, ids) => {
|
const handleHobbyChange = (item, value) => {
|
||||||
console.log('选择爱好', items, ids);
|
// console.log("爱好", item, value);
|
||||||
hobbyIds.value = [];
|
hobbyIndex = value;
|
||||||
hobbies.value = items;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 选择
|
// 选择
|
||||||
const handleNativeChange = (e) => {
|
const handleNativeChange = (e) => {
|
||||||
formData.value.nativec = (e.detail.value.map(item => {
|
formData.value.nativec = (e.detail.value.map(item => {
|
||||||
@@ -549,18 +539,16 @@ let handleWorkingStatusChange = e => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let submitForm = async () => {
|
let submitForm = async () => {
|
||||||
let hobbyTags = hobbies.value.map(it => {
|
let hobbyTags = hobbyIndex.map(it => {
|
||||||
let {name} = it;
|
let {name} = hobbyList[it];
|
||||||
return name;
|
return name;
|
||||||
})
|
})
|
||||||
|
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
||||||
const hobbyTagString = hobbyTags.join(',');
|
const hobbyTagString = hobbyTags.join(',');
|
||||||
console.log(hobbyTagString);
|
console.log(hobbyTagString);
|
||||||
if (hobbyTagString || formData.value.hobby) {
|
if (hobbyTagString || formData.value.hobby) {
|
||||||
formData.value.hobby = hobbyTagString ? (formData.value.hobby ? formData.value.hobby + ',' : '') + hobbyTagString : formData.value.hobby;
|
formData.value.hobby = formData.value.hobby ? formData.value.hobby + ',' + hobbyTagString : hobbyTagString;
|
||||||
}
|
}
|
||||||
|
|
||||||
formData.value.iphone = formData.value.mobilePhone; // 特殊处理
|
|
||||||
|
|
||||||
// console.log(formData.value, "校验表单数据")
|
// console.log(formData.value, "校验表单数据")
|
||||||
// console.log(recommendLevel);
|
// console.log(recommendLevel);
|
||||||
formData.value.cusName = customerUser.value.cusName;
|
formData.value.cusName = customerUser.value.cusName;
|
||||||
|
|||||||
@@ -11,18 +11,18 @@
|
|||||||
</customHeader>
|
</customHeader>
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<view class="top-height"></view>
|
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view class="all-body">
|
<view class="all-body">
|
||||||
<!-- 搜索-->
|
<!-- 搜索-->
|
||||||
<!-- <view class="search">-->
|
<!-- <view class="search">-->
|
||||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="请输入客户人员名称" clearButton="auto"-->
|
||||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"-->
|
||||||
<!-- v-model="searchValue"-->
|
<!-- v-model="searchValue"-->
|
||||||
<!-- />-->
|
<!-- />-->
|
||||||
<!-- <button type="default" @click="clearSearchValue" size="mini" class="btn-search">清空</button>-->
|
<!-- <button type="default" @click="clearSearchValue" size="mini" class="btn-search">清空</button>-->
|
||||||
<!-- </view>-->
|
<!-- </view>-->
|
||||||
|
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
<view class="all-body">
|
<view class="all-body">
|
||||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
||||||
<view class="search">
|
<view class="search">
|
||||||
<!-- <uni-search-bar class="custom-search" radius="28" placeholder="检索功能待开发,感谢您的耐心等待" clearButton="auto"-->
|
<uni-search-bar class="custom-search" radius="28" placeholder="检索功能待开发,感谢您的耐心等待" clearButton="auto"
|
||||||
<!-- cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />-->
|
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" v-model="searchValue" />
|
||||||
<!-- <button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>-->
|
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
@@ -155,10 +155,7 @@ const upCallback = async (mescroll) => {
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view >
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="'查看主归属人变更详细信息'" :leftFlag="true"
|
<customHeader ref="customHeaderRef" :title="'查看主归属人变更详细信息'" :leftFlag="true"
|
||||||
:rightFlag="false"></customHeader>
|
:rightFlag="false"></customHeader>
|
||||||
@@ -8,43 +8,36 @@
|
|||||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||||
<view class="all-body">
|
<view class="all-body">
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
|
<view>
|
||||||
<view class="white-bg margin-bottom20"
|
<view class="report-list">
|
||||||
@click="showDetail(item)">
|
<view class="title">客户公司名称:{{ detailInfo.cusName }}</view>
|
||||||
<view>
|
<view class="border-bottom"></view>
|
||||||
<view class="report-list">
|
<view class="r-list">
|
||||||
<view class="title">客户公司名称:{{ detailInfo.cusName }}</view>
|
<view class="r-left">客户人员名称</view>
|
||||||
<view class="border-bottom"></view>
|
<view class="r-right">{{ detailInfo.userName }}</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 class="r-list">
|
||||||
|
<view class="r-left">性别</view>
|
||||||
|
<view class="r-right">{{ detailInfo.sex }}</view>
|
||||||
|
</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">业务员认定等级</view>
|
||||||
|
<view class="r-right">{{ detailInfo.salesmanThinkLevel }}</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<view class="tezt">
|
<view class="tezt">
|
||||||
<qianjue-step :list="list"></qianjue-step>
|
<qianjue-step :list="list"></qianjue-step>
|
||||||
</view>
|
</view>
|
||||||
@@ -133,9 +126,52 @@ function getCrmCusUserNewChangeOwnerList() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.con-bg{
|
.all-body {
|
||||||
background: white;
|
/* #ifdef APP-PLUS */
|
||||||
/* min-height: 100vh; */
|
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 {
|
.white-bg {
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import { onMounted, reactive, ref } from 'vue';
|
import { onMounted, reactive, ref } from 'vue';
|
||||||
import { addStartMap } from '@/api/crm/activity/map';
|
import { addStartMap } from '../../../../api/crm/activity/map';
|
||||||
import { parseTime } from '@/utils/datetime.js';
|
import { dateFormat } from '../../../../utils/formatter';
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
import { onLoad } from '@dcloudio/uni-app';
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
let form = reactive({
|
let form = reactive({
|
||||||
@@ -46,7 +46,7 @@ onMounted(() => {
|
|||||||
onLoad(option => {
|
onLoad(option => {
|
||||||
form.visistId = option.visistId
|
form.visistId = option.visistId
|
||||||
let date = new Date();
|
let date = new Date();
|
||||||
form.craeteTime = parseTime(date, '{y}-{m}-{d}');
|
form.craeteTime = dateFormat("YYYY-mm-dd", date)
|
||||||
})
|
})
|
||||||
|
|
||||||
function addInsertMapClockIn() {
|
function addInsertMapClockIn() {
|
||||||
|
|||||||
@@ -10,18 +10,18 @@
|
|||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view>
|
<view>
|
||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
<!-- <view class="search">-->
|
<view class="search">
|
||||||
<!-- <picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange"-->
|
<picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange"
|
||||||
<!-- class="picker-bg">-->
|
class="picker-bg">
|
||||||
<!-- <view class="picker">-->
|
<view class="picker">
|
||||||
<!-- <uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"-->
|
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"
|
||||||
<!-- size="18"></uni-icons>-->
|
size="18"></uni-icons>
|
||||||
<!-- <view>{{ defaultDate }}</view>-->
|
<view>{{ defaultDate }}</view>
|
||||||
<!-- <uni-icons type="down" size="18"></uni-icons>-->
|
<uni-icons type="down" size="18"></uni-icons>
|
||||||
<!-- </view>-->
|
</view>
|
||||||
<!-- </picker>-->
|
</picker>
|
||||||
<!-- <button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>-->
|
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||||
<!-- </view>-->
|
</view>
|
||||||
|
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list">
|
<view class="white-bg margin-bottom20" v-for="(item, index) in list">
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
<checkbox-group class="block" @change="checkboxChange">
|
<checkbox-group class="block" @change="checkboxChange">
|
||||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.id">
|
<view class="itemClass" v-for="(item, index) in dataList" :key="item.id">
|
||||||
<checkbox class='checkBoxClass' :value="item.name"></checkbox>
|
<checkbox class='checkBoxClass' :value="item.name"
|
||||||
|
v-model="item.name"></checkbox>
|
||||||
<view class="clientClass">
|
<view class="clientClass">
|
||||||
<text class="blue-text">{{ item.name }}</text>
|
<text class="blue-text">{{ item.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ import { ref, reactive, onMounted } from 'vue'
|
|||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
import { onShow } from '@dcloudio/uni-app';
|
import { onShow } from '@dcloudio/uni-app';
|
||||||
import { getApprovalList } from '../../../../api/crm/activity/activity';
|
import { getApprovalList, getUserInfo } from '../../../../api/crm/activity/activity';
|
||||||
|
|
||||||
|
|
||||||
let list = ref([])
|
let list = ref([])
|
||||||
@@ -80,10 +80,7 @@ onMounted(() => {
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -110,24 +107,24 @@ function upCallback(page) {
|
|||||||
getVisistList(page);
|
getVisistList(page);
|
||||||
}
|
}
|
||||||
|
|
||||||
// onShow(() => {
|
onShow(() => {
|
||||||
// getUserInfoMethod();
|
getUserInfoMethod();
|
||||||
// })
|
})
|
||||||
|
|
||||||
let nickName = ref();
|
let nickName = ref();
|
||||||
let deptName = ref();
|
let deptName = ref();
|
||||||
let userId = ref();
|
let userId = ref();
|
||||||
let posts = ref();
|
let posts = ref();
|
||||||
|
|
||||||
// //获取用户信息
|
//获取用户信息
|
||||||
// function getUserInfoMethod() {
|
function getUserInfoMethod() {
|
||||||
// getUserInfo().then(res => {
|
getUserInfo().then(res => {
|
||||||
// nickName.value = res.user.nickName;
|
nickName.value = res.user.nickName;
|
||||||
// deptName.value = res.user.dept.deptName;
|
deptName.value = res.user.dept.deptName;
|
||||||
// userId.value = res.user.userId;
|
userId.value = res.user.userId;
|
||||||
// posts.value = res.post;
|
posts.value = res.post;
|
||||||
// })
|
})
|
||||||
// }
|
}
|
||||||
|
|
||||||
//查询待审批的列表信息
|
//查询待审批的列表信息
|
||||||
let dataList = ref([])
|
let dataList = ref([])
|
||||||
|
|||||||
@@ -1,257 +1,170 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view >
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="'客户名称列表'" :leftFlag="true" :rightFlag="false">
|
<customHeader ref="customHeaderRef" :title="'选择客户单位'" :leftFlag="true" :rightFlag="false">
|
||||||
<template #right>
|
</customHeader>
|
||||||
<view class="head-right" @click="handleAdd">
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<uni-icons type="plus" size="24" color="#B7D2FF"></uni-icons>
|
<view class="top-height"></view>
|
||||||
新增
|
<uni-easyinput prefixIcon="search" v-model="searchContent" placeholder="请输入客户单位名称" clearable
|
||||||
</view>
|
@iconClick="iconClick">
|
||||||
</template>
|
</uni-easyinput>
|
||||||
</customHeader>
|
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
|
||||||
|
|
||||||
<!-- 正文内容 -->
|
<view class="inner-box">
|
||||||
<view class="all-body">
|
<view class="list-cont">
|
||||||
<!-- 搜索 @blur="blur" @focus="focus" @input="input" @cancel="cancel" @clear="clear"-->
|
<radio-group class="block" @change="radioChange">
|
||||||
<view class="search">
|
<view class="item" v-for="(item, index) in dataList">
|
||||||
<uni-search-bar class="custom-search" radius="28" placeholder="请输入客户名称" clearButton="auto"
|
<radio class='radio' :value="index" ></radio>
|
||||||
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff"
|
<view class="name">{{item.cusName+"("+item.shortName+")"}}</view>
|
||||||
v-model="searchValue" @clear="searchValue=''"
|
</view>
|
||||||
/>
|
</radio-group>
|
||||||
<!-- <button type="default" @click="searchValue=''" size="mini" class="btn-search">清空</button>-->
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</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}"
|
|
||||||
><!-- @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>
|
||||||
</view>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
||||||
import {ref, onMounted, getCurrentInstance, watch} from 'vue'
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import { getYsCustomerList } from '../../../../api/crm/activity/activity'
|
||||||
import {getNavBarPaddingTop} from '@/utils/system.js'
|
import { onMounted, reactive, ref, watch } from 'vue'
|
||||||
import {onLoad} from "@dcloudio/uni-app";
|
import { onLoad } from '@dcloudio/uni-app'
|
||||||
import {getCustomerList} from "@/api/crm/customer/getCustomer";
|
import { useMessage } from '../../../../utils/message'
|
||||||
|
|
||||||
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({
|
const message = useMessage();
|
||||||
page: { num: 0, size: 10 },
|
|
||||||
noMoreSize: 5,
|
|
||||||
empty: {
|
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
|
||||||
textNoMore: '已经到底了'
|
|
||||||
});
|
|
||||||
|
|
||||||
const downOption = ref({
|
//点击查询客户人员
|
||||||
auto: true,
|
const queryParams = ref({
|
||||||
textInOffset: '下拉刷新',
|
cusName: '',
|
||||||
textOutOffset: '释放更新',
|
nickName:'',
|
||||||
textLoading: '刷新中...'
|
pageNum: 1,
|
||||||
});
|
pageSize: 10
|
||||||
|
})
|
||||||
|
|
||||||
const mescrollInit = (mescroll) => {
|
|
||||||
cssFlag.value = true;
|
|
||||||
mescrollRef.value = mescroll;
|
|
||||||
};
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
onLoad(options => {
|
||||||
|
queryParams.value.cusName = options.cusName
|
||||||
|
})
|
||||||
|
const dataList = ref([])
|
||||||
|
|
||||||
onLoad((options)=>{
|
|
||||||
instance = getCurrentInstance().proxy;
|
|
||||||
const eventChannel = instance.getOpenerEventChannel();
|
|
||||||
eventChannel.on('requestCusList', async (res) => {
|
//查询某一客户人员
|
||||||
let {cusName} = res.data;
|
let searchContent = ref('')
|
||||||
// console.log(cusName, "客户选择页读取到参数");
|
|
||||||
searchValue.value = cusName;
|
function iconClick() {
|
||||||
})
|
message.toast('点击了查询,当前内容:' + searchContent.value)
|
||||||
|
}
|
||||||
|
|
||||||
|
//监视查询的内容的变化
|
||||||
|
let queryCusForm = reactive({})
|
||||||
|
watch(searchContent,(newValue,oldValue)=>{
|
||||||
|
queryCusForm.cusName = searchContent.value
|
||||||
|
getYsCustomerList(queryCusForm).then(res=>{
|
||||||
|
dataList.value = res.rows
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
let timerId = null;
|
function radioChange(event) {
|
||||||
// 搜索
|
const selectedIndex = event.detail.value
|
||||||
watch(searchValue, (newValue, oldValue) => {
|
let test = dataList.value[selectedIndex]
|
||||||
// console.log(`新值: ${newValue}, 旧值: ${oldValue}`);
|
// 发送全局事件
|
||||||
if(timerId) clearTimeout(timerId);
|
uni.$emit('onCustomerSelected', test)
|
||||||
timerId = setTimeout(async ()=>{
|
let cusName = test.cusName;//客户名称
|
||||||
handleSearch();
|
let cusId = test.cusId;//客户ID
|
||||||
clearTimeout(timerId);
|
uni.navigateBack()//返回上一页
|
||||||
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>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style scoped lang="scss">
|
||||||
.all-body {
|
|
||||||
/* #ifdef APP-PLUS */
|
.con-body{
|
||||||
top: 150rpx;
|
background: white;
|
||||||
height: calc(100vh - 75px);
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
top: 120rpx;
|
|
||||||
height: calc(100vh);
|
|
||||||
/* #endif */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search .btn-search {
|
|
||||||
border: none;
|
/* Container for the checkbox group */
|
||||||
background: none;
|
.checkbox-group.block {
|
||||||
line-height: normal;
|
width: 100%;
|
||||||
color: #fff;
|
|
||||||
line-height: 56rpx !important;
|
|
||||||
padding: 10rpx 0 0;
|
|
||||||
text-align: left;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search .btn-search::after {
|
/* Each item row */
|
||||||
display: none;
|
.itemClass {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 10rpx 0;
|
||||||
|
margin-left: 15rpx;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
/* optional divider */
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-h {
|
/* Checkbox styling */
|
||||||
/* #ifdef APP-PLUS */
|
.checkBoxClass {
|
||||||
height: calc(100vh - 120px);
|
margin-right: 12rpx;
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 110px);
|
|
||||||
/* #endif */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-bg {
|
/* Content container */
|
||||||
//padding-bottom:10rpx;
|
.clientClass {
|
||||||
margin-bottom: 0;
|
flex: 1;
|
||||||
overflow: hidden;
|
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;
|
||||||
|
}
|
||||||
|
.inner-box {
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-cont {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 12px 0;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio {
|
.radio {
|
||||||
padding-right: 20rpx;
|
margin-right: 12px;
|
||||||
|
transform: scale(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.name {
|
||||||
font-size: 32rpx;
|
flex: 1;
|
||||||
line-height: 48rpx;
|
font-size: 16px;
|
||||||
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-list {
|
.checked {
|
||||||
width: calc(100% - 70rpx);
|
color: #007AFF; /* 选中状态的颜色 */
|
||||||
//background-color: pink;
|
|
||||||
}
|
|
||||||
|
|
||||||
.border-bottom {
|
|
||||||
margin-top: 6rpx;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
<checkbox-group class="block" @change="checkboxChange">
|
<checkbox-group class="block" @change="checkboxChange">
|
||||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||||
<checkbox class='checkBoxClass' :value="item.userName"></checkbox>
|
<checkbox class='checkBoxClass' :value="item.userName" v-model="item.userName"></checkbox>
|
||||||
<view class="clientClass">
|
<view class="clientClass">
|
||||||
<text class="blue-text">{{ item.userName }}</text>
|
<text class="blue-text">{{ item.userName }}</text>
|
||||||
{{ " | " }}
|
{{ " | " }}
|
||||||
|
|||||||
@@ -95,12 +95,7 @@ import { ref } from 'vue'
|
|||||||
import { onLoad } from '@dcloudio/uni-app'
|
import { onLoad } from '@dcloudio/uni-app'
|
||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import customTabs from '@/components/customTabs.vue';
|
import customTabs from '@/components/customTabs.vue';
|
||||||
import {
|
import { auditActivityReport, getVisistDetailList, getYsVisistInfo } from '../../../../api/crm/activity/activity';
|
||||||
auditActivityReport,
|
|
||||||
getRejectReason,
|
|
||||||
getVisistDetailList,
|
|
||||||
getYsVisistInfo
|
|
||||||
} from '../../../../api/crm/activity/activity';
|
|
||||||
|
|
||||||
|
|
||||||
let visistId = ref(0)
|
let visistId = ref(0)
|
||||||
@@ -132,38 +127,10 @@ const activeTab = ref(0);//默认报告明细
|
|||||||
const tabList = ['报告明细'];
|
const tabList = ['报告明细'];
|
||||||
|
|
||||||
//点击驳回
|
//点击驳回
|
||||||
// 修正后的驳回方法
|
function refuse() {
|
||||||
const refuse = async () => {
|
uni.navigateTo({
|
||||||
uni.showModal({
|
url: './auditReject?visistId=' + visistId.value
|
||||||
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'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//点击通过
|
//点击通过
|
||||||
@@ -178,7 +145,7 @@ function adopt(item) {
|
|||||||
reportStaffName: item.staffName,
|
reportStaffName: item.staffName,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
mescroll.resetUpScroll()
|
// that.mescroll.resetUpScroll()
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
@@ -186,10 +153,6 @@ function adopt(item) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
uni.navigateBack({
|
|
||||||
})
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
<checkbox-group class="block" @change="checkboxChange">
|
<checkbox-group class="block" @change="checkboxChange">
|
||||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||||
<checkbox class='checkBoxClass' :value="item.nickName"></checkbox>
|
<checkbox class='checkBoxClass' :value="item.nickName"
|
||||||
|
v-model="item.nickName"></checkbox>
|
||||||
<view class="clientClass">
|
<view class="clientClass">
|
||||||
<text class="blue-text">{{ item.nickName }}</text>
|
<text class="blue-text">{{ item.nickName }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ import { ref, onMounted, watch } from 'vue'
|
|||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
|
import { visitorReportList } from '@/api/business.js'
|
||||||
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
@@ -140,10 +141,7 @@ const mescrollRef = ref(null);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {tip: '~ 空空如也 ~'},
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -202,7 +200,7 @@ const getVisitorReportList = (pageNum, pageSize) => {
|
|||||||
pageNum,
|
pageNum,
|
||||||
pageSize
|
pageSize
|
||||||
}
|
}
|
||||||
let res = await getYsVisistList(param);
|
let res = await visitorReportList(param);
|
||||||
resolve({
|
resolve({
|
||||||
list: res.rows,
|
list: res.rows,
|
||||||
total: res.total
|
total: res.total
|
||||||
|
|||||||
@@ -140,10 +140,7 @@ const upCallback = async (mescroll) => {
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -69,10 +69,7 @@
|
|||||||
class="uni-forms-item is-direction-top is-top">
|
class="uni-forms-item is-direction-top is-top">
|
||||||
|
|
||||||
<multipleSelect :multiple="true" :value="chooseMyLeaderList" downInner
|
<multipleSelect :multiple="true" :value="chooseMyLeaderList" downInner
|
||||||
:options="myLeaderList"
|
:options="myLeaderList" @change="changeValue2" :key="Math.round()" :slabel="'text'">
|
||||||
@change="changeValue2" :key="Math.round()"
|
|
||||||
:slabel="'text'"
|
|
||||||
>
|
|
||||||
</multipleSelect>
|
</multipleSelect>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
|
|
||||||
@@ -141,9 +138,7 @@ const submitForm = async () => {
|
|||||||
icon: 'success'
|
icon: 'success'
|
||||||
});
|
});
|
||||||
saveVisistReportForm.cusId = formData.value.cusId
|
saveVisistReportForm.cusId = formData.value.cusId
|
||||||
if (Array.isArray(formData.value.leader)) {
|
saveVisistReportForm.joinUser = formData.value.leader.map(item => item.text).join(',')
|
||||||
saveVisistReportForm.joinUser = formData.value.leader.map(item => item.text).join(',');
|
|
||||||
}
|
|
||||||
saveVisistReportForm.visistDate = formData.value.visitDate
|
saveVisistReportForm.visistDate = formData.value.visitDate
|
||||||
saveVisistReportForm.visistType = 'I类活动(走访)'
|
saveVisistReportForm.visistType = 'I类活动(走访)'
|
||||||
saveVisistReportForm.mapId = mapId.value
|
saveVisistReportForm.mapId = mapId.value
|
||||||
@@ -254,11 +249,10 @@ function chooseRecord(e) {
|
|||||||
|
|
||||||
.form-con {
|
.form-con {
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(100vh - 95px) !important;
|
height: calc(100vh - 100px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height:calc(100vh - 68px) !important;
|
/* #endif */
|
||||||
/* #endif */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.uni-date-x) {
|
:deep(.uni-date-x) {
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ let handleNav = (index)=>{
|
|||||||
|
|
||||||
// 新增
|
// 新增
|
||||||
let handleAdd = () => {
|
let handleAdd = () => {
|
||||||
// uni.navigateTo({ url: '/pages/business/CRM/visitorReportAdd' })
|
// uni.navigateTo({ url: '/pages/business/crm/visitorReportAdd' })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 查询列表
|
// 查询列表
|
||||||
@@ -82,10 +82,7 @@ const mescrollRef = ref(null);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
@@ -166,7 +163,7 @@ const getMattersList = (pageIndex, pageSize) => {
|
|||||||
top:100rpx;
|
top:100rpx;
|
||||||
height: calc(100vh - 48px);
|
height: calc(100vh - 48px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
}
|
}
|
||||||
/*.market-con{
|
/*.market-con{
|
||||||
|
|
||||||
@@ -224,4 +221,4 @@ const getMattersList = (pageIndex, pageSize) => {
|
|||||||
.report-list .title{
|
.report-list .title{
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -143,7 +143,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -340,7 +340,7 @@ const dynamicPlaceholder = computed(() => {
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ const dynamicPlaceholder = computed(() => {
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -2,61 +2,59 @@
|
|||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="!searchShow?'市场信息查看':'搜索'"
|
<customHeader ref="customHeaderRef" :title="'市场信息查看'" :leftFlag="true" :rightFlag="true">
|
||||||
:leftFlag="true"
|
<template #right>
|
||||||
:rightFlag="true"
|
</template>
|
||||||
@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>
|
</customHeader>
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<view class="top-height"></view>
|
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
|
<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> -->
|
||||||
|
<view class="search_center">
|
||||||
|
<view class="category">
|
||||||
|
<view class="flex_row_center_center" @click="showCate">
|
||||||
|
<text>{{selCategory.val||'全部'}}</text>
|
||||||
|
<image src="@/static/images/icon-notice@2x.png" mode=""></image>
|
||||||
|
</view>
|
||||||
|
<view class="pop_arrow" v-if="maskShow"></view>
|
||||||
|
<view class="pop" v-if="maskShow">
|
||||||
|
<text v-for="(item,index) in categories" :key="index"
|
||||||
|
@click="toList(item.categoryId,item.categoryName)">{{item.categoryName}}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<image class="search_icon" src="@/static/images/icon-notice@2x.png"></image>
|
||||||
|
<input class='sea_input' :focus="inputFocus" type='text' :value="inputval" placeholder="请输入搜索条件"
|
||||||
|
@input="inputChange" @confirm='search' maxlength="50" placeholder-class="placeClass"></input>
|
||||||
|
<image class='clear_content' v-show="inputval" @click="clearInputVal"
|
||||||
|
src="@/static/images/icon-notice@2x.png" />
|
||||||
|
</view>
|
||||||
|
<text class='sea_btn' @click="btnSearch(1)">{{'搜索'}}</text>
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
<mescroll-uni v-if="!searchShow" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||||
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
:up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"
|
||||||
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
class="scroll-h" :class="{ 'loading-scroll': cssFlag }">
|
||||||
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index"
|
<view class="white-bg margin-bottom20" v-for="(item, index) in list" :key="index" @click="showDetail(item)">
|
||||||
@click="showDetail(item)">
|
|
||||||
<view>
|
<view>
|
||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title">信息类型:{{ item.informationType }}</view>
|
<view class="title">信息类型:{{ item.informationType }}</view>
|
||||||
|
|
||||||
|
|
||||||
<view class="r-list">
|
<view class="r-list">
|
||||||
<view class="r-name" v-if="item.cusName!=null">公司名称:{{ item.cusName }}</view>
|
<view class="r-name"v-if="item.cusName!=null">公司名称:{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto"
|
<view class="r-right btn-gray flex-auto" :class="item.myselfBrowsing==0?'btn-blue':'btn-green'"
|
||||||
:class="item.myselfBrowsing==0?'btn-blue':'btn-green'" size="mini">
|
size="mini">{{item.myselfBrowsing==0?'未读':'已读'}}</view>
|
||||||
{{item.myselfBrowsing==0?'未读':'已读'}}</view>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="border-bottom"></view>
|
<view class="border-bottom"></view>
|
||||||
|
|
||||||
<view class="border-bottom"></view>
|
<view class="border-bottom"></view>
|
||||||
<view class="r-list">
|
<view class="r-list">
|
||||||
<view class="r-left">报告人</view>
|
<view class="r-left">报告人</view>
|
||||||
@@ -72,7 +70,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</mescroll-uni>
|
</mescroll-uni>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -84,7 +82,6 @@
|
|||||||
watch
|
watch
|
||||||
} from 'vue'
|
} from 'vue'
|
||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import customSearch from '@/components/customSearch.vue'
|
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import {
|
import {
|
||||||
getNavBarPaddingTop
|
getNavBarPaddingTop
|
||||||
@@ -93,13 +90,12 @@
|
|||||||
visitorReportList
|
visitorReportList
|
||||||
} from '@/api/business.js'
|
} from '@/api/business.js'
|
||||||
import {
|
import {
|
||||||
viewingMarketInfForAllMembers
|
viewingMarketInfForAllMembers
|
||||||
} from '@/api/crm/api_ys.js';
|
} from '@/api/crm/api_ys.js';
|
||||||
import {
|
import {
|
||||||
onLoad,
|
onLoad,
|
||||||
onShow,
|
onShow,
|
||||||
onUnload,
|
onUnload
|
||||||
onHide
|
|
||||||
} from '@dcloudio/uni-app'
|
} from '@dcloudio/uni-app'
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
const navBarPaddingTop = ref(0);
|
const navBarPaddingTop = ref(0);
|
||||||
@@ -107,45 +103,10 @@
|
|||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||||
uni.$on('updateStatus', markVisited)
|
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([]);
|
let list = ref([]);
|
||||||
// 新增状态变量存储搜索条件
|
|
||||||
const selValue = ref(''); // 搜索类型名称
|
|
||||||
const inputval = ref(''); // 搜索内容
|
|
||||||
let searchValue = ref(null)
|
let searchValue = ref(null)
|
||||||
//监视查询的内容的变化
|
//监视查询的内容的变化
|
||||||
watch(searchValue, (newValue, oldValue) => {
|
watch(searchValue, (newValue, oldValue) => {
|
||||||
@@ -153,6 +114,7 @@ const inputval = ref(''); // 搜索内容
|
|||||||
var data = {
|
var data = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
|
searchContent: searchValue.value
|
||||||
};
|
};
|
||||||
viewingMarketInfForAllMembers(data).then(res => {
|
viewingMarketInfForAllMembers(data).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
@@ -161,10 +123,6 @@ const inputval = ref(''); // 搜索内容
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
onHide(()=>{
|
|
||||||
searchShow.value=false;
|
|
||||||
})
|
|
||||||
|
|
||||||
const index = ref(0)
|
const index = ref(0)
|
||||||
const categories = ref([{
|
const categories = ref([{
|
||||||
categoryId: 1,
|
categoryId: 1,
|
||||||
@@ -185,39 +143,16 @@ const inputval = ref(''); // 搜索内容
|
|||||||
categoryId: 6,
|
categoryId: 6,
|
||||||
categoryName: '通用信息'
|
categoryName: '通用信息'
|
||||||
}])
|
}])
|
||||||
const selCategory = ref({
|
const selCategory = ref ({
|
||||||
id: 1,
|
id: 1,
|
||||||
val: ''
|
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 = () => {
|
let handleSearch = () => {
|
||||||
var data = {
|
var data = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
|
searchContent: searchValue.value
|
||||||
};
|
};
|
||||||
viewingMarketInfForAllMembers(data).then(res => {
|
viewingMarketInfForAllMembers(data).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
@@ -243,8 +178,7 @@ const inputval = ref(''); // 搜索内容
|
|||||||
},
|
},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {
|
||||||
tip: '~ 空空如也 ~',
|
tip: '~ 空空如也 ~'
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
},
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
@@ -284,8 +218,7 @@ const inputval = ref(''); // 搜索内容
|
|||||||
const upCallback = async (mescroll) => {
|
const upCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
const res = await getViewingMarketInfForAllMembers(mescroll.num, mescroll.size,selValue.value,
|
const res = await getViewingMarketInfForAllMembers(mescroll.num, mescroll.size);
|
||||||
inputval.value);
|
|
||||||
if (mescroll.num === 1) {
|
if (mescroll.num === 1) {
|
||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
} else {
|
} else {
|
||||||
@@ -303,10 +236,7 @@ const inputval = ref(''); // 搜索内容
|
|||||||
return new Promise(async (resolve) => {
|
return new Promise(async (resolve) => {
|
||||||
let param = {
|
let param = {
|
||||||
pageNum,
|
pageNum,
|
||||||
pageSize,
|
pageSize
|
||||||
// 添加搜索条件参数
|
|
||||||
selValue: selValue.value,
|
|
||||||
inputval: inputval.value
|
|
||||||
}
|
}
|
||||||
let res = await viewingMarketInfForAllMembers(param);
|
let res = await viewingMarketInfForAllMembers(param);
|
||||||
resolve({
|
resolve({
|
||||||
@@ -315,6 +245,7 @@ const inputval = ref(''); // 搜索内容
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let Loop = ref(0)
|
let Loop = ref(0)
|
||||||
let now
|
let now
|
||||||
const visistId = ref();
|
const visistId = ref();
|
||||||
@@ -324,28 +255,25 @@ const inputval = ref(''); // 搜索内容
|
|||||||
|
|
||||||
function showDetail(item) {
|
function showDetail(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/business/CRM/marketInformation/informationDetail?informationId=" + item.informationId +
|
url: "/pages/business/CRM/marketInformation/informationDetail?informationId=" + item.informationId + '&selValue=' + item.selValue+ '&inputval=' + item.inputval
|
||||||
'&selValue=' + item.selValue + '&inputval=' + item.inputval
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
onUnload(() => {
|
onUnload(() => {
|
||||||
uni.$off('updateStatus')
|
uni.$off('updateStatus')
|
||||||
})
|
})
|
||||||
|
|
||||||
const markVisited = (informationId) => {
|
const markVisited = (informationId) => {
|
||||||
const newList = [...list.value].map(item => {
|
const newList = [...list.value].map(item => {
|
||||||
if (item.informationId == informationId) {
|
if (item.informationId == informationId) {
|
||||||
return {
|
return { ...item, myselfBrowsing: 1 };
|
||||||
...item,
|
}
|
||||||
myselfBrowsing: 1
|
return item;
|
||||||
};
|
});
|
||||||
}
|
list.value = newList;
|
||||||
return item;
|
|
||||||
});
|
|
||||||
list.value = newList;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
height: calc(120vh - 100px)
|
height: calc(120vh - 100px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height:calc(140vh - 80px)
|
height:calc(120vh - 80px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -172,7 +172,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -179,7 +179,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.competitiveUnits }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.competitiveUnits }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
<view class="report-list">
|
<view class="report-list">
|
||||||
<view class="title r-list">
|
<view class="title r-list">
|
||||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 0 10rpx">
|
<view style="padding:0rpx 0 10rpx">
|
||||||
@@ -236,15 +236,14 @@
|
|||||||
},
|
},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {
|
||||||
tip: '~ 空空如也 ~',
|
tip: '~ 空空如也 ~'
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
},
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|
||||||
const downOption = ref({
|
const downOption = ref({
|
||||||
auto: false,
|
auto: true,
|
||||||
textInOffset: '下拉刷新',
|
textInOffset: '下拉刷新',
|
||||||
textOutOffset: '释放更新',
|
textOutOffset: '释放更新',
|
||||||
textLoading: '刷新中...'
|
textLoading: '刷新中...'
|
||||||
@@ -304,6 +303,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const res = await CrmMarketInformationList(param);
|
const res = await CrmMarketInformationList(param);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
list: res.rows,
|
list: res.rows,
|
||||||
total: res.total
|
total: res.total
|
||||||
@@ -432,6 +432,7 @@
|
|||||||
top: 100rpx;
|
top: 100rpx;
|
||||||
height: calc(100vh - 48px);
|
height: calc(100vh - 48px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.market-con{
|
/*.market-con{
|
||||||
@@ -493,8 +494,4 @@
|
|||||||
.report-list .title {
|
.report-list .title {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.btn-blue {
|
|
||||||
background-color: #3384DF; /* 蓝色背景 */
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
@@ -103,10 +103,7 @@ const mescrollRef = ref(null);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {tip: '~ 空空如也 ~'},
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -232,8 +232,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer(){
|
function chooseCustomer(){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
@@ -312,7 +311,7 @@
|
|||||||
height: calc(120vh - 100px)
|
height: calc(120vh - 100px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height:calc(140vh - 80px)
|
height:calc(120vh - 80px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -244,7 +244,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer(){
|
function chooseCustomer(){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:'/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
@@ -337,12 +337,11 @@ onMounted(() => {
|
|||||||
|
|
||||||
.form-con {
|
.form-con {
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(100vh - 95px) !important;
|
height: calc(120vh - 100px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height:calc(100vh - 68px) !important;
|
height:calc(120vh - 80px)
|
||||||
/* #endif */
|
/* #endif */
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.uni-date-x) {
|
:deep(.uni-date-x) {
|
||||||
|
|||||||
@@ -201,7 +201,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
// 选择客户页面跳转
|
// 选择客户页面跳转
|
||||||
function chooseCustomer() {
|
function chooseCustomer() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/business/CRM/marketActivity/chooseCus'
|
url: '/pages/business/CRM/chooseCus'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
//定义数据接收的值
|
//定义数据接收的值
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
</picker>
|
</picker>
|
||||||
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 回款信息查询 -->
|
<!-- 回款信息查询 -->
|
||||||
<view class="white-bg">
|
<view class="white-bg">
|
||||||
<view class="table-title">回款信息查询</view>
|
<view class="table-title">回款信息查询</view>
|
||||||
@@ -81,7 +81,6 @@ let bindPickerChange = (e)=>{
|
|||||||
let searchValue = ref(null)
|
let searchValue = ref(null)
|
||||||
// 查询搜索跳转
|
// 查询搜索跳转
|
||||||
let handleSearch = () => {
|
let handleSearch = () => {
|
||||||
console.log(searchValue.value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const tableData = [
|
const tableData = [
|
||||||
@@ -93,7 +92,7 @@ const tableData = [
|
|||||||
{ name: '张志钢',guestName:'其他',tragetReturnMoney:558703.02,returnMoney:558703.02,completRate:'100%'},
|
{ name: '张志钢',guestName:'其他',tragetReturnMoney:558703.02,returnMoney:558703.02,completRate:'100%'},
|
||||||
{ name: '张志钢',guestName:'武汉航空仪表有限责任公司',tragetReturnMoney:'9807328.00',returnMoney:8692300.93,completRate:'88.6%'},
|
{ name: '张志钢',guestName:'武汉航空仪表有限责任公司',tragetReturnMoney:'9807328.00',returnMoney:8692300.93,completRate:'88.6%'},
|
||||||
{ name: '张志钢',guestName:'武汉永力科技股份有限公司',tragetReturnMoney:539087.21,returnMoney:539087.21,completRate:'100%'},
|
{ name: '张志钢',guestName:'武汉永力科技股份有限公司',tragetReturnMoney:539087.21,returnMoney:539087.21,completRate:'100%'},
|
||||||
|
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -166,4 +165,4 @@ const tableData = [
|
|||||||
border-bottom:2px solid #E7E7E7;
|
border-bottom:2px solid #E7E7E7;
|
||||||
padding-bottom:20rpx;
|
padding-bottom:20rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,182 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -1,262 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -1,257 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -1,106 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -1,213 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -1,294 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<view class="top-height"></view>
|
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||||
|
|
||||||
<view class="white-bg">
|
<view class="white-bg">
|
||||||
<navigator url="/pages/business/CRM/plan/myPlan">
|
<navigator url="/pages/business/CRM/plan/myPlan">
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<view class="top-height"></view>
|
<view class="top-height"></view>
|
||||||
|
|
||||||
<view class="week-plan-title">
|
<view class="week-plan-title">
|
||||||
<view v-if="userInfo.nickName">姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
<view>姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
||||||
<view v-if="weekNum">
|
<view v-if="weekNum">
|
||||||
{{ yearMonth }}
|
{{ yearMonth }}
|
||||||
<view v-if="isThisWeek" style=" display: inline-block;">
|
<view v-if="isThisWeek" style=" display: inline-block;">
|
||||||
@@ -28,9 +28,9 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="nav-list">
|
<view class="nav-list">
|
||||||
<view class="nav-item" :class="{active:index==activeTab}"
|
<view class="nav-item" :class="{active:index==activeTab}"
|
||||||
v-for="(item,index) in allPlans" :key="index"
|
v-for="(item,index) in allPlans" :key="index"
|
||||||
@click="handleNav(index)"
|
@click="handleNav(index)"
|
||||||
>{{ getTapLabel(item) }}
|
>{{ getTapLabel(item) }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -54,11 +54,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class='bottom-spliter bg-gray'></view>
|
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||||
<!-- <view class="bottom-height bg-gray"></view> -->
|
<view class="bottom-height"></view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
@@ -107,12 +106,12 @@ let getWorkEvent = (index) => {
|
|||||||
const refreshPlanList = () => {
|
const refreshPlanList = () => {
|
||||||
message.showLoading();
|
message.showLoading();
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
// getUserInfo().then(res => {
|
getUserInfo().then(res => {
|
||||||
// userInfo.value = res.user;
|
userInfo.value = res.user;
|
||||||
// console.log(route.path, ":用户信息获取成功");
|
console.log(route.path, ":用户信息获取成功");
|
||||||
// }).catch(err => {
|
}).catch(err => {
|
||||||
// console.warn(err, "用户信息获取失败")
|
console.warn(err, "用户信息获取失败")
|
||||||
// });
|
});
|
||||||
// 获取周计划列表
|
// 获取周计划列表
|
||||||
getWeeklyPlanList(queryParams.value).then(res => {
|
getWeeklyPlanList(queryParams.value).then(res => {
|
||||||
const {rows} = res;
|
const {rows} = res;
|
||||||
@@ -181,11 +180,11 @@ function handleCreate() {
|
|||||||
handlePlanEdit({itemList, selectIndex: result.tapIndex}, true);
|
handlePlanEdit({itemList, selectIndex: result.tapIndex}, true);
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
console.warn(err, "已存在周计划")
|
console.warn(err, "已存在周计划")
|
||||||
// uni.showToast({
|
uni.showToast({
|
||||||
// icon: 'error',
|
icon: 'error',
|
||||||
// title: '已有本周或下周计划',
|
title: '已有本周或下周计划',
|
||||||
// duration: 2000
|
duration: 2000
|
||||||
// })
|
})
|
||||||
})
|
})
|
||||||
// }else{ // 创建下周计划
|
// }else{ // 创建下周计划
|
||||||
// }
|
// }
|
||||||
@@ -235,7 +234,7 @@ function handleEdit(index) {
|
|||||||
// console.log(JSON.stringify(formData))
|
// console.log(JSON.stringify(formData))
|
||||||
console.log(route.path, formData, "前往修改页面");
|
console.log(route.path, formData, "前往修改页面");
|
||||||
const editFields = [OrdinalDate[index], WorkType[index], WorkEvent[index]];
|
const editFields = [OrdinalDate[index], WorkType[index], WorkEvent[index]];
|
||||||
let userName = null; // userInfo.value.userName || userInfo.value.nickName;
|
let userName = userInfo.value.nickName || userInfo.value.userName;
|
||||||
handlePlanEdit({userName, formData, editFields}, false);
|
handlePlanEdit({userName, formData, editFields}, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -269,14 +268,9 @@ function handleEdit(index) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.white-bg.white-bg-2 {
|
.white-bg.white-bg-2 {
|
||||||
/* margin-bottom: 20rpx; */
|
margin-bottom: 20rpx;
|
||||||
}
|
|
||||||
.bottom-spliter{
|
|
||||||
height: 20rpx;
|
|
||||||
}
|
|
||||||
.bg-gray{
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-list .w-b-title .btn-edit {
|
.report-list .w-b-title .btn-edit {
|
||||||
background-color: #5C96F7;
|
background-color: #5C96F7;
|
||||||
}
|
}
|
||||||
@@ -286,14 +280,14 @@ function handleEdit(index) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-list {
|
.nav-list {
|
||||||
/* display: flex;*/
|
/* display: flex;*/
|
||||||
/* width: 690rpx;*/
|
/* width: 690rpx;*/
|
||||||
overflow-x: auto; /* 允许横向滚动 */
|
overflow-x: auto; /* 允许横向滚动 */
|
||||||
/*overflow-y: hidden; 隐藏垂直滚动 */
|
/*overflow-y: hidden; 隐藏垂直滚动 */
|
||||||
/*-ms-overflow-style: none; IE 隐藏滚动条 */
|
/*-ms-overflow-style: none; IE 隐藏滚动条 */
|
||||||
/* scrollbar-width: none; */ /*Firefox 隐藏滚动条 */
|
/* scrollbar-width: none; */ /*Firefox 隐藏滚动条 */
|
||||||
/* 添加高度以确保有足够的空间 */
|
/* 添加高度以确保有足够的空间 */
|
||||||
/* height: 80rpx;*/
|
/* height: 80rpx;*/
|
||||||
white-space: nowrap; /* 保持子元素在同一行显示 */
|
white-space: nowrap; /* 保持子元素在同一行显示 */
|
||||||
/* 添加这些属性确保滚动正常工作 */
|
/* 添加这些属性确保滚动正常工作 */
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
@@ -310,7 +304,7 @@ function handleEdit(index) {
|
|||||||
}
|
}
|
||||||
.nav-list .nav-item {
|
.nav-list .nav-item {
|
||||||
/* flex: 0 0 auto; 关键:不放大、不缩小、自动宽度 */
|
/* flex: 0 0 auto; 关键:不放大、不缩小、自动宽度 */
|
||||||
/* width: 200rpx;*/
|
/* width: 200rpx;*/
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: #05A3F4;
|
background-color: #05A3F4;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="title" :leftFlag="true" :rightFlag="true">
|
<customHeader ref="customHeaderRef" :title="title" :leftFlag="true" :rightFlag="true">
|
||||||
<template #right>
|
<template #right>
|
||||||
<view class="head-right" @click="submitForm">
|
<view class="head-right" @click="submitForm" v-if="userInfo.nickName || userInfo.userName">
|
||||||
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
<uni-icons custom-prefix="iconfont" type="icon-phonebaocun" size="22"
|
||||||
color="#B7D2FF"></uni-icons>
|
color="#B7D2FF"></uni-icons>
|
||||||
保存
|
保存
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view class="week-plan-title">
|
<view class="week-plan-title">
|
||||||
<view v-if="userInfo.nickName">姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
<view>姓名:<strong>{{ userInfo.nickName || userInfo.userName }}</strong></view>
|
||||||
<view>{{ currentEditDate.yearMonth }} 第 <strong>{{ currentEditDate.weekNum }}</strong> 周</view>
|
<view>{{ currentEditDate.yearMonth }} 第 <strong>{{ currentEditDate.weekNum }}</strong> 周</view>
|
||||||
</view>
|
</view>
|
||||||
<uni-forms ref="formRef" :model="weekPlanFormData" :rules="rules" label-width="100px" label-position="top">
|
<uni-forms ref="formRef" :model="weekPlanFormData" :rules="rules" label-width="100px" label-position="top">
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
</customHeader>
|
</customHeader>
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<view class="top-height"></view>
|
<view class="top-height" :style="{ paddingTop: navBarPaddingTop + 'px' }"></view>
|
||||||
|
|
||||||
<!-- 正文内容 -->
|
<!-- 正文内容 -->
|
||||||
<view>
|
<view>
|
||||||
|
|
||||||
@@ -36,61 +37,61 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 分页部分 -->
|
<!-- 分页部分 -->
|
||||||
<!-- <mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"-->
|
<!-- <mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"-->
|
||||||
<!-- :up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"-->
|
<!-- :up="upOption" :down="downOption" :fixed="false" textColor="#ffffff" bgColor="#ffffff"-->
|
||||||
<!-- class="scroll-h" :class="{'loading-scroll':cssFlag}">-->
|
<!-- class="scroll-h" :class="{'loading-scroll':cssFlag}">-->
|
||||||
<view class="white-bg" v-if="list.length">
|
<view class="white-bg" v-if="list.length">
|
||||||
<!--v-for="(item, index) in list" :key="index" @click="handleDetail(item)"-->
|
<!--v-for="(item, index) in list" :key="index" @click="handleDetail(item)"-->
|
||||||
<view style="text-align: center; margin-bottom: 30rpx; font-size: 30rpx;">
|
<view style="text-align: center; margin-bottom: 30rpx; font-size: 30rpx;">
|
||||||
{{ parseInt(searchValue.selectDate.substring(5, 7)) }}月
|
{{ parseInt(searchValue.selectDate.substring(5, 7)) }}月
|
||||||
<span class="line"></span>
|
<span class="line"></span>
|
||||||
{{searchValue.selectDate.substring(0, 4) }}年
|
{{searchValue.selectDate.substring(0, 4) }}年
|
||||||
</view>
|
</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-row class="demo-uni-row">
|
||||||
<uni-col :span="1">
|
<uni-col :span="1">
|
||||||
<view class="demo-uni-col right-radius">
|
<view class="demo-uni-col right-radius">序号</view>
|
||||||
<text>{{ index + 1 }}</text>
|
|
||||||
</view>
|
|
||||||
</uni-col>
|
</uni-col>
|
||||||
<uni-col :span="2">
|
<uni-col :span="2">
|
||||||
<view class="demo-uni-col left-radius">
|
<view class="demo-uni-col left-radius">姓名</view>
|
||||||
<text>{{ item.nickName || item.userName }}</text>
|
|
||||||
</view>
|
|
||||||
</uni-col>
|
</uni-col>
|
||||||
<block v-for="(field, i) in WorkType">
|
<block v-for="(field, i) in OrdinalDate">
|
||||||
<uni-col :span="3">
|
<uni-col :span="3">
|
||||||
<view class="demo-uni-col mar-left color-white" @click="handleDetail(index, i)"
|
<view class="demo-uni-col mar-left">
|
||||||
:style="{ backgroundColor: COLOR_MAP[item[field]] }"
|
<text>{{ WeekShortCN[i] }}</text>
|
||||||
><!--@click="handleView(index, i)"-->
|
<text v-if="list[0][field]">{{ list[0][field].substring(8) }}</text>
|
||||||
<text v-if="item[field]">{{ item[field] }}</text>
|
|
||||||
<text v-else style="color: gray">暂无</text>
|
|
||||||
</view>
|
</view>
|
||||||
</uni-col>
|
</uni-col>
|
||||||
</block>
|
</block>
|
||||||
</uni-row>
|
</uni-row>
|
||||||
</block>
|
<block v-for="(item, index) in list" :key="index">
|
||||||
</view>
|
<uni-row class="demo-uni-row">
|
||||||
<view v-else style="text-align: center; margin-top: 50%; color: white">
|
<uni-col :span="1">
|
||||||
暂无数据
|
<view class="demo-uni-col right-radius">
|
||||||
</view>
|
<text>{{ index + 1 }}</text>
|
||||||
<!-- </mescroll-uni>-->
|
</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>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -365,13 +366,6 @@ let handleDetail = (rowIndex, colIndex) => {
|
|||||||
width: 690rpx;
|
width: 690rpx;
|
||||||
margin: 20rpx 0 0 0;
|
margin: 20rpx 0 0 0;
|
||||||
border-radius: 8px 8px 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 {
|
.white-bg.white-bg-2 {
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ onMounted(() => {
|
|||||||
let searchValue = ref(null)
|
let searchValue = ref(null)
|
||||||
// 查询搜索跳转
|
// 查询搜索跳转
|
||||||
let handleSearch = () => {
|
let handleSearch = () => {
|
||||||
console.log(searchValue.value)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新增
|
// 新增
|
||||||
@@ -89,10 +88,7 @@ const mescrollRef = ref(null);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ selectGuestList();
|
|||||||
|
|
||||||
// 选择客户列表
|
// 选择客户列表
|
||||||
let bindPickerChange = (e)=>{
|
let bindPickerChange = (e)=>{
|
||||||
console.log('picker发送选择改变,携带值为', e.detail.value)
|
|
||||||
guestIndex.value = e.detail.value
|
guestIndex.value = e.detail.value
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -83,12 +82,11 @@ const rules = {
|
|||||||
{ required: true, errorMessage: '我方领导不能为空' }
|
{ required: true, errorMessage: '我方领导不能为空' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 修改日期
|
// 修改日期
|
||||||
let changeDate = (e)=>{
|
let changeDate = (e)=>{
|
||||||
console.log('changeDate:', e);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 保存走访报告
|
// 保存走访报告
|
||||||
@@ -147,4 +145,4 @@ const submitForm = async () => {
|
|||||||
padding-left:20rpx;
|
padding-left:20rpx;
|
||||||
color:#919191;
|
color:#919191;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -209,4 +209,4 @@ const submitForm = async () => {
|
|||||||
margin-bottom:22px !important;
|
margin-bottom:22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -180,4 +180,4 @@ let handleSubmit = () => {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
/* padding: 0rpx 60rpx; */
|
/* padding: 0rpx 60rpx; */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<view class="flex">
|
<view class="flex">
|
||||||
{{workList[workIndex]}}
|
{{workList[workIndex]}}
|
||||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
</view>
|
</view>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -40,12 +40,12 @@
|
|||||||
<uni-easyinput type="textarea" autoHeight v-model="formData.content" placeholder="请输入" class="form-texarea" />
|
<uni-easyinput type="textarea" autoHeight v-model="formData.content" placeholder="请输入" class="form-texarea" />
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
</uni-forms>
|
</uni-forms>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -138,4 +138,4 @@ const submitForm = async () => {
|
|||||||
margin-bottom:22px !important;
|
margin-bottom:22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,91 +1,90 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="!searchShow?'业务中心':'搜索'"
|
<customHeader ref="customHeaderRef" :title="'业务中心'"
|
||||||
:leftFlag="!searchShow?false:true"
|
:leftFlag="false" :rightFlag="false"
|
||||||
:rightFlag="false"
|
></customHeader>
|
||||||
@back="handleBack"
|
<!-- 高度来避免头部遮挡 -->
|
||||||
:searchType="searchShow?1:undefined"
|
<view class="top-height"></view>
|
||||||
></customHeader>
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
|
|
||||||
<!-- 搜索 @confirm="handleSearch" -->
|
<!-- 搜索 -->
|
||||||
<customSearch v-if="searchShow"
|
<view class="search">
|
||||||
:searchKeywords="searchText"
|
<uni-search-bar class="custom-search" radius="28"
|
||||||
:searchType="searchTypeObj"
|
placeholder="请输入您想查询的内容或服务"
|
||||||
@confirm="handleSearchConfirm"
|
clearButton="auto" cancelButton="none"
|
||||||
></customSearch>
|
bgColor="#6FA2F8" textColor="#ffffff"
|
||||||
<view class="search" v-else>
|
@confirm="handleSearch"
|
||||||
<uni-search-bar class="custom-search" radius="28"
|
/>
|
||||||
placeholder="请输入搜索条件"
|
</view>
|
||||||
clearButton="auto" cancelButton="none"
|
|
||||||
bgColor="#6FA2F8" textColor="#ffffff"
|
<!-- 下拉刷新 -->
|
||||||
@focus="handleSearchFocus"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
||||||
v-model="searchText"
|
:down="downOption" @down="downCallback"
|
||||||
/>
|
:fixed="false" class="scroll-h"
|
||||||
|
>
|
||||||
|
<!-- 首页日常服务 -->
|
||||||
|
<view class="white-bg">
|
||||||
|
<view class="w-b-title">
|
||||||
|
首页日常服务
|
||||||
|
<view type="primary" @click="handleEdit" class="btn-edit">编 辑</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 下拉刷新 -->
|
<!-- 企业日常 -->
|
||||||
<mescroll-uni v-if="!searchShow" ref="mescrollRef" @init="mescrollInit"
|
<view class="white-bg">
|
||||||
:down="downOption" @down="downCallback"
|
<view class="w-b-title" @click="handleExpand">企业日常
|
||||||
:fixed="false" class="scroll-h"
|
<text>{{expandFlag?'展开':'收起'}}<i :class="{iconfont:true,'icon-up':!expandFlag,'icon-down':expandFlag}"></i></text>
|
||||||
>
|
</view>
|
||||||
<!-- 首页日常服务 -->
|
<view class="logo-list" v-if="!expandFlag">
|
||||||
<view class="white-bg">
|
<view v-for="(item,index) in list1" class="l-l-item" :key="index">
|
||||||
<view class="w-b-title">
|
<img :src="item.imgSrc" />
|
||||||
首页日常服务
|
<text class="font-gray">{{ item.name }}</text>
|
||||||
<view type="primary" @click="handleJump('/pages/business/editDaily')" class="btn-edit">编 辑</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- 业务列表 -->
|
<!-- CRM系统 -->
|
||||||
<view class="white-bg" v-for="(item,index) in list" :key="index">
|
<view class="white-bg">
|
||||||
<view class="w-b-title" @click="handleExpand(item)">{{ item.bizName }}
|
<view class="w-b-title" @click="handleExpand2">CRM系统
|
||||||
<text>{{item.expandFlag?'展开':'收起'}}<i :class="{iconfont:true,'icon-up':!item.expandFlag,'icon-down':item.expandFlag}"></i></text>
|
<text>{{expandFlag2?'展开':'收起'}}<i :class="{iconfont:true,'icon-up':!expandFlag2,'icon-down':expandFlag2}"></i></text>
|
||||||
</view>
|
|
||||||
<block v-if="!item.expandFlag">
|
|
||||||
<view class="logo-list" v-if="item.children&&item.children.length>0">
|
|
||||||
<block v-for="(item2,index2) in item.children">
|
|
||||||
<view class="l-l-item"
|
|
||||||
@click="handleJump(item2.bizUrl)">
|
|
||||||
<img :src="'static/images/business/'+item2.icon+'.png'" />
|
|
||||||
<text class="font-gray">{{ item2.bizName }}</text>
|
|
||||||
</view>
|
|
||||||
</block>
|
|
||||||
</view>
|
|
||||||
</block>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="logo-list" v-if="!expandFlag2">
|
||||||
|
<view v-for="(item,index) in list2" class="l-l-item" :key="index" @click="handleJump(item.url)">
|
||||||
|
<uni-badge :text="item.badgeCount" size="small"></uni-badge>
|
||||||
|
<img :src="item.imgSrc" />
|
||||||
|
<text class="font-gray">{{ item.name }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
<!-- 供应链采纳 -->
|
||||||
<view class="bottom-height"></view>
|
<view class="white-bg">
|
||||||
</mescroll-uni>
|
<view class="w-b-title">供应链采纳
|
||||||
</view>
|
<text>展开<i :class="{iconfont:true,'icon-down':true}"></i></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- PLM系统 -->
|
||||||
|
<view class="white-bg">
|
||||||
|
<view class="w-b-title">PLM系统
|
||||||
|
<text>展开<i :class="{iconfont:true,'icon-down':true}"></i></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||||
|
<view class="bottom-height"></view>
|
||||||
|
</mescroll-uni>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref,onMounted } from 'vue'
|
import { ref,onMounted } from 'vue'
|
||||||
import { onLoad,onHide } from '@dcloudio/uni-app';
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import customHeader from '@/components/customHeader.vue';
|
|
||||||
import customSearch from '@/components/customSearch.vue'
|
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import { getNavBarPaddingTop} from '@/utils/system.js'
|
import { getNavBarPaddingTop} from '@/utils/system.js'
|
||||||
import { businessList } from '@/api/business.js';
|
import { businessDaily,businessCRMList } from '@/api/business.js';
|
||||||
import {showLoading,hideLoading} from '@/utils/message.js'
|
|
||||||
import { initTree } from '@/utils/common.js';
|
|
||||||
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
// uni.setStorageSync('page_cache',true);
|
|
||||||
try {
|
|
||||||
showLoading("加载中...")
|
|
||||||
getList();
|
|
||||||
hideLoading();
|
|
||||||
} catch (error) {
|
|
||||||
hideLoading();
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
const navBarPaddingTop = ref(0);
|
const navBarPaddingTop = ref(0);
|
||||||
@@ -93,47 +92,9 @@ onMounted(() => {
|
|||||||
navBarPaddingTop.value = getNavBarPaddingTop()*2;
|
navBarPaddingTop.value = getNavBarPaddingTop()*2;
|
||||||
})
|
})
|
||||||
|
|
||||||
// 搜索处理
|
// 查询搜索跳转
|
||||||
let searchShow = ref(false);
|
let handleSearch = ()=>{
|
||||||
let searchText = ref(undefined);
|
|
||||||
let searchTypeObj = ref({typeId:2});
|
|
||||||
|
|
||||||
onHide(()=>{
|
|
||||||
searchShow.value=false;
|
|
||||||
})
|
|
||||||
|
|
||||||
// 搜索返回操作
|
|
||||||
const handleBack=()=>{
|
|
||||||
searchShow.value=false;
|
|
||||||
}
|
|
||||||
// 获取input 焦点跳转
|
|
||||||
const handleSearchFocus=()=>{
|
|
||||||
searchShow.value = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 搜索完返回处理
|
|
||||||
const handleSearchConfirm = (param1,param2)=>{
|
|
||||||
// console.log(param1,param2)
|
|
||||||
searchText.value=param2.value;;
|
|
||||||
searchShow.value=false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 查询列表
|
|
||||||
let list = ref([]);
|
|
||||||
let getList = async()=>{
|
|
||||||
let searchValue = searchText.value?searchText.value:undefined;
|
|
||||||
let res = await businessList({searchValue});//查询所有业务
|
|
||||||
let arr = res || [];
|
|
||||||
let bizList = initTree(arr,0,'bizId');//递归获取数组处理
|
|
||||||
bizList.forEach(item => {
|
|
||||||
item.expandFlag = false;
|
|
||||||
});
|
|
||||||
list.value = bizList;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 右侧展开
|
|
||||||
let handleExpand = (item)=>{
|
|
||||||
item.expandFlag = !item.expandFlag;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
@@ -151,10 +112,9 @@ const downOption = ref({
|
|||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
getList();
|
setTimeout(async ()=>{
|
||||||
// setTimeout(async ()=>{
|
// mescroll.resetUpScroll();
|
||||||
// // mescroll.resetUpScroll();
|
},500);
|
||||||
// },500);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
mescroll.endErr();
|
mescroll.endErr();
|
||||||
} finally {
|
} finally {
|
||||||
@@ -164,8 +124,41 @@ const downCallback = async (mescroll) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 日常服务编辑
|
||||||
|
let handleEdit=()=>{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// 图标查询处理
|
||||||
|
// 1.企业日常
|
||||||
|
let list1 = ref([])
|
||||||
|
let getBusinessDailyList= async ()=>{
|
||||||
|
let busRes = await businessDaily({});
|
||||||
|
list1.value = busRes.list || [];
|
||||||
|
}
|
||||||
|
getBusinessDailyList();
|
||||||
|
// 企业日常-右侧展开
|
||||||
|
let expandFlag=ref(false);
|
||||||
|
let handleExpand = ()=>{
|
||||||
|
expandFlag.value = !expandFlag.value;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 2.CRM系统
|
||||||
|
let list2 = ref([])
|
||||||
|
let getBusinessCRMList= async ()=>{
|
||||||
|
let busRes = await businessCRMList({});
|
||||||
|
list2.value = busRes.list || [];
|
||||||
|
}
|
||||||
|
getBusinessCRMList();
|
||||||
|
// 企业日常-右侧展开
|
||||||
|
let expandFlag2=ref(false);
|
||||||
|
let handleExpand2 = ()=>{
|
||||||
|
expandFlag2.value = !expandFlag2.value;
|
||||||
|
}
|
||||||
|
|
||||||
// 跳转
|
// 跳转
|
||||||
let handleJump=(url)=>{
|
let handleJump=(url)=>{
|
||||||
|
console.log(url)
|
||||||
if(url){
|
if(url){
|
||||||
uni.navigateTo({ url })
|
uni.navigateTo({ url })
|
||||||
}
|
}
|
||||||
@@ -176,7 +169,7 @@ let handleJump=(url)=>{
|
|||||||
<style scope>
|
<style scope>
|
||||||
.scroll-h{
|
.scroll-h{
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(100vh - 130px) !important;
|
height: calc(100vh - 120px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height: calc(100vh - 140px) !important;
|
height: calc(100vh - 140px) !important;
|
||||||
|
|||||||
@@ -1,247 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view class="con-body">
|
|
||||||
<view class="con-bg">
|
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="'常用服务'"
|
|
||||||
:leftFlag="true" :rightFlag="false"
|
|
||||||
></customHeader>
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
|
|
||||||
<!-- 下拉刷新 -->
|
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
|
||||||
:down="downOption" @down="downCallback"
|
|
||||||
:fixed="false" class="scroll-h"
|
|
||||||
>
|
|
||||||
<view class="white-bg">
|
|
||||||
<view v-for="(item,index) in list" :key="index">
|
|
||||||
<view class="bus-title">{{ item.bizName }}</view>
|
|
||||||
<view class="bus-list">
|
|
||||||
<view class="bus-tips" :class="{'bus-blue':item2.isDaily}"
|
|
||||||
v-for="(item2,index2) in item.children" :key="index2"
|
|
||||||
@click="handleCheck(item2)"
|
|
||||||
>
|
|
||||||
{{ item2.bizName }}
|
|
||||||
<view class="bus-icon" v-if="item2.isDaily">
|
|
||||||
<uni-icons type="checkmarkempty" size="12" color="#fff"></uni-icons>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="bottom-height"></view>
|
|
||||||
</view>
|
|
||||||
</mescroll-uni>
|
|
||||||
|
|
||||||
<!-- 提交按钮 -->
|
|
||||||
<view class="bus-btn-con">
|
|
||||||
<view class="bus-btn" @click="handleSubmit">提 交({{count}})</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref,onMounted } from 'vue'
|
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
|
||||||
import { getNavBarPaddingTop} from '@/utils/system.js'
|
|
||||||
import { businessList,bizFavoriteSetting } from '@/api/business.js';
|
|
||||||
import { getUserFavorite } from '@/api/home.js';
|
|
||||||
import {showLoading,hideLoading,showAlert} from '@/utils/message.js'
|
|
||||||
import { initTree } from '@/utils/common.js'
|
|
||||||
|
|
||||||
// 初始化加载
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
try {
|
|
||||||
showLoading("加载中...")
|
|
||||||
getList();
|
|
||||||
hideLoading();
|
|
||||||
} catch (error) {
|
|
||||||
hideLoading();
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
|
||||||
const navBarPaddingTop = ref(0);
|
|
||||||
onMounted(() => {
|
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop()*2;
|
|
||||||
})
|
|
||||||
|
|
||||||
// 查询列表
|
|
||||||
let list = ref([]);
|
|
||||||
let count = ref(0);
|
|
||||||
let bizIds = ref([]);//常用服务列表
|
|
||||||
let getList = async()=>{
|
|
||||||
let arrNew = [];
|
|
||||||
bizIds.value = [];
|
|
||||||
let res = await businessList({});//查询所有业务
|
|
||||||
let arr = res || [];
|
|
||||||
|
|
||||||
let res2 = await getUserFavorite({});//查询当前用户的常用服务
|
|
||||||
let arr2 = res2 || [];
|
|
||||||
count.value = arr2.length;
|
|
||||||
arr2.forEach(item=>{
|
|
||||||
bizIds.value.push(item.bizId)
|
|
||||||
});
|
|
||||||
|
|
||||||
arr.forEach(item=>{
|
|
||||||
item.isDaily=false;
|
|
||||||
arr2.forEach(item2=>{
|
|
||||||
if(item2.bizId==item.bizId){
|
|
||||||
item.isDaily=true;
|
|
||||||
}
|
|
||||||
})
|
|
||||||
arrNew.push(item)
|
|
||||||
})
|
|
||||||
|
|
||||||
let bizList = initTree(arrNew,0,'bizId');//递归获取数组处理
|
|
||||||
bizList.forEach(item => {
|
|
||||||
item.expandFlag = false;
|
|
||||||
});
|
|
||||||
list.value = bizList;
|
|
||||||
// console.log("list=>",list.value)
|
|
||||||
}
|
|
||||||
|
|
||||||
// 下拉刷新
|
|
||||||
const mescrollRef = ref(null);
|
|
||||||
const mescrollInit = (mescroll) => {
|
|
||||||
mescrollRef.value = mescroll;
|
|
||||||
};
|
|
||||||
const downOption = ref({
|
|
||||||
auto: true,
|
|
||||||
textInOffset: '下拉刷新',
|
|
||||||
textOutOffset: '释放更新',
|
|
||||||
textLoading: '刷新中...'
|
|
||||||
});
|
|
||||||
|
|
||||||
// 下拉刷新
|
|
||||||
const downCallback = async (mescroll) => {
|
|
||||||
try {
|
|
||||||
setTimeout(async ()=>{
|
|
||||||
// mescroll.resetUpScroll();
|
|
||||||
},500);
|
|
||||||
} catch (error) {
|
|
||||||
mescroll.endErr();
|
|
||||||
} finally {
|
|
||||||
setTimeout(async ()=>{
|
|
||||||
mescroll.endSuccess();
|
|
||||||
},500);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 选择常用
|
|
||||||
const handleCheck=(item)=>{
|
|
||||||
item.isDaily = !item.isDaily;
|
|
||||||
if(item.isDaily){
|
|
||||||
count.value++;
|
|
||||||
bizIds.value.push(item.bizId);
|
|
||||||
}else{
|
|
||||||
count.value--;
|
|
||||||
const index = bizIds.value.findIndex(item2 => item2 == item.bizId);
|
|
||||||
if (index !== -1) {
|
|
||||||
bizIds.value.splice(index, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// console.log("handleCheck=>bizIds=>",bizIds.value)
|
|
||||||
}
|
|
||||||
|
|
||||||
// 提交
|
|
||||||
const handleSubmit= async()=>{
|
|
||||||
try {
|
|
||||||
showLoading("加载中...")
|
|
||||||
console.log("bizIds=>",bizIds.value)
|
|
||||||
await bizFavoriteSetting({bizIds:bizIds.value.join(",")});
|
|
||||||
showAlert("操作成功")
|
|
||||||
hideLoading();
|
|
||||||
uni.navigateBack();
|
|
||||||
} catch (error) {
|
|
||||||
hideLoading();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.scroll-h{
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.white-bg{
|
|
||||||
width: 690rpx;
|
|
||||||
margin-bottom:0;
|
|
||||||
border-radius: 8px 8px 0 0;
|
|
||||||
min-height: calc(100vh - 100px);
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.mescroll-upwarp){
|
|
||||||
display:none
|
|
||||||
}
|
|
||||||
|
|
||||||
.bus-title{
|
|
||||||
font-weight: bold;
|
|
||||||
margin:0rpx 0 30rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bus-list{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
flex-flow:row wrap;
|
|
||||||
margin:-10rpx;
|
|
||||||
margin-bottom:40rpx;
|
|
||||||
}
|
|
||||||
.bus-list .bus-tips{
|
|
||||||
/* width:210rpx; */
|
|
||||||
min-width: calc(100% / 3 - 30px);
|
|
||||||
height:60rpx;
|
|
||||||
line-height: 60rpx;
|
|
||||||
font-size:28rpx;
|
|
||||||
border-radius: 5px;
|
|
||||||
text-align: center;
|
|
||||||
padding:0 10px;
|
|
||||||
background-color: #fff;
|
|
||||||
color:#333333;
|
|
||||||
border:1px solid #E8E8E8;
|
|
||||||
margin-left:8rpx;
|
|
||||||
margin-right:8rpx;
|
|
||||||
margin-bottom:20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bus-list .bus-blue{
|
|
||||||
border:1px solid #05A3F4;
|
|
||||||
background-color: #05A3F4;
|
|
||||||
color:#fff;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.bus-list .bus-blue .bus-icon{
|
|
||||||
position:absolute;
|
|
||||||
right:-10rpx;
|
|
||||||
top:-10rpx;
|
|
||||||
background-color: #02C74C;
|
|
||||||
width:32rpx;
|
|
||||||
height:32rpx;
|
|
||||||
line-height: 32rpx;
|
|
||||||
border-radius: 50%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bus-btn-con{
|
|
||||||
position: fixed;
|
|
||||||
bottom:0;
|
|
||||||
background-color: #fff;
|
|
||||||
width:100%;
|
|
||||||
padding:70rpx 0;
|
|
||||||
}
|
|
||||||
.bus-btn-con .bus-btn{
|
|
||||||
background-color: #05A3F4;
|
|
||||||
color:#fff;
|
|
||||||
text-align: center;
|
|
||||||
width:360rpx;
|
|
||||||
height:80rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
margin:0 auto;
|
|
||||||
border-radius: 40rpx;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,591 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view>
|
|
||||||
<view class="container">
|
|
||||||
<view class="bg"></view>
|
|
||||||
<view class="bg-con">
|
|
||||||
<view class="bg-h">
|
|
||||||
|
|
||||||
<view :style="{height: navBarPaddingTop + 'px'}"></view>
|
|
||||||
<view class="auth-title">
|
|
||||||
<image src="@/static/images/icon-lock@2x.png"/>
|
|
||||||
<text>{{networkEnv==1?'内网':''}}设备授权</text>
|
|
||||||
</view>
|
|
||||||
<view class="login-con">
|
|
||||||
<!-- 登录 -->
|
|
||||||
<block v-if="!bindStatus">
|
|
||||||
<view class="login-form" :class="{network1:networkEnv==1}">
|
|
||||||
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
|
|
||||||
<!-- networkEnv -->
|
|
||||||
<uni-forms-item label="设备标识" required name="uniqCode" v-if="networkEnv==1">
|
|
||||||
<view class="code-con code-device">
|
|
||||||
<uni-easyinput prefixIcon="person" :inputBorder="false"
|
|
||||||
v-model="formData2.uniqCode" placeholder="请输入设备标识"
|
|
||||||
>
|
|
||||||
<!-- <template #prefixIcon> -->
|
|
||||||
<!-- <image src="@/static/images/login-biaoshi.png" style="width: 20px; height: 20px;" /> -->
|
|
||||||
<!-- </template> -->
|
|
||||||
|
|
||||||
</uni-easyinput>
|
|
||||||
</view>
|
|
||||||
</uni-forms-item>
|
|
||||||
<uni-forms-item label="用户名" required name="username">
|
|
||||||
<view class="code-con">
|
|
||||||
<uni-easyinput prefixIcon="person" :inputBorder="false"
|
|
||||||
v-model="formData2.username" placeholder="请输入用户名"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</uni-forms-item>
|
|
||||||
<uni-forms-item label="密码" required name="password" class="password">
|
|
||||||
<view class="code-con">
|
|
||||||
<uni-easyinput prefixIcon="locked" type="password" :inputBorder="false"
|
|
||||||
v-model="formData2.password" placeholder="请输入登录密码"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</uni-forms-item>
|
|
||||||
</uni-forms>
|
|
||||||
</view>
|
|
||||||
<button type="primary" class="btn-submit" @click="submitForm" :loading="btnLoading" :disabled="btnLoading">设备授权申请</button>
|
|
||||||
</block>
|
|
||||||
|
|
||||||
<!-- 等待页面(定时任务查询 10秒查询一次) -->
|
|
||||||
<view v-if="bindStatus==2" class="login-form approval">
|
|
||||||
<view class="approval-title">审核中,请等待...</view>
|
|
||||||
<button type="primary" class="btn-refresh" @click="handleRefresh">刷新</button>
|
|
||||||
</view>
|
|
||||||
<!-- bindStatus=5-----显示授权失败,联系管理员 -->
|
|
||||||
<view v-if="bindStatus==5" class="login-form approval-red-con">
|
|
||||||
<view class="approval-red">显示授权失败,联系管理员</view>
|
|
||||||
</view>
|
|
||||||
<!-- bindStatus=3-----输入授权码页面 -->
|
|
||||||
<block v-if="bindStatus==3">
|
|
||||||
<view class="login-form approval" style="padding:110rpx 55rpx 150rpx;">
|
|
||||||
<view class="approval-title">审核通过,请输入授权码</view>
|
|
||||||
<view class="auth-code">
|
|
||||||
<input v-for="(item, index) in codes"
|
|
||||||
password
|
|
||||||
:key="index"
|
|
||||||
v-model="codes[index]"
|
|
||||||
type="number"
|
|
||||||
maxlength="1"
|
|
||||||
:ref="el => { if (el) inputRefs[index] = el }"
|
|
||||||
@input="handleInput(index, $event)"
|
|
||||||
@keydown.delete="handleDelete(index, $event)"
|
|
||||||
:focus="activeIndex==index"
|
|
||||||
@blur="handleBlur(index,codes[index])"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<button type="primary" class="btn-submit" @click="handleSubmit" :loading="subLoading" :disabled="subLoading">提交</button>
|
|
||||||
</block>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- <view class="bottom-pic">
|
|
||||||
<image src="@/static/images/PicLogo@2x.png" class="pic-logo" />
|
|
||||||
<view class="bottom-bg"></view>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref,nextTick,onMounted,onUnmounted,getCurrentInstance } from 'vue';
|
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
|
||||||
import { v4 as uuidv4 } from 'uuid'
|
|
||||||
import { getNavBarPaddingTop} from '@/utils/system.js';
|
|
||||||
import { getBindStatus,authDeviceApply,authInputCode } from '@/api/auth.js';
|
|
||||||
import {showToast,showAlert} from '@/utils/message.js'
|
|
||||||
import encryptObj from '@/utils/encrypt.js'
|
|
||||||
import { requestAndroidPermissionAsync } from '@/utils/common.js'
|
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance();
|
|
||||||
import { useUserStore } from '@/stores/user';
|
|
||||||
const userStore = useUserStore();
|
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
// 获取 存储手机的module
|
|
||||||
const safeSave = uni.requireNativePlugin("Tm-TmSafeSaveFileModule");
|
|
||||||
// #endif
|
|
||||||
let systemInfo = {};
|
|
||||||
let deviceId = ref(undefined);
|
|
||||||
let clientId = `${proxy.$CLIENT_ID || 2}`;
|
|
||||||
let networkEnv = ref(proxy.$NETWORK_ENV);//1-内网 2-外网
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
console.log("deviceAuth=>onLoad",clientId,networkEnv.value);
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
// uni.preloadPage({url: "/pages/login/login"});
|
|
||||||
// uni.preloadPage({url: "/pages/home/home"});
|
|
||||||
|
|
||||||
systemInfo = uni.getSystemInfoSync()
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
try {
|
|
||||||
safeSave.getSafeFile({ "key": "app_device_id" }, res2 => {
|
|
||||||
if (res2.code == 1) {
|
|
||||||
let deviceId = res2.data;
|
|
||||||
console.log("读取成功=>",deviceId)
|
|
||||||
deviceId.value = deviceId; // 本地设备ID
|
|
||||||
selectBindStatus(deviceId);
|
|
||||||
if(bindStatus.value==2){
|
|
||||||
// bindStatus=2-----到等待页面(定时任务查询 10秒查询一次)
|
|
||||||
timer = setInterval(()=>{
|
|
||||||
refreshBindStatus()
|
|
||||||
},1000*10)//10秒刷新一次
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// showAlert('读取失败:'+res2.msg)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
} catch (error) {
|
|
||||||
console.error('权限请求出错:', error);
|
|
||||||
// showAlert('权限请求出错:', error)
|
|
||||||
}
|
|
||||||
// #endif
|
|
||||||
})
|
|
||||||
|
|
||||||
// 绑定状态(1=已提交、2=等待审核、3=审核通过、4=绑定成功、5=审核拒绝)
|
|
||||||
let bindStatus = ref(undefined);
|
|
||||||
let timer = null;
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
|
||||||
const navBarPaddingTop = ref(0);
|
|
||||||
onMounted(async () => {
|
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop();
|
|
||||||
})
|
|
||||||
|
|
||||||
// 组件卸载时清除定时器
|
|
||||||
onUnmounted(() => {
|
|
||||||
if (timer) clearInterval(timer)
|
|
||||||
})
|
|
||||||
|
|
||||||
// 根据设备ID查询设备状态
|
|
||||||
let selectBindStatus = async (uniqCode)=>{
|
|
||||||
if(uniqCode){
|
|
||||||
let res = await getBindStatus({uniqCode})
|
|
||||||
bindStatus.value = res.bindStatus;
|
|
||||||
//bindStatus=4-----已绑定成功,跳转用户登录页面
|
|
||||||
if(bindStatus.value==4){
|
|
||||||
if (userStore.isLogin) {
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/home/home',
|
|
||||||
});
|
|
||||||
}else{
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/login/login',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 刷新定时任务
|
|
||||||
let refreshBindStatus = async ()=>{
|
|
||||||
let res = await getBindStatus({uniqCode:deviceId.value})
|
|
||||||
bindStatus.value = res.bindStatus;
|
|
||||||
if(bindStatus.value==2){
|
|
||||||
|
|
||||||
}else{
|
|
||||||
if(bindStatus.value==4){
|
|
||||||
if (userStore.isLogin) {
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/home/home',
|
|
||||||
});
|
|
||||||
}else{
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/login/login',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (timer) clearInterval(timer)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 账号登录
|
|
||||||
const form2 = ref(null);
|
|
||||||
const formData2 = ref({
|
|
||||||
uniqCode:'',
|
|
||||||
username: '',
|
|
||||||
password: ''
|
|
||||||
});
|
|
||||||
|
|
||||||
const rules2 = {
|
|
||||||
uniqCode:{
|
|
||||||
rules: [
|
|
||||||
{ required: true, errorMessage: '请输入设备标识' },
|
|
||||||
]
|
|
||||||
},
|
|
||||||
username: {
|
|
||||||
rules: [
|
|
||||||
{ required: true, errorMessage: '请输入用户名' },
|
|
||||||
// { minLength: 3, maxLength: 10, errorMessage: '用户名长度在3到10个字符之间' }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
password: {
|
|
||||||
rules: [
|
|
||||||
{ required: true, errorMessage: '请输入密码' },
|
|
||||||
// { pattern: /^[a-zA-Z0-9]{6,12}$/, errorMessage: '密码必须是6-12位字母或数字' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
};
|
|
||||||
const btnLoading=ref(false)
|
|
||||||
// 登录提交
|
|
||||||
const submitForm = async() => {
|
|
||||||
// 用户名和密码登录
|
|
||||||
form2.value.validate().then(async param => {
|
|
||||||
btnLoading.value = true;
|
|
||||||
//1-内网,2-外网
|
|
||||||
if(networkEnv.value==1){
|
|
||||||
deviceId.value = param.uniqCode;
|
|
||||||
}else{
|
|
||||||
deviceId.value = uuidv4(); //2-外网 生成的设备唯一标识
|
|
||||||
}
|
|
||||||
|
|
||||||
let password = encryptObj.Encrypt(param.username + clientId + "," + param.password);
|
|
||||||
let params = {
|
|
||||||
username:param.username,
|
|
||||||
password,
|
|
||||||
networkEnv:networkEnv.value,//1-内网,2-外网
|
|
||||||
uniqCode:deviceId.value,
|
|
||||||
...systemInfo,//设备信息
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
verId:systemInfo.appWgtVersion,//当前版本号
|
|
||||||
// #endif
|
|
||||||
// #ifdef H5
|
|
||||||
verId : systemInfo.appVersion,
|
|
||||||
// #endif
|
|
||||||
osAndroidApiLevel:systemInfo.osAndroidAPILevel
|
|
||||||
}
|
|
||||||
let res = await authDeviceApply(params);
|
|
||||||
btnLoading.value = false;
|
|
||||||
|
|
||||||
try {
|
|
||||||
// 存储设备id
|
|
||||||
safeSave.saveSafeFile({ "key": "app_device_id","value": deviceId.value}, res3 => {
|
|
||||||
// showAlert("保存成功=>"+JSON.stringify(res3));
|
|
||||||
if (res3.code == 1) {
|
|
||||||
console.log('保存成功:'+res3.msg)
|
|
||||||
// showAlert("保存成功=>"+res3.msg);
|
|
||||||
// uni.setStorageSync('app_device_id', deviceId.value)
|
|
||||||
bindStatus.value = res.bindStatus;//默认为 2-等待审核
|
|
||||||
// 刷新状态
|
|
||||||
refreshBindStatus();
|
|
||||||
timer = setInterval(()=>{
|
|
||||||
refreshBindStatus()
|
|
||||||
},1000*10)//10秒刷新一次
|
|
||||||
} else {
|
|
||||||
console.log("保存失败=>",res3.msg)
|
|
||||||
// showAlert('保存失败:'+res3.msg)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
} catch (error) {
|
|
||||||
console.log("saveSafeFile=>",error)
|
|
||||||
// showAlert('设备处理异常:'+error)
|
|
||||||
}
|
|
||||||
|
|
||||||
}).catch(err => {
|
|
||||||
console.log('表单错误11:', err);
|
|
||||||
btnLoading.value = false;
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
// 刷新
|
|
||||||
const handleRefresh = ()=>{
|
|
||||||
selectBindStatus(deviceId.value);
|
|
||||||
}
|
|
||||||
|
|
||||||
const codes = ref(Array(6).fill(''))
|
|
||||||
const inputRefs = ref([]);
|
|
||||||
const activeIndex = ref(0);//初始化焦点
|
|
||||||
let authCode = ref('')
|
|
||||||
const handleInput = (index, event) => {
|
|
||||||
activeIndex.value = index;
|
|
||||||
// 只允许数字输入
|
|
||||||
const value = event.detail.value.replace(/\D/g, '')
|
|
||||||
codes.value[index] = value
|
|
||||||
|
|
||||||
// 自动跳转到下一个输入框
|
|
||||||
if (value && index < 5) {
|
|
||||||
nextTick(() => {
|
|
||||||
activeIndex.value = index+1;
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// 输入最后一个框时获取值
|
|
||||||
// if (index === 5 && value) {
|
|
||||||
// authCode.value = codes.value.join('')
|
|
||||||
// console.log('输入完成:', authCode.value)
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
|
|
||||||
// 鼠标离开
|
|
||||||
const handleBlur = (index,value)=>{
|
|
||||||
codes.value[index] = value;
|
|
||||||
authCode.value = codes.value.join('');
|
|
||||||
// console.log('鼠标离开:', authCode.value)
|
|
||||||
}
|
|
||||||
|
|
||||||
const handleDelete = (index, event) => {
|
|
||||||
// 如果当前框为空且按下删除键,跳转到上一个输入框
|
|
||||||
if (!codes.value[index] && index > 0) {
|
|
||||||
event.preventDefault() // 阻止默认删除行为
|
|
||||||
nextTick(() => {
|
|
||||||
activeIndex.value = index-1;
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 执行设备绑定
|
|
||||||
let subLoading = ref(false)
|
|
||||||
const handleSubmit=()=>{
|
|
||||||
console.log("authCode=>",authCode.value)
|
|
||||||
if(!authCode.value){
|
|
||||||
showToast("请输入验证码")
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if(authCode.value.length!=6){
|
|
||||||
showToast("请正确输入验证码")
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let uniqCode = deviceId.value;
|
|
||||||
let param={
|
|
||||||
uniqCode,
|
|
||||||
authCode:authCode.value
|
|
||||||
}
|
|
||||||
subLoading.value=true;
|
|
||||||
console.log("param=>",param)
|
|
||||||
authInputCode(param).then(res=>{
|
|
||||||
console.log("authInputCode=>",res)
|
|
||||||
uni.reLaunch({ url: '/pages/login/login' })
|
|
||||||
}).finally(()=>{
|
|
||||||
subLoading.value = false;
|
|
||||||
})
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.container {
|
|
||||||
background:#307AF5 !important;
|
|
||||||
height:100vh !important;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.container .bg{
|
|
||||||
background:url('@/static/images/bg@2x.png') no-repeat;
|
|
||||||
background-size:750rpx 663rpx;
|
|
||||||
width: 750rpx;
|
|
||||||
height: 663rpx;
|
|
||||||
margin:0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .bg-con{
|
|
||||||
position: absolute;
|
|
||||||
top:200rpx;
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .bg-con .auth-title{
|
|
||||||
color:#fff;
|
|
||||||
margin:0 auto;
|
|
||||||
text-align: center;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.container .bg-con .auth-title image{
|
|
||||||
width:52rpx;
|
|
||||||
height:64rpx;
|
|
||||||
margin-right: 30rpx;
|
|
||||||
}
|
|
||||||
.container .bg-con .auth-title text{
|
|
||||||
color:#fff;
|
|
||||||
font-size:56rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .bg-h{
|
|
||||||
background:url('@/static/images/PicLogoTxt2@2x.png') center bottom 10rpx no-repeat;
|
|
||||||
background-size:487rpx 214rpx;
|
|
||||||
width: 100vw;
|
|
||||||
height: calc(100vh - 110px) ;
|
|
||||||
margin:0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .login-con{
|
|
||||||
width:610rpx;
|
|
||||||
margin:70rpx auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:deep(uni-button:after){
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .login-form{
|
|
||||||
background: #fff;
|
|
||||||
border-radius: 30rpx;
|
|
||||||
padding:30rpx 55rpx 15rpx;
|
|
||||||
/* width:610rpx; */
|
|
||||||
width:500rpx;
|
|
||||||
margin:70rpx auto;
|
|
||||||
}
|
|
||||||
.container .login-form .code-con{
|
|
||||||
padding:0 0 10rpx;
|
|
||||||
margin:0 auto;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
color:#919191;
|
|
||||||
border-bottom: 1px solid #E7E7E7;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
:deep(.uni-forms-item__label){
|
|
||||||
color:#239FDF;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size:28rpx;
|
|
||||||
padding:0 !important;
|
|
||||||
}
|
|
||||||
:deep(.uni-easyinput__content){
|
|
||||||
color:#333;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size:32rpx;
|
|
||||||
|
|
||||||
}
|
|
||||||
:deep(.uni-easyinput__content) .uni-icons{
|
|
||||||
font-weight: normal;
|
|
||||||
font-size:40rpx !important;
|
|
||||||
color:#239FDF !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.uni-input-placeholder){
|
|
||||||
background:none;
|
|
||||||
font-weight:normal;
|
|
||||||
color:#BFBFBF;
|
|
||||||
font-size:28rpx;
|
|
||||||
}
|
|
||||||
:deep(.uni-forms-item__error){
|
|
||||||
padding-left:60rpx;
|
|
||||||
}
|
|
||||||
:deep(.uni-forms-item .is-required){
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 使用深度选择器 */
|
|
||||||
:deep(.uni-easyinput__content .uni-icons.uniui-clear) {
|
|
||||||
color: #BFBFBF !important;
|
|
||||||
font-weight: normal !important;
|
|
||||||
font-size:40rpx !important;
|
|
||||||
}
|
|
||||||
:deep(.uni-easyinput__content .uni-icons.uniui-clear::before){
|
|
||||||
content: "\e66c" !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 加设备ID样式 */
|
|
||||||
.container .login-form.network1{
|
|
||||||
padding-bottom:50rpx;
|
|
||||||
}
|
|
||||||
.container .login-form.network1 .code-con{
|
|
||||||
padding:0 0 3rpx;
|
|
||||||
}
|
|
||||||
.container .login-form.network1 :deep(.uni-forms-item){
|
|
||||||
margin-bottom:10px !important
|
|
||||||
}
|
|
||||||
.container .login-form.network1 :deep(.uni-easyinput__content-input){
|
|
||||||
height: 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .login-form .code-con.code-device :deep(.uni-easyinput__content .uniui-person){
|
|
||||||
background: url('@/static/images/login-biaoshi.png') 15rpx no-repeat;
|
|
||||||
background-size:25rpx 30rpx;
|
|
||||||
width: 25rpx;
|
|
||||||
height: 30rpx;
|
|
||||||
margin-right:10rpx;
|
|
||||||
}
|
|
||||||
.container .login-form .code-con.code-device :deep(.uniui-person:before){
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-submit{
|
|
||||||
width:496rpx;
|
|
||||||
height:88rpx;
|
|
||||||
line-height: 88rpx;
|
|
||||||
background-color:#09BC48 !important;
|
|
||||||
margin:90rpx auto 0;
|
|
||||||
font-size:36rpx;
|
|
||||||
border-radius: 44rpx;
|
|
||||||
}
|
|
||||||
.btn-submit::after{
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .bottom-pic{
|
|
||||||
position: absolute;
|
|
||||||
bottom:48rpx;
|
|
||||||
width: 488rpx;
|
|
||||||
left:50%;
|
|
||||||
margin-left:-244rpx;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .bottom-pic .pic-logo{
|
|
||||||
width:156rpx;
|
|
||||||
height:130rpx;
|
|
||||||
margin:0 auto 40rpx;
|
|
||||||
}
|
|
||||||
.container .bottom-pic .bottom-bg{
|
|
||||||
background:url('@/static/images/PicLogoTxt@2x.png') no-repeat;
|
|
||||||
background-size:488rpx 64rpx;
|
|
||||||
width: 488rpx;
|
|
||||||
height: 64rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container .login-con .approval{
|
|
||||||
padding:120rpx 55rpx;
|
|
||||||
}
|
|
||||||
.container .login-con .approval-red-con{
|
|
||||||
width:510rpx;
|
|
||||||
padding:120rpx 50rpx;
|
|
||||||
}
|
|
||||||
.container .login-con .approval-red{
|
|
||||||
color:#FF2B44;
|
|
||||||
font-size: 42rpx;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.container .login-con .approval-title{
|
|
||||||
color:#0395E0;
|
|
||||||
font-size: 42rpx;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.container .login-con .btn-refresh{
|
|
||||||
width:300rpx;
|
|
||||||
height:80rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
background-color:#05A3F4 !important;
|
|
||||||
margin:90rpx auto 0;
|
|
||||||
font-size:36rpx;
|
|
||||||
border-radius: 44rpx;
|
|
||||||
}
|
|
||||||
.container .login-con .auth-code{
|
|
||||||
display: flex;
|
|
||||||
margin-top:50rpx;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.container .login-con .auth-code uni-input{
|
|
||||||
background:#E6E6E6;
|
|
||||||
margin-right:20rpx;
|
|
||||||
width:70rpx;
|
|
||||||
height:80rpx;
|
|
||||||
min-height: 80rpx;
|
|
||||||
border-radius: 5px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 70rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.container .login-con .auth-code uni-input:last-child{
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,74 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view id="test">
|
|
||||||
<!-- #ifdef H5 -->
|
|
||||||
<web-view :src="url"></web-view>
|
|
||||||
<!-- #endif -->
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref,getCurrentInstance } from 'vue';
|
|
||||||
import { onLoad,onBackPress } from '@dcloudio/uni-app';
|
|
||||||
|
|
||||||
let url = ref('');
|
|
||||||
let title = ref('');
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
// console.log(opt)
|
|
||||||
url.value = opt.url ;
|
|
||||||
title.value = opt.title;
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
titleNViewWebview(url.value,title.value);
|
|
||||||
// #endif
|
|
||||||
})
|
|
||||||
|
|
||||||
onBackPress((e)=> {//响应返回事件
|
|
||||||
console.log("onBackPress=>",e)
|
|
||||||
if (e.from === 'navigateBack') { //这个地方必须要有的,否则会死循环
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
console.log('点击返回....');
|
|
||||||
let pages = getCurrentPages()
|
|
||||||
let page = pages[pages.length - 1];
|
|
||||||
let currentPages = page.$getAppWebview()
|
|
||||||
currentPages.close()
|
|
||||||
uni.navigateBack({delta:2})
|
|
||||||
return true;
|
|
||||||
})
|
|
||||||
|
|
||||||
// 带标题栏控件的Webview窗口
|
|
||||||
let webview = null;
|
|
||||||
function titleNViewWebview(url,title) {
|
|
||||||
console.log("titleNViewWebview=>",url,title)
|
|
||||||
|
|
||||||
let nwating = plus.nativeUI.showWaiting("加载中...",{
|
|
||||||
width:'110px',
|
|
||||||
padding:'10px'
|
|
||||||
})
|
|
||||||
|
|
||||||
webview = plus.webview.create(url, 'test', {
|
|
||||||
titleNView: {
|
|
||||||
backgroundColor: '#307AF5',
|
|
||||||
titleText: title,
|
|
||||||
titleColor: '#ffffff',
|
|
||||||
autoBackButton: true,
|
|
||||||
backgroundImage:'./../../static/images/bg-Blue-header.png',
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
webview.addEventListener('loaded', function() {
|
|
||||||
nwating.close();
|
|
||||||
webview.show();
|
|
||||||
}, false);
|
|
||||||
|
|
||||||
webview.addEventListener('close', function(){
|
|
||||||
console.log("close=>")
|
|
||||||
webview=null;
|
|
||||||
uni.navigateBack();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@@ -1,31 +1,32 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="'首页'"
|
|
||||||
:leftFlag="false" :rightFlag="false"
|
|
||||||
></customHeader>
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
<!-- 下拉刷新 -->
|
<!-- 下拉刷新 -->
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
||||||
:down="downOption" @down="downCallback"
|
:down="downOption" @down="downCallback"
|
||||||
:fixed="false" class="scroll-h"
|
:fixed="false" class="scroll-h" :style="{ paddingTop: navBarPaddingTop + 'px' }"
|
||||||
>
|
>
|
||||||
<!-- #ifdef APP-PLUS -->
|
<!-- #ifdef H5 -->
|
||||||
<!-- 删除设备ID--测试用 -->
|
<view style="height:50rpx"></view>
|
||||||
<!-- <view class="del-cache" @click="handleDelete">
|
|
||||||
<uni-icons type="minus" size="30" color="#ffffff"></uni-icons>
|
|
||||||
</view> -->
|
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
<!-- 搜索 -->
|
||||||
|
<view class="search search-sao" >
|
||||||
|
<uni-search-bar class="custom-search" radius="28"
|
||||||
|
placeholder="请输入您想查询的内容或服务"
|
||||||
|
clearButton="auto" cancelButton="none"
|
||||||
|
bgColor="#6FA2F8" textColor="#ffffff"
|
||||||
|
@confirm="handleSearch"
|
||||||
|
/>
|
||||||
|
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phonesaoyisao" size="20"></uni-icons>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- 待办内容 -->
|
<!-- 待办内容 -->
|
||||||
<view class="backlog-bg">
|
<view class="backlog-bg">
|
||||||
<view class="backlog-b-item" @click="handleJump('/pages/notice/notice',1)">
|
<view class="backlog-b-item">
|
||||||
<view class="font-number">{{ backBlogObj.count1 }}</view>
|
<view class="font-number">{{ backBlogObj.count1 }}</view>
|
||||||
<view class="font-title">待办</view>
|
<view class="font-title">待办</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="backlog-b-item" @click="handleJump('/pages/notice/waitApprove')">
|
<view class="backlog-b-item">
|
||||||
<view class="font-number">{{ backBlogObj.count2 }}</view>
|
<view class="font-number">{{ backBlogObj.count2 }}</view>
|
||||||
<view class="font-title">待审查</view>
|
<view class="font-title">待审查</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -104,12 +105,12 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 常用服务 -->
|
<!-- 常用服务 -->
|
||||||
<view class="white-bg" v-if="commonServiceList.length>0">
|
<view class="white-bg">
|
||||||
<view class="w-b-title">常用服务</view>
|
<view class="w-b-title">常用服务</view>
|
||||||
<view class="logo-list">
|
<view class="logo-list">
|
||||||
<view v-for="(item,index) in commonServiceList" class="l-l-item" :key="index" @click="handleJump(item.bizUrl)">
|
<view v-for="(item,index) in commonServiceList" class="l-l-item" :key="index">
|
||||||
<img :src="'static/images/business/'+item.icon+'.png'" />
|
<img :src="item.imgSrc" />
|
||||||
<text class="font-gray">{{ item.bizName }}</text>
|
<text class="font-gray">{{ item.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="l-l-item" @click="handleAddCommonSercice">
|
<!-- <view class="l-l-item" @click="handleAddCommonSercice">
|
||||||
<img :src="'static/images/business/icon-add.png'">
|
<img :src="'static/images/business/icon-add.png'">
|
||||||
@@ -136,75 +137,18 @@
|
|||||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||||
<view class="bottom-height"></view>
|
<view class="bottom-height"></view>
|
||||||
</mescroll-uni>
|
</mescroll-uni>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref,onMounted } from 'vue';
|
import { ref,onMounted,computed } from 'vue'
|
||||||
import { onLoad,onShow } from '@dcloudio/uni-app';
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import customSteps from '@/components/customSteps.vue'
|
import customSteps from '@/components/customSteps.vue'
|
||||||
// import customSearch from '@/components/customSearch.vue'
|
|
||||||
import { getNavBarPaddingTop} from '@/utils/system.js'
|
import { getNavBarPaddingTop} from '@/utils/system.js'
|
||||||
// ,swiperList,stepData,salesTask,commonServices,newsQueryList
|
import { backBlogCount,swiperList,stepData,salesTask,commonServices,newsQueryList } from '@/api/home.js';
|
||||||
import { messageNotifyCount,messageFlowCount,getUserFavorite} from '@/api/home.js';
|
|
||||||
import { getWeekStr,formatTimestamp } from '@/utils/datetime.js'
|
import { getWeekStr,formatTimestamp } from '@/utils/datetime.js'
|
||||||
import { formatMoney } from '@/utils/formatter.js'
|
import { formatMoney } from '@/utils/formatter.js'
|
||||||
import {showLoading,hideLoading} from '@/utils/message.js'
|
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
// 获取 存储手机的module
|
|
||||||
const safeSave = uni.requireNativePlugin("Tm-TmSafeSaveFileModule");
|
|
||||||
const handleDelete=()=>{
|
|
||||||
uni.showModal({
|
|
||||||
title: '提示',
|
|
||||||
content: "是否确认删除设备ID?删除之后需重新绑定设备,谨慎操作!!!",
|
|
||||||
cancelText: '取消',
|
|
||||||
confirmText: '确定',
|
|
||||||
success: function (res) {
|
|
||||||
if (res.confirm) {
|
|
||||||
safeSave.delSafeFile({"key": "app_device_id"}, (res) => {
|
|
||||||
if (res.code == 1) {
|
|
||||||
uni.showModal({title: "提示",content:"删除成功"})
|
|
||||||
} else {
|
|
||||||
uni.showModal({title: "删除失败",content: res.msg})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
} else if (res.cancel) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
// initLoad();
|
|
||||||
})
|
|
||||||
onShow(()=>{
|
|
||||||
initLoad();
|
|
||||||
})
|
|
||||||
|
|
||||||
// 初始化调用方法
|
|
||||||
const initLoad =()=>{
|
|
||||||
try {
|
|
||||||
showLoading("加载中...");
|
|
||||||
getBackBlogCount();
|
|
||||||
getSwiperList();
|
|
||||||
getStepData();
|
|
||||||
getSalesTask();
|
|
||||||
getCommonServices();
|
|
||||||
getNewsList();
|
|
||||||
hideLoading();
|
|
||||||
} catch (error) {
|
|
||||||
hideLoading();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const mescrollRef = ref(null);
|
const mescrollRef = ref(null);
|
||||||
const mescrollInit = (mescroll) => {
|
const mescrollInit = (mescroll) => {
|
||||||
@@ -217,13 +161,13 @@ const downOption = ref({
|
|||||||
textLoading: '刷新中...'
|
textLoading: '刷新中...'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
// setTimeout(async ()=>{
|
setTimeout(async ()=>{
|
||||||
// // mescroll.resetUpScroll();
|
// mescroll.resetUpScroll();
|
||||||
// },500);
|
},500);
|
||||||
initLoad();
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
mescroll.endErr();
|
mescroll.endErr();
|
||||||
} finally {
|
} finally {
|
||||||
@@ -238,57 +182,44 @@ const navBarPaddingTop = ref(0);
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop()*2;
|
navBarPaddingTop.value = getNavBarPaddingTop()*2;
|
||||||
})
|
})
|
||||||
|
// 查询搜索跳转
|
||||||
|
let handleSearch = ()=>{
|
||||||
|
|
||||||
let backBlogObj = ref({
|
|
||||||
count1:0,
|
|
||||||
count2:0,
|
|
||||||
count3:0,
|
|
||||||
count4: 0
|
|
||||||
})
|
|
||||||
// 获取待办数据
|
|
||||||
const getBackBlogCount = async () =>{
|
|
||||||
let res = await messageNotifyCount();
|
|
||||||
let res2 = await messageFlowCount();
|
|
||||||
backBlogObj.value.count1= res.todoCount || 0//消息待阅
|
|
||||||
backBlogObj.value.count2= res2.todoCount || 0//审核待办
|
|
||||||
// tabar 增加消息数量
|
|
||||||
try {
|
|
||||||
if(backBlogObj.value.count1>0){
|
|
||||||
wx.setTabBarBadge({
|
|
||||||
index: 2, // TabBar的索引,从0开始计数
|
|
||||||
text: res.todoCount+'' // 徽章的文本
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
console.error('设置TabBar Badge失败:', error);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tabar 增加消息数量
|
||||||
|
try {
|
||||||
|
wx.setTabBarBadge({
|
||||||
|
index: 2, // TabBar的索引,从0开始计数
|
||||||
|
text: '3' // 徽章的文本
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
console.error('设置TabBar Badge失败:', error);
|
||||||
|
}
|
||||||
|
|
||||||
|
let backBlogObj = ref({})
|
||||||
|
// 获取待办数据
|
||||||
|
let getBackBlogCount = async () =>{
|
||||||
|
backBlogObj.value = await backBlogCount();
|
||||||
|
}
|
||||||
|
getBackBlogCount();
|
||||||
|
|
||||||
// 跑马灯处理
|
// 跑马灯处理
|
||||||
let extendedList = ref([]);// ;
|
let extendedList = ref([]);// ;
|
||||||
const getSwiperList = async () => {
|
const getSwiperList = async () => {
|
||||||
// extendedList.value = await swiperList();
|
extendedList.value = await swiperList();
|
||||||
extendedList.value = ["祝贺“友晟夏季封装外壳发布会”圆满成功","祝贺“友晟科技发布会”圆满成功","祝贺“友晟夏季封装外壳发布会”圆满成功"]
|
|
||||||
}
|
}
|
||||||
|
getSwiperList();
|
||||||
|
|
||||||
// 日程提醒
|
// 日程提醒
|
||||||
let weekStr = ref(null) //'2025-09-19 星期三'
|
let weekStr = ref(null) //'2025-09-19 星期三'
|
||||||
let stepList = ref([]);
|
let stepList = ref([]);
|
||||||
const getStepData = async ()=>{
|
const getStepData = async ()=>{
|
||||||
// let res = await stepData({});
|
let res = await stepData({});
|
||||||
let res={
|
|
||||||
date:new Date().getTime(),
|
|
||||||
list:[
|
|
||||||
{ id:1,desc: '2025秋季产品发布前期准备会,在科研楼0317会议室召开。', title: '13:30 — 15:30',beginTime:'13:30',endTime:'15:30'},
|
|
||||||
{ id:2,desc: '生产间安全巡检。', title: '16:30 — 18:00',beginTime:'16:30',endTime:'18:00'},
|
|
||||||
]
|
|
||||||
}
|
|
||||||
weekStr.value = getWeekStr(res.date);
|
weekStr.value = getWeekStr(res.date);
|
||||||
stepList.value = res.list;
|
stepList.value = res.list;
|
||||||
}
|
}
|
||||||
|
getStepData();
|
||||||
|
|
||||||
// 销售任务完成情况
|
// 销售任务完成情况
|
||||||
let salesList = ref([]);
|
let salesList = ref([]);
|
||||||
@@ -309,37 +240,21 @@ let percentNum = ref(0);
|
|||||||
let totalSales = ref(0)
|
let totalSales = ref(0)
|
||||||
let targetSales = ref(0)
|
let targetSales = ref(0)
|
||||||
const getSalesTask = async ()=>{
|
const getSalesTask = async ()=>{
|
||||||
// let res = await salesTask({});
|
let res = await salesTask({});
|
||||||
let res = {
|
|
||||||
salesList:['2025-3季度', '2025-2季度', '2025-1季度'],
|
|
||||||
percentNum:82,
|
|
||||||
totalSales:62075000,
|
|
||||||
targetSales:75000000
|
|
||||||
}
|
|
||||||
salesList.value = res.salesList;
|
salesList.value = res.salesList;
|
||||||
percentNum.value = res.percentNum;
|
percentNum.value = res.percentNum;
|
||||||
totalSales.value = formatMoney(res.totalSales);
|
totalSales.value = formatMoney(res.totalSales);
|
||||||
targetSales.value = formatMoney(res.targetSales);
|
targetSales.value = formatMoney(res.targetSales);
|
||||||
}
|
}
|
||||||
|
getSalesTask();
|
||||||
|
|
||||||
// 常用服务
|
// 常用服务
|
||||||
let commonServiceList = ref([])
|
let commonServiceList = ref([])
|
||||||
const getCommonServices = async ()=>{
|
const getCommonServices = async ()=>{
|
||||||
let data = await getUserFavorite({});
|
let res = await commonServices({});
|
||||||
commonServiceList.value = data || []
|
commonServiceList.value = res.list
|
||||||
}
|
}
|
||||||
// 跳转 type:1-tabbar
|
getCommonServices();
|
||||||
let handleJump=(url,type)=>{
|
|
||||||
if(url){
|
|
||||||
if(type==1){
|
|
||||||
uni.switchTab({url});
|
|
||||||
}else{
|
|
||||||
uni.navigateTo({ url })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加常用服务
|
// 添加常用服务
|
||||||
const handleAddCommonSercice = ()=>{
|
const handleAddCommonSercice = ()=>{
|
||||||
|
|
||||||
@@ -348,45 +263,22 @@ const handleAddCommonSercice = ()=>{
|
|||||||
// 新闻公告
|
// 新闻公告
|
||||||
let newsList = ref([])
|
let newsList = ref([])
|
||||||
const getNewsList = async()=>{
|
const getNewsList = async()=>{
|
||||||
// let res = await newsQueryList({});
|
let res = await newsQueryList({});
|
||||||
let res = {
|
|
||||||
list:[
|
|
||||||
{id:1,date:'2025-06-29',name:'友晟亮相2025慕尼黑上海电子展',imgSrc:'https://img2.baidu.com/it/u=363858033,1221485415&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1067'},
|
|
||||||
{id:2,date:'2025-06-26',name:'孜孜不倦,谱写公司发展新篇章',imgSrc:'https://img0.baidu.com/it/u=2830423559,3962669886&fm=253&app=138&f=JPEG?w=570&h=760'},
|
|
||||||
{id:3,date:'2025-03-29 08:10:00',name:'质量管理体系提升助力实现质的飞跃',imgSrc:''},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
newsList.value = res.list;
|
newsList.value = res.list;
|
||||||
}
|
}
|
||||||
|
getNewsList();
|
||||||
const formatDateStr =(times)=>{
|
const formatDateStr =(times)=>{
|
||||||
return formatTimestamp(times)
|
return formatTimestamp(times)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scope>
|
<style scope>
|
||||||
.del-cache{
|
|
||||||
position: fixed;
|
|
||||||
right:30rpx;
|
|
||||||
bottom:30%;
|
|
||||||
width:60rpx;
|
|
||||||
height: 60rpx;
|
|
||||||
line-height: 60rpx;
|
|
||||||
border-radius: 50%;
|
|
||||||
background:#579FF9;
|
|
||||||
font-size:12px;
|
|
||||||
padding:5rpx;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.scroll-h{
|
.scroll-h{
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height:calc(100vh - 78px) !important;
|
height:calc(100vh - 30px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height: calc(100vh - 80px) !important;
|
height: calc(100vh - 30px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
:deep(.mescroll-upwarp){
|
:deep(.mescroll-upwarp){
|
||||||
@@ -520,23 +412,19 @@ const formatDateStr =(times)=>{
|
|||||||
margin-top:10rpx;
|
margin-top:10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .white-bg .logo-list{
|
.white-bg .logo-list{
|
||||||
margin-left:-25rpx;
|
gap:50rpx;
|
||||||
margin-right:-25rpx;
|
|
||||||
padding:0 20rpx;
|
padding:0 20rpx;
|
||||||
|
/* margin-bottom: -50rpx; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-bg .logo-list .l-l-item{
|
.white-bg .logo-list .l-l-item{
|
||||||
width:160rpx;
|
width:160rpx;
|
||||||
margin-bottom:0rpx;
|
margin-bottom:0rpx;
|
||||||
margin-left:25rpx;
|
|
||||||
margin-right:25rpx;
|
|
||||||
margin-bottom: 25rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.white-bg .logo-list .l-l-item img{
|
.white-bg .logo-list .l-l-item img{
|
||||||
width:110rpx;
|
width:110rpx;
|
||||||
height:110rpx;
|
height:110rpx;
|
||||||
} */
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,230 +1,71 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ height: `100vh` }">
|
<view>
|
||||||
<view class="bg">
|
<view class="container" :style="{ height: `100vh` }">
|
||||||
<view class="env-txt" v-if="networkEnv==1">企业内网</view>
|
<view class="bg"></view>
|
||||||
</view>
|
<view class="version">Version {{ version }}</view>
|
||||||
<view class="version">Version {{ appVersion }}</view>
|
<view class="bottom-bg"></view>
|
||||||
<!-- <view class="bottom-bg"></view> -->
|
|
||||||
|
|
||||||
<!-- 检查版本弹窗 -->
|
|
||||||
<view class="version-con" v-if="versionVisible">
|
|
||||||
<view class="v-bg">
|
|
||||||
<view class="v-title">发现新版本</view>
|
|
||||||
<uni-icons custom-prefix="iconfont" color="#28B6FF" type="icon-phonefilled" size="40"></uni-icons>
|
|
||||||
<view class="v-version">最新版本 Version {{ newVersion }}</view>
|
|
||||||
<view class="v-update">立刻更新吗?</view>
|
|
||||||
<view class="version-btn" @click="handleDown">更 新</view>
|
|
||||||
<view class="version-sub" @click="handleClose" v-if="btnVisible">暂不处理</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref,getCurrentInstance } from 'vue';
|
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
import { onLoad } from '@dcloudio/uni-app';
|
||||||
import { versionCheck,getBindStatus } from '@/api/auth.js';
|
|
||||||
import { formatIOS } from '@/utils/status.js'
|
|
||||||
import { requestAndroidPermissionAsync,requestAndroidPermission } from '@/utils/common.js'
|
|
||||||
import {showAlert} from '@/utils/message.js'
|
|
||||||
import { useUserStore } from '@/stores/user';
|
import { useUserStore } from '@/stores/user';
|
||||||
const userStore = useUserStore();
|
const userStore = useUserStore()
|
||||||
const { proxy } = getCurrentInstance();
|
|
||||||
const networkEnv = ref(proxy.$NETWORK_ENV);//1-内网 2-外网
|
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
const version="1.0.0"
|
||||||
// 获取 存储手机的module
|
|
||||||
const safeSave = uni.requireNativePlugin("Tm-TmSafeSaveFileModule");
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
let systemInfo={};
|
onLoad((opt) => {
|
||||||
let appVersion = ref("1.0.0");//当前版本号
|
|
||||||
let newVersion = ref('1.0.0');//最新版本号
|
|
||||||
let versionVisible=ref(false);//版本弹窗
|
|
||||||
let btnVisible = ref(true);// 暂不处理 按钮是否显示
|
|
||||||
let downloadURL = ref(''); //下载地址
|
|
||||||
let versionData = ref({}); //版本参数
|
|
||||||
// 初始load页面
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
console.log("onLoad");
|
console.log("onLoad");
|
||||||
|
// 检查是否已登录 并 获取用户信息
|
||||||
// uni.preloadPage({url: "/pages/login/login"});
|
if (userStore.isLogin) {
|
||||||
// uni.preloadPage({url: "/pages/deviceAuth/deviceAuth"});
|
// userStore.getUser()
|
||||||
// uni.preloadPage({url: "/pages/home/home"});
|
// TODO 未登录会在拦截器中处理跳转登录页, 请在 xxx 配置登录页路径
|
||||||
|
// #ifdef H5
|
||||||
// #ifdef APP-PLUS
|
window.setTimeout(()=>{
|
||||||
// 查询版本接口
|
|
||||||
await getOSVesion();
|
|
||||||
|
|
||||||
// 不更新版本 执行设备ID查询和绑定操作
|
|
||||||
if(!versionVisible.value){
|
|
||||||
try {
|
|
||||||
// 授权设备存储
|
|
||||||
// let granted = requestAndroidPermission(systemInfo);
|
|
||||||
// if(granted){
|
|
||||||
// showAlert("22授权成功!")
|
|
||||||
// setTimeout(()=>{
|
|
||||||
selectDeviceId();
|
|
||||||
// },500)
|
|
||||||
// }
|
|
||||||
} catch (error) {
|
|
||||||
console.error('权限请求出错:', error);
|
|
||||||
// showAlert(JSON.stringify(error))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
// #ifdef H5
|
|
||||||
// setTimeout(()=>{
|
|
||||||
if(userStore.isLogin){
|
|
||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url: '/pages/home/home',
|
url: '/pages/home/home',
|
||||||
});
|
});
|
||||||
}else{
|
},1000)
|
||||||
|
// #endif
|
||||||
|
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/home/home',
|
||||||
|
});
|
||||||
|
// #endif
|
||||||
|
}else{
|
||||||
|
// #ifdef H5
|
||||||
|
window.setTimeout(()=>{
|
||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url: '/pages/login/login',
|
url: '/pages/login/login',
|
||||||
});
|
});
|
||||||
}
|
},1000)
|
||||||
// },1000)
|
// #endif
|
||||||
// #endif
|
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
uni.reLaunch({
|
||||||
|
url: '/pages/login/login',
|
||||||
|
});
|
||||||
|
// #endif
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// 检查版本是否是最新的s
|
|
||||||
const getOSVesion = async()=>{
|
|
||||||
let networkEnv = proxy.$NETWORK_ENV;//1-内网 2-外网
|
|
||||||
systemInfo = uni.getSystemInfoSync();
|
|
||||||
let param = {
|
|
||||||
runEnv:networkEnv,
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
verNumber:systemInfo.appWgtVersion,//当前版本号
|
|
||||||
// #endif
|
|
||||||
// #ifdef H5
|
|
||||||
verNumber : systemInfo.appVersion,
|
|
||||||
// #endif
|
|
||||||
os: formatIOS(systemInfo.osName),//操作系统 Android IOS
|
|
||||||
}
|
|
||||||
// 当前手机版本
|
|
||||||
appVersion.value = param.verNumber;
|
|
||||||
// console.log("appVersion=>",appVersion)
|
|
||||||
versionData.value = param;
|
|
||||||
let data = await versionCheck(param);
|
|
||||||
newVersion.value = data.verNumber;
|
|
||||||
downloadURL.value = data.downloadUrl || '';
|
|
||||||
|
|
||||||
// isForceUpdate 是否强制更新 1-是 2-否
|
|
||||||
let isForceUpdate = data.isForceUpdate;
|
|
||||||
if(isForceUpdate==1){
|
|
||||||
btnVisible.value = false;
|
|
||||||
}else{
|
|
||||||
btnVisible.value = true;
|
|
||||||
}
|
|
||||||
// 是否为当前最新版本(是=1,否=2)
|
|
||||||
let isCurrent = data.isCurrent;
|
|
||||||
if(isCurrent == 1){
|
|
||||||
versionVisible.value=false;
|
|
||||||
}else{
|
|
||||||
versionVisible.value=true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 查询设备ID
|
|
||||||
const selectDeviceId = async()=>{
|
|
||||||
// 查询本地缓存的设备状态是否绑定过
|
|
||||||
// let deviceId = uni.getStorageSync('app_device_id');// 本地设备ID
|
|
||||||
try {
|
|
||||||
// showAlert("safeSave=>"+safeSave)
|
|
||||||
safeSave.getSafeFile({ "key": "app_device_id" }, res2 => {
|
|
||||||
// showAlert(JSON.stringify(res2));
|
|
||||||
if (res2.code == 1) {
|
|
||||||
let deviceId = res2.data;
|
|
||||||
// showAlert("读取成功=>"+deviceId);
|
|
||||||
if(deviceId!=""){
|
|
||||||
getBindStatus({uniqCode:deviceId}).then(res=>{
|
|
||||||
let bindStatus = res.bindStatus
|
|
||||||
// setTimeout(()=>{
|
|
||||||
// 绑定状态(1=已提交、2=等待审核、3=审核通过、4=绑定成功、5=审核拒绝)
|
|
||||||
if(bindStatus == 4){
|
|
||||||
// 检查是否已登录 并 获取用户信息
|
|
||||||
if (userStore.isLogin) {
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/home/home',
|
|
||||||
});
|
|
||||||
|
|
||||||
}else{
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/login/login',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}else{
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/deviceAuth/deviceAuth',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// },1000)
|
|
||||||
});
|
|
||||||
}else{
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/deviceAuth/deviceAuth',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
|
||||||
uni.reLaunch({
|
|
||||||
url: '/pages/deviceAuth/deviceAuth',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
})
|
|
||||||
} catch (error) {
|
|
||||||
console.log("getSafeFile=>",error)
|
|
||||||
// showAlert("getSafeFile=>"+error)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// 下载最新版本
|
|
||||||
const handleDown = ()=>{
|
|
||||||
// 跳转到应用商店或下载最新版本的页面
|
|
||||||
plus.runtime.openURL(downloadURL.value);
|
|
||||||
if (versionData.value.os == 'ios'){
|
|
||||||
plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
|
|
||||||
} else if (versionData.value.os == 'android'){
|
|
||||||
plus.runtime.quit();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//版本更新关闭
|
|
||||||
const handleClose=()=>{
|
|
||||||
versionVisible.value = false;
|
|
||||||
// 不更新版本 执行设备ID查询和绑定操作
|
|
||||||
if(!versionVisible.value){
|
|
||||||
selectDeviceId()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.container {
|
.container {
|
||||||
background:#307AF5 !important;
|
background:#307AF5 !important;
|
||||||
height: calc(100vh - 100px) !important;
|
height:100vh !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top:100px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .bg{
|
.container .bg{
|
||||||
background:url('@/static/images/loading-logo.png') no-repeat;
|
background:url('@/static/images/loading-logo.png') no-repeat;
|
||||||
background-size:700rpx 800rpx;
|
background-size:700rpx 800rpx;
|
||||||
width: 700rpx;
|
width: 700rpx;
|
||||||
height: 800rpx;
|
height: 800rpx;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.container .bg .env-txt{
|
|
||||||
position: absolute;
|
|
||||||
right: 35rpx;
|
|
||||||
top:10rpx;
|
|
||||||
color:#fff;
|
|
||||||
font-size: 36rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.container .version{
|
.container .version{
|
||||||
color:#A8D4FF;
|
color:#A8D4FF;
|
||||||
@@ -242,62 +83,4 @@ const handleClose=()=>{
|
|||||||
left:50%;
|
left:50%;
|
||||||
margin-left:-328rpx;
|
margin-left:-328rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .version-con{
|
|
||||||
width:100%;
|
|
||||||
position: fixed;
|
|
||||||
top:0;
|
|
||||||
left:0;
|
|
||||||
height: 100vh;
|
|
||||||
background: rgba(0, 0, 0, 0.4);
|
|
||||||
}
|
|
||||||
.version-con .v-bg{
|
|
||||||
position: absolute;
|
|
||||||
top:50%;
|
|
||||||
left: 50%;
|
|
||||||
/* width:620rpx; */
|
|
||||||
width:540rpx;
|
|
||||||
background-color: #fff;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
padding:40rpx;
|
|
||||||
margin-left:-310rpx;
|
|
||||||
margin-top:-45%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.version-con .v-bg .v-title{
|
|
||||||
font-size: 36rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom:30rpx;
|
|
||||||
}
|
|
||||||
.version-con .v-bg .v-icon{
|
|
||||||
font-size:70rpx;
|
|
||||||
color:#28B6FF;
|
|
||||||
|
|
||||||
}
|
|
||||||
.version-con .v-bg .v-version{
|
|
||||||
color:#0395E0;
|
|
||||||
font-size:42rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
margin:20rpx 0 30rpx;
|
|
||||||
}
|
|
||||||
.version-con .v-bg .v-update{
|
|
||||||
font-size:32rpx;
|
|
||||||
margin-bottom:70rpx;
|
|
||||||
}
|
|
||||||
.version-con .v-bg .version-btn{
|
|
||||||
background-color: #05A3F4;
|
|
||||||
text-align: center;
|
|
||||||
width:360rpx;
|
|
||||||
height:80rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
border-radius: 40rpx;
|
|
||||||
margin:0 auto;
|
|
||||||
color:#fff;
|
|
||||||
}
|
|
||||||
.version-con .v-bg .version-sub{
|
|
||||||
color:#05A3F4;
|
|
||||||
font-size:32rpx;
|
|
||||||
margin:40rpx 0 30rpx;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
@@ -1,108 +1,90 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="login-con">
|
<view class="login-con">
|
||||||
<view class="bg-h">
|
<view :style="{height: navBarPaddingTop + 'px'}"></view>
|
||||||
<view :style="{height: navBarPaddingTop + 'px'}"></view>
|
<image mode="aspectFit" src="../../static/images/pic-logo.png" class="login-logo"></image>
|
||||||
<image mode="aspectFit" src="../../static/images/pic-logo.png" class="login-logo"></image>
|
<view class="login-title">欢迎来到718友晟</view>
|
||||||
<view class="login-title" v-if="networkEnv==1"><text>718友晟</text><text>企业内网</text></view>
|
<view class="login-tab">
|
||||||
<view class="login-title" v-else>欢迎来到718友晟</view>
|
<customTabs v-model="activeTab" :tabs="tabList" :modelValue="activeTab">
|
||||||
<view class="login-tab">
|
<!-- 验证码登录 -->
|
||||||
<customTabs v-model="activeTab" :tabs="tabList" :modelValue="activeTab">
|
<view v-show="activeTab === 0">
|
||||||
<!-- 验证码登录 -->
|
<view class="login-form">
|
||||||
<view v-show="activeTab === 0">
|
<uni-forms ref="form" :model="formData" :rules="rules" label-position="top">
|
||||||
<view class="login-form">
|
<uni-forms-item label="手机号" required name="phone">
|
||||||
<uni-forms ref="form" :model="formData" :rules="rules" label-position="top">
|
<view class="code-con">
|
||||||
<uni-forms-item label="手机号" required name="phone">
|
<uni-icons custom-prefix="iconfont" color="#239FDF" type="icon-phone" size="20"></uni-icons>
|
||||||
<view class="code-con">
|
<uni-easyinput type="number" :inputBorder="false"
|
||||||
<uni-icons custom-prefix="iconfont" color="#239FDF" type="icon-phone" size="20"></uni-icons>
|
v-model="formData.phone" placeholder="请输入手机号"
|
||||||
<uni-easyinput type="number" :inputBorder="false"
|
maxlength="11"
|
||||||
v-model="formData.phone" placeholder="请输入手机号"
|
/>
|
||||||
maxlength="11"
|
</view>
|
||||||
/>
|
</uni-forms-item>
|
||||||
</view>
|
<uni-forms-item label="验证码" required name="verifyCode">
|
||||||
</uni-forms-item>
|
<view class="code-con">
|
||||||
<uni-forms-item label="验证码" required name="verifyCode">
|
<uni-icons custom-prefix="iconfont" color="#239FDF" type="icon-code" size="20"></uni-icons>
|
||||||
<view class="code-con">
|
<uni-easyinput type="number" :inputBorder="false"
|
||||||
<uni-icons custom-prefix="iconfont" color="#239FDF" type="icon-code" size="20"></uni-icons>
|
v-model="formData.verifyCode" placeholder="请输入验证码"
|
||||||
<uni-easyinput type="number" :inputBorder="false"
|
maxlength="6" style="width:190rpx"
|
||||||
v-model="formData.verifyCode" placeholder="请输入验证码"
|
/>
|
||||||
maxlength="6" style="width:190rpx"
|
<button type="primary" plain @click="getCode" size="mini"
|
||||||
/>
|
:loading="codeLoading" :disabled="codeDisabled" class="btn-plain"
|
||||||
<button type="primary" plain @click="getCode" size="mini"
|
>{{codeText}}</button>
|
||||||
:loading="codeLoading" :disabled="codeDisabled" class="btn-plain"
|
</view>
|
||||||
>{{codeText}}</button>
|
</uni-forms-item>
|
||||||
</view>
|
</uni-forms>
|
||||||
</uni-forms-item>
|
|
||||||
</uni-forms>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<!-- 账号登录 -->
|
|
||||||
<view v-show="activeTab === 1">
|
|
||||||
<view class="login-form">
|
|
||||||
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
|
|
||||||
<uni-forms-item label="用户名" required name="username">
|
|
||||||
<view class="code-con">
|
|
||||||
<uni-easyinput prefixIcon="person" :inputBorder="false"
|
|
||||||
v-model="formData2.username" placeholder="请输入用户名"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</uni-forms-item>
|
|
||||||
<uni-forms-item label="密码" required name="password" class="password">
|
|
||||||
<view class="code-con">
|
|
||||||
<uni-easyinput prefixIcon="locked" type="password" :inputBorder="false"
|
|
||||||
v-model="formData2.password" placeholder="请输入登录密码"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</uni-forms-item>
|
|
||||||
</uni-forms>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</customTabs>
|
|
||||||
|
|
||||||
<view class="agreen-con">
|
|
||||||
<uni-icons v-if="agreeChecked" type="checkbox-filled" color="#02C74C" size="25" @click="agreeCheck"></uni-icons>
|
|
||||||
<uni-icons v-else type="circle" color="#bfbfbf" size="25" @click="agreeCheck"></uni-icons>
|
|
||||||
<view class="agreen-xy">
|
|
||||||
我已阅读并接受<text @click="agreeVisable(1)">《服务条款》</text>和<text @click="agreeVisable(2)">《隐私保护协议》</text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- 账号登录 -->
|
||||||
|
<view v-show="activeTab === 1">
|
||||||
|
<view class="login-form">
|
||||||
|
<uni-forms ref="form2" :model="formData2" :rules="rules2" label-position="top">
|
||||||
|
<uni-forms-item label="用户名" required name="username">
|
||||||
|
<view class="code-con">
|
||||||
|
<uni-easyinput prefixIcon="person" :inputBorder="false"
|
||||||
|
v-model="formData2.username" placeholder="请输入用户名"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
</uni-forms-item>
|
||||||
|
<uni-forms-item label="密码" required name="password" class="password">
|
||||||
|
<view class="code-con">
|
||||||
|
<uni-easyinput prefixIcon="locked" type="password" :inputBorder="false"
|
||||||
|
v-model="formData2.password" placeholder="请输入登录密码"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
</uni-forms-item>
|
||||||
|
</uni-forms>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</customTabs>
|
||||||
|
|
||||||
<button type="primary" class="btn-submit" @click="submitForm" :loading="btnLoading" :disabled="btnLoading">登 录</button>
|
<view class="agreen-con">
|
||||||
|
<uni-icons v-if="agreeChecked" type="checkbox-filled" color="#02C74C" size="25" @click="agreeCheck"></uni-icons>
|
||||||
|
<uni-icons v-else type="circle" color="#bfbfbf" size="25" @click="agreeCheck"></uni-icons>
|
||||||
|
<view class="agreen-xy">
|
||||||
|
我已阅读并接受<text @click="agreeVisable(1)">《服务条款》</text>和<text @click="agreeVisable(2)">《隐私保护协议》</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<button type="primary" class="btn-submit" @click="submitForm" :loading="btnLoading" :disabled="btnLoading">登 录</button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="login-bottom"></view> -->
|
<view class="login-bottom"></view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref,onMounted,getCurrentInstance } from 'vue';
|
import { ref,onMounted } from 'vue';
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
|
||||||
import customTabs from '@/components/customTabs.vue';
|
import customTabs from '@/components/customTabs.vue';
|
||||||
import {isPhoneNumber} from '@/utils/validate';
|
import {isPhoneNumber} from '@/utils/validate';
|
||||||
import { getVerifyCode,login } from '@/api/auth';
|
import {showAlert} from '@/utils/message';
|
||||||
|
import { getCaptchaImage,getVerifyCode,login } from '@/api/auth';
|
||||||
import cache from '@/utils/cache';
|
import cache from '@/utils/cache';
|
||||||
import { AGREEWELCOME_KEY } from '@/enums/cacheEnums';
|
import { AGREEWELCOME_KEY } from '@/enums/cacheEnums';
|
||||||
|
|
||||||
import { getNavBarPaddingTop} from '@/utils/system.js'
|
import { getNavBarPaddingTop} from '@/utils/system.js'
|
||||||
|
|
||||||
import { useUserStore } from '@/stores/user';
|
import { useUserStore } from '@/stores/user';
|
||||||
import encryptObj from '@/utils/encrypt.js'
|
const userStore = useUserStore()
|
||||||
import {showAlert} from '@/utils/message.js'
|
|
||||||
|
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
// 获取 存储手机的module
|
|
||||||
const safeSave = uni.requireNativePlugin("Tm-TmSafeSaveFileModule");
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance();
|
|
||||||
const userStore = useUserStore();
|
|
||||||
let clientId = `${proxy.$CLIENT_ID || 2}`;
|
|
||||||
let networkEnv = ref(proxy.$NETWORK_ENV);//1-内网 2-外网
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
})
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
const navBarPaddingTop = ref(0);
|
const navBarPaddingTop = ref(0);
|
||||||
@@ -116,8 +98,8 @@ const tabList = ['验证码登录', '账号登录'];
|
|||||||
// 验证码登录
|
// 验证码登录
|
||||||
const form = ref(null);
|
const form = ref(null);
|
||||||
const formData = ref({
|
const formData = ref({
|
||||||
phone: '',
|
phone: '15112345600',
|
||||||
verifyCode: '',
|
verifyCode: '123456',
|
||||||
loginType:0
|
loginType:0
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -201,8 +183,8 @@ let resetCountdown =()=>{
|
|||||||
// 账号登录
|
// 账号登录
|
||||||
const form2 = ref(null);
|
const form2 = ref(null);
|
||||||
const formData2 = ref({
|
const formData2 = ref({
|
||||||
username: '',
|
username: 'admin',
|
||||||
password: '',
|
password: '123456',
|
||||||
loginType:1
|
loginType:1
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -210,13 +192,13 @@ const rules2 = {
|
|||||||
username: {
|
username: {
|
||||||
rules: [
|
rules: [
|
||||||
{ required: true, errorMessage: '请输入用户名' },
|
{ required: true, errorMessage: '请输入用户名' },
|
||||||
// { minLength: 3, maxLength: 10, errorMessage: '用户名长度在3到10个字符之间' }
|
{ minLength: 3, maxLength: 10, errorMessage: '用户名长度在3到10个字符之间' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
rules: [
|
rules: [
|
||||||
{ required: true, errorMessage: '请输入密码' },
|
{ required: true, errorMessage: '请输入密码' },
|
||||||
// { pattern: /^[a-zA-Z0-9]{6,12}$/, errorMessage: '密码必须是6-12位字母或数字' }
|
{ pattern: /^[a-zA-Z0-9]{6,12}$/, errorMessage: '密码必须是6-12位字母或数字' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -243,7 +225,7 @@ const submitForm = () => {
|
|||||||
if(activeTab.value===0){
|
if(activeTab.value===0){
|
||||||
form.value.validate().then(async param => {
|
form.value.validate().then(async param => {
|
||||||
// 2.调用登录接口
|
// 2.调用登录接口
|
||||||
param.loginType = activeTab.value;
|
param.loginType = activeTab.value; console.log('表单数据00:', param);
|
||||||
let res = await login(param)
|
let res = await login(param)
|
||||||
// 3.登录后存储token
|
// 3.登录后存储token
|
||||||
userStore.login(res);
|
userStore.login(res);
|
||||||
@@ -256,64 +238,11 @@ const submitForm = () => {
|
|||||||
}else if(activeTab.value===1){
|
}else if(activeTab.value===1){
|
||||||
// 用户名和密码登录
|
// 用户名和密码登录
|
||||||
form2.value.validate().then(async param => {
|
form2.value.validate().then(async param => {
|
||||||
param.loginType = activeTab.value;
|
param.loginType = activeTab.value; console.log('表单数据11:', formData2.value);
|
||||||
param.clientId = clientId;
|
|
||||||
let password = encryptObj.Encrypt(param.username + clientId + "," + param.password);
|
|
||||||
param.password = password;
|
|
||||||
param.runEnv = networkEnv.value;
|
|
||||||
|
|
||||||
// #ifdef H5
|
|
||||||
//h5测试用 内网-sn123456
|
|
||||||
//公司外网 'f3fca83f-bf56-47f4-a98b-a602ed8bddee'
|
|
||||||
//友晟外网 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2'
|
|
||||||
param.uniqCode = 'f3fca83f-bf56-47f4-a98b-a602ed8bddee';
|
|
||||||
let res = await login(param);
|
let res = await login(param);
|
||||||
userStore.login(res);
|
userStore.login(res);
|
||||||
uni.switchTab({ url: '/pages/home/home' })
|
uni.switchTab({ url: '/pages/home/home' })
|
||||||
btnLoading.value = false;
|
btnLoading.value = false;
|
||||||
// #endif
|
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
try {
|
|
||||||
// 读取设备ID
|
|
||||||
safeSave.getSafeFile({ "key": "app_device_id" }, res3 => {
|
|
||||||
if (res3.code == 1) {
|
|
||||||
let deviceId = res3.data;
|
|
||||||
// showAlert("读取成功=>"+deviceId);
|
|
||||||
param.uniqCode = deviceId;
|
|
||||||
uni.getPushClientId({
|
|
||||||
success: (res) => {
|
|
||||||
let push_clientid = res.cid
|
|
||||||
console.log('客户端推送标识:', push_clientid);
|
|
||||||
console.log("param=>",param)
|
|
||||||
param.cid = push_clientid
|
|
||||||
// showAlert("客户端推送标识=>"+push_clientid);
|
|
||||||
login(param).then(res=>{
|
|
||||||
userStore.login(res);
|
|
||||||
uni.switchTab({ url: '/pages/home/home' })
|
|
||||||
btnLoading.value = false;
|
|
||||||
}).finally(()=>{
|
|
||||||
btnLoading.value = false;
|
|
||||||
})
|
|
||||||
},
|
|
||||||
fail(err) {
|
|
||||||
console.log(err)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
} else {
|
|
||||||
// showAlert('读取失败:'+res3.msg)
|
|
||||||
console.error('读取失败:', error);
|
|
||||||
btnLoading.value = false;
|
|
||||||
}
|
|
||||||
})
|
|
||||||
} catch (error) {
|
|
||||||
console.error('读取失败:', error);
|
|
||||||
// showAlert('出错:', error)
|
|
||||||
btnLoading.value = false;
|
|
||||||
}
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.log('表单错误11:', err);
|
console.log('表单错误11:', err);
|
||||||
btnLoading.value = false;
|
btnLoading.value = false;
|
||||||
@@ -324,9 +253,6 @@ const submitForm = () => {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
page{
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
|
||||||
.container {
|
.container {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
@@ -353,24 +279,6 @@ page{
|
|||||||
margin: 0 0 35rpx 70rpx;
|
margin: 0 0 35rpx 70rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-con .login-title text:not(:last-child)::after {
|
|
||||||
content: "·";
|
|
||||||
margin: 0 10px;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-con .bg-h{
|
|
||||||
background:url('@/static/images/login-txt.png') center bottom 10rpx no-repeat;
|
|
||||||
background-size:654rpx 121rpx;
|
|
||||||
width: 100vw;
|
|
||||||
height: calc(100vh - 10px) ;
|
|
||||||
margin:0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-tab{
|
|
||||||
padding-bottom:20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.login-tab .tabs-header) {
|
:deep(.login-tab .tabs-header) {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
@@ -502,12 +410,4 @@ page{
|
|||||||
margin-left:-327rpx;
|
margin-left:-327rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-con{
|
|
||||||
position: absolute;
|
|
||||||
top:0;
|
|
||||||
width:100%;
|
|
||||||
height: 100vh;
|
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -2,50 +2,32 @@
|
|||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
<customHeader ref="customHeaderRef" :title="!searchShow?'消息':'搜索'"
|
<customHeader ref="customHeaderRef" :title="'消息'" :leftFlag="false" :rightFlag="true">
|
||||||
:leftFlag="!searchShow?false:true"
|
<template #right>
|
||||||
:rightFlag="true"
|
<view class="head-right" @click="handleReady">
|
||||||
@back="handleBack" :searchType="searchShow?1:undefined"
|
<img :src="'static/images/notice/icon-clean@2x.png'" />清除未读
|
||||||
>
|
|
||||||
<template #right v-if="!searchShow">
|
|
||||||
<view class="head-right" @click="handleRead">
|
|
||||||
<img :src="'static/images/icon-clean@2x.png'" />清除未读
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</customHeader>
|
</customHeader>
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
<!-- 高度来避免头部遮挡 -->
|
||||||
<view class="top-height"></view>
|
<view class="top-height"></view>
|
||||||
|
|
||||||
<!-- 搜索处理 -->
|
<!-- 搜索 -->
|
||||||
<customSearch v-if="searchShow"
|
<view class="search">
|
||||||
:searchKeywords="searchText"
|
<uni-search-bar class="custom-search" radius="28" placeholder="请输入您想查询的内容或服务" clearButton="auto"
|
||||||
:searchType="searchTypeObj"
|
cancelButton="none" bgColor="#6FA2F8" textColor="#ffffff" @confirm="handleSearch" />
|
||||||
: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">
|
|
||||||
<uni-icons type="search" size="20" color="#ffffff"></uni-icons>
|
|
||||||
<input class="uni-input" v-model="searchText" placeholder="搜索" placeholder-class="search-color" />
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 消息列表 -->
|
<!-- 消息列表 -->
|
||||||
<mescroll-uni v-if="!searchShow" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback"
|
||||||
:up="upOption" :down="downOption" :fixed="false" class="scroll-h" :class="{'loading-scroll':cssFlag}">
|
:up="upOption" :down="downOption" :fixed="false" class="scroll-h" :class="{'loading-scroll':cssFlag}">
|
||||||
<view class="white-bg" v-if="list.length>0" :class="{'bg-height':list.length<5}">
|
<view class="white-bg" v-if="list.length">
|
||||||
<view class="notice-list" v-for="(item, index) in list" :key="index" @click="handleJump(item)">
|
<view class="notice-list" v-for="(item, index) in list" :key="index">
|
||||||
<img :src="'static/images/notice/'+item.imgSrc" class="img-w" />
|
<img :src="item.imgSrc" />
|
||||||
<!-- <image :src="item.imgSrc" mode="aspectFit" class="img-w"></image> -->
|
|
||||||
<view class="notice-item">
|
<view class="notice-item">
|
||||||
<view :class="{ 'notice-title': true, bold: item.isRead }">{{ item.subject }}</view>
|
<view :class="{ 'notice-title': true, bold: item.isReady }">{{ item.title }}</view>
|
||||||
<view class="notice-date">{{ formatDateStr(item.createTime) }}</view>
|
<view class="notice-date">{{ formatDateStr(item.date) }}</view>
|
||||||
<view class="dot" v-if="item.isRead"></view>
|
<view class="dot" v-if="item.isReady"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -55,18 +37,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted,computed } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
import { onLoad,onHide } from '@dcloudio/uni-app';
|
|
||||||
import customHeader from '@/components/customHeader.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 { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
import { noticeList } from '@/api/notice.js'
|
import { noticeList } from '@/api/notice.js'
|
||||||
import { formatTimestamp } from '@/utils/datetime.js'
|
import { formatTimestamp } from '@/utils/datetime.js'
|
||||||
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
onLoad(async(opt) => {
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
})
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
const navBarPaddingTop = ref(0);
|
const navBarPaddingTop = ref(0);
|
||||||
@@ -74,38 +50,9 @@ onMounted(() => {
|
|||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||||
})
|
})
|
||||||
|
|
||||||
// 搜索处理
|
// 查询搜索跳转
|
||||||
let searchShow = ref(false);
|
let handleSearch = () => {
|
||||||
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:'服务消息'}
|
|
||||||
]);
|
|
||||||
let notictTypeCheck = ref({});//选中类型
|
|
||||||
|
|
||||||
onHide(()=>{
|
|
||||||
searchShow.value=false;
|
|
||||||
})
|
|
||||||
|
|
||||||
// 搜索返回操作
|
|
||||||
const handleBack=()=>{
|
|
||||||
searchShow.value=false;
|
|
||||||
}
|
|
||||||
// 获取input 焦点跳转
|
|
||||||
const handleSearchFocus=()=>{
|
|
||||||
searchShow.value = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 搜索完返回处理
|
|
||||||
const handleSearchConfirm = (param1,param2)=>{
|
|
||||||
// console.log(param1,param2)
|
|
||||||
notictTypeCheck.value=param1.value;
|
|
||||||
searchText.value=param2.value;;
|
|
||||||
searchShow.value=false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const formatDateStr = (times) => {
|
const formatDateStr = (times) => {
|
||||||
@@ -113,37 +60,25 @@ const formatDateStr = (times) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 清除未读
|
// 清除未读
|
||||||
const handleRead = () => {
|
const handleReady = () => {
|
||||||
list.value.forEach(item => {
|
list.value.forEach(item => {
|
||||||
item.isRead = false;
|
item.isReady = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 随机图片数组
|
|
||||||
const images = [
|
|
||||||
'icon-TiXing@2x.png',
|
|
||||||
'icon-RiCheng@2x.png',
|
|
||||||
'icon-DaiBan@2x.png',
|
|
||||||
'icon-TongZhi@2x.png',
|
|
||||||
'icon-TiXing@2x.png'
|
|
||||||
]
|
|
||||||
|
|
||||||
// 查询通知列表
|
// 查询通知列表
|
||||||
let list = ref([]);
|
let list = ref([]);
|
||||||
const mescrollRef = ref(null);
|
const mescrollRef = ref(null);
|
||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: { num: 0, size: 10 },
|
page: { num: 0, size: 10 },
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: { tip: '~ 空空如也 ~' },
|
||||||
tip: '~ 空空如也 ~',
|
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
|
||||||
},
|
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|
||||||
const downOption = ref({
|
const downOption = ref({
|
||||||
auto: false,
|
auto: true,
|
||||||
textInOffset: '下拉刷新',
|
textInOffset: '下拉刷新',
|
||||||
textOutOffset: '释放更新',
|
textOutOffset: '释放更新',
|
||||||
textLoading: '刷新中...'
|
textLoading: '刷新中...'
|
||||||
@@ -158,11 +93,12 @@ const mescrollInit = (mescroll) => {
|
|||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
console.log("下拉刷新")
|
setTimeout(async ()=>{
|
||||||
const res = await getNoticeList(1, upOption.value.page.size);
|
const res = await getNoticeList(1, upOption.value.page.size);
|
||||||
cssFlag.value = false;
|
cssFlag.value = false;
|
||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
mescroll.resetUpScroll();
|
mescroll.resetUpScroll();
|
||||||
|
},500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
mescroll.endErr();
|
mescroll.endErr();
|
||||||
} finally {
|
} finally {
|
||||||
@@ -174,14 +110,15 @@ const downCallback = async (mescroll) => {
|
|||||||
// 上拉加载更多
|
// 上拉加载更多
|
||||||
const upCallback = async (mescroll) => {
|
const upCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
console.log("上拉加载更多")
|
setTimeout(async ()=>{
|
||||||
let res = await getNoticeList(mescroll.num, mescroll.size);
|
const res = await getNoticeList(mescroll.num, mescroll.size);
|
||||||
if (mescroll.num === 1) {
|
if (mescroll.num === 1) {
|
||||||
list.value = res.list;
|
list.value = res.list;
|
||||||
} else {
|
} else {
|
||||||
list.value.push(...res.list);
|
list.value.push(...res.list);
|
||||||
}
|
}
|
||||||
mescroll.endBySize(res.list.length, res.total);
|
mescroll.endBySize(res.list.length, res.total);
|
||||||
|
},500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
mescroll.endErr();
|
mescroll.endErr();
|
||||||
}
|
}
|
||||||
@@ -192,32 +129,17 @@ const getNoticeList = (pageIndex, pageSize) => {
|
|||||||
return new Promise(async (resolve) => {
|
return new Promise(async (resolve) => {
|
||||||
let param = {
|
let param = {
|
||||||
pageIndex,
|
pageIndex,
|
||||||
pageSize,
|
pageSize
|
||||||
searchValue:searchText.value?searchText.value:undefined,
|
|
||||||
type:notictTypeCheck.value.id
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let res = await noticeList(param);
|
let res = await noticeList(param);
|
||||||
let list = res.list || [];
|
|
||||||
list.forEach(item=>{
|
|
||||||
const randomIndex = Math.floor(Math.random() * images.length)
|
|
||||||
item.imgSrc = images[randomIndex];
|
|
||||||
})
|
|
||||||
resolve({
|
resolve({
|
||||||
list,
|
list: res.list,
|
||||||
total: res.recordCount || 0
|
total: res.totalCount
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 跳转webview
|
|
||||||
const handleJump = (item)=>{
|
|
||||||
uni.navigateTo({
|
|
||||||
// url: '/pages/h5-webview/h5-webview?url=' + item.mobileLink+"&title="+item.subject
|
|
||||||
url:'/pages/notice/noticeDetail?title='+item.subject+'&time='+item.createTime+'&appName='+item.appName
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@@ -246,24 +168,16 @@ const handleJump = (item)=>{
|
|||||||
|
|
||||||
.white-bg {
|
.white-bg {
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
padding: 40rpx 0 20rpx;
|
padding: 40rpx 0 ;
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
border-radius: 8px 8px 0 0;
|
border-radius: 8px 8px 0 0;
|
||||||
}
|
}
|
||||||
.white-bg.bg-height{
|
|
||||||
/* #ifdef APP-PLUS */
|
|
||||||
height: calc(100vh - 145px);
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 175px);
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
.scroll-h{
|
.scroll-h{
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(100vh - 120px);
|
height: calc(100vh - 120px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height: calc(100vh - 160px);
|
height: calc(100vh - 140px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -273,7 +187,7 @@ const handleJump = (item)=>{
|
|||||||
margin-bottom: 30rpx;
|
margin-bottom: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-bg .notice-list .img-w{
|
.white-bg .notice-list img {
|
||||||
width: 80rpx;
|
width: 80rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
|
|||||||
@@ -1,84 +0,0 @@
|
|||||||
<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="n-title">{{ title }}</view>
|
|
||||||
<view class="n-time">
|
|
||||||
<text>来自:{{appName}}</text> {{ time }}
|
|
||||||
</view>
|
|
||||||
<view class="btn-blue" @click="handleJump">跳转详情页</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
|
||||||
<view class="bottom-height"></view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref, onMounted } from 'vue'
|
|
||||||
import { onLoad } from '@dcloudio/uni-app'
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
import {showToast} from '@/utils/message.js'
|
|
||||||
|
|
||||||
// 加载后调用
|
|
||||||
let title = ref(null);
|
|
||||||
let time = ref(null);
|
|
||||||
let appName = ref(null);
|
|
||||||
onLoad((options) => {
|
|
||||||
console.log(options)
|
|
||||||
title.value = options.title;
|
|
||||||
time.value = options.time;
|
|
||||||
appName.value = options.appName
|
|
||||||
})
|
|
||||||
|
|
||||||
// 跳转webview
|
|
||||||
const handleJump = ()=>{
|
|
||||||
showToast('暂不支持跳转');
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.white-bg {
|
|
||||||
width: 650rpx;
|
|
||||||
padding:30rpx 50rpx;
|
|
||||||
height:100vh;
|
|
||||||
margin: 0;
|
|
||||||
border-radius: 8px 8px 0 0;
|
|
||||||
|
|
||||||
}
|
|
||||||
.white-bg .n-title{
|
|
||||||
font-size:40rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
padding:20rpx 0 25rpx;
|
|
||||||
text-align: center;
|
|
||||||
border-bottom: 1px solid #BFBFBF;
|
|
||||||
}
|
|
||||||
.white-bg .n-time{
|
|
||||||
text-align: center;
|
|
||||||
color:#919191;
|
|
||||||
font-size:26rpx;
|
|
||||||
padding:20rpx;
|
|
||||||
}
|
|
||||||
.white-bg .n-time text{
|
|
||||||
margin-right:50rpx;
|
|
||||||
}
|
|
||||||
.btn-blue {
|
|
||||||
background-color: #05A3F4;
|
|
||||||
color: #fff;
|
|
||||||
width:380rpx;
|
|
||||||
height:80rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
margin:300rpx auto 0;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 40rpx;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,221 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view class="con-body">
|
|
||||||
<view class="con-bg">
|
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="'待审批'" :leftFlag="true" :rightFlag="true"></customHeader>
|
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></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 list" :key="index" @click="handleJump(item)">
|
|
||||||
<view class="report-list">
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-name">{{ item.subject }}</view>
|
|
||||||
<view class="r-right btn-orange" size="mini" v-if="item.status==1">待处理</view>
|
|
||||||
<view v-else-if="item.status==2">已处理</view>
|
|
||||||
</view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">来自 <text>{{ item.appName }}</text></view>
|
|
||||||
<view class="r-right">
|
|
||||||
<text style="color:#FF2B44" v-if="item.status==1 && (item.level==1 || item.level==2)">
|
|
||||||
{{ formatLevel(item.level) }}
|
|
||||||
</text>
|
|
||||||
<text v-else>{{ formatLevel(item.level) }}</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="border-bottom"></view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">创建人 <text>{{ item.createUser?item.createUser.userId:'' }}</text></view>
|
|
||||||
<view class="r-right">{{ parseTime(item.createTime,'{y}-{m}-{d} {h}:{i}') }}</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</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 { flowList } from '@/api/notice.js'
|
|
||||||
import {formatLevel} from '@/utils/status.js'
|
|
||||||
import { parseTime } from '@/utils/datetime.js'
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
|
||||||
const navBarPaddingTop = ref(0);
|
|
||||||
onMounted(() => {
|
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
|
||||||
})
|
|
||||||
|
|
||||||
// 查询列表
|
|
||||||
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) => {
|
|
||||||
console.log("mescrollInit=>")
|
|
||||||
cssFlag.value = true;
|
|
||||||
mescrollRef.value = mescroll;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
// 下拉刷新
|
|
||||||
const downCallback = async (mescroll) => {
|
|
||||||
try {
|
|
||||||
console.log("downCallback=>下拉刷新")
|
|
||||||
const res = await getFlowList(1, upOption.value.page.size);
|
|
||||||
cssFlag.value = false;
|
|
||||||
list.value = res.list;
|
|
||||||
mescroll.resetUpScroll();
|
|
||||||
} catch (error) {
|
|
||||||
mescroll.endErr();
|
|
||||||
} finally {
|
|
||||||
mescroll.endSuccess();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// 上拉加载更多
|
|
||||||
const upCallback = async (mescroll) => {
|
|
||||||
try {
|
|
||||||
console.log("upCallback=>上拉加载更多")
|
|
||||||
const res = await getFlowList(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);
|
|
||||||
} catch (error) {
|
|
||||||
mescroll.endErr();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 获取数据列表
|
|
||||||
const getFlowList = (pageIndex, pageSize) => {
|
|
||||||
return new Promise(async (resolve) => {
|
|
||||||
let param = {
|
|
||||||
pageIndex,
|
|
||||||
pageSize
|
|
||||||
}
|
|
||||||
let res = await flowList(param);
|
|
||||||
let list = res.list || [];
|
|
||||||
resolve({
|
|
||||||
list,
|
|
||||||
total: res.recordCount
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// 跳转webview
|
|
||||||
const handleJump = (item)=>{
|
|
||||||
uni.navigateTo({
|
|
||||||
url: `/pages/notice/waitApproveDetail?detail=${encodeURIComponent(JSON.stringify(item))}`
|
|
||||||
})
|
|
||||||
}
|
|
||||||
</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 - 78px) !important;
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 65px) !important;
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
.white-bg{
|
|
||||||
padding-top:0rpx;
|
|
||||||
padding-bottom:10rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-list .r-list{
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
.report-list .r-list:first-child{
|
|
||||||
padding-bottom:10rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-list .r-list .r-name {
|
|
||||||
color: #3384DF;
|
|
||||||
font-size: 35rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
width:500rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-list .r-list .r-left text{
|
|
||||||
font-size: 28rpx;
|
|
||||||
color:#919191;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@@ -1,151 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view class="con-body">
|
|
||||||
<view class="con-bg">
|
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="'待审批'" :leftFlag="true" :rightFlag="true"></customHeader>
|
|
||||||
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
|
|
||||||
<!-- 正文内容 -->
|
|
||||||
<view class="all-body">
|
|
||||||
<view class="white-bg bg-height">
|
|
||||||
<view class="report-list">
|
|
||||||
<view class="title">{{ detail.subject }}</view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-name">进度</view>
|
|
||||||
<view class="r-right btn-orange" size="mini" v-if="detail.status==1">待处理</view>
|
|
||||||
<view v-else-if="detail.status==2">已处理</view>
|
|
||||||
</view>
|
|
||||||
<view class="border-bottom"></view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">来自</view>
|
|
||||||
<view class="r-right">{{ detail.appName }}</view>
|
|
||||||
</view>
|
|
||||||
<view class="border-bottom"></view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">状态</view>
|
|
||||||
<view class="r-right">
|
|
||||||
<text style="color:#FF2B44" v-if="detail.status==1 && (detail.level==1 || detail.level==2)">
|
|
||||||
{{ formatLevel(detail.level) }}
|
|
||||||
</text>
|
|
||||||
<text v-else>{{ formatLevel(detail.level) }}</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="border-bottom"></view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">创建人</view>
|
|
||||||
<view class="r-right">{{ detail.createUser?detail.createUser.userId:'' }}</view>
|
|
||||||
</view>
|
|
||||||
<view class="border-bottom"></view>
|
|
||||||
<view class="r-list">
|
|
||||||
<view class="r-left">创建时间</view>
|
|
||||||
<view class="r-right">{{ parseTime(detail.createTime,'{y}-{m}-{d} {h}:{i}') }}</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view class="btn-blue" @click="handleJump">跳转详情页</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref, onMounted } from 'vue';
|
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
// import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
|
||||||
import {formatLevel} from '@/utils/status.js'
|
|
||||||
import { parseTime } from '@/utils/datetime.js'
|
|
||||||
import {showToast} from '@/utils/message.js'
|
|
||||||
|
|
||||||
|
|
||||||
let detail = ref({})
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
try {
|
|
||||||
detail.value = JSON.parse(decodeURIComponent(opt.detail));
|
|
||||||
// console.log(detail.value);
|
|
||||||
} catch (e) {
|
|
||||||
console.error('参数解析失败', e);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
|
||||||
const navBarPaddingTop = ref(0);
|
|
||||||
onMounted(() => {
|
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
// 跳转webview
|
|
||||||
const handleJump = ()=>{
|
|
||||||
showToast('暂不支持跳转');
|
|
||||||
// let item = detail.value;
|
|
||||||
// uni.navigateTo({
|
|
||||||
// url: `/pages/h5-webview/h5-webview?url=${item.mobileLink}&title=${item.subject}`
|
|
||||||
// });
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.all-body {
|
|
||||||
/* #ifdef APP-PLUS */
|
|
||||||
top: 150rpx;
|
|
||||||
height: calc(100vh - 75px);
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
top:120rpx;
|
|
||||||
height: calc(100vh - 60px);
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
|
|
||||||
.scroll-h{
|
|
||||||
/* #ifdef APP-PLUS */
|
|
||||||
height:calc(100vh - 78px) !important;
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 10px) !important;
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
.white-bg{
|
|
||||||
width: 750rpx;
|
|
||||||
padding: 25rpx 0 20rpx;
|
|
||||||
margin-bottom:0;
|
|
||||||
border-radius: 8px 8px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.white-bg.bg-height{
|
|
||||||
/* #ifdef APP-PLUS */
|
|
||||||
height:calc(100vh - 78px) !important;
|
|
||||||
/* #endif */
|
|
||||||
/* #ifndef APP-PLUS */
|
|
||||||
height: calc(100vh - 80px) !important;
|
|
||||||
/* #endif */
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-list{
|
|
||||||
padding: 0 0 0 30rpx;
|
|
||||||
}
|
|
||||||
.report-list .r-list{
|
|
||||||
padding-right: 30rpx;
|
|
||||||
}
|
|
||||||
.report-list .r-list:first-child{
|
|
||||||
padding-bottom:10rpx;
|
|
||||||
}
|
|
||||||
.report-list .border-bottom{
|
|
||||||
width:720rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-blue {
|
|
||||||
background-color: #05A3F4;
|
|
||||||
color: #fff;
|
|
||||||
width:380rpx;
|
|
||||||
height:80rpx;
|
|
||||||
line-height: 80rpx;
|
|
||||||
margin:120rpx auto 0;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 40rpx;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<template>
|
|
||||||
<view class="con-body">
|
|
||||||
<view class="con-bg">
|
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="'搜索'"
|
|
||||||
:leftFlag="true" :rightFlag="false"
|
|
||||||
></customHeader>
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
|
|
||||||
<customSearch :type="type"></customSearch>
|
|
||||||
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</template>
|
|
||||||
<script setup>
|
|
||||||
import { ref, onMounted } from 'vue';
|
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
import customSearch from '@/components/customSearch.vue'
|
|
||||||
|
|
||||||
let type=ref(1);
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
console.log(opt.type)
|
|
||||||
type.value = opt.type;
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@@ -2,27 +2,23 @@
|
|||||||
<view class="con-body">
|
<view class="con-body">
|
||||||
<view class="con-bg">
|
<view class="con-bg">
|
||||||
|
|
||||||
<!-- 头部 -->
|
|
||||||
<customHeader ref="customHeaderRef" :title="myTitle"
|
|
||||||
:leftFlag="false" :rightFlag="false"
|
|
||||||
></customHeader>
|
|
||||||
<!-- 高度来避免头部遮挡 -->
|
|
||||||
<view class="top-height"></view>
|
|
||||||
|
|
||||||
<!-- 下拉刷新 -->
|
<!-- 下拉刷新 -->
|
||||||
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
<mescroll-uni ref="mescrollRef" @init="mescrollInit"
|
||||||
:down="downOption" @down="downCallback"
|
:down="downOption" @down="downCallback"
|
||||||
:fixed="false" class="scroll-h"
|
:fixed="false" class="scroll-h" :style="{ paddingTop: navBarPaddingTop + 'px' }"
|
||||||
>
|
>
|
||||||
|
<!-- #ifdef H5 -->
|
||||||
|
<view style="height:50rpx"></view>
|
||||||
|
<!-- #endif -->
|
||||||
<!-- 头像 -->
|
<!-- 头像 -->
|
||||||
<view class="head-pic">
|
<view class="head-pic">
|
||||||
<img class="pic-img" :src="'static/images/userinfo/icon-userinfo.png'" />
|
<img class="pic-img" :src="'static/images/userinfo/icon-userinfo.png'" />
|
||||||
<view class="head-name">
|
<view class="head-name">
|
||||||
<view class="nick">
|
<view class="nick">
|
||||||
<view class="nick-text">{{ userObj.realname }}</view>
|
<view class="nick-text">{{ userObj.name }}</view>
|
||||||
<img :src="`static/images/userinfo/num-${userObj.level}@2x.png`" class="level" />
|
<img :src="`static/images/userinfo/num-${userObj.level}@2x.png`" class="level" />
|
||||||
</view>
|
</view>
|
||||||
<view class="dept">{{ userObj.deptName }} {{ userObj.postName }}</view>
|
<view class="dept">{{ userObj.deptName }} {{ userObj.jobName }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="head-right">
|
<view class="head-right">
|
||||||
<view class="font-ruzhi">已入职{{userObj.joinDay}}天</view>
|
<view class="font-ruzhi">已入职{{userObj.joinDay}}天</view>
|
||||||
@@ -31,12 +27,12 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 日常 -->
|
<!-- 日常 -->
|
||||||
<!-- <view class="backlog-bg">
|
<view class="backlog-bg">
|
||||||
<view class="backlog-b-item" v-for="(item,index) in bizListFavorite" :key="index">
|
<view class="backlog-b-item">
|
||||||
<img :src="'static/images/business/'+item.icon+'.png'" />
|
<img :src="'static/images/business/icon-rwjh.png'" />
|
||||||
<view class="font-title">{{item.bizName}}</view>
|
<view class="font-title">任务计划</view>
|
||||||
</view> -->
|
</view>
|
||||||
<!-- <view class="backlog-b-item">
|
<view class="backlog-b-item">
|
||||||
<img :src="'static/images/business/icon-rb.png'" />
|
<img :src="'static/images/business/icon-rb.png'" />
|
||||||
<view class="font-title">日报</view>
|
<view class="font-title">日报</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -47,11 +43,11 @@
|
|||||||
<view class="backlog-b-item">
|
<view class="backlog-b-item">
|
||||||
<img :src="'static/images/business/icon-jxgl.png'" />
|
<img :src="'static/images/business/icon-jxgl.png'" />
|
||||||
<view class="font-title">绩效管理</view>
|
<view class="font-title">绩效管理</view>
|
||||||
</view> -->
|
</view>
|
||||||
<!-- </view> -->
|
</view>
|
||||||
|
|
||||||
<!-- 头像块 -->
|
<!-- 头像块 -->
|
||||||
<view class="white-bg" style="margin-top:20rpx;">
|
<view class="white-bg">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<img :src="'static/images/userinfo/icon-tx@2x.png'" class="l-icon" />
|
<img :src="'static/images/userinfo/icon-tx@2x.png'" class="l-icon" />
|
||||||
<text>头像</text>
|
<text>头像</text>
|
||||||
@@ -80,11 +76,11 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-border"></view>
|
<view class="item-border"></view>
|
||||||
<view class="list-item item-padding" @click="handleVersion">
|
<view class="list-item item-padding">
|
||||||
<img :src="'static/images/userinfo/icon-bbgx@2x.png'" class="l-icon" />
|
<img :src="'static/images/userinfo/icon-bbgx@2x.png'" class="l-icon" />
|
||||||
<view class="item-text">版本更新 <view class="dot" v-if="isCurrent==2"></view></view>
|
<view class="item-text">版本更新 <view class="dot"></view></view>
|
||||||
<view class="list-right">
|
<view class="list-right">
|
||||||
<text class="item-gray">Version {{ appVersion }}</text>
|
<text class="item-gray">Version 1.0.0</text>
|
||||||
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
<uni-icons type="right" size="20" color="#A0A0A0"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -95,52 +91,26 @@
|
|||||||
|
|
||||||
<!-- 底部加高度来避免tabbar遮挡 -->
|
<!-- 底部加高度来避免tabbar遮挡 -->
|
||||||
<!-- <view class="bottom-height"></view> -->
|
<!-- <view class="bottom-height"></view> -->
|
||||||
</mescroll-uni>
|
</mescroll-uni>
|
||||||
</view>
|
</view>
|
||||||
<!-- 弹窗模板 -->
|
|
||||||
<!-- <customShowModal
|
|
||||||
:title="title"
|
|
||||||
:content="content"
|
|
||||||
:visible="visible"
|
|
||||||
@close="handleClose"
|
|
||||||
@confirm="handleLoginOut"
|
|
||||||
ref="showModel"
|
|
||||||
></customShowModal> -->
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted,getCurrentInstance } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
import { onLoad } from '@dcloudio/uni-app';
|
// import customHeader from '@/components/customHeader.vue'
|
||||||
import customHeader from '@/components/customHeader.vue'
|
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
import { getUserInfo,versionCheck } from '@/api/auth.js'
|
|
||||||
import { formatIOS } from '@/utils/status.js'
|
import { getUserInfo } from '@/api/auth.js'
|
||||||
import { showAlert } from '@/utils/message.js'
|
|
||||||
import { useUserStore } from '@/stores/user';
|
import { useUserStore } from '@/stores/user';
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
const { proxy } = getCurrentInstance();
|
|
||||||
const networkEnv = ref(proxy.$NETWORK_ENV);//1-内网 2-外网
|
|
||||||
|
|
||||||
let myTitle = '我的';
|
|
||||||
myTitle = networkEnv.value==1?'我的 · 企业内网':'我的'
|
|
||||||
|
|
||||||
|
|
||||||
// 1.头部导航栏
|
// 1.头部导航栏
|
||||||
const navBarPaddingTop = ref(0);
|
const navBarPaddingTop = ref(0);
|
||||||
let appVersion = ref("1.0.0");//当前版本号
|
onMounted(() => {
|
||||||
let newVersion = ref("1.0.0");//新版本号
|
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
||||||
let isCurrent = ref(undefined);//是否是当前版本 1-是 2-否
|
|
||||||
let systemInfo = uni.getSystemInfoSync();
|
|
||||||
onLoad(async(opt) => {
|
|
||||||
uni.setStorageSync('page_cache',true);
|
|
||||||
// #ifdef APP-PLUS
|
|
||||||
appVersion.value=systemInfo.appWgtVersion; //当前版本号
|
|
||||||
// #endif
|
|
||||||
// #ifdef H5
|
|
||||||
appVersion.value=systemInfo.appVersion;
|
|
||||||
// #endif
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
@@ -155,117 +125,54 @@ const downOption = ref({
|
|||||||
textLoading: '刷新中...'
|
textLoading: '刷新中...'
|
||||||
});
|
});
|
||||||
|
|
||||||
// 2.获取用户基本信息
|
|
||||||
let userObj = ref({});
|
|
||||||
let bizListFavorite = ref([]);
|
|
||||||
const selectUserInfo = async ()=>{
|
|
||||||
let data = await getUserInfo({});
|
|
||||||
|
|
||||||
// 查询常用业务
|
|
||||||
// let favoriteBizListStr = data.favoriteBizList || '';
|
|
||||||
// let favoriteBizList = favoriteBizListStr.split(",");//常用业务
|
|
||||||
// let list = [];
|
|
||||||
// let bizList = data.bizList;//所有业务
|
|
||||||
// bizList.forEach(item => {
|
|
||||||
// favoriteBizList.forEach(item2=>{
|
|
||||||
// if(item.bizId == item2){
|
|
||||||
// list.push(item);
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// });
|
|
||||||
// bizListFavorite.value = list;
|
|
||||||
|
|
||||||
// 岗位名称,取第0个显示
|
|
||||||
let postName = data.postList[0]?data.postList[0].postName:'';
|
|
||||||
userObj.value = {
|
|
||||||
...data,
|
|
||||||
postName,
|
|
||||||
level:5,//默认搞个5
|
|
||||||
joinDay:1000,//默认1000天
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
// 下拉刷新
|
// 下拉刷新
|
||||||
const downCallback = async (mescroll) => {
|
const downCallback = async (mescroll) => {
|
||||||
try {
|
try {
|
||||||
selectUserInfo();
|
setTimeout(async ()=>{
|
||||||
getVersion();
|
// mescroll.resetUpScroll();
|
||||||
|
},500);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
mescroll.endErr();
|
mescroll.endErr();
|
||||||
} finally {
|
} finally {
|
||||||
mescroll.endSuccess();
|
setTimeout(async ()=>{
|
||||||
|
mescroll.endSuccess();
|
||||||
|
},500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3.查询是否有更新的版本显示点
|
// 2.获取用户基本信息
|
||||||
const getVersion = async ()=>{
|
let userObj = ref({});
|
||||||
let networkEnv = proxy.$NETWORK_ENV;//1-内网 2-外网
|
const selectUserInfo = async ()=>{
|
||||||
let param = {
|
let data = await getUserInfo({});
|
||||||
// #ifdef APP-PLUS
|
userObj.value = data;
|
||||||
verNumber:systemInfo.appWgtVersion,//当前版本号
|
|
||||||
// #endif
|
|
||||||
// #ifdef H5
|
|
||||||
verNumber : systemInfo.appVersion,
|
|
||||||
// #endif
|
|
||||||
os: formatIOS(systemInfo.osName),//操作系统 Android IOS
|
|
||||||
runEnv:networkEnv
|
|
||||||
}
|
|
||||||
let data = await versionCheck(param);
|
|
||||||
isCurrent.value = data.isCurrent;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 自定义弹窗
|
|
||||||
let title = ref('');
|
|
||||||
let content = ref('');
|
|
||||||
let visible = ref(false);
|
|
||||||
const showModel=()=>{
|
|
||||||
title.value = '提示'
|
|
||||||
content.value = '是否确认退出?';
|
|
||||||
visible.value = true;
|
|
||||||
}
|
|
||||||
//关闭
|
|
||||||
const handleClose=()=>{
|
|
||||||
visible.value = false;
|
|
||||||
}
|
}
|
||||||
|
selectUserInfo()
|
||||||
|
|
||||||
// 3.退出登录
|
// 3.退出登录
|
||||||
const handleLoginOut = async ()=>{
|
const handleLoginOut = async ()=>{
|
||||||
|
userStore.logout();
|
||||||
showAlert('是否确认退出?','提示',true,()=>{
|
uni.reLaunch({
|
||||||
userStore.logout();
|
url: '/pages/login/login',
|
||||||
uni.reLaunch({
|
});
|
||||||
url: '/pages/login/login',
|
|
||||||
});
|
|
||||||
})
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 4.跳转到版本
|
|
||||||
const handleVersion=()=>{
|
|
||||||
uni.navigateTo({url:'/pages/userinfo/version'})
|
|
||||||
}
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
navBarPaddingTop.value = getNavBarPaddingTop() * 2;
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.scroll-h{
|
.scroll-h{
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height:calc(100vh - 78px) !important;
|
height:calc(100vh - 30px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height: calc(100vh - 80px) !important;
|
height: calc(100vh - 30px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
:deep(.mescroll-upwarp){
|
:deep(.mescroll-upwarp){
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
.head-pic {
|
.head-pic {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0rpx 0rpx 10rpx 30rpx;
|
padding: 40rpx 0rpx 10rpx 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-pic .pic-img {
|
.head-pic .pic-img {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user