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
f23fefc3
Commit
f23fefc3
authored
Jan 15, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
bf48a40d
957ce989
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
RevenueFileMan.vue
src/components/FinancialModule/ReportForm/RevenueFileMan.vue
+6
-5
No files found.
src/components/FinancialModule/ReportForm/RevenueFileMan.vue
View file @
f23fefc3
...
...
@@ -8,7 +8,7 @@
<el-input
class=
"w200"
v-model=
"msg.Title"
></el-input>
</span>
</li>
<li>
<li
v-if=
"EmployeeId==1"
>
<span>
<em>
员工
</em>
</span>
...
...
@@ -35,7 +35,8 @@
value=
"查询"
@
click=
"getList()"
>
<input
<!-- -->
<input
v-if=
"EmployeeId==1"
type=
"button"
class=
"hollowFixedBtn"
value=
"新增"
...
...
@@ -105,15 +106,15 @@
<el-input
class=
"w220"
v-model=
"addMsg.Title"
></el-input>
</el-form-item>
<el-form-item
label=
"接收人"
prop=
"EmployeeId"
>
<el-select
filterable
v-model=
"addMsg.EmployeeId"
>
<el-select
class=
"w220"
filterable
v-model=
"addMsg.EmployeeId"
>
<!--
<el-option
label=
"不限"
value=
''
></el-option>
-->
<el-option
v-for=
"item in EmployeeList"
:label=
'item.EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId'
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"描述"
>
<el-input
style=
"width:
400
px"
type=
"textarea"
:autosize=
"
{ minRows: 2, maxRows: 4}" v-model="addMsg.Description">
</el-input>
<el-input
style=
"width:
543
px"
type=
"textarea"
:autosize=
"
{ minRows: 2, maxRows: 4}" v-model="addMsg.Description">
</el-input>
</el-form-item>
<div
class=
"_addUpload_box clearfix"
>
<div
style=
"padding-left:100px"
class=
"_addUpload_box clearfix"
>
<template
v-for=
"(file,fIndex) in saveMsg"
>
<div
v-if=
"file.Type==3"
>
<div
style=
"width:100%;height:100%;overflow: hidden;"
>
...
...
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