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
d9f732ee
Commit
d9f732ee
authored
Mar 07, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0937d3f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
AccountType.vue
src/components/systemManagement/AccountType.vue
+1
-1
CostType.vue
src/components/systemManagement/CostType.vue
+7
-7
No files found.
src/components/systemManagement/AccountType.vue
View file @
d9f732ee
...
...
@@ -106,7 +106,7 @@
<div
class=
"cmci_cen"
>
<p
class=
"_t _cup"
@
click=
"item.PeopleNum!=0?goUrl('AccountPageList',item.ID):''"
>
<span>
{{
$t
(
'fnc.glzhangu'
)
}}
</span>
<span
class=
"PingFangSC _underline"
v-if=
'item.PeopleNum!=0'
>
{{
item
.
PeopleNum
}}
个
</span>
<span
class=
"PingFangSC _underline"
v-if=
'item.PeopleNum!=0'
>
{{
item
.
PeopleNum
}}
{{
$t
(
'objFill.ge'
)
}}
</span>
<span
class=
"PingFangSC"
v-else
>
-
</span>
</p>
<p
class=
"_t"
><span>
{{
$t
(
'fnc.xnleixing'
)
}}
</span><span
v-if=
"item.IsVirtual==0"
>
{{
$t
(
'fnc.fou'
)
}}
</span><span
v-if=
"item.IsVirtual==1"
>
{{
$t
(
'fnc.yes'
)
}}
</span></p>
...
...
src/components/systemManagement/CostType.vue
View file @
d9f732ee
...
...
@@ -132,7 +132,7 @@
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
:label=
"$t('fnc.shangjileixing')"
>
<el-select
v-model=
"msg.ParentId
"
>
<el-select
v-model=
"msg.ParentId"
:placeholder=
"$t('objFill.qingxuanzhe')
"
>
<el-option
v-for=
"(item,index) in CostTypeList2"
:label=
'item.Name'
:key=
"item.ID"
:value=
'item.ID'
></el-option>
</el-select>
</el-form-item>
...
...
@@ -178,7 +178,7 @@
</p>
<div
class=
"_bumen"
>
<p>
{{
$t
(
'fnc.tanzhang'
)
}}
:
{{
item
.
IsShareAccount
===
0
?
$t
(
'fnc.feitanzhang'
):
$t
(
'fnc.tanzhang'
)
}}
</p>
<p
v-if=
"item.PrioritySort>0"
>
审核优先级
:
{{
item
.
PrioritySort
}}
</p>
<p
v-if=
"item.PrioritySort>0"
>
{{
$t
(
'objFill.shenheyouxianji'
)
}}
:
{{
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>
-->
...
...
@@ -436,14 +436,14 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"机密费用:
"
>
<el-form-item
:label=
"$t('objFill.jimifeiyong') + ':'
"
>
<el-radio
v-model=
"addMsg.IsSecret"
:label=
"1"
>
{{$t('fnc.yes')}}
</el-radio>
<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
:label=
"$t('objFill.shenheyouxianji') + ':'
"
>
<el-input
v-model=
"addMsg.PrioritySort"
></el-input><span>
*
{{$t('objFill.shuzidakq')}}
</span>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -812,7 +812,7 @@
},
//导出费用类型明细报表
method5
:
function
()
{
this
.
GetLocalFile
(
"financeinfo_post_OutToCostTypeExcel"
,
this
.
msg
,
"费用类型明细报表.xls"
);
this
.
GetLocalFile
(
"financeinfo_post_OutToCostTypeExcel"
,
this
.
msg
,
`
${
this
.
$t
(
'objFill.feiyonglxmxbb'
)}
.xls`
);
}
,
editCurency
(
id
){
// 修改信息
this
.
apipost
(
'financeinfo_post_GetCostType'
,{
ID
:
id
},
res
=>
{
...
...
@@ -1014,7 +1014,7 @@
if
(
this
.
addMsg
.
Tier
===
1
){
this
.
addMsg
.
ParentId
=
0
;
}
else
if
(
this
.
addMsg
.
Tier
!=
1
&&
this
.
addMsg
.
ParentId
==
''
){
return
this
.
$message
.
error
(
'请选择上级类型'
)
return
this
.
$message
.
error
(
this
.
$t
(
'objFill.qingxuazhesjlx'
)
)
}
if
(
this
.
addMsg
.
BranchId
!=
null
&&
this
.
addMsg
.
BranchId
!=-
1
){
let
obj
=
{
...
...
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