|
@@ -19,11 +19,22 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
-<!-- <a-col :span="24">-->
|
|
|
-<!-- <a-form-model-item label="样品分类" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleClassifications">-->
|
|
|
-<!-- <a-input v-model="model.sampleClassifications" placeholder="请输入样品分类" ></a-input>-->
|
|
|
-<!-- </a-form-model-item>-->
|
|
|
-<!-- </a-col>-->
|
|
|
+
|
|
|
+ <a-col :span="24">
|
|
|
+ <a-form-model-item label="样品分类" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleClassifications">
|
|
|
+ <j-tree-select
|
|
|
+ ref="treeSelect"
|
|
|
+ placeholder="请选择样品分类"
|
|
|
+ v-model="model.sampleClassifications"
|
|
|
+ dict="itdm_sample_classification,name,id"
|
|
|
+ pidField="pid"
|
|
|
+ pidValue="0"
|
|
|
+
|
|
|
+ >
|
|
|
+ </j-tree-select>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
+
|
|
|
<a-col :span="24">
|
|
|
<a-form-model-item label="样品单位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleUnit">
|
|
|
<a-input v-model="model.sampleUnit" placeholder="请输入样品单位" ></a-input>
|