diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index 19a8623d9..bf945fa2b 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]['fgLocationCode'] + row['fromLocationCode'] = val[0]['rawLocationCode'] 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]['fgLocationCode'] + setV['fromLocationCode'] = val[0]['rawLocationCode'] setV['workStationCode'] = val[0]['code'] } else if(formField == 'formField'){ setV['workStationCode'] = val[0]['code']