Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
aa26a390
Commit
aa26a390
authored
May 06, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 预付款冲抵 增加备注
parent
1a9fe5f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+3
-1
offset.vue
src/components/public/offset.vue
+4
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
aa26a390
...
...
@@ -1527,7 +1527,7 @@
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/el-dialog
>
<
el
-
dialog
:
title
=
"$t('objFill.precharge')"
width
=
"
9
60px"
:
visible
.
sync
=
"yfcdState"
center
>
<
el
-
dialog
:
title
=
"$t('objFill.precharge')"
width
=
"
10
60px"
:
visible
.
sync
=
"yfcdState"
center
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"90px"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.danhao')"
prop
=
"FrID"
>
<
el
-
input
class
=
"w180"
@
keyup
.
native
=
"checkInteger(czMsg,'FrID')"
v
-
model
=
"czMsg.FrID"
><
/el-input
>
...
...
@@ -1567,6 +1567,7 @@
<
th
>
{{
$t
(
'objFill.amountoffset'
)
}}
<
/th
>
<
th
>
{{
$t
(
'admin.admin_status'
)
}}
<
/th
>
<
th
width
=
"270px"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
<
/th
>
<
th
width
=
"100px"
>
{{
$t
(
'fnc.beizhu'
)
}}
<
/th
>
<
th
>
{{
$t
(
'system.table_operation'
)
}}
<
/th
>
<
/tr
>
<
tr
v
-
for
=
"(item,index) in czList"
:
key
=
"index"
>
...
...
@@ -1585,6 +1586,7 @@
<
div
>
{{
item
.
ClientTypeName
}}
:{{
item
.
RemitterName
}}
<
/div
>
<
/el-tooltip
>
<
/td
>
<
td
:
title
=
"item.Remark"
style
=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; "
>
{{
item
.
Remark
}}
<
/td
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('objFill.v101.FinancialModule.yufksyye')"
placement
=
"top-start"
>
<
span
@
click
=
"matchTransfer(item)"
style
=
"cursor: pointer; color:#33B3FF"
>
{{
$t
(
'objFill.v101.FinancialModule.yuezhuanyi'
)
}}
<
/span
>
...
...
src/components/public/offset.vue
View file @
aa26a390
<
template
>
<el-dialog
:title=
"$t('objFill.precharge')"
width=
"
8
60px"
:visible
.
sync=
"cdState"
center
@
close=
"close"
>
<el-dialog
:title=
"$t('objFill.precharge')"
width=
"
9
60px"
:visible
.
sync=
"cdState"
center
@
close=
"close"
>
<el-form
class=
"cdForm"
label-width=
"90px"
>
<el-form-item
:label=
"$t('fnc.danhao')"
prop=
"FrID"
>
<el-input
class=
"w220"
@
keyup
.
native=
"checkInteger(czMsg,'FrID')"
v-model=
"czMsg.FrID"
></el-input>
...
...
@@ -35,7 +35,8 @@
<th>
{{
$t
(
'fnc.jine'
)
}}
</th>
<th>
{{
$t
(
'objFill.amountoffset'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
{{
$t
(
'fnc.fkduixiang'
)
}}
</th>
<th
width=
"270px"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
</th>
<th
width=
"100px"
>
{{
$t
(
'fnc.beizhu'
)
}}
</th>
</tr>
<tr
v-for=
"(item,index) in czList"
:key=
"index"
>
<td><input
type=
"checkbox"
:value=
"item"
v-model=
"checkList"
@
change=
"ckeckOne"
></td>
...
...
@@ -52,6 +53,7 @@
<div
style=
"width:250px;overflow:hidden"
>
{{
item
.
ClientTypeName
}}
:
{{
item
.
RemitterName
}}
</div>
</el-tooltip>
</td>
<td
:title=
"item.Remark"
style=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; "
>
{{
item
.
Remark
}}
</td>
</tr>
<tr
v-if=
"czList.length==0"
>
<td
colspan=
"12"
>
{{
$t
(
'system.content_noData'
)
}}
</td>
...
...
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