|
|
|
@ -10,7 +10,14 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="车间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="workshopId"> |
|
|
|
|
<j-search-select-tag v-model="model.workshopId" dict="sys_depart,depart_name,id" disabled/> |
|
|
|
|
<j-tree-select v-model="model.workshopId" |
|
|
|
|
dict="sys_depart,depart_name,id" |
|
|
|
|
pidField="parent_id" |
|
|
|
|
placeholder="请选择车间" |
|
|
|
|
condition='{"org_category":"2"}' |
|
|
|
|
hasChildField="1" |
|
|
|
|
> |
|
|
|
|
</j-tree-select> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
@ -20,15 +27,16 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="工位" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="station"> |
|
|
|
|
<j-popup |
|
|
|
|
v-model="model.station" |
|
|
|
|
field="station" |
|
|
|
|
org-fields="id,station_name,depart_id" |
|
|
|
|
dest-fields="stationId,station,workshopId" |
|
|
|
|
code="findgw" |
|
|
|
|
:multi="true" |
|
|
|
|
@input="popupCallback" |
|
|
|
|
/> |
|
|
|
|
<!--<j-popup--> |
|
|
|
|
<!--v-model="model.station"--> |
|
|
|
|
<!--field="station"--> |
|
|
|
|
<!--org-fields="id,station_name,depart_id"--> |
|
|
|
|
<!--dest-fields="stationId,station,workshopId"--> |
|
|
|
|
<!--code="findgw"--> |
|
|
|
|
<!--:multi="true"--> |
|
|
|
|
<!--@input="popupCallback"--> |
|
|
|
|
<!--/>--> |
|
|
|
|
<j-search-select-tag v-model="model.stationId" dict="station,station_name,id" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|