|
|
@ -22,8 +22,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-form-item prop="manufacturerName"> |
|
|
|
<!-- <span slot="label">厂商名称:</span>--> |
|
|
|
<el-input v-model="temp.manufacturerName" maxlength="20" placeholder="" class="addinputw" clearable/> |
|
|
|
<el-input v-model="temp.manufacturerName" maxlength="100" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
@ -61,7 +60,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="20"> |
|
|
|
<el-form-item prop="manufacturerAddress"> |
|
|
|
<el-input v-model="temp.manufacturerAddress" maxlength="80" placeholder="" class="addinputw addinputw01" clearable/> |
|
|
|
<el-input v-model="temp.manufacturerAddress" maxlength="200" placeholder="" class="addinputw addinputw01" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|