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
7fcf31aa
Commit
7fcf31aa
authored
Jul 14, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
af0138e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
+19
-10
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-4
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+7
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+6
-4
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
7fcf31aa
...
...
@@ -1115,10 +1115,12 @@
<CostmonthDetails
v-if=
"GetDetail.OtherType==75||getTemplate(GetDetail)"
:GetDetail=
"GetDetail"
>
</CostmonthDetails>
<!-- 团成员已制单名单 -->
<RollCall
v-if=
"GetDetail.OrderSource==10&&
GetDetail.TCIDAndTCNUMList[0].TCNUM&&
GetDetail.TCIDAndTCNUMList[0].TCID"
:GetDetail=
"GetDetail"
>
</RollCall>
<
template
v-if=
"GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"
>
<RollCall
v-if=
"GetDetail.OrderSource==10&&
GetDetail.TCIDAndTCNUMList[0].TCNUM&&
GetDetail.TCIDAndTCNUMList[0].TCID"
:GetDetail=
"GetDetail"
>
</RollCall>
</
template
>
<myGuanBill
:ID=
"FrID"
:FrID=
'FrID'
:TemplateId=
'GetDetail.TemplateId'
v-if=
"(((GetDetail.TemplateId === 36 || GetDetail.TemplateId === 37) && LeadState) || GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel"
/>
<myJiPiaoBill
:ID=
"FrID"
:FrID=
'FrID'
:TemplateId=
'GetDetail.TemplateId'
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
7fcf31aa
...
...
@@ -982,7 +982,7 @@ input[type="number"] {
@click="showjiaoyi(item.FrID)"></i>
</el-tooltip> -->
<el-tooltip
class=
"item"
content=
"手续费设置"
placement=
"top"
v-if=
"active==2 && item.Type==1 &&(
istransaction
== true || isJapanCommission == true)"
>
v-if=
"active==2 && item.Type==1 &&(
F_Trademodify
== true || isJapanCommission == true)"
>
<i
class=
"iconfont icon-zhifupeizhiguanli"
@
click=
"showTranTax(item.FrID,'1')"
></i>
</el-tooltip>
...
...
@@ -1503,6 +1503,7 @@ export default {
accountList2
:
[],
trabeList
:
[],
//获取的交易方式列表
alltransaction
:
[],
F_Trademodify
:
false
,
istransaction
:
false
,
transTax
:
{
FrId
:
0
,
...
...
@@ -1528,7 +1529,11 @@ export default {
if
(
ActionMenuCode
.
indexOf
(
"F_HandWithFee"
)
!=
-
1
)
{
this
.
HandShow
=
true
;
}
// F_Trademodify
// 汇率权限
if
(
ActionMenuCode
.
indexOf
(
"F_Trademodify"
)
!=
-
1
)
{
this
.
F_Trademodify
=
true
;
}
// 付款对象权限
if
(
ActionMenuCode
.
indexOf
(
"isManageFinance"
)
!=
-
1
)
{
this
.
istransaction
=
true
;
}
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
7fcf31aa
...
...
@@ -1130,10 +1130,12 @@
<CostmonthDetails
v-if=
"GetDetail.OtherType==75||getTemplate(GetDetail)"
:GetDetail=
"GetDetail"
>
</CostmonthDetails>
<!-- 团成员已制单名单 -->
<RollCall
v-if=
"GetDetail.OrderSource==10&&
GetDetail.TCIDAndTCNUMList[0].TCNUM&&
GetDetail.TCIDAndTCNUMList[0].TCID"
:GetDetail=
"GetDetail"
>
</RollCall>
<
template
v-if=
"GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"
>
<RollCall
v-if=
"GetDetail.OrderSource==10&&
GetDetail.TCIDAndTCNUMList[0].TCNUM&&
GetDetail.TCIDAndTCNUMList[0].TCID"
:GetDetail=
"GetDetail"
>
</RollCall>
</
template
>
<myGuanBill
:ID=
"FrID"
:FrID=
'FrID'
:TemplateId=
'GetDetail.TemplateId'
v-if=
"(((GetDetail.TemplateId === 36 || GetDetail.TemplateId === 37) && LeadState) || GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel"
/>
<myJiPiaoBill
:ID=
"FrID"
:FrID=
'FrID'
:TemplateId=
'GetDetail.TemplateId'
...
...
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