Commit d530b627 authored by zhengke's avatar zhengke

修改

parent 65d665c8
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
} }
}, },
created() { created() {
this.FinanceMsg.BackClassId = this.setingObj.BackId; this.FinanceMsg.BackClassId = this.setingObj.DataObj.BackId;
this.addMsg.ObjID = this.setingObj.GuestId; this.addMsg.ObjID = this.setingObj.GuestId;
this.financeinfo_post_GetList(); this.financeinfo_post_GetList();
this.getGuestBankAccount() this.getGuestBankAccount()
......
This diff is collapsed.
...@@ -98,6 +98,13 @@ ...@@ -98,6 +98,13 @@
<q-btn v-if="tabCheck=='1' && props.row.AuditStatus==2" flat size="xs" icon="edit" color="accent" <q-btn v-if="tabCheck=='1' && props.row.AuditStatus==2" flat size="xs" icon="edit" color="accent"
style="font-weight:400" label="生成单据" @click="createBillForm(props.row)" /> style="font-weight:400" label="生成单据" @click="createBillForm(props.row)" />
</template> </template>
<template v-if="props.row.DataObj.FinanceId>0">
<span @click="goFinaceUrl('FinancialDocumentsDetail',props.row.DataObj)" style="color: #2961FE;font-weight: bold;cursor: pointer;">{{props.row.DataObj.FinanceId}}</span>
</template>
<template v-else>
<q-btn v-if="tabCheck=='1'" flat size="xs" icon="directions" color="secondary" style="font-weight:400" label="制单"
@click="createBillForm(props.row)" />
</template>
<q-btn v-if="props.row.VerifyStatus==0 && tabCheck=='1'" flat size="xs" icon="delete" color="negative" style="font-weight:400" label="作废" <q-btn v-if="props.row.VerifyStatus==0 && tabCheck=='1'" flat size="xs" icon="delete" color="negative" style="font-weight:400" label="作废"
@click="invalidBillForm(props.row)" /> @click="invalidBillForm(props.row)" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="查看" <q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="查看"
......
...@@ -1090,6 +1090,11 @@ const routes = [{ ...@@ -1090,6 +1090,11 @@ const routes = [{
component: () => component: () =>
import("pages/stuMan/todaysOrder") import("pages/stuMan/todaysOrder")
}, },
{
path: "/stuMan/stuClassManage", //学管 班级管理
component: () =>
import("pages/stuMan/stuClassManage")
}
], ],
}, },
......
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