Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
92ba81b3
Commit
92ba81b3
authored
Aug 25, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
65938 病历管理,药品已缴费/挂账点击【查看】未跳转(具体详情跳转)
parent
42293f75
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
4 deletions
+34
-4
.env.development
.env.development
+6
-0
.env.edit
.env.edit
+6
-0
.env.production
.env.production
+6
-0
.env.test
.env.test
+6
-0
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+1
-1
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+9
-3
No files found.
.env.development
View file @
92ba81b3
...
@@ -13,5 +13,11 @@ VUE_APP_TEST_API = 'http://114.67.241.140:9000'
...
@@ -13,5 +13,11 @@ VUE_APP_TEST_API = 'http://114.67.241.140:9000'
# A端前端地址
# A端前端地址
VUE_APP_WEB = 'http://localhost:80'
VUE_APP_WEB = 'http://localhost:80'
# business微服务地址
VUE_APP_MICRO_BUSINESS = 'http://114.67.241.140:1099'
# finance微服务地址
VUE_APP_MICRO_FINANCE = 'http://114.67.241.140:1098'
# 路由懒加载
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_CLI_BABEL_TRANSPILE_MODULES = true
.env.edit
View file @
92ba81b3
...
@@ -15,3 +15,9 @@ VUE_APP_TEST_API = 'http://114.67.241.140:9000'
...
@@ -15,3 +15,9 @@ VUE_APP_TEST_API = 'http://114.67.241.140:9000'
# A端前端地址
# A端前端地址
VUE_APP_WEB = 'http://114.67.241.140:80'
VUE_APP_WEB = 'http://114.67.241.140:80'
# business微服务地址
VUE_APP_MICRO_BUSINESS = 'http://114.67.241.140:1099'
# finance微服务地址
VUE_APP_MICRO_FINANCE = 'http://114.67.241.140:1098'
.env.production
View file @
92ba81b3
...
@@ -13,3 +13,9 @@ VUE_APP_TEST_API = 'http://47.92.195.144:9000'
...
@@ -13,3 +13,9 @@ VUE_APP_TEST_API = 'http://47.92.195.144:9000'
# A端前端地址
# A端前端地址
VUE_APP_WEB = 'http://47.92.195.144:80'
VUE_APP_WEB = 'http://47.92.195.144:80'
# business微服务地址
VUE_APP_MICRO_BUSINESS = 'http://114.67.241.140:1099'
# finance微服务地址
VUE_APP_MICRO_FINANCE = 'http://114.67.241.140:1098'
.env.test
View file @
92ba81b3
...
@@ -15,3 +15,9 @@ VUE_APP_TEST_API = 'http://47.92.55.88:9000'
...
@@ -15,3 +15,9 @@ VUE_APP_TEST_API = 'http://47.92.55.88:9000'
# A端前端地址
# A端前端地址
VUE_APP_WEB
=
'http://47.92.55.88:80'
VUE_APP_WEB
=
'http://47.92.55.88:80'
# business微服务地址
VUE_APP_MICRO_BUSINESS
=
'http://114.67.241.140:1099'
# finance微服务地址
VUE_APP_MICRO_FINANCE
=
'http://114.67.241.140:1098'
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
92ba81b3
...
@@ -846,7 +846,7 @@ export default {
...
@@ -846,7 +846,7 @@ export default {
hpshow: ''
hpshow: ''
}
}
}
,
}
,
mounted() {
mounted
: function
() {
this.$route.meta.title = '
2222
'
this.$route.meta.title = '
2222
'
}
,
}
,
created() {
created() {
...
...
src/views/medical-record-management/medical-edit.vue
View file @
92ba81b3
...
@@ -596,11 +596,13 @@ color: #333333;"
...
@@ -596,11 +596,13 @@ color: #333333;"
min-width=
"180"
min-width=
"180"
show-overflow-tooltip
show-overflow-tooltip
>
>
<!-- :disabled="!checkPermi(['finance:drug:list'])"-->
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
:disabled=
"!checkPermi(['finance:drug:list'])"
v-if=
"!isEdit || (scope.row.paymentStatus !== '0' && !scope.row.isAdd)"
v-if=
"!isEdit || (scope.row.paymentStatus !== '0' && !scope.row.isAdd)"
icon=
"el-icon-document"
icon=
"el-icon-document"
:disabled=
"!checkPermi(['finance:drug:list'])"
plain
plain
size=
"mini"
size=
"mini"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(95,181,75);"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(95,181,75);"
...
@@ -1696,9 +1698,13 @@ export default {
...
@@ -1696,9 +1698,13 @@ export default {
query
:
{
checkId
:
row
.
id
}
query
:
{
checkId
:
row
.
id
}
})
})
}
else
if
(
type
===
'treatManageBo'
)
{
}
else
if
(
type
===
'treatManageBo'
)
{
const
local
=
process
.
env
.
VUE_APP_WEB
window
.
location
.
href
=
`
${
local
}
/pet-finance-web/inventory-management/drug-delivery-detail/
${
row
.
id
}
`
}
else
if
(
type
===
'stockDispenseOutboundList'
)
{
/* 跳转到配药出库详情*/
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'
TreatmentDetail
'
,
name
:
'
EquipmentAdd
'
,
query
:
{
trea
tId
:
row
.
id
}
query
:
{
equipmen
tId
:
row
.
id
}
})
})
}
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment