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
ad93dbde
Commit
ad93dbde
authored
2 years ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑单据的手配费
parent
09227e57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
17 deletions
+10
-17
FinancialDocumentsDetailSPF.vue
...omponents/FinancialModule/FinancialDocumentsDetailSPF.vue
+0
-1
addFinancialDocumentsSPF.vue
src/components/FinancialModule/addFinancialDocumentsSPF.vue
+10
-16
No files found.
src/components/FinancialModule/FinancialDocumentsDetailSPF.vue
View file @
ad93dbde
...
...
@@ -2359,7 +2359,6 @@
}
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
console
.
log
(
this
.
GetDetail
,
'======'
)
if
(
this
.
GetDetail
.
DetailList
)
{
this
.
GetDetail
.
DetailList
.
forEach
(
item
=>
{
if
(
item
.
CostTypeName
==
"领队导游资金池领款"
)
{
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/addFinancialDocumentsSPF.vue
View file @
ad93dbde
...
...
@@ -1603,18 +1603,8 @@ export default {
this
.
apipost
(
'Financial_post_Get'
,
{
ID
:
id
,
TempId
:
tempId
,
TCIDList
:(
this
.
orderObj
&&
this
.
orderObj
.
TCIDList
)?
this
.
orderObj
.
TCIDList
:[]},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
// if((data.TemplateId==245
// ||data.TemplateId==246
// ||data.TemplateId==247
// ||data.TemplateId==248)&&!this.isHandFee&&data.KingdeeBranchId&&this.msg.RB_Branch_Id!=1220){
// this.GetHandFeeList()//获取手配费功能权限配置
// this.is_HandFee = true
// this.isHandFee = true
// this.HandFee.BranchId = data.KingdeeBranchId
// }else{
// this.is_HandFee = false
// this.isHandFee = false
// }
this
.
$forceUpdate
()
this
.
editTemplateId
=
data
.
TemplateId
;
this
.
getCompany
();
...
...
@@ -1640,8 +1630,6 @@ export default {
}
else
if
(
this
.
$route
.
query
.
companyID
){
this
.
msg
.
RB_Branch_Id
=
parseInt
(
this
.
$route
.
query
.
companyID
);
}
this
.
admin_get_DepartmentGetList
(
this
.
msg
.
RB_Branch_Id
);
this
.
msg
.
PayDate
=
this
.
msg
.
PayDate
;
this
.
msg
.
detailList
=
[];
...
...
@@ -1771,7 +1759,13 @@ export default {
||
this
.
$route
.
query
.
id
==
248
){
this
.
is_HandFee
=
true
this
.
isHandFee
=
true
}
else
{
}
else
if
((
this
.
msg
.
TemplateId
==
245
||
this
.
msg
.
TemplateId
==
246
||
this
.
msg
.
TemplateId
==
247
||
this
.
msg
.
TemplateId
==
248
)
&&
this
.
msg
.
HandFeeFrId
==
0
&&
this
.
msg
.
RB_Branch_Id
!=
1220
){
this
.
is_HandFee
=
true
this
.
isHandFee
=
true
}
else
{
this
.
is_HandFee
=
false
this
.
isHandFee
=
false
}
...
...
@@ -2027,11 +2021,11 @@ export default {
||
this
.
$route
.
query
.
id
==
246
||
this
.
$route
.
query
.
id
==
247
||
this
.
$route
.
query
.
id
==
248
){
this
.
GetHandFeeList
()
//获取手配费功能权限配置
this
.
isHandFee
=
true
}
else
{
this
.
is_HandFee
=
false
}
this
.
GetHandFeeList
()
//获取手配费功能权限配置
let
userInfo
=
this
.
getLocalStorage
();
this
.
department
=
userInfo
.
DepartName
;
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
...
...
This diff is collapsed.
Click to expand it.
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