Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
b07c4839
Commit
b07c4839
authored
Aug 06, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款单全部核销备注
parent
5e5a5d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CollectionWriteoff.vue
src/views/ecw/financial/components/CollectionWriteoff.vue
+1
-1
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+1
-1
No files found.
src/views/ecw/financial/components/CollectionWriteoff.vue
View file @
b07c4839
...
...
@@ -50,7 +50,7 @@
{{
WriteOffProportion
}}
%
<
/el-descriptions-item
>
<
/el-descriptions
>
<
div
style
=
"
margin: 20px 0;font-size:16px
"
v
-
if
=
"
form.financeRemark
"
>
{{
form
.
financeRemark
}}
<
/div
>
<
div
style
=
"
margin: 20px 0;font-size:16px
"
v
-
if
=
"
form.financeRemark
"
>
{{
$t
(
'
备注
'
)
}}
:{{
form
.
financeRemark
}}
<
/div
>
<
div
class
=
"
btn
"
>
<
el
-
button
size
=
"
mini
"
...
...
src/views/ecw/financial/receiptDetail.vue
View file @
b07c4839
...
...
@@ -312,7 +312,7 @@
<
/el-descriptions-item
>
<
/el-descriptions
>
<
/el-card
>
<
div
style
=
"
margin: 20px 0;font-size:16px
"
v
-
if
=
"
form.financeRemark
"
>
{{
form
.
financeRemark
}}
<
/div
>
<
div
style
=
"
margin: 20px 0;font-size:16px
"
v
-
if
=
"
form.financeRemark
"
>
{{
$t
(
'
备注
'
)
}}
:{{
form
.
financeRemark
}}
<
/div
>
<
div
slot
=
"
footer
"
style
=
"
margin: 20px 0
"
>
<
el
-
button
v
-
if
=
"
form.state!=7&&form.state!=9&&form.state!=10&&form.state!=11&&form.state != 4&&form.state != 5 && form.state != 6
"
type
=
"
primary
"
@
click
=
"
toEdit
"
v
-
hasPermi
=
"
['ecw:payment:detail:edit']
"
>
{{
$t
(
'
编辑
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
form.state!=7&&form.state!=9&&form.state!=10&&form.state!=11&&form.state != 4&&form.state != 5 && form.state != 6
"
type
=
"
primary
"
@
click
=
"
verificationAll
"
v
-
hasPermi
=
"
['ecw:payment:detail:allWriteOff']
"
>
{{
$t
(
'
全部核销
'
)
}}
<
/el-button
>
...
...
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