|
@@ -2600,7 +2600,7 @@ export default {
|
|
this.deptBudgetList.pcFlag = 1
|
|
this.deptBudgetList.pcFlag = 1
|
|
this.deptBudgetList.statusFlag = 1
|
|
this.deptBudgetList.statusFlag = 1
|
|
if (this.serviceManagementType==3&&this.statusTypetext=='初检') {
|
|
if (this.serviceManagementType==3&&this.statusTypetext=='初检') {
|
|
- this.deptBudgetList.brazer = this.qyJurisdiction ? 1 : 0
|
|
|
|
|
|
+ this.deptBudgetList.brazer = this.qyJurisdiction&&!this.zjJurisdiction ? 1 : 0
|
|
}
|
|
}
|
|
|
|
|
|
if (this.statusTypetext == '初检') {
|
|
if (this.statusTypetext == '初检') {
|