Commit 0eb6eff4 authored by 黄奎's avatar 黄奎

页面修改

parent 81b5d04b
......@@ -87,6 +87,13 @@
</template>
</div>
</template>
<template v-if="item.OrderType==1">
课程名称:{{item.CourseName}}
<template v-if="item.IsChaBan==1">
插班报入:开始计算课时 {{item.StartClassHours}}
</template>
</template>
<div style="margin-top:10px;" v-if="item.OfferId>0">
报价单:<span class="order_OfferId" @click="goQuotation(item.OfferId)"
style="font-size:14px;">{{item.OfferId}}</span>
......@@ -1259,8 +1266,7 @@
//调用父页面成功方法
this.$emit('success');
}
}).catch(() => {
})
}).catch(() => {})
},
takeContractTwo(item, subItem) {
let obj = {
......
......@@ -50,7 +50,7 @@
CancelList: [],
//权限判断
authObj: {
isShowName: false, //不显示班级名称
isShowName: true, //不显示班级名称
isShowEditSale: true, //显示修改销售按钮
isShowEducationRemark: true, //显示修改教务备注
isShowPrincipalRemark: true, //显示校长备注
......
......@@ -39,7 +39,7 @@
CancelList: [],
//权限判断
authObj: {
isShowName: false, //不显示班级名称
isShowName: true, //不显示班级名称
isShowEditSale: true, //显示修改销售按钮
isShowEducationRemark: true, //显示修改教务备注
isShowPrincipalRemark: true, //显示校长备注
......
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