Merge remote-tracking branch 'origin/dev' into dev

dev
1178634255 2 years ago
commit c8e074ffc2

@ -10,10 +10,10 @@
<div class="inv-hos-title"> <div class="inv-hos-title">
<span <span
style="margin-left:8px;color: #2d8cf0;font-size: 14px;">部门:{{ deptName }}</span> style="margin: 10px;color: #2d8cf0;font-size: 14px;">部门&nbsp:&nbsp{{ deptName }}</span>
<span <span
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">仓库:{{ inv }}</span> style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">仓库&nbsp:&nbsp{{ inv }}</span>
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户:{{ this.companyName }}</span> <span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户&nbsp:&nbsp吴XX{{ this.companyName }}</span>
<span <span
style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{ style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{
this.userName this.userName

@ -503,6 +503,8 @@ export default {
limit: 20, limit: 20,
}; };
this.getList(); this.getList();
this.manufacturerList = [];
this.registrationList = [];
this.productList = []; this.productList = [];
this.salesmanList = []; this.salesmanList = [];
}, },
@ -586,6 +588,7 @@ export default {
limit: 10, limit: 10,
}; };
this.manufacturerList = []; this.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList(); this.getManufacturerList();
}, },
close() { close() {

@ -391,6 +391,8 @@ export default {
this.getList(); this.getList();
this.productList = []; this.productList = [];
this.salesmanList = []; this.salesmanList = [];
this.manufacturerList = [];
this.registrationList = [];
}, },
hideSearch() { hideSearch() {
this.showSearch = !this.showSearch; this.showSearch = !this.showSearch;
@ -469,6 +471,7 @@ export default {
limit: 10, limit: 10,
}; };
this.manufacturerList = []; this.manufacturerList = [];
this.registrationList = [];
this.getManufacturerList(); this.getManufacturerList();
}, },
hideSearch1() { hideSearch1() {

@ -426,3 +426,4 @@ export default {
<style scoped> <style scoped>
</style> </style>

Loading…
Cancel
Save