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
1e5caa34
Commit
1e5caa34
authored
Aug 04, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3c3734a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
51 deletions
+12
-51
FProcessManagement.vue
src/components/FinancialModule/FProcessManagement.vue
+12
-11
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+0
-40
No files found.
src/components/FinancialModule/FProcessManagement.vue
View file @
1e5caa34
...
...
@@ -109,17 +109,6 @@
<ul
class=
"_nav clearfix"
>
<li
class=
"_active"
@
click=
"getTemplateList()"
>
流程列表
</li>
<!--
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,msg.TempLateWay=8,getTemplateList()"
>
自定义流程
</li>
-->
<li>
<span>
是否启用:
</span>
<el-tooltip
:content=
"msg.Status==1?'启用':'停用'"
placement=
"top"
>
<el-switch
@
change=
"resetPageIndex"
v-model=
"msg.Status"
active-value=
"1"
inactive-value=
"2"
>
</el-switch>
</el-tooltip>
</li>
</ul>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row>
...
...
@@ -136,6 +125,18 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"是否启用"
>
<el-tooltip
:content=
"msg.Status==1?'启用':'停用'"
placement=
"top"
>
<el-switch
@
change=
"resetPageIndex"
v-model=
"msg.Status"
active-value=
"1"
inactive-value=
"2"
>
</el-switch>
</el-tooltip>
</el-form-item>
</el-col>
</el-row>
</el-form>
</ul>
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
1e5caa34
...
...
@@ -2776,46 +2776,6 @@
}
});
},
//权限验证
checkHasAuth
()
{
// this.apipost(
// 'travel_get_CheckBalancePaymentAuth', {
// TCID: this.TCID
// },
// res => {
// if (res.data.resultCode == 1) {
// this.IsHaveAuth=true;
// }
// else
// {
// this.IsHaveAuth=false;
// }
// },
// err => {}
// )
},
//判断数组是否存在 值
// isExists(arr, item) {
// var flag = false;
// for (var i = 0; i
<
arr
.
length
;
i
++
)
{
// if (arr[i].indexOf(item)!=-1) {
// flag = true;
// break;
// }
// }
// return flag;
// }
// isExists: function (arr, item) {
// var flag = false;
// for (var i = 0; i
<
arr
.
length
;
i
++
)
{
// if (arr[i] == item) {
// flag = true;
// break;
// }
// }
// return flag;
// },
},
mounted
()
{
this
.
TCID
=
this
.
$route
.
query
.
id
;
...
...
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