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
3cc40efa
Commit
3cc40efa
authored
Jul 01, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 确认对账 + 修改交易方式
parent
db9a0eab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+15
-5
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
3cc40efa
...
@@ -1368,7 +1368,7 @@
...
@@ -1368,7 +1368,7 @@
<div
style=
"display: flex;align-items: center;margin-top:15px;"
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
<div
style=
"display: flex;align-items: center;margin-top:15px;"
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<span
style=
"font-size: 14px;"
>
{{$t('objFill.xiugaidianfudx')}}:
</span>
<span
style=
"font-size: 14px;"
>
{{$t('objFill.xiugaidianfudx')}}:
</span>
<div
style=
"display: flex;
flex-grow: 1;
"
>
<div
style=
"display: flex;"
>
<el-select
<el-select
v-model=
"AuditOrRefundMsg.KingdeeClientID"
class=
"w135 _border_b_1"
v-model=
"AuditOrRefundMsg.KingdeeClientID"
class=
"w135 _border_b_1"
filterable
filterable
...
@@ -1390,7 +1390,12 @@
...
@@ -1390,7 +1390,12 @@
</el-option>
</el-option>
</el-select>
</el-select>
</div>
</div>
<div
style=
"display: flex;flex-grow: 1;"
v-if=
"GetDetail.AuditNumber!=''"
>
<span
style=
"font-size: 14px;margin-left:20px;"
>
{{$t('objFill.duizhangqueren')}}:
</span>
<div
style=
"display: flex;"
>
<el-date-picker
class=
"w135 _border_b_1"
v-model=
"AuditOrRefundMsg.CheckPeriod"
type=
"month"
value-format=
"yyyy-MM"
:placeholder=
"$t('objFill.qingxzzq')"
></el-date-picker>
</div>
<div
style=
"display: flex;margin-left:10px;"
v-if=
"GetDetail.AuditNumber!=''"
>
<span
style=
"font-size: 24px;"
>
{{GetDetail.AuditNumber}}
</span>
<span
style=
"font-size: 24px;"
>
{{GetDetail.AuditNumber}}
</span>
</div>
</div>
</div>
</div>
...
@@ -1745,7 +1750,7 @@ class="w135 _border_b_1">
...
@@ -1745,7 +1750,7 @@ class="w135 _border_b_1">
<div
style=
"display: flex;align-items: center;margin-top:15px;"
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
<div
style=
"display: flex;align-items: center;margin-top:15px;"
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<span
style=
"font-size: 14px;"
>
{{$t('objFill.xiugaidianfudx')}}:
</span>
<span
style=
"font-size: 14px;"
>
{{$t('objFill.xiugaidianfudx')}}:
</span>
<div
style=
"display: flex;
flex-grow: 1;
"
>
<div
style=
"display: flex;"
>
<el-select
<el-select
v-model=
"AuditOrRefundMsg.KingdeeClientID"
class=
"w135 _border_b_1"
v-model=
"AuditOrRefundMsg.KingdeeClientID"
class=
"w135 _border_b_1"
filterable
filterable
...
@@ -1767,7 +1772,11 @@ class="w135 _border_b_1">
...
@@ -1767,7 +1772,11 @@ class="w135 _border_b_1">
</el-option>
</el-option>
</el-select>
</el-select>
</div>
</div>
<div
style=
"display: flex;flex-grow: 1;"
v-if=
"GetDetail.AuditNumber!=''"
>
<span
style=
"font-size: 14px;margin-left:20px;"
>
{{$t('objFill.duizhangqueren')}}:
</span>
<div
style=
"display: flex;"
>
<el-date-picker
class=
"w135 _border_b_1"
v-model=
"AuditOrRefundMsg.CheckPeriod"
type=
"month"
value-format=
"yyyy-MM"
:placeholder=
"$t('objFill.qingxzzq')"
></el-date-picker>
</div>
<div
style=
"display: flex;margin-left:10px;"
v-if=
"GetDetail.AuditNumber!=''"
>
<span
style=
"font-size: 24px;"
>
{{GetDetail.AuditNumber}}
</span>
<span
style=
"font-size: 24px;"
>
{{GetDetail.AuditNumber}}
</span>
</div>
</div>
</div>
</div>
...
@@ -2340,7 +2349,8 @@ class="w135 _border_b_1">
...
@@ -2340,7 +2349,8 @@ class="w135 _border_b_1">
FinanceMoney
:
0
,
FinanceMoney
:
0
,
FCostTypeId
:
'1851'
,
FCostTypeId
:
'1851'
,
BankAccountId
:
'40'
,
BankAccountId
:
'40'
,
AccountNumber
:
''
AccountNumber
:
''
,
CheckPeriod
:
''
},
},
AuditListData
:
{
AuditListData
:
{
AuditList
:
[]
AuditList
:
[]
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
3cc40efa
...
@@ -1336,7 +1336,7 @@
...
@@ -1336,7 +1336,7 @@
<
/el-tooltip
>
<
/el-tooltip
>
<
el
-
tooltip
v
-
if
=
"ActionMenuCode.indexOf('F_Update_TradeDate')!=-1"
class
=
"item"
<
el
-
tooltip
v
-
if
=
"ActionMenuCode.indexOf('F_Update_TradeDate')!=-1"
class
=
"item"
:
content
=
"$t('fnc.tzjyriqi')+'111'"
placement
=
"top"
>
:
content
=
"$t('fnc.tzjyriqi')+'111'"
placement
=
"top"
>
<
i
v
-
if
=
"
msg.Conditon==2
&& scope.row.TradeDate"
class
=
"iconfont icon-tiaozheng"
<
i
v
-
if
=
"
(msg.Conditon==1 || msg.Conditon==2)
&& scope.row.TradeDate"
class
=
"iconfont icon-tiaozheng"
@
click
=
"dialogFormVisible=true,updateMsg.FrID=scope.row.FrID,updateMsg.OTradeDate=scope.row.TradeDate"
><
/i
>
@
click
=
"dialogFormVisible=true,updateMsg.FrID=scope.row.FrID,updateMsg.OTradeDate=scope.row.TradeDate"
><
/i
>
<
/el-tooltip
>
<
/el-tooltip
>
...
...
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