@@ -47,6 +47,7 @@ const getPagination = async () => {
pageNo: page.value,
pageSize: limit.value,
seqNo: store.useSeqNo,
+ workOrderCode: store.odersData.workOrderCode,
});
total.value = data.totalCount;
materialsData.value = data.records;
@@ -34,6 +34,7 @@ const getPagination = async () => {
@@ -49,6 +49,7 @@ const getPagination = async () => {
tableData.value = data.records;
@@ -48,6 +48,7 @@ const getPagination = async () => {
@@ -31,6 +31,7 @@ const getPagination = async () => {