|
@@ -724,7 +724,7 @@ export default {
|
|
|
refreshClick(type) {
|
|
|
let that = this
|
|
|
if (type == 1) {
|
|
|
- if (this.serviceManagementType == 3 && this.qyJurisdiction) {
|
|
|
+ if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
|
|
|
this.statusType = 0
|
|
|
}else{
|
|
|
this.statusType=1
|
|
@@ -753,7 +753,7 @@ export default {
|
|
|
console.log(that.refresh)
|
|
|
if (that.refresh == 0) {
|
|
|
that.refresh = 60
|
|
|
- if (this.serviceManagementType == 3 && this.qyJurisdiction) {
|
|
|
+ if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
|
|
|
this.statusType = 0
|
|
|
}else{
|
|
|
this.statusType=1
|
|
@@ -1375,7 +1375,7 @@ export default {
|
|
|
statustypechangelist(status) {
|
|
|
// debugger
|
|
|
this.statusType = status
|
|
|
- if (this.serviceManagementType == 3 && this.qyJurisdiction) {
|
|
|
+ if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
|
|
|
this.statusType = 0
|
|
|
}else{
|
|
|
this.statusType=1
|
|
@@ -3300,7 +3300,7 @@ export default {
|
|
|
// this.outContractNo = response
|
|
|
})
|
|
|
|
|
|
- if (this.serviceManagementType == 3 && this.qyJurisdiction) {
|
|
|
+ if (this.serviceManagementType == 3 && this.statusTypetext=='初检') {
|
|
|
this.statusType = 0
|
|
|
}else{
|
|
|
this.statusType = 1
|