diff --git a/fuintAdmin_zt/src/views/Service/details.vue b/fuintAdmin_zt/src/views/Service/details.vue index af76131c6..580715b11 100644 --- a/fuintAdmin_zt/src/views/Service/details.vue +++ b/fuintAdmin_zt/src/views/Service/details.vue @@ -1,11 +1,18 @@ + + + {{item.title}} + + + + @@ -25,7 +32,7 @@ - + @@ -36,6 +43,7 @@ import staff from '../components/Service/staff' import allOrder from '../components/Service/allOrder' import jcindex from '../components/Service/index' + import way from '../components/Service/way' export default { name: 'details', data() { @@ -54,6 +62,11 @@ title:'支付配置', component:payment }, + { + name:'way', + title:'支付方式', + component:way + }, { name:'staff', title:'员工管理', @@ -71,7 +84,7 @@ // peizhi components:{ - jcindex,staff,payment,allOrder + jcindex,staff,payment,allOrder,way }, created() { this.id = this.$route.query.id @@ -95,9 +108,10 @@ diff --git a/fuintAdmin_zt/src/views/components/Service/allOrder.vue b/fuintAdmin_zt/src/views/components/Service/allOrder.vue index be1920da0..3378f1f25 100644 --- a/fuintAdmin_zt/src/views/components/Service/allOrder.vue +++ b/fuintAdmin_zt/src/views/components/Service/allOrder.vue @@ -1,9 +1,10 @@ - + + - + - + - + - + - + - - + 搜索 - 重置 + 重置 - - - - - - + @@ -116,9 +103,9 @@ - - - + + + {{ parseTime(scope.row.createTime) }} @@ -147,7 +134,7 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - + @@ -178,7 +165,7 @@ categoryOptions: [], storeOptions: [], posPrem:'', - + props: { multiple: true }, appletPrem:'', @@ -212,7 +199,7 @@ page: 1, pageSize: 10, }, - + typeList:[ { value: '1',label: '油品'}, { value: '2',label: '商品'}, @@ -292,7 +279,7 @@ toTarget(url) { this.$router.push( { path: url } ); }, - + // 查询角色列表 getDuty(){ listDuty().then(response => { @@ -322,7 +309,7 @@ this.$refs.tables.sort(this.defaultSort.prop, this.defaultSort.order) this.handleQuery(); }, - + // 多选框选中数据 handleSelectionChange(selection) { this.ids = selection.map(item => item.operId) @@ -358,7 +345,7 @@ this.open = false; this.reset(); }, - + } }; @@ -368,7 +355,7 @@ width: 100%; height: 100%; /* height: 100vh; */ - background: white; + background: #f9f9f9; } .pagin-box{ background: white; @@ -381,4 +368,9 @@ padding: 20px; margin-bottom: 20px; } + .bai-box{ + background: #fff; + box-sizing: border-box; + padding: 20px; + } diff --git a/fuintAdmin_zt/src/views/components/Service/index.vue b/fuintAdmin_zt/src/views/components/Service/index.vue index 70bc25bed..dbd097aa0 100644 --- a/fuintAdmin_zt/src/views/components/Service/index.vue +++ b/fuintAdmin_zt/src/views/components/Service/index.vue @@ -1,15 +1,12 @@ - + + 基本设置 - - - - @@ -47,10 +44,10 @@ 油站创建时间: {{ parseTime(seeFrom.createTime) }} - - 套餐到期时间: - {{ from.expirationTime?parseTime(seeFrom.expirationTime):"--" }} - + + + + 地址: {{ seeFrom.address }} @@ -58,11 +55,7 @@ - - - - 营业执照 @@ -71,7 +64,6 @@ - 门头照 @@ -81,17 +73,8 @@ - - - - - @@ -125,8 +108,6 @@ - - @@ -134,28 +115,13 @@ - - - - - - - - - - - - - - - - - - - - @@ -232,22 +192,13 @@ - - - - - - - - - - + @@ -265,6 +216,7 @@ + diff --git a/fuintAdmin_zt/src/views/components/Service/way.vue b/fuintAdmin_zt/src/views/components/Service/way.vue new file mode 100644 index 000000000..843aa6692 --- /dev/null +++ b/fuintAdmin_zt/src/views/components/Service/way.vue @@ -0,0 +1,234 @@ + + + + + + 机构名称: + 百业兴连锁加油站 + + + 负责人姓名: + xxxx + + + 负责人电话: + 15012345678 + + + 机构类型: + 连锁店 + + + 计费方式: + 年付费 + 预付费 + 后付费 + 无限制 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 机构状态: + + + + + + 备注: + xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + + + + +