|
@@ -29,6 +29,11 @@
|
|
|
<a-input placeholder="请输入" v-model="form.doubleUnit" disabled></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="8" :sm="24" >
|
|
|
+ <a-form-model-item label="计量单位组" prop='uomName' >
|
|
|
+ <a-input placeholder="请输入" v-model="form.uomName" disabled></a-input>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="8" :sm="24" >
|
|
|
<a-form-model-item label="料品主单位" prop='unit' >
|
|
|
<a-input placeholder="请输入" v-model="form.unit" disabled></a-input>
|