diff --git a/public/static/images/charge/药慧精灵智慧诊所_files/1.png b/public/static/images/charge/药慧精灵智慧诊所_files/1.png new file mode 100644 index 0000000..3997114 Binary files /dev/null and b/public/static/images/charge/药慧精灵智慧诊所_files/1.png differ diff --git a/public/static/images/member/1.png b/public/static/images/member/1.png new file mode 100644 index 0000000..9ad309a Binary files /dev/null and b/public/static/images/member/1.png differ diff --git a/public/static/images/member/head.png b/public/static/images/member/head.png deleted file mode 100644 index 7879acd..0000000 Binary files a/public/static/images/member/head.png and /dev/null differ diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index dd9b46c..34453e2 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -108,11 +108,7 @@ body { .clear-margin { margin: 0; } -.el-popper.is-light.type-popper, .el-popper.is-light>.el-popper__arrow:before{ - background:#F5FAFF; -} .el-popper.is-light.type-popper{ - background:#F5FAFF; padding: 0; } .el-popper.is-light.id-code-popper{ @@ -135,7 +131,7 @@ body { border-radius: 8px 8px 0 0; } $btn-color: #4D6DE4; -$lighter-color: #7c91e3; +$lighter-color: rgba(#4D6DE4, 0.5); .default-btn{ cursor: pointer; width: 120px; diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index 21090ec..67605b9 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue @@ -1,5 +1,4 @@
- - - - - - - - - - - - - - - - - - - -
发药项目产品标识码发药数量已采/应采追溯码
{{ item.name }} - -
未关联
-
{{ item.selectedNum }}{{ item.selectedUnit }}{{ item.traceAbilityCodeList ? item.traceAbilityCodeList.length : 0 }}/{{ item.shouldNumber }} - -
+ + + + + + + + + + + + + + + + + + + + +
发药项目产品标识码发药数量已采/应采追溯码
{{ item.name }} + +
未关联
+
{{ item.selectedNum }}{{ item.selectedUnit }}{{ item.traceAbilityCodeList ? item.traceAbilityCodeList.length : 0 }}/{{ item.shouldNumber }} + +
+
@@ -280,10 +282,12 @@ const addTraceAbilityCodeHandler = (item: any, code: any) => { align-items: center; padding: 24px; } + table, tbody, td { border-bottom: 1px solid #EAEAEC; /* 明确设置边框 */ } -table{ + +table { border: none; } \ No newline at end of file diff --git a/src/components/charge/TraceabilityCodeAdd.vue b/src/components/charge/TraceabilityCodeAdd.vue index 1a4d097..9f6c08f 100644 --- a/src/components/charge/TraceabilityCodeAdd.vue +++ b/src/components/charge/TraceabilityCodeAdd.vue @@ -16,27 +16,26 @@ > @@ -96,9 +95,11 @@ const removeTraceAbility = (code: any) => { \ No newline at end of file diff --git a/src/components/inventory/Upload.vue b/src/components/inventory/Upload.vue new file mode 100644 index 0000000..7360d92 --- /dev/null +++ b/src/components/inventory/Upload.vue @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file diff --git a/src/components/inventory/goods/Cate.vue b/src/components/inventory/goods/Cate.vue index e5883ef..0e862a8 100644 --- a/src/components/inventory/goods/Cate.vue +++ b/src/components/inventory/goods/Cate.vue @@ -1,5 +1,5 @@
- - + + @@ -18,12 +18,13 @@ - + @@ -34,7 +35,7 @@ \ No newline at end of file diff --git a/src/components/member/memberProfile/Grant.vue b/src/components/member/memberProfile/Grant.vue index 64ce4e0..801bbe3 100644 --- a/src/components/member/memberProfile/Grant.vue +++ b/src/components/member/memberProfile/Grant.vue @@ -1,48 +1,63 @@ \ No newline at end of file diff --git a/src/views/LayoutSocial.vue b/src/views/LayoutSocial.vue index e2b3ad8..8cfbd81 100644 --- a/src/views/LayoutSocial.vue +++ b/src/views/LayoutSocial.vue @@ -1,55 +1,83 @@ diff --git a/src/views/inventory/goods.vue b/src/views/inventory/goods.vue index 54920d5..6ae4fd6 100644 --- a/src/views/inventory/goods.vue +++ b/src/views/inventory/goods.vue @@ -19,7 +19,7 @@ - @@ -426,6 +426,7 @@ const getStatisticsData = () => { statisticsData.value = res }) } +const props = { multiple: true }