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

页面修改

parent 9783c262
......@@ -18,7 +18,7 @@ export function queryStudentBackClassPage(data) {
*/
export function saveBackBillAduit(data) {
return request({
url: '/stu/SetBackBillAduit',
url: '/EducationReceipt/AduitEducationReceipt',
method: 'post',
data
})
......
......@@ -265,7 +265,7 @@
return {
persistent: true,
backBillMsg: {
BackId: 0,
Id: 0,
BackMoney: 0, //实际退款金额
Description: "", //审批意见
AuditStatus: 0, //审核状态
......@@ -280,7 +280,7 @@
},
created() {},
mounted() {
this.backBillMsg.BackId = this.setingObj.BackId;
this.backBillMsg.Id = this.setingObj.Id;
this.backBillMsg.SpecialNode = this.setingObj.SpecialNode;
if (this.backBillMsg.SpecialNode == 1) {
this.getBackBillMoney();
......
......@@ -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() {
......
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