|
|
|
@ -237,16 +237,16 @@
|
|
|
|
|
:footer="null" |
|
|
|
|
@cancel="showDepartCode=false" |
|
|
|
|
> |
|
|
|
|
<a-col :md="20" :sm="20"> |
|
|
|
|
<a-row> |
|
|
|
|
<a-form :form="departForm" > |
|
|
|
|
<a-form-item label="项目部" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<j-select-depart v-decorator="['departId']" /> |
|
|
|
|
</a-form-item> |
|
|
|
|
<a-button @click="departSubmit" type="primary" style="float: right"> |
|
|
|
|
确定 |
|
|
|
|
</a-button> |
|
|
|
|
</a-form> |
|
|
|
|
</a-col> |
|
|
|
|
<a-button @click="departSubmit" type="primary" html-type="submit" > |
|
|
|
|
确定 |
|
|
|
|
</a-button> |
|
|
|
|
</a-row>> |
|
|
|
|
</a-modal> |
|
|
|
|
<!--查看图片--> |
|
|
|
|
<a-modal |
|
|
|
|