fix: 修改备货出库接收仓库
This commit is contained in:
parent
e419874c51
commit
b2dd57bbf6
@ -553,6 +553,7 @@ function handle(row: any, event: any, column: any) {
|
|||||||
state.queryParams.params.PHASE = row.PHASE;
|
state.queryParams.params.PHASE = row.PHASE;
|
||||||
state.queryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME;
|
state.queryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME;
|
||||||
state.queryParams.params.CAREER_ASSISTANCE = row.CAREER_ASSISTANCE;
|
state.queryParams.params.CAREER_ASSISTANCE = row.CAREER_ASSISTANCE;
|
||||||
|
state.queryParams.params.ERPRECEIVELOCATION = row.ERPRECEIVELOCATION;
|
||||||
state.LShipRequestDetailName = row.SHIPREQUESTDETAILNAME
|
state.LShipRequestDetailName = row.SHIPREQUESTDETAILNAME
|
||||||
state.LShipType = row.SHIPREQUESTTYPE
|
state.LShipType = row.SHIPREQUESTTYPE
|
||||||
state.queryParams.params.IsCheck = state.IsCheck
|
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.ERPLOCATION = row.ERPLOCATION;
|
||||||
state.RightqueryParams.params.PHASE = row.PHASE;
|
state.RightqueryParams.params.PHASE = row.PHASE;
|
||||||
state.RightqueryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME;
|
state.RightqueryParams.params.SHIPREQUESTDETAILNAME = row.SHIPREQUESTDETAILNAME;
|
||||||
|
state.RightqueryParams.params.ERPRECEIVELOCATION = row.ERPRECEIVELOCATION;
|
||||||
|
|
||||||
getQueryList(state.RightqueryParams).then((res: any) => {
|
getQueryList(state.RightqueryParams).then((res: any) => {
|
||||||
state.MaterialPackingUsername = res.data;
|
state.MaterialPackingUsername = res.data;
|
||||||
state.SENDSUM = 0;
|
state.SENDSUM = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user