diff --git a/src/views/stockOut/shipRequestReserve/index.vue b/src/views/stockOut/shipRequestReserve/index.vue index 7fc0f18..f540f4c 100644 --- a/src/views/stockOut/shipRequestReserve/index.vue +++ b/src/views/stockOut/shipRequestReserve/index.vue @@ -553,6 +553,7 @@ function handle(row: any, event: any, column: any) { state.queryParams.params.PHASE = row.PHASE; state.queryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME; state.queryParams.params.CAREER_ASSISTANCE = row.CAREER_ASSISTANCE; + state.queryParams.params.ERPRECEIVELOCATION = row.ERPRECEIVELOCATION; state.LShipRequestDetailName = row.SHIPREQUESTDETAILNAME state.LShipType = row.SHIPREQUESTTYPE state.queryParams.params.IsCheck = state.IsCheck @@ -570,6 +571,8 @@ function handle(row: any, event: any, column: any) { state.RightqueryParams.params.ERPLOCATION = row.ERPLOCATION; state.RightqueryParams.params.PHASE = row.PHASE; state.RightqueryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME; + state.RightqueryParams.params.ERPRECEIVELOCATION = row.ERPRECEIVELOCATION; + getQueryList(state.RightqueryParams).then((res: any) => { state.MaterialPackingUsername = res.data; state.SENDSUM = 0;