This commit is contained in:
parent
43256ea107
commit
163923fcc6
|
|
@ -59,7 +59,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="生产厂家" prop="manufacturer">
|
<el-form-item label="生产厂家" prop="manufacturer">
|
||||||
<el-input v-model="form.manufacturerName" placeholder="生产厂家" readonly />
|
<el-input v-model="form.manufacturer" placeholder="生产厂家" readonly />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
|
|
@ -101,6 +101,11 @@
|
||||||
<el-input v-model="form.unit" placeholder="计数单位" readonly />
|
<el-input v-model="form.unit" placeholder="计数单位" readonly />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col :span="6">
|
||||||
|
<el-form-item label="采购日期" prop="purchaseDate">
|
||||||
|
<el-input v-model="form.purchaseDate" placeholder="采购日期" readonly />
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<div style="display: flex; padding-bottom: 10px">
|
<div style="display: flex; padding-bottom: 10px">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue