修改禅道已知bug
This commit is contained in:
@@ -303,39 +303,39 @@
|
|||||||
'{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}'
|
'{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 同步上报库-->
|
<!-- 同步上报库-->
|
||||||
<span v-if='jurisdiction === "HOMOTBSBK"'>
|
<span v-else-if='jurisdiction === "HOMOTBSBK"'>
|
||||||
'{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}'
|
'{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 截止时间-->
|
<!-- 截止时间-->
|
||||||
<span v-if='jurisdiction === "HOMOJZSJ"'>
|
<span v-else-if='jurisdiction === "HOMOJZSJ"'>
|
||||||
'{{$t('CollectionInitiated')}}'
|
'{{$t('CollectionInitiated')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 分配填写人 -->
|
<!-- 分配填写人 -->
|
||||||
<span v-if='jurisdiction === "SDTFPTXR"'>
|
<span v-else-if='jurisdiction === "SDTFPTXR"'>
|
||||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 引用参数-->
|
<!-- 引用参数-->
|
||||||
<span v-if='jurisdiction === "DREYYCS"'>
|
<span v-else-if='jurisdiction === "DREYYCS"'>
|
||||||
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 退回-->
|
<!-- 退回-->
|
||||||
<span v-if='jurisdiction === "homoTH"'>
|
<span v-else-if='jurisdiction === "homoTH"'>
|
||||||
{{$t('Submitted')}}
|
{{$t('Submitted')}}
|
||||||
</span>
|
</span>
|
||||||
<span v-if='jurisdiction === "sdtTH"'>
|
<span v-else-if='jurisdiction === "sdtTH"'>
|
||||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||||
</span>
|
</span>
|
||||||
<span v-if='jurisdiction === "dreTH"'>
|
<span v-else-if='jurisdiction === "dreTH"'>
|
||||||
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
||||||
</span>
|
</span>
|
||||||
<!-- 强制撤回-->
|
<!-- 强制撤回-->
|
||||||
<span v-if='jurisdiction === "homoQZTH"'>
|
<span v-else-if='jurisdiction === "homoQZTH"'>
|
||||||
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
||||||
</span>
|
</span>
|
||||||
<span v-if='jurisdiction === "sdtQZTH"'>
|
<span v-else-if='jurisdiction === "sdtQZTH"'>
|
||||||
{{$t('completed')}}
|
{{$t('completed')}}
|
||||||
</span>
|
</span>
|
||||||
<span v-if='jurisdiction === "dreQZTH"'>
|
<span v-else-if='jurisdiction === "dreQZTH"'>
|
||||||
{{$t('Submitted')}}
|
{{$t('Submitted')}}
|
||||||
</span>
|
</span>
|
||||||
{{$t('timeoperation')}}
|
{{$t('timeoperation')}}
|
||||||
@@ -954,6 +954,7 @@
|
|||||||
} else if (homoJurisdictionSynchronousLibrary == 0) {
|
} else if (homoJurisdictionSynchronousLibrary == 0) {
|
||||||
this.visibleoperationFailed = true
|
this.visibleoperationFailed = true
|
||||||
this.jurisdiction = 'HOMOTBSBK'
|
this.jurisdiction = 'HOMOTBSBK'
|
||||||
|
this.NoEngineer = 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 同步上报库
|
// 同步上报库
|
||||||
@@ -969,11 +970,13 @@
|
|||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
// 填写人 权限
|
// 填写人 权限
|
||||||
let dreJurisdictionSubmit = this.dreJurisdictionSubmit()
|
let dreJurisdictionSubmit = this.dreJurisdictionSubmit()
|
||||||
|
console.log(dreJurisdictionSubmit)
|
||||||
if (dreJurisdictionSubmit == 1) {
|
if (dreJurisdictionSubmit == 1) {
|
||||||
this.ishandleSubmit()
|
this.ishandleSubmit()
|
||||||
} else if (dreJurisdictionSubmit == 0) {
|
} else if (dreJurisdictionSubmit == 0) {
|
||||||
this.visibleoperationFailed = true
|
this.visibleoperationFailed = true
|
||||||
this.jurisdiction = 'DREYYCS'
|
this.jurisdiction = 'DREYYCS'
|
||||||
|
this.NoEngineer = 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 提交数据
|
// 提交数据
|
||||||
|
|||||||
Reference in New Issue
Block a user