|
@@ -336,7 +336,7 @@
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="中石油物资供应商证书">
|
|
<el-form-item label="中石油物资供应商证书">
|
|
|
- <el-input v-model="supplierData.SupplierCertificate" maxlength="255" placeholder="请输入" style="width: 100%"
|
|
|
|
|
|
|
+ <el-input v-model="supplierData.SupplierCertificate" maxlength="255" type="textarea" placeholder="请输入" style="width: 100%"
|
|
|
:class="changedForm['SupplierCertificate'] ? 'modified-form-input' : ''">
|
|
:class="changedForm['SupplierCertificate'] ? 'modified-form-input' : ''">
|
|
|
</el-input>
|
|
</el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|