Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
189d7c84
Commit
189d7c84
authored
Jul 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cb8eccc6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
2 deletions
+71
-2
index.js
src/api/stuMan/index.js
+13
-0
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+29
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+29
-1
No files found.
src/api/stuMan/index.js
0 → 100644
View file @
189d7c84
import
request
from
'../../utils/request'
/**
* 获取部门分页列表
*/
export
function
getDeptPage
(
data
)
{
return
request
({
url
:
'/User/GetDeptPageList'
,
method
:
'post'
,
data
});
}
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
189d7c84
...
...
@@ -827,6 +827,29 @@
<el-button
size=
"small"
type=
"danger"
@
click=
"maxmoneyTips=false"
>
确 定
</el-button>
</span>
</el-dialog>
<q-dialog
v-model=
"costmode"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
style=
"width: 700px;max-width:700px;"
>
<q-card-section>
<div
class=
"text-h6"
>
为规范财务管理工作,关于财务单据制单和报销,特作以下温馨提示
</div>
</q-card-section>
<q-card-section>
<div
class=
"text-"
>
1.正确选取财务单据的归属校区和部门。
<br>
2.与班级或活动相关的收支单据,应相关联。
<br>
3.财务单据请上传相关原始附件。支出单据请提供合法票据(发票),凭票报销。如无法提供发票请特殊备注说明原因并单独制单。办公用品请附入库清单。
<br>
4.支出单尽量选择公对公走账,如必须公对私请特殊备注说明原由。
<br>
5.支出单请详细备注:使用校区及用途。
<br>
6.原则上凭票报销,因特殊情况如发票后补,请及时补回发票,如跨月才提供发票应走借款程序,做特殊处理。
<br>
7.大于5000元以上的支出须提供合同,并上传至附件。
</div>
</q-card-section>
<q-card-actions
align=
"right"
>
<q-btn
color=
"primary"
label=
"我知道了"
@
click=
"costmode = false"
/>
</q-card-actions>
</q-card>
</q-dialog>
</div>
</template>
<
script
>
...
...
@@ -970,7 +993,8 @@
rowsPerPage
:
12
,
SName
:
""
,
Status
:
'-1'
}
},
costmode
:
true
,
}
},
methods
:
{
...
...
@@ -2073,6 +2097,10 @@
if
(
this
.
$route
.
query
.
edit
)
{
// 编辑
this
.
msg
.
FrID
=
this
.
$route
.
query
.
FrID
;
console
.
log
(
this
.
$route
.
query
.
FrID
,
'财务单据id'
)
if
(
this
.
msg
.
FrID
>
0
){
this
.
costmode
=
false
}
this
.
Financial_post_Get
(
this
.
$route
.
query
.
FrID
,
0
);
}
else
{
if
(
this
.
$route
.
query
.
czmsg
)
{
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
189d7c84
...
...
@@ -672,6 +672,29 @@
</div>
</div>
</div>
<q-dialog
v-model=
"costmode"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
style=
"width: 700px;max-width:700px;"
>
<q-card-section>
<div
class=
"text-h6"
>
为规范财务管理工作,关于财务单据制单和报销,特作以下温馨提示
</div>
</q-card-section>
<q-card-section>
<div
class=
"text-"
>
1.正确选取财务单据的归属校区和部门。
<br>
2.与班级或活动相关的收支单据,应相关联。
<br>
3.财务单据请上传相关原始附件。支出单据请提供合法票据(发票),凭票报销。如无法提供发票请特殊备注说明原因并单独制单。办公用品请附入库清单。
<br>
4.支出单尽量选择公对公走账,如必须公对私请特殊备注说明原由。
<br>
5.支出单请详细备注:使用校区及用途。
<br>
6.原则上凭票报销,因特殊情况如发票后补,请及时补回发票,如跨月才提供发票应走借款程序,做特殊处理。
<br>
7.大于5000元以上的支出须提供合同,并上传至附件。
</div>
</q-card-section>
<q-card-actions
align=
"right"
>
<q-btn
color=
"primary"
label=
"我知道了"
@
click=
"costmode = false"
/>
</q-card-actions>
</q-card>
</q-dialog>
</div>
</template>
<
script
>
...
...
@@ -830,7 +853,9 @@
rowsPerPage
:
12
,
SName
:
""
,
Status
:
'-1'
}
},
costmode
:
true
,
}
},
methods
:
{
...
...
@@ -1855,6 +1880,9 @@
if
(
this
.
$route
.
query
.
edit
)
{
this
.
edit
=
this
.
$route
.
query
.
edit
;
this
.
msg
.
FrID
=
this
.
$route
.
query
.
FrID
;
if
(
this
.
msg
.
FrID
>
0
){
this
.
costmode
=
false
}
this
.
Financial_post_Get
(
parseInt
(
this
.
$route
.
query
.
FrID
),
0
);
this
.
currentType
=
1
this
.
currentId
=
this
.
$route
.
query
.
FrID
...
...
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