zhuanjiafenpeisec.vue
14.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<template>
<view class="box">
<view lass="renyuan">
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/renyuan.png" mode=""></image>
</view>
<view class="projectname">项目信息</view>
</view>
<view class="projectlist">
<!-- <view class="projectitem">
<view class="projectitemleft">任务编号:</view>
<view class="projectitemright">{{item.}}</view>
</view> -->
<view class="projectitem">
<view class="projectitemleft">项目编号:</view>
<view class="projectitemright">{{item.fnumber}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">送审金额:</view>
<view class="projectitemright">{{item.ftoauditamt}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">项目名称:</view>
<view class="projectitemright">{{item.fname}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">项目类型:</view>
<view class="projectitemright">{{item.projecttype}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">评审类型:</view>
<view class="projectitemright">{{item.freviewtype}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">送审单位:</view>
<view class="projectitemright">{{item.fdrgdoment}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">专业联系人:</view>
<view class="projectitemright">{{item.fcontacter}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">专业联系人手机:</view>
<view class="projectitemright">{{item.fstandbyphones}}</view>
</view>
<!-- <view class="projectitem">
<view class="projectitemleft">评审类型:</view>
<view class="projectitemright">{{item.freviewtype}}</view>
</view> -->
<!-- <view class="projectitem">
<view class="projectitemleft">任务进度:</view>
<view class="projectitemright">已分配</view>
</view> -->
</view>
</view>
<view lass="renyaoqiu">
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/xinxi.png" mode=""></image>
</view>
<view class="projectname">人员要求</view>
</view>
<view class="projectlist">
<view class="projectitem">
<view class="renyuanleft">项目组:</view>
<!-- <view class="renyuanright">
<view class="renyuanshunum">
{{item.fteam}}
</view>
<view class="renyuanshuimg">
<image src="../../static/img/number.png" mode=""></image>
</view>
</view> -->
<picker @change="bindPickerChange" :value="index" :range="projectarr" range-key="fname">
<view class="renyuanright danweizi">
<view class="uni-input xiangmuyuan">{{fname}}</view>
<view class="xuanlei">
<image src='../../static/img/number.png'></image>
</view>
</view>
</picker>
</view>
<view class="projectitem">
<view class="renyuanleft">项目经办人1:</view>
<view class="renyuanright" v-if="fprjleader==null">
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人1"> -->
</view>
<view class="renyuanright" v-else>
{{fprjleader}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人1"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">项目经办人2:</view>
<view class="renyuanright" v-if="fprjleadertwo==null">
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人2"> -->
</view>
<view class="renyuanright" v-else>
{{fprjleadertwo}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人2"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">专家:</view>
<!-- <view class="renyuanright">
<view class="renyuanshunum" v-if="item.fexname==undefined">
</view>
<view class="renyuanshunum" v-else>
{{item.fexname}}
</view>
</view>
-->
<!-- 专家 -->
<picker @change="bindzPickerChange" :value="index" :range="zhuanprojectarr" range-key="fname">
<view class="renyuanright danweizi">
<view class="uni-input xiangmuyuan">{{zfname}}</view>
<view class="xuanlei">
<image src='../../static/img/number.png'></image>
</view>
</view>
</picker>
</view>
<view class="projectitem">
<view class="renyuanleft">专家手机号:</view>
<view class="renyuanright" v-if="detaildata.fprjexpertphone==undefined">
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家手机号"> -->
</view>
<view class="renyuanright" v-else>
{{detaildata.fprjexpertphone}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家手机号"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">专家专业:</view>
<view class="renyuanright">
{{detaildata.expertreview==null?'':detaildata.expertreview}}
<!-- {{item.}} -->
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家专业"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">典型案例概述:</view>
<view class="renyuanright">
{{detaildata.ftypicalname==null?'':detaildata.ftypicalname}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="典型案例概述"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">专家特长概述:</view>
<view class="renyuanright">
{{detaildata.expertcharacteristic==null?'':detaildata.expertcharacteristic}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家特长概述"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">专家证书概述:</view>
<view class="renyuanright">
{{detaildata.fcertificatename==null?'':detaildata.fcertificatename}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家证书概述"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">在审项目数:</view>
<view class="renyuanright">
{{detaildata.ftrialnumber==undefined?'':detaildata.ftrialnumber}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家证书概述"> -->
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">审结项目数:</view>
<view class="renyuanright">
{{detaildata.fconcludenumber==undefined?'':detaildata.fconcludenumber}}
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="专家证书概述"> -->
</view>
</view>
</view>
</view>
<view class="zixunbottom">
<!-- <view class="zixunbotleft">保存</view> -->
<view class="zixunbotright" @click="submit" v-if="item.fexpertstatus=='未分配'">提交分配</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
import helper from '../../common/help.js';
export default {
data() {
return {
item: '',
detaildata: '',
projectarr: [],
index: 0,
fprjleader: '',
fprjleadertwo: '',
finorgid: "",
fname: '',
// 专家
zhuanprojectarr: [],
fexid:'',
zfname:'',
exid:''
}
},
onLoad(options) {
console.log(options)
this.item = JSON.parse(options.item);
let newitem=this.item;
newitem.ftoauditamt=helper.change(newitem.ftoauditamt);
this.item=newitem
console.log(this.item);
// 获取专家列表
this.getzhuanjialist()
// this.getdetail();
this.getprojectkind();
this.getzhuanjia();
// 获取台账列表
},
methods: {
getdetail() {
let that = this;
let url = "project/Get_ExDisfteam";
let param = {
disid: that.item.disid,
exid: that.fexid,
fprojectid: that.item.fprojectid
}
console.log('00998877', param)
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
console.log('专家分配信息', r);
that.detaildata = r.data[0];
// console.log(that.detaildata)
}).catch(err => {
console.log(err)
})
},
// 获取专家列表
getzhuanjialist(){
console.log("我是专家")
let that = this;
let url = "project/Get_DevelopmentOrg";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log('握手', r);
that.zhuanprojectarr = r.data;
if(that.item.fexpertstatus=='未分配'){
that.fexid='';
that.detaildata=[]
}else{
that.fexid=that.item.fexid;
that.zfname=that.item.fexname;
that.getzhuanjia()
// for(var obj of that.zhuanprojectarr){
// if(obj.exid==that.item.fexid){
// that.fexid=obj.exid
// // that.zfname=obj.fname;
// // that.detaildata=obj;
// // console.log(that.detaildata.fprjexpertphone)
// }
// }
// that.getdetail()
}
// console.log(that.detaildata)
}).catch(err => {
console.log(err)
})
},
// 获取专家
getzhuanjia() {
let that = this;
let url = "project/Get_ExDisfteam";
let param = {
disid: that.item.disid,
exid: that.fexid,
fprojectid: that.item.fprojectid
}
console.log('no', param)
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
console.log('专家分配信息', r);
that.detaildata=r.data[0]
// console.log(that.detaildata)
}).catch(err => {
console.log(err)
})
},
bindzPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.fexid = this.zhuanprojectarr[e.target.value].exid;
this.zfname = this.zhuanprojectarr[e.target.value].fname;
console.log('987654', this.fname)
this.getdetail()
// this.danweiname = this.danweilist[e.target.value].fname;
// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;
// this.fuzephone = this.danweilist[e.target.value].fauthphone;
},
// 显示项目组
getprojectkind() {
let that = this;
let url = "project/Get_Fteam";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
this.projectarr = r.data;
if (that.item.fexpertstatus == '未分配') {
console.log(99887766554343)
this.fprjleader = '';
this.fprjleadertwo = '';
this.fname = ''
} else {
console.log(999900999)
for (var obj of this.projectarr) {
if (obj.fid == that.item.finorgid) {
this.fprjleader = obj.fprjleader;
this.fprjleadertwo = obj.fprjleadertwo;
this.fname = obj.fname
}
}
}
}).catch(err => {
console.log(err)
})
},
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.fprjleader = this.projectarr[e.target.value].fprjleader;
this.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;
this.finorgid = this.projectarr[e.target.value].fid;
this.fname = this.projectarr[e.target.value].fname;
console.log('987654', this.fname)
// this.danweiname = this.danweilist[e.target.value].fname;
// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;
// this.fuzephone = this.danweilist[e.target.value].fauthphone;
},
submit() {
let that = this;
if (this.fname == '') {
wx.showToast({
title: "请选择项目组",
icon: "none"
})
return false
}
if(that.zfname==''){
wx.showToast({
title: "请选择专家",
icon: "none"
})
return false
}
console.log('998877665544', that.item)
let url = "project/Get_SubmitExDisfteam";
let param = {
fuserid: uni.getStorageSync("userid"),
finorgid: that.finorgid,
fexid: that.fexid,
fdisid: that.item.disid,
fprojectid: that.item.fprojectid
}
console.log('00998877', param)
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
console.log(r);
uni.showToast({
title: '提交成功',
icon: 'none'
})
setTimeout(function() {
uni.navigateBack({
checked: true
})
}, 1000)
}).catch(err => {
console.log(err)
})
}
}
}
</script>
<style>
.box {
background: #F9F9F9;
}
.projectinfo {
display: flex;
align-items: center;
}
.projectinfoname {
width: 44rpx;
height: 44rpx;
font-size: 0;
}
.projectinfoname image {
width: 100%;
height: 100%
}
.projectname {
color: #3D444D;
font-size: 28rpx;
font-weight: bold;
margin-left: 16rpx;
}
.projectinfo {
padding: 36rpx 32rpx 16rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #BDC4CE;
}
.projectlist {
padding: 0 32rpx;
box-sizing: border-box;
}
.projectitem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 32rpx 0;
box-sizing: border-box;
border-bottom: 1rpx solid #EEEEEE
}
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
}
.projectitemright {
color: #3D444D;
font-size: 28rpx;
}
.renyuanleft {
color: #06121E;
font-size: 28rpx;
}
.renyuanright {
width: 300rpx;
height: 60rpx;
/* background: #EEEEEE; */
padding: 14rpx 28rpx;
box-sizing: border-box;
/* display: flex;
align-items: center; */
text-align: right;
color: #3D444D;
font-size: 28rpx;
}
.renyuanright input {
width: 100%;
height: 40rpx;
color: #8C9198;
font-size: 24rpx;
}
.xiangmuyuan {
color: #8C9198;
font-size: 24rpx;
}
.zixunbottom {
display: flex;
align-items: center;
justify-content: center;
padding: 28rpx 32rpx 34rpx;
}
.zixunbotleft {
width: 130rpx;
height: 80rpx;
background: rgba(232, 80, 0, 1);
opacity: 1;
border-radius: 8rpx;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
}
.zixunbotright {
width: 532rpx;
height: 80rpx;
background: rgba(0, 147, 255, 1);
opacity: 1;
border-radius: 8rpx;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
margin-left: 24rpx;
}
.renyaoqiu {
margin-top: 12rpx;
}
.renyuanshuimg {
width: 14rpx;
height: 24rpx;
font-size: 0;
}
.renyuanshuimg image {
width: 100%;
height: 100%;
}
.danweizi {
width: 360rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: #EEEEEE;
}
.xuanlei {
width: 20rpx;
height: 22rpx;
font-size: 0;
}
.xuanlei image {
width: 100%;
height: 100%;
}
</style>