-
-
+ 购买信息
-团队名: {{userInfo.branchName?userInfo.branchName:userInfo.branchId}}
-
-
- 企业版
- {{userInfo.username}}
+ 企业版 ( {{data.ousers}} 人 )
+ {{data.order.obranchName?data.order.obranchName:data.order.obranchId}}
{{data.payway == 'aliPay' ? '支付宝' : '微信'}}
@@ -56,11 +50,17 @@
prop="orginFee"
label="原价"
min-width="120">
+
+ ¥{{scope.row.orginFee}}
+
+
+ ¥{{scope.row.finalFee}}
+
diff --git a/src/views/order/enterprise.vue b/src/views/order/enterprise.vue
index 68ecdd57..c8abc7d8 100644
--- a/src/views/order/enterprise.vue
+++ b/src/views/order/enterprise.vue
@@ -21,10 +21,10 @@
- {{item.name}}
+ {{item.name}}
-
@@ -188,6 +188,11 @@ export default {
this.$notify({position:"bottom-left",message:"【"+item.name+"】已购买,如需调整,请进入【我的订单->加购】 处理",type:"warning"})
return;
}
+
+ if(item.billMode==='0'){
+ this.$notify({position:"bottom-left",message:"【"+item.name+"】为免费开通,无须下单。",type:"warning"})
+ return false;
+ }
item.isChecked=!item.isChecked;
if(item.isChecked==false){
this.form.moduleIds=this.form.moduleIds.filter(i=>i!=item.id)
diff --git a/src/views/order/index.scss b/src/views/order/index.scss
index ebfb66c9..6a318a94 100644
--- a/src/views/order/index.scss
+++ b/src/views/order/index.scss
@@ -167,11 +167,7 @@ h2 {
.selected {
color: #fff;
}
- }
- .module_bottom_active {
- background-color: rgb(116, 155, 242);
- }
-
+ }
}
订单详情
- +订单详情
-
+
+ 免费