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
266a3907
Commit
266a3907
authored
Jul 09, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9783c262
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
bill.js
src/api/sale/bill.js
+1
-1
backinfo-form.vue
src/components/sale/backinfo-form.vue
+2
-2
changeClassManager.vue
src/pages/teacher/changeClassManager.vue
+3
-3
No files found.
src/api/sale/bill.js
View file @
266a3907
...
...
@@ -18,7 +18,7 @@ export function queryStudentBackClassPage(data) {
*/
export
function
saveBackBillAduit
(
data
)
{
return
request
({
url
:
'/
stu/SetBackBillAdui
t'
,
url
:
'/
EducationReceipt/AduitEducationReceip
t'
,
method
:
'post'
,
data
})
...
...
src/components/sale/backinfo-form.vue
View file @
266a3907
...
...
@@ -265,7 +265,7 @@
return
{
persistent
:
true
,
backBillMsg
:
{
Back
Id
:
0
,
Id
:
0
,
BackMoney
:
0
,
//实际退款金额
Description
:
""
,
//审批意见
AuditStatus
:
0
,
//审核状态
...
...
@@ -280,7 +280,7 @@
},
created
()
{},
mounted
()
{
this
.
backBillMsg
.
BackId
=
this
.
setingObj
.
Back
Id
;
this
.
backBillMsg
.
Id
=
this
.
setingObj
.
Id
;
this
.
backBillMsg
.
SpecialNode
=
this
.
setingObj
.
SpecialNode
;
if
(
this
.
backBillMsg
.
SpecialNode
==
1
)
{
this
.
getBackBillMoney
();
...
...
src/pages/teacher/changeClassManager.vue
View file @
266a3907
...
...
@@ -189,7 +189,7 @@
billObj
:
{},
//单据信息
showType
:
1
,
//1-查看,2-审核
OrderTypeList
:
[],
Id
:
0
}
},
created
()
{
...
...
@@ -227,8 +227,8 @@
showBillForm
(
item
,
type
)
{
this
.
isShowBillForm
=
true
;
this
.
showType
=
type
;
this
.
billObj
=
item
.
DataObj
;
this
.
Id
=
item
.
Id
;
this
.
billObj
=
item
;
},
//重新查询
resetSearch
()
{
...
...
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