diff --git a/src/views/stockIn/NoPoStockIn/index.vue b/src/views/stockIn/NoPoStockIn/index.vue index bd969a1..f8e6bcd 100644 --- a/src/views/stockIn/NoPoStockIn/index.vue +++ b/src/views/stockIn/NoPoStockIn/index.vue @@ -304,6 +304,8 @@ function handleQuery() { NoChargeStockIn({ commitDate : state.commitDate, USER : localStorage.get("userId"), + SITENAME: localStorage.get('siteName') || 'SDK', + RECEIVEREQUESTNAME: state.queryParams.params.RECEIVEREQUESTNAME, BOXLIST: { ...state.MATERIALRECEIVEACT } diff --git a/src/views/stockIn/delivery/drawer.vue b/src/views/stockIn/delivery/drawer.vue index f550b8c..5f0f2e0 100644 --- a/src/views/stockIn/delivery/drawer.vue +++ b/src/views/stockIn/delivery/drawer.vue @@ -87,6 +87,7 @@ +