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
57adacad
Commit
57adacad
authored
Apr 18, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4c540927
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
HandFeeStatistics.vue
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+15
-1
addFinancialDocumentsSPF.vue
src/components/FinancialModule/addFinancialDocumentsSPF.vue
+5
-0
No files found.
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
View file @
57adacad
...
...
@@ -248,6 +248,9 @@
prop=
"FinanceId"
label=
"单号"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<span
style=
"cursor: pointer;color: #00C6FF;"
@
click=
"openDetails(scope.row)"
>
{{
scope
.
row
.
FinanceId
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"CostTypeName"
...
...
@@ -487,7 +490,7 @@ export default {
if
(
this
.
$route
.
query
.
HandFeeFrId
){
this
.
msg
.
HandFeeFrId
=
this
.
$route
.
query
.
HandFeeFrId
}
else
{
let
sDate
=
this
.
FormartDate
(
new
Date
(
this
.
getBeforeDate
(
3
1
)));
let
sDate
=
this
.
FormartDate
(
new
Date
(
this
.
getBeforeDate
(
1
)));
let
eDate
=
this
.
FormartDate
(
new
Date
(
this
.
getBeforeDate
(
0
)));
this
.
productionDate
=
[
sDate
,
eDate
]
this
.
msg
.
sDate
=
sDate
;
...
...
@@ -514,6 +517,17 @@ export default {
this
.
GetHandFee
()
//手配费公司
},
methods
:{
// 单据详情
openDetails
(
item
)
{
let
query
=
{
id
:
item
.
FinanceId
,
blank
:
"y"
,
};
this
.
$router
.
push
({
path
:
"/FinancialDocumentsDetail"
,
query
});
},
// 设置手配费关联
setHandFeeFr
(){
this
.
$refs
[
'shezhiMsg'
].
validate
((
valid
)
=>
{
...
...
src/components/FinancialModule/addFinancialDocumentsSPF.vue
View file @
57adacad
...
...
@@ -1769,6 +1769,9 @@ export default {
||
this
.
$route
.
query
.
id
==
248
){
this
.
is_HandFee
=
true
this
.
isHandFee
=
true
}
else
{
this
.
is_HandFee
=
false
this
.
isHandFee
=
false
}
}
if
(
Bid
>=
0
){
...
...
@@ -2024,6 +2027,8 @@ export default {
||
this
.
$route
.
query
.
id
==
248
){
this
.
GetHandFeeList
()
//获取手配费功能权限配置
this
.
isHandFee
=
true
}
else
{
this
.
is_HandFee
=
false
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
department
=
userInfo
.
DepartName
;
...
...
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