|
|
@ -61,6 +61,7 @@ |
|
|
|
@submitForm="submitForm" |
|
|
|
@onEnter="onEnter" |
|
|
|
@onChange="onChange" |
|
|
|
@clearSearchInput="onChange" |
|
|
|
/> |
|
|
|
|
|
|
|
<!-- 详情 --> |
|
|
@ -117,8 +118,15 @@ const onChange = async (field,value) => { |
|
|
|
setV['productionLineCode'] = '' |
|
|
|
setV['workStationCode'] = '' |
|
|
|
formRef.value.formRef.setValues(setV) |
|
|
|
}else if(field== 'productionLineCode'){ |
|
|
|
//生产线 |
|
|
|
const setV = {} |
|
|
|
setV['workStationCode'] = '' |
|
|
|
formRef.value.formRef.setValues(setV) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const onEnter = async (field,value) => { |
|
|
|
if (field == 'productionLineCode') { |
|
|
|
//生产线 |
|
|
|