diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index da82011fd..4cf530be2 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -214,7 +214,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } else if(formField == 'productionLineCode'){ row['productionLineCode'] = val[0]['code'] } else if(formField == 'workStationCode'){ - row['fromLocationCode'] = val[0]['rawLocationCode'] + row['fromLocationCode'] = val[0]['fgLocationCode'] row['workStationCode'] = val[0]['code'] } else if(formField == 'formField'){ row['workStationCode'] = val[0]['code'] @@ -246,7 +246,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } else if(formField == 'productionLineCode'){ setV['productionLineCode'] = val[0]['code'] } else if(formField == 'workStationCode'){ - setV['fromLocationCode'] = val[0]['rawLocationCode'] + setV['fromLocationCode'] = val[0]['fgLocationCode'] setV['workStationCode'] = val[0]['code'] } else if(formField == 'formField'){ setV['workStationCode'] = val[0]['code']