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
b419b8f4
Commit
b419b8f4
authored
Jul 21, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f37a9bc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BankStatement.vue
...Module/BankStatementReconciliation/comm/BankStatement.vue
+1
-1
index.vue
...nts/FinancialModule/BankStatementReconciliation/index.vue
+2
-2
No files found.
src/components/FinancialModule/BankStatementReconciliation/comm/BankStatement.vue
View file @
b419b8f4
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
value-format=
"yyyy-MM-dd"
></el-date-picker>
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('objFill.v103.qichuyue')"
prop=
"StartBalance"
>
<el-form-item
:label=
"$t('objFill.v103.qichuyue')"
prop=
"StartBalance"
>
<el-input-number
:disabled=
"msg.
isImage
"
class=
"w170"
v-model=
"msg.StartBalance"
:min=
"Number(0)"
:step=
"50"
size=
"small"
/>
<el-input-number
:disabled=
"msg.
StartBalance!=0
"
class=
"w170"
v-model=
"msg.StartBalance"
:min=
"Number(0)"
:step=
"50"
size=
"small"
/>
</el-form-item>
</el-form-item>
<el-form-item
style=
" width: 500px;margin-top: 0px;"
:label=
"$t('objFill.fj')"
prop=
"Image"
>
<el-form-item
style=
" width: 500px;margin-top: 0px;"
:label=
"$t('objFill.fj')"
prop=
"Image"
>
<div
style=
"display: flex;flex-direction: row;"
>
<div
style=
"display: flex;flex-direction: row;"
>
...
...
src/components/FinancialModule/BankStatementReconciliation/index.vue
View file @
b419b8f4
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5"
@
click=
"goUrl(scope.row,scope.row.BalanceList[index],1)"
<div
v-if=
"scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5"
@
click=
"goUrl(scope.row,scope.row.BalanceList[index],1)"
class=
"BalanceBox"
class=
"BalanceBox"
:class=
"[scope.row.BalanceList[index].FinanceIncome?'active':'']"
>
:class=
"[scope.row.BalanceList[index].
Income!=scope.row.BalanceList[index].
FinanceIncome?'active':'']"
>
{{
scope
.
row
.
BalanceList
[
index
].
FinanceIncome
}}
{{
scope
.
row
.
BalanceList
[
index
].
FinanceIncome
}}
</div>
</div>
</
template
>
</
template
>
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5"
@
click=
"goUrl(scope.row,scope.row.BalanceList[index],2)"
<div
v-if=
"scope.row.SubjectId!=-6&&scope.row.SubjectId!=-5"
@
click=
"goUrl(scope.row,scope.row.BalanceList[index],2)"
class=
"BalanceBox"
class=
"BalanceBox"
:class=
"[scope.row.BalanceList[index].FinanceExpenses?'active':'']"
>
:class=
"[scope.row.BalanceList[index].
Expenses!=scope.row.BalanceList[index].
FinanceExpenses?'active':'']"
>
{{
scope
.
row
.
BalanceList
[
index
].
FinanceExpenses
}}
{{
scope
.
row
.
BalanceList
[
index
].
FinanceExpenses
}}
</div>
</div>
</
template
>
</
template
>
...
...
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