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
d6b70c6b
Commit
d6b70c6b
authored
Oct 26, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
298bd3cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+2
-2
CostType.vue
src/components/systemManagement/CostType.vue
+11
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
d6b70c6b
...
...
@@ -1630,7 +1630,7 @@
mounted
()
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
if
(
this
.
active
==
2
)
{
if
(
this
.
active
==
2
||
this
.
active
==
3
)
{
this
.
productionDate
=
[
StartDate
,
EndDate
]
this
.
msg
.
sDate
=
this
.
productionDate
[
0
];
this
.
msg
.
eDate
=
this
.
productionDate
[
1
];
...
...
@@ -2222,7 +2222,7 @@
// 切换table栏
getActive
(
active
,
Conditon
,
BOSSBtn
)
{
this
.
active
=
active
if
(
this
.
active
==
2
)
{
if
(
this
.
active
==
2
||
this
.
active
==
3
)
{
let
StartDate
=
this
.
getBeforeDate
(
186
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
EndDate
=
this
.
getBeforeDate
(
-
1
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
productionDate
=
[
StartDate
,
EndDate
]
...
...
src/components/systemManagement/CostType.vue
View file @
d6b70c6b
...
...
@@ -178,7 +178,8 @@
</p>
<div
class=
"_bumen"
>
<p>
{{
$t
(
'fnc.tanzhang'
)
}}
:
{{
item
.
IsShareAccount
===
0
?
$t
(
'fnc.feitanzhang'
):
$t
(
'fnc.tanzhang'
)
}}
</p>
<p>
{{
$t
(
'fnc.ysbaobiao'
)
}}
:
{{
item
.
Is_Report
===
0
?
$t
(
'fnc.bujinru'
)
:
$t
(
'fnc.jinru'
)
}}
</p>
<p
v-if=
"item.PrioritySort>0"
>
审核优先级:
{{
item
.
PrioritySort
}}
</p>
<p
v-else
>
{{
$t
(
'fnc.ysbaobiao'
)
}}
:
{{
item
.
Is_Report
===
0
?
$t
(
'fnc.bujinru'
)
:
$t
(
'fnc.jinru'
)
}}
</p>
<p
class=
"_b_edit"
>
<!--
<button
type=
"button"
class=
"el-button el-tooltip item el-button--danger is-circle"
aria-describedby=
"el-tooltip-694"
tabindex=
"0"
@
click=
"financeinfoRemove(item.ID,item.Name)"
><i
class=
"el-icon-delete"
></i></button>
-->
<button
v-if=
"msg.EmployeeID==910"
type=
"button"
class=
"el-button el-tooltip item el-button--primary is-circle"
aria-describedby=
"el-tooltip-5781"
tabindex=
"0"
@
click=
"editCurency(item.ID),text='修改'"
><i
class=
"el-icon-edit"
></i></button>
...
...
@@ -440,6 +441,11 @@
<el-radio
v-model=
"addMsg.IsSecret"
:label=
"0"
>
{{$t('fnc.fou')}}
</el-radio>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"审核优先级:"
>
<el-input
v-model=
"addMsg.PrioritySort"
></el-input><span>
*数值越大越靠前
</span>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -506,6 +512,7 @@
list
:[],
Is_Report
:
0
,
IsSecret
:
0
,
PrioritySort
:
0
},
EmployeeIDList
:[],
text
:
''
,
...
...
@@ -889,6 +896,7 @@
list
:[],
Is_Report
:
0
,
IsSecret
:
0
,
PrioritySort
:
0
}
if
(
!
t
){
this
.
addShow
=
false
...
...
@@ -947,6 +955,7 @@
this
.
addMsg
.
Sort
=
dataList
.
Sort
;
this
.
addMsg
.
Is_Report
=
dataList
.
Is_Report
;
this
.
addMsg
.
IsSecret
=
dataList
.
IsSecret
;
this
.
addMsg
.
PrioritySort
=
dataList
.
PrioritySort
;
// this.addMsg = dataList;
if
(
dataList
.
DepartList
.
length
>
0
){
...
...
@@ -996,6 +1005,7 @@
list
:[],
Is_Report
:
0
,
IsSecret
:
0
,
PrioritySort
:
0
}
this
.
addMsg
=
msg
;
},
...
...
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