|
|
|
@ -1468,7 +1468,7 @@ export default { |
|
|
|
return this.normalizeType(this.formData.type) === DOC_TYPE_IPQE |
|
|
|
}, |
|
|
|
confirmTabLabel () { |
|
|
|
return this.isIqcType ? this.$t('mrb.tab.sqeConfirmInfo') : this.$t('mrb.tab.ipqeConfirmInfo') |
|
|
|
return this.$t('mrb.tab.qeConfirm') |
|
|
|
}, |
|
|
|
dialogTitle () { |
|
|
|
if (this.formReadOnly) { |
|
|
|
@ -1505,7 +1505,7 @@ export default { |
|
|
|
return this.currentRowType === DOC_TYPE_IQC |
|
|
|
}, |
|
|
|
currentConfirmTabLabel () { |
|
|
|
return this.isCurrentIqcType ? this.$t('mrb.tab.sqeConfirmInfo') : this.$t('mrb.tab.ipqeConfirmInfoWithSupervisor') |
|
|
|
return this.$t('mrb.tab.qeConfirm') |
|
|
|
}, |
|
|
|
currentRowCountersignItemList () { |
|
|
|
return this.normalizeCountersignItemList(this.currentRow.countersignItemList || []) |
|
|
|
|