去掉仓库选择

master
chengqf 2 years ago
parent e8dc43a8e5
commit ad761aa523

@ -11,8 +11,6 @@
<div class="inv-hos-title">
<span
style="margin-left:8px;color: #2d8cf0;font-size: 14px;">部门:{{ deptName }}</span>
<span
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">仓库:{{ 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; margin-right: 20px">({{
@ -193,7 +191,7 @@ export default {
},
changeInv() {
this.selInvVisible = true;
this.selInvVisible = false;
},
getDeptList() {
@ -225,7 +223,7 @@ export default {
}
})
.catch(() => {
this.selInvVisible=true;
this.selInvVisible=false;
});
},

Loading…
Cancel
Save