|
@@ -117,7 +117,7 @@
|
117
|
117
|
ok() {
|
118
|
118
|
this.models.disjunctor = false;
|
119
|
119
|
let postData = {
|
120
|
|
- deptId: this.currenDept.id
|
|
120
|
+ deptId: this.infoDATA.department.id
|
121
|
121
|
};
|
122
|
122
|
let taskId;
|
123
|
123
|
uni.showLoading({
|
|
@@ -329,13 +329,13 @@
|
329
|
329
|
box-sizing: border-box;
|
330
|
330
|
border-radius: 4rpx;
|
331
|
331
|
background-color: #E5E8ED;
|
332
|
|
-
|
|
332
|
+
|
333
|
333
|
.toolbar-icon {
|
334
|
334
|
font-size: 52rpx;
|
335
|
335
|
margin-right: 16rpx;
|
336
|
336
|
color: #07863c;
|
337
|
337
|
}
|
338
|
|
-
|
|
338
|
+
|
339
|
339
|
.toolbar-sao {
|
340
|
340
|
font-size: 36rpx;
|
341
|
341
|
color: #333;
|
|
@@ -362,7 +362,7 @@
|
362
|
362
|
text-align: center;
|
363
|
363
|
}
|
364
|
364
|
}
|
365
|
|
-
|
|
365
|
+
|
366
|
366
|
.page_head {
|
367
|
367
|
background-color: #49b856;
|
368
|
368
|
color: #fff;
|
|
@@ -428,7 +428,7 @@
|
428
|
428
|
// margin-bottom: 10rpx;
|
429
|
429
|
border-radius: 8rpx;
|
430
|
430
|
overflow: hidden;
|
431
|
|
-
|
|
431
|
+
|
432
|
432
|
.splitLine{
|
433
|
433
|
height: 50rpx;
|
434
|
434
|
display: flex;
|
|
@@ -455,11 +455,11 @@
|
455
|
455
|
line-height: 60rpx;
|
456
|
456
|
font-size: 30rpx;
|
457
|
457
|
background: #fff;
|
458
|
|
-
|
|
458
|
+
|
459
|
459
|
&.mt0{
|
460
|
460
|
margin-top: 0;
|
461
|
461
|
}
|
462
|
|
-
|
|
462
|
+
|
463
|
463
|
.buildOrder{
|
464
|
464
|
width: 258rpx;
|
465
|
465
|
height: 72rpx;
|