Commit 266a3907 authored by 黄奎's avatar 黄奎

页面修改

parent 9783c262
...@@ -18,7 +18,7 @@ export function queryStudentBackClassPage(data) { ...@@ -18,7 +18,7 @@ export function queryStudentBackClassPage(data) {
*/ */
export function saveBackBillAduit(data) { export function saveBackBillAduit(data) {
return request({ return request({
url: '/stu/SetBackBillAduit', url: '/EducationReceipt/AduitEducationReceipt',
method: 'post', method: 'post',
data data
}) })
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
return { return {
persistent: true, persistent: true,
backBillMsg: { backBillMsg: {
BackId: 0, Id: 0,
BackMoney: 0, //实际退款金额 BackMoney: 0, //实际退款金额
Description: "", //审批意见 Description: "", //审批意见
AuditStatus: 0, //审核状态 AuditStatus: 0, //审核状态
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
}, },
created() {}, created() {},
mounted() { mounted() {
this.backBillMsg.BackId = this.setingObj.BackId; this.backBillMsg.Id = this.setingObj.Id;
this.backBillMsg.SpecialNode = this.setingObj.SpecialNode; this.backBillMsg.SpecialNode = this.setingObj.SpecialNode;
if (this.backBillMsg.SpecialNode == 1) { if (this.backBillMsg.SpecialNode == 1) {
this.getBackBillMoney(); this.getBackBillMoney();
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
billObj: {}, //单据信息 billObj: {}, //单据信息
showType: 1, //1-查看,2-审核 showType: 1, //1-查看,2-审核
OrderTypeList: [], OrderTypeList: [],
Id:0
} }
}, },
created() { created() {
...@@ -227,8 +227,8 @@ ...@@ -227,8 +227,8 @@
showBillForm(item, type) { showBillForm(item, type) {
this.isShowBillForm = true; this.isShowBillForm = true;
this.showType = type; this.showType = type;
this.billObj = item.DataObj; this.billObj = item;
this.Id = item.Id;
}, },
//重新查询 //重新查询
resetSearch() { resetSearch() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment