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
62b565da
Commit
62b565da
authored
Dec 27, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7ab8553a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+26
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
62b565da
...
...
@@ -1191,6 +1191,22 @@
</div>
</div>
</
template
>
<div
class=
"w890px"
v-if=
"GetDetail.HandFeeFrId"
>
<div
class=
"_tit _tit2 w890px _border_bottom_none"
>
<p>
<span
class=
"_text"
>
手配费关联单
</span>
<span
class=
"_btn"
v-if=
"tableShowHandFee"
@
click=
"tableShowHandFee=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShowHandFee=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</p>
<div
v-show=
"tableShowHandFee"
>
<div>
<HandFeeDetails
:isPrintPage=
"false"
:ID=
"GetDetail.HandFeeFrId"
:width=
"widthSon"
:color=
"colorSon"
>
</HandFeeDetails>
</div>
</div>
</div>
</div>
<div
class=
"w890px"
>
<SaleOrderModule
v-if=
"OrderSource==10&&SourceID&&OrderID"
:SourceID=
'SourceID'
:orderID=
'OrderID'
/>
<TicketFinace
v-if=
"OrderSource==4&&SourceID&&Callback&&ID"
:SourceID=
'SourceID'
:Callback=
'Callback'
:id=
'ID'
/>
...
...
@@ -2142,6 +2158,8 @@ class="w135 _border_b_1">
import
OrderReceivablesAccount
from
"./components/OrderReceivablesAccount.vue"
;
import
ClientBankAccount
from
"./components/ClientBankAccount.vue"
;
import
HelpBranch
from
"./components/HelpBranch.vue"
;
import
HandFeeDetails
from
"./HandFee/HandFeeDetails.vue"
;
export
default
{
data
()
{
return
{
...
...
@@ -2155,6 +2173,7 @@ class="w135 _border_b_1">
isOrderOP
:
false
,
//是否跳转op订单页面
financeShow
:
true
,
picIsShow
:
false
,
tableShowHandFee
:
true
,
picObj
:
''
,
imgList
:
[],
isShowAttachment
:
false
,
//是出纳可上传附件
...
...
@@ -2330,6 +2349,7 @@ class="w135 _border_b_1">
}
},
components
:
{
HandFeeDetails
,
"my-FlowChartModule"
:
myFlowChartModule
,
"my-Bill"
:
myBill
,
"new-Bill"
:
newBill
,
...
...
@@ -3747,7 +3767,12 @@ else if (Type==2) {
SupplierName
:
data
.
SupplierName
,
DutyNo
:
data
.
DutyNo
,
AccountTypeStr
:
data
.
AccountTypeStr
,
AccountCreateTime
:
data
.
AccountCreateTime
AccountCreateTime
:
data
.
AccountCreateTime
,
JapanFeeMoney
:
data
.
JapanFeeMoney
,
JapanFeeRemarks
:
data
.
JapanFeeRemarks
,
JapanFeeCurrencyName
:
data
.
JapanFeeCurrencyName
,
JapanFeeRate
:
data
.
JapanFeeRate
,
JapanFinanceId
:
data
.
JapanFinanceId
}
this
.
helpBranchData
=
{
Type
:
data
.
Type
,
...
...
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