@ -379,7 +379,7 @@ export default {
getBusType() {
let query = {
code: this.filterQuery.invCode,
enabled: true,
enable: true,
vueType: "supDelivery",
};
getLocalJoinByUser(query)
@ -498,6 +498,7 @@ export default {
},
getCodeDetailList() {
this.codeDetailLoading = true;
this.codeQuery.productName= this.codeQuery.cpmctymc;
filterDetail(this.codeQuery).then((res) => {
this.codeDetailLoading = false;
if (res.code === 20000) {