新增单据审核,navbar展示调整

prod
anthonywj 2 years ago
parent 7cfa24a5c8
commit ed69214e0b

@ -9,9 +9,15 @@
<template v-if="device!=='mobile'">
<div class="inv-hos-title">
<span style="font-weight: bold;color: #303133;">平潭协和医院</span>
<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>
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">({{
this.userName
}})</span>
</div>
<search id="header-search" class="right-menu-item"/>
<screenfull id="screenfull" class="right-menu-item hover-effect"/>
@ -120,6 +126,7 @@ export default {
data() {
return {
inv: store.getters.locInvName,
deptName: store.getters.locDeptName,
selInvVisible: false,
userInfo: {},
deptList: [],
@ -270,6 +277,7 @@ export default {
},
created() {
this.userName = this.$store.getters.name;
this.userInfo = {
id: store.getters.adminId,
locInvCode: store.getters.locInvCode,

@ -266,6 +266,7 @@ export default {
if (response.code == 20000) {
this.detailList = response.data.orderDetailEntities || [];
this.formData = response.data.orderEntity;
this.orderQuery = this.formData;
} else {
this.$message.error(response.message);
}
@ -286,6 +287,7 @@ export default {
addCode() {
debugger
if (this.$isBlank(this.udiCode)) {
this.$message.error("UDI码不能为空");
}

Loading…
Cancel
Save