8) 采购退货 bugfix
This commit is contained in:
parent
26c1820f44
commit
c01512967f
@ -450,10 +450,9 @@ async function RightIn() {
|
||||
opType: "Dessign",
|
||||
receiveRequestName: state.queryParams.params.SHIPREQUESTNAME,
|
||||
receiveRequestDetailName: state.queryParams.params.SHIPREQUESTDETAILNAME,
|
||||
shipRequestName : state.queryParams.params.SHIPREQUESTNAME,
|
||||
boxList : boxList
|
||||
};
|
||||
purReturnCommit(param).then((res: any) => {
|
||||
AssignAndDessign(param).then((res: any) => {
|
||||
if (IFTRUE(res)) {
|
||||
handle(tempRow, tempevent, tempcolumn);
|
||||
handleQuery();
|
||||
@ -487,20 +486,14 @@ function resetQuery() {
|
||||
|
||||
async function handleStockOut() {
|
||||
if (state.MaterialPackingUsername.length > 0) {
|
||||
state.loading = true;
|
||||
state.loading2 = true;
|
||||
state.button_state = true;
|
||||
state.button_loadings = true;
|
||||
state.ReserveParams.header.MESSAGENAME = 'CompleteShipRequestForPurReturn'
|
||||
state.ReserveParams.body.SITENAME = localStorage.get("siteName") == null ? "SDK" : localStorage.get("siteName");
|
||||
state.ReserveParams.body.RECEIVEREQUESTNAME = state.queryParams.params.RECEIVEREQUESTNAME
|
||||
state.ReserveParams.body.RECEIVEREQUESTNAME = state.queryParams.params.RECEIVEREQUESTNAME
|
||||
state.ReserveParams.body.RECEIVEREQUESTDETAILNAME = state.queryParams.params.SHIPREQUESTDETAILNAME
|
||||
state.ReserveParams.body.RECEIVEREQUESTDETAILTYPE = state.queryParams.params.SHIPREQUESTDETAILTYPE
|
||||
state.ReserveParams.body.MATERIALSPECNAME = state.queryParams.params.MATERIALSPECNAME
|
||||
state.ReserveParams.body.CHECKBOX = false
|
||||
state.ReserveParams.body.ACTTYPE = "STCO"
|
||||
await BpelEvent(state.ReserveParams).then((res: any) => {
|
||||
let param = {
|
||||
userId: localStorage.get('userId'),
|
||||
siteName : "SDK",
|
||||
receiveRequestName: state.queryParams.params.SHIPREQUESTNAME,
|
||||
receiveRequestDetailName: state.queryParams.params.SHIPREQUESTDETAILNAME,
|
||||
shipRequestName : state.queryParams.params.SHIPREQUESTNAME,
|
||||
};
|
||||
purReturnCommit(param).then((res: any) => {
|
||||
// handle(tempRow);
|
||||
// handleQuery();
|
||||
if (IFTRUE(res)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user