11/25 上货和单据的查询所属工位类型分开

20240912_adapter
wangwei 7 months ago
parent 5294691440
commit 98e1a0085b

@ -1061,6 +1061,7 @@ export default {
key: val, key: val,
page: 1, page: 1,
limit: 10, limit: 10,
workPlaceClass:2
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -461,6 +461,7 @@ export default {
key: val, key: val,
page: 1, page: 1,
limit: 10, limit: 10,
workPlaceClass:2
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -1019,6 +1019,7 @@ export default {
key: val, key: val,
page: 1, page: 1,
limit: 10, limit: 10,
workPlaceClass:2
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -423,6 +423,7 @@ export default {
key: val, key: val,
page: 1, page: 1,
limit: 10, limit: 10,
workPlaceClass:2
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -580,6 +580,7 @@ export default {
key: val, key: val,
page: 1, page: 1,
limit: 10, limit: 10,
workPlaceClass:1
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -519,7 +519,8 @@ export default {
userIdFlag: true, userIdFlag: true,
key: val, key: val,
page: 1, page: 1,
limit: 10 limit: 10,
workPlaceClass:1
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

@ -540,7 +540,8 @@ export default {
userIdFlag: true, userIdFlag: true,
key: val, key: val,
page: 1, page: 1,
limit: 10 limit: 10,
workPlaceClass:1
} }
filterWorkOptimize(query) filterWorkOptimize(query)
.then((response) => { .then((response) => {

Loading…
Cancel
Save