|
@@ -24,7 +24,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="8" :sm="24">
|
|
|
<a-form-model-item label="型号" name='model' :labelCol="{offset: 1}">
|
|
|
- <a-input placeholder="请输入" v-model="form.model"></a-input>
|
|
|
+ <a-input placeholder="请输入" v-model="form.model" disabled></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="8" :sm="24">
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
<a-col :md="8" :sm="24" >
|
|
|
<a-form-model-item label="料品属性" name='fixedLength' >
|
|
|
- <a-input placeholder="请输入" v-model="form.attribute" />
|
|
|
+ <a-input placeholder="请输入" v-model="form.attribute" disabled/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="8" :sm="24">
|
|
@@ -134,6 +134,7 @@
|
|
|
this.$set(this.form,'inventoryName',data.Name)
|
|
|
this.$set(this.form,'specs',data.SPECS)
|
|
|
this.$set(this.form,'inventory',data.ID )
|
|
|
+ this.$set(this.form,'attribute',data.Code1 )
|
|
|
},
|
|
|
onSearch(){
|
|
|
},
|