|
|
@ -104,11 +104,8 @@ |
|
|
|
|
|
|
|
|
<el-row :gutter="10"> |
|
|
<el-row :gutter="10"> |
|
|
<el-col :span="3"> |
|
|
<el-col :span="3"> |
|
|
<!-- <el-form-item label="ECN Number"> |
|
|
|
|
|
<el-input @focus="jumpPage('A')" ref="jumpA" class="blue-input yzz2" v-model="dataForm.ecnUpgradeVersion" readonly></el-input> |
|
|
|
|
|
</el-form-item>--> |
|
|
|
|
|
<el-form-item label="ECN Number"> |
|
|
<el-form-item label="ECN Number"> |
|
|
<el-input @focus="jumpPage('A')" ref="jumpA" class="blue-input yzz2" v-model="dataForm.ecnNo" readonly></el-input> |
|
|
|
|
|
|
|
|
<el-input @focus="jumpPage('A')" ref="jumpA" class="blue-input yzz2" v-model="dataForm.ecnUpgradeVersion" readonly></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
@ -921,13 +918,21 @@ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
jumpPage(type){ |
|
|
jumpPage(type){ |
|
|
if(type==="A"&& this.dataForm.ecnNo!==null&&this.dataForm.ecnNo!==''){ |
|
|
|
|
|
|
|
|
/* if(type==="A"&& this.dataForm.ecnNo!==null&&this.dataForm.ecnNo!==''){ |
|
|
this.$refs.jumpA.blur(); |
|
|
this.$refs.jumpA.blur(); |
|
|
let inData={ |
|
|
let inData={ |
|
|
ecnNo:this.dataForm.ecnNo |
|
|
ecnNo:this.dataForm.ecnNo |
|
|
} |
|
|
} |
|
|
localStorage.setItem('ecnData', JSON.stringify(inData)) |
|
|
localStorage.setItem('ecnData', JSON.stringify(inData)) |
|
|
window.open('#/changeManagement-changeRecord'); |
|
|
window.open('#/changeManagement-changeRecord'); |
|
|
|
|
|
}*/ |
|
|
|
|
|
if(type==="A"&& this.dataForm.ecnUpgradeVersion!==null&&this.dataForm.ecnUpgradeVersion!==''){ |
|
|
|
|
|
this.$refs.jumpA.blur(); |
|
|
|
|
|
let inData={ |
|
|
|
|
|
ecnNo:this.dataForm.ecnUpgradeVersion |
|
|
|
|
|
} |
|
|
|
|
|
localStorage.setItem('ecnData', JSON.stringify(inData)) |
|
|
|
|
|
window.open('#/changeManagement-changeRecord'); |
|
|
} |
|
|
} |
|
|
if(type==="B"&& this.dataForm.proofingNo!==null&&this.dataForm.proofingNo!==''){ |
|
|
if(type==="B"&& this.dataForm.proofingNo!==null&&this.dataForm.proofingNo!==''){ |
|
|
this.$refs.jumpB.blur(); |
|
|
this.$refs.jumpB.blur(); |
|
|
|