|
@@ -231,6 +231,11 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="12" v-if="contractForm.contractType==2 || contractForm.contractType==3">
|
|
|
+ <el-form-item label="试验室名称" prop="laboratoryName">
|
|
|
+ <el-input v-model="contractForm.laboratoryName"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row v-if="contractForm.contractType==1">
|
|
|
<el-col :span="12">
|
|
@@ -280,14 +285,6 @@
|
|
|
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" v-if="contractForm.contractType==2 || contractForm.contractType==3">
|
|
|
- <el-form-item
|
|
|
- label="试验室名称"
|
|
|
- prop="laboratoryName"
|
|
|
- >
|
|
|
- <el-input v-model="contractForm.laboratoryName"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
</el-row>
|
|
|
<el-row v-if="contractForm.contractType==1">
|
|
|
<el-col :span="12">
|