zixunfenpei.vue
11.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
<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.fnumber}}</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.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.ftoauditamt}}</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.ftaskprocess}}</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" v-if="detaildata.fname==null">
</view>
<view class="renyuanright" v-else>
{{detaildata.fname}}
</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>
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人1"> -->
{{fprjleader}}
</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>
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="项目经办人2"> -->
{{fprjleadertwo}}
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">在审项目数:</view>
<view class="renyuanright" v-if="detaildata.ftrialnumber==null">
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="在审项目数"> -->
</view>
<view class="renyuanright" v-else>
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="在审项目数"> -->
{{detaildata.ftrialnumber}}
</view>
</view>
<view class="projectitem">
<view class="renyuanleft">审结项目数:</view>
<view class="renyuanright" v-if="detaildata.fconcludenumber==null">
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="在审项目数"> -->
</view>
<view class="renyuanright" v-else>
<!-- <input type="text" placeholder-class="xiangmuyuan" placeholder="在审项目数"> -->
{{detaildata.fconcludenumber}}
</view>
</view>
</view>
</view>
<view class="zixunbottom">
<!-- <view class="zixunbotleft">保存</view> -->
<!-- v-if="item.ftaskprocess=='未分配'" -->
<!-- v-if="showhide[4].status!=1" -->
<view class="zixunbotright" @click="submit">提交分配</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
import helper from '../../common/help.js';
export default {
data() {
return {
finorgid: '',
finid: '',
item: '',
detaildata: '',
projectarr: [],
index: 0,
projectid: '',
fprjleader: '',
fprjleadertwo: '',
fname: '',
showhide:'',
fprojectid:''
}
},
onLoad(options) {
if(options.projectid!=undefined){
this.fprojectid=options.projectid;
this.getdanweilist()
}else{
this.item = JSON.parse(options.item);
console.log(this.item)
let newitem=this.item;
newitem.ftoauditamt=helper.change(newitem.ftoauditamt);
this.item=newitem
// this.detail();
// this.finid=item.finid;
// this.finorgid=item.finorgid;
// 显示项目组
// console.log(helper.unction(45622111))
}
this.getprojectkind();
// 获取台账列表
},
onShow() {
this.showhide = uni.getStorageSync("showhide");
},
methods: {
detail() {
let that = this;
let url = "project/Get_Disfteam";
let param = {
finid: this.finorgid,
fprojectid: this.item.projectid
}
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
console.log('分配信息', r);
that.detaildata = r.data[0];
}).catch(err => {
console.log(err)
})
},
// 获取项目组列表
getdanweilist() {
let that = this;
let url = "project/Get_Distribution";
let param = {
fprojectid:that.fprojectid,
fuserid: uni.getStorageSync("userid")
}
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
console.log('项目组分配kkkk',r);
that.item=r.data[0]
// var list=r.data;
// list.forEach(function(value,index,array){
// if(value.projectid==that.fprojectid){
// that.item=value
// }
// })
// that.zixunlist = r.data;
// that.querylist = r.data;
}).catch(err => {
console.log(err)
})
},
// 显示项目组
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.ftaskprocess == '未分配') {
this.fprjleader = '';
this.fprjleadertwo = '';
this.fname = ''
} else {
for (var obj of this.projectarr) {
if (obj.fid == that.item.finorgid) {
this.fprjleader = obj.fprjleader;
this.fprjleadertwo = obj.fprjleadertwo;
this.fname = obj.fname;
this.finorgid = obj.fid
}
}
this.detail()
}
// this.projectid=r.data[0].fid;
// this.fprjleader=r.data[0].fprjleader;
// this.fprjleadertwo=r.data[0].fprjleadertwo;
}).catch(err => {
console.log(err)
})
},
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.fname = this.projectarr[e.target.value].fname
this.finorgid = this.projectarr[e.target.value].fid;
this.fprjleader = this.projectarr[e.target.value].fprjleader;
this.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;
this.detail()
// this.detail();
// 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 (that.fname == '') {
uni.showToast({
title: "请选择项目组",
icon: "none"
})
return false
}
let url = "project/Submit_Disfteam";
let param = {
ftaskprocess:that.item.ftaskprocess,
fuserid: uni.getStorageSync("userid"),
fteamid:that.finorgid,
fdisid: that.item.disid,
fprojectid: that.item.fprojectid
}
console.log('8877665544', param)
app.post(url, param, 'get').then(r => {
console.log(r);
if(r.data[0].message=='成功'){
uni.showToast({
title: '提交成功',
icon: "none"
})
}else{
uni.showToast({
title: r.data[0].message,
icon: "none"
})
}
that.changestate()
setTimeout(function() {
uni.navigateBack({
checked: true
})
},1000)
}).catch(err => {
console.log(err)
})
},
// 修改待办事项的状态
changestate(){
let that = this;
let url = "project/Get_Fteam";
let params={
userid:uni.getStorageSync("userid"),
fdisid:that.item.disid
}
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log('修改状态',r);
}).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: 260rpx;
height: 60rpx;
/* background: #EEEEEE; */
padding: 14rpx 28rpx;
box-sizing: border-box;
/* display: flex;
align-items: center; */
color: #3D444D;
font-size: 28rpx;
text-align: right;
margin-left: 200rpx;
}
.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;
}
.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>