Commit 758681b6 authored by honghy's avatar honghy Committed by wux

需求98 空运待出-可出-新增提示

parent 76a3d4bc
......@@ -279,6 +279,12 @@
</el-descriptions-item>
</el-descriptions>
<el-descriptions>
<el-descriptions-item :label="$t('厂家')">
{{ list.manufacturer || "/" }}
</el-descriptions-item>
<el-descriptions-item :label="$t('厂家电话')">
{{ list.manufacturerPhone || "/" }}
</el-descriptions-item>
<el-descriptions-item :label="$t('备注')">
{{ list.remarks || "/" }}
</el-descriptions-item>
......
......@@ -525,16 +525,16 @@
</el-form-item>
<br>
<el-form-item :label="$t('厂家')" prop="manufacturer">
<el-input v-model="form.manufacturer" type="textarea" style="width: 500px; height: 50px"></el-input>
<el-input v-model="form.manufacturer" type="textarea" style="width: 410px; height: 50px"></el-input>
</el-form-item>
<br>
<el-form-item :label="$t('厂家电话')" prop="manufacturerPhone">
<el-input v-model="form.manufacturerPhone" type="textarea" style="width: 500px; height: 50px"></el-input>
<el-input v-model="form.manufacturerPhone" type="textarea" style="width: 410px; height: 50px"></el-input>
</el-form-item>
</div>
<div class="form-section">
<el-form-item :label="$t('备注')" :span="2" prop="remarks">
<el-input v-model="form.remarks" type="textarea" placeholder="" style="width: 500px; height: 100px"></el-input>
<el-input v-model="form.remarks" :rows ="6" type="textarea" placeholder="" style="width: 410px; height: 100px"></el-input>
</el-form-item>
</div>
</el-card>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment