...
|
...
|
@@ -65,7 +65,10 @@ |
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label=" " :label-width="formLabelWidth" prop="packingid">
|
|
|
<div class="my-text-area">
|
|
|
<el-input v-model="addForm.packingid" autocomplete="off" suffix-icon="el-icon-files" clearable>
|
|
|
<template slot="prepend">包裝类型</template>
|
|
|
</el-input>
|
|
|
<!--<div class="my-text-area">
|
|
|
<div class="el-input-group__prepend prepand">包装类型</div>
|
|
|
<el-select v-model="addForm.packingid"
|
|
|
placeholder="包装类型"
|
...
|
...
|
@@ -81,7 +84,7 @@ |
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{ item.name }}</span>
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
|