|
@@ -91,12 +91,14 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<a-form-model-item label="负责人" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="responsePerson">
|
|
|
- <a-input v-model="model.responsePerson" placeholder="请输入负责人" ></a-input>
|
|
|
+ <!-- <a-input v-model="model.responsePerson" placeholder="请输入负责人" ></a-input> -->
|
|
|
+ <j-search-select-tag v-model="model.responsePerson" placeholder="请选择负责人" dict="sys_user,realname,id"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<a-form-model-item label="领用人" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="recipient">
|
|
|
- <a-input v-model="model.recipient" placeholder="请输入领用人" ></a-input>
|
|
|
+ <!-- <a-input v-model="model.recipient" placeholder="请输入领用人" ></a-input> -->
|
|
|
+ <j-search-select-tag v-model="model.recipient" placeholder="请选择领用人" dict="sys_user,realname,id"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|