|
@@ -175,7 +175,7 @@
|
175
|
175
|
]
|
176
|
176
|
],
|
177
|
177
|
autoSort: false,
|
178
|
|
- limits: [10, 15, 20, 25, 50, 100],
|
|
178
|
+ limits: [10, 15, 20, 25, 50, 100,200,500],
|
179
|
179
|
limit: 10,
|
180
|
180
|
page: true,
|
181
|
181
|
skin: 'grid',
|
|
@@ -282,7 +282,7 @@
|
282
|
282
|
Message.warning("请选择要编辑的合同!", 1500);
|
283
|
283
|
} else if (data[0].length > 1) {
|
284
|
284
|
Message.warning("请选择一条记录进行编辑操作!", 1500);
|
285
|
|
- } else if (data[0].spzt =='已锁定'){
|
|
285
|
+ } else if (data[0].spzt =='已锁定'&& userId !=42){
|
286
|
286
|
Message.warning("该合同已锁定不能编辑!")
|
287
|
287
|
}else {
|
288
|
288
|
xmApproval = {
|
|
@@ -480,14 +480,14 @@
|
480
|
480
|
Message.warning("请选择要删除的合同!", 1500);
|
481
|
481
|
return;
|
482
|
482
|
}
|
483
|
|
- else if (data[0].cjr != userId){
|
|
483
|
+ else if (data[0].cjr != userId&&userPostName !='科技项目管理专责'&&userPostName !='科技项目管理专责2'){
|
484
|
484
|
Message.warning('你不是当前合同创建人,不能删除!',1500);
|
485
|
485
|
return;
|
486
|
486
|
}
|
487
|
|
- else if (data[0].spzt !== '未锁定'){
|
|
487
|
+ else if (data[0].spzt !== '未锁定'&&userPostName !='科技项目管理专责'&&userPostName !='科技项目管理专责2'){
|
488
|
488
|
Message.warning('当前合同已锁定,不能删除',1500);
|
489
|
489
|
return;
|
490
|
|
- }else if (num !=0){
|
|
490
|
+ }else if (num !=0&&userPostName !='科技项目管理专责'&&userPostName !='科技项目管理专责2'){
|
491
|
491
|
Message.warning("当前合同仍关联"+num+"条付款申请,请先处理关联项!",2000)
|
492
|
492
|
}else {
|
493
|
493
|
layer.confirm('确定删除合同吗?', function (index) {
|
|
@@ -513,7 +513,7 @@
|
513
|
513
|
}
|
514
|
514
|
}
|
515
|
515
|
})
|
516
|
|
- }else if (obj.event ="viewXgsq"){
|
|
516
|
+ }else if (obj.event ==="viewXgsq"){
|
517
|
517
|
var index = layer.open({
|
518
|
518
|
title: '修改申请',
|
519
|
519
|
type: 2,
|