单据相关bug修改

ywj_dev
anthonywj 2 years ago
parent 1afa4ef121
commit c78a9fffac

@ -526,6 +526,7 @@ export default {
let query = {
code: this.filterQuery.invCode,
enabled: true,
busType: 2,//
};
getLocalJoinByUser(query)
.then((response) => {

@ -634,6 +634,8 @@ export default {
limit: 10,
startTime: null,
endTime: null,
startAduditTime: null,
endAduditTime: null,
invCode: this.$store.getters.locInvCode,
};
this.getList();

@ -378,6 +378,7 @@ export default {
let query = {
code: this.filterQuery.invCode,
enabled: true,
busType: 2,//
};
getLocalJoinByUser(query)
.then((response) => {

@ -661,8 +661,9 @@ export default {
billNo: null,
mainAction: null,
action: null,
statusType: "supSearch",
statusType: "audited",
page: 1,
status: null,
limit: 10,
startTime: null,
endTime: null,
@ -737,6 +738,7 @@ export default {
let query = {
code: this.filterQuery.invCode,
enabled: true,
busType: 2,//
};
getLocalJoinByUser(query)
.then((response) => {

@ -553,6 +553,7 @@ export default {
let query = {
code: this.filterQuery.invCode,
enabled: true,
busType: 2,//
};
getLocalJoinByUser(query)
.then((response) => {

@ -588,6 +588,7 @@ export default {
let query = {
code: this.filterQuery.invCode,
enabled: true,
busType: 2,//
};
getLocalJoinByUser(query)
.then((response) => {

Loading…
Cancel
Save