|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="mod-config"> |
|
|
|
<el-form label-position="top" style="margin-top: 1px; margin-left: 0px;" v-if="searchData.buNo!='DBE'"> |
|
|
|
<el-row :gutter="20" style="margin-top: 60px"> |
|
|
|
<el-row :gutter="20" > |
|
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
|
<el-form-item :label="'过程及过程控制/Process and Production Control'"> |
|
|
|
<el-input |
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</div></el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20" style="margin-top: 60px"> |
|
|
|
<el-row :gutter="20" > |
|
|
|
<el-col :span="24"><div class="grid-content bg-purple"> |
|
|
|
<el-form-item :label="'作业说明/WI'"> |
|
|
|
<el-input |
|
|
|
@ -78,7 +78,7 @@ |
|
|
|
</el-form-item> |
|
|
|
</div></el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20" > |
|
|
|
<el-row :gutter="20" > |
|
|
|
<el-col :span="6"><div class="grid-content bg-purple"> |
|
|
|
<el-form-item :label="'选择审查工程师/Select ME Review Engineer'"> |
|
|
|
<el-input v-model="dataForm.reviewEngineer" :disabled="ifDisableFlag" ></el-input> |
|
|
|
@ -127,6 +127,9 @@ |
|
|
|
</el-form-item> |
|
|
|
</div></el-col> |
|
|
|
</el-row> |
|
|
|
<el-form-item style="margin-top: 60px;text-align:center"> |
|
|
|
<el-button type="primary" @click="newData()" v-if="!ifDisableFlag">保存</el-button> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
|
|
|
|
<el-form label-position="top" style="margin-top: 1px; margin-left: 0px;" v-if="searchData.buNo==='DBE'"> |
|
|
|
|