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