Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-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-finance-web
Commits
77bff1d4
Commit
77bff1d4
authored
Sep 12, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
67559 全局,返回二次提示修改
parent
32ef1d96
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
22 deletions
+8
-22
expenditure-management.vue
...agement/expenditure-management/expenditure-management.vue
+2
-6
payment-management.vue
...cial-management/payment-management/payment-management.vue
+3
-8
revenue-management.vue
...cial-management/revenue-management/revenue-management.vue
+3
-8
No files found.
src/views/financial-management/expenditure-management/expenditure-management.vue
View file @
77bff1d4
...
...
@@ -184,26 +184,22 @@
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
hasPermi
=
"['finance:expenditure:detail']"
icon
=
"el-icon-document"
plain
size
=
"mini"
type
=
"success"
class
=
"el-button--success--solid"
@
click
=
"handleDetail(scope.row)"
>
详情
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_xiangqing"
/>
详情
<
/el-button
>
<!--
只能入一次,押金不允许入账
-->
<!--
:
disabled
=
"scope.row.payStatus !== '1'"
-->
<
el
-
button
v
-
hasPermi
=
"['finance:expenditure:expenditureSubmit']"
icon
=
"el-icon-money"
:
disabled
=
"scope.row.entryStatus === '1'"
plain
size
=
"mini"
type
=
"success"
class
=
"direction-warning el-button--success--solid"
@
click
=
"expenditureSubmit(scope.row,'direction-warning')"
>
入账
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_ruzhang"
/>
入账
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
src/views/financial-management/payment-management/payment-management.vue
View file @
77bff1d4
...
...
@@ -180,33 +180,28 @@
<
template
slot-scope=
"scope"
>
<el-button
v-hasPermi=
"['finance:payment:detail']"
icon=
"el-icon-document"
plain
size=
"mini"
type=
"success"
class=
"el-button--success--solid"
@
click=
"handleDetail(scope.row)"
>
详情
>
<svg-icon
icon-class=
"liebiao_icon_xiangqing"
/>
详情
</el-button>
<!-- 结算与挂账只有是门诊诊查才显示 且
<
缴费状态
>
=挂账/已缴费时,挂账为禁用状态-->
<!-- :disabled="scope.row.payStatus !== '1'" -->
<el-button
v-if=
"scope.row.dataSource === '0'"
v-hasPermi=
"['finance:payment:settlement']"
class=
"el-button--primary--solid"
icon=
"el-icon-money"
:disabled=
"scope.row.payStatus === '1'"
plain
size=
"mini"
type=
"primary"
@
click=
"settlement(scope.row)"
>
结算
>
<svg-icon
icon-class=
"liebiao_icon_jiesuan"
/>
结算
</el-button>
<!-- :disabled="scope.row.payStatus !== '0'"-->
<el-button
v-if=
"scope.row.dataSource === '0'&& showchargeAccountButton"
v-hasPermi=
"['finance:payment:buyingOnCredit']"
icon=
"el-icon-bank-card"
plain
class=
"buying-credit el-button--warning--solid"
size=
"mini"
...
...
@@ -214,7 +209,7 @@
:disabled=
"scope.row.payStatus !== '0'"
type=
"warning"
@
click=
"buyingOnCredit(scope.row,'buying-credit')"
>
挂账
>
<svg-icon
icon-class=
"liebiao_icon_kucun"
/>
挂账
</el-button>
</
template
>
</el-table-column>
...
...
src/views/financial-management/revenue-management/revenue-management.vue
View file @
77bff1d4
...
...
@@ -183,38 +183,33 @@
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
hasPermi
=
"['finance:revenue:detail']"
icon
=
"el-icon-document"
plain
size
=
"mini"
class
=
"el-button--success--solid"
type
=
"success"
@
click
=
"handleDetail(scope.row)"
>
详情
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_xiangqing"
/>
详情
<
/el-button
>
<!--
只能入一次,押金不允许入账
-->
<!--
:
disabled
=
"scope.row.payStatus !== '1'"
-->
<
el
-
button
v
-
hasPermi
=
"['finance:revenue:revenueSubmit']"
icon
=
"el-icon-money"
:
disabled
=
"scope.row.entryStatus === '1' || scope.row.tradeType === '7'"
plain
size
=
"mini"
class
=
"buying-credit el-button--success--solid"
type
=
"success"
@
click
=
"revenueSubmit(scope.row,'buying-credit ')"
>
入账
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_ruzhang"
/>
入账
<
/el-button
>
<!--
会员卡不支持退费
未入账才能退费,并且只能退一次
-->
<
el
-
button
v
-
hasPermi
=
"['finance:revenue:refund']"
icon
=
"el-icon-bank-card"
plain
size
=
"mini"
:
disabled
=
"scope.row.tradeType === '6' || scope.row.entryStatus === '1' || scope.row.refundType === '1'"
class
=
"el-button--warning--solid"
type
=
"warning"
@
click
=
"refund(scope.row)"
>
退费
>
<
svg
-
icon
icon
-
class
=
"liebiao_icon_tuifei"
/>
退费
<
/el-button
>
<
/template
>
<
/el-table-column
>
...
...
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