caolc #8
Binary file not shown.
|
Before Width: | Height: | Size: 472 KiB After Width: | Height: | Size: 152 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.1 KiB |
@@ -110,14 +110,14 @@
|
|||||||
:show-overflow-tooltip="true" :min-width="item.minWidth" :width="item.width" :prop="item.prop"
|
:show-overflow-tooltip="true" :min-width="item.minWidth" :width="item.width" :prop="item.prop"
|
||||||
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
|
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
|
||||||
</template>
|
</template>
|
||||||
|
<!--
|
||||||
<el-table-column fixed="right" align="center" label="操作" width="150px">
|
<el-table-column fixed="right" align="center" label="操作" width="150px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
|
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
|
||||||
转换退款
|
转换退款
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ export default {
|
|||||||
},
|
},
|
||||||
parentCompanyOrginQuery(value) { // 远程搜索企业
|
parentCompanyOrginQuery(value) { // 远程搜索企业
|
||||||
if (value) {
|
if (value) {
|
||||||
oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => {
|
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => {
|
||||||
this.companyList = res.data
|
this.companyList = res.data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
html {
|
html {
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* iPhone6的375px尺寸作为16px基准,414px正好18px大小,600 20px */
|
/* iPhone6的375px尺寸作为16px基准,414px正好18px大小,600 20px */
|
||||||
/* @media screen and (min-width:375px) {
|
/* @media screen and (min-width:375px) {
|
||||||
html {
|
html {
|
||||||
@@ -43,29 +44,44 @@ html {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-size: calc(100vw - 25.5rem) 100%;
|
/* background-size: calc(100vw - 25.5rem) 100%; */
|
||||||
background-repeat: no-repeat;
|
/* background-repeat: no-repeat; */
|
||||||
background-position: right;
|
/* background-position: right; */
|
||||||
background-origin: border-box;
|
/* background-origin: border-box; */
|
||||||
background-attachment: fixed;
|
/* background-attachment: fixed; */
|
||||||
animation: start .5s;
|
animation: start .5s;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-image: url('../../../assets/img/login/bg@2x.png') !important;
|
/* background-image: url('../../../assets/img/login/bg@2x.png') !important; */
|
||||||
|
background: linear-gradient(to right, #D3DFFB, #FFFFFF, #F0FBFE);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newlogin_container_tb img {
|
||||||
|
width: 554px;
|
||||||
|
height: 554px;
|
||||||
|
margin-right: 234px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_login_container {
|
.newlogin_login_container {
|
||||||
height: 100%;
|
/* height: 100%;
|
||||||
width: 100%;
|
width: 100%; */
|
||||||
padding: 5.7rem 0 0 5.7rem;
|
/* padding: 5.7rem 0 0 5.7rem; */
|
||||||
animation: move 1s;
|
animation: move 1s;
|
||||||
/* animation-delay:1s;
|
/* animation-delay:1s;
|
||||||
-webkit-animation-delay:1s; */
|
-webkit-animation-delay:1s; */
|
||||||
|
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
border-radius: 8px 8px 8px 8px;
|
||||||
|
opacity: 1;
|
||||||
|
padding: 52px 80px 94px 80px;
|
||||||
|
/* width: 460px; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_login_logo {
|
.newlogin_login_logo {
|
||||||
width: 10.8rem;
|
width: 147px;
|
||||||
height: 3.672rem;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_login_logo img {
|
.newlogin_login_logo img {
|
||||||
@@ -74,7 +90,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_login_title {
|
.newlogin_login_title {
|
||||||
color: #1767F9;
|
color: #000000;
|
||||||
font-size: 1.45rem;
|
font-size: 1.45rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
@@ -85,14 +101,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-input {
|
.newlogin_container .el-input {
|
||||||
box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important;
|
/* box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important; */
|
||||||
border-radius: 36px;
|
/* border-radius: 36px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-input__inner {
|
.newlogin_container .el-input__inner {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
padding-left: 50px !important;
|
padding-left: 50px !important;
|
||||||
border-radius: 36px;
|
/* border-radius: 36px; */
|
||||||
height: 2.6rem !important;
|
height: 2.6rem !important;
|
||||||
font-size: .8rem !important;
|
font-size: .8rem !important;
|
||||||
padding-right: 50px !important;
|
padding-right: 50px !important;
|
||||||
@@ -100,7 +116,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-form-item__content .el-input {
|
.newlogin_container .el-form-item__content .el-input {
|
||||||
box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important;
|
/* box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -112,8 +128,9 @@ html {
|
|||||||
|
|
||||||
.newlogin_login_from_butten {
|
.newlogin_login_from_butten {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 36px;
|
/* border-radius: 36px; */
|
||||||
font-size: 1.16rem;
|
font-size: 14px;
|
||||||
|
background-color: #409EFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-form-item {
|
.newlogin_container .el-form-item {
|
||||||
@@ -133,12 +150,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-button--primary {
|
.newlogin_container .el-button--primary {
|
||||||
background: linear-gradient(to right, #1767F9, #4883ED);
|
background-color: #409EFF !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.newlogin_container .el-button--primary:hover,
|
.newlogin_container .el-button--primary:hover,
|
||||||
.newlogin_container .el-button--primary:focus {
|
.newlogin_container .el-button--primary:focus {
|
||||||
background: linear-gradient(to right, #1767F9, #4883ED);
|
background-color: #409EFF !important;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-loading="this.$store.getters.loading" class="newlogin_container">
|
<div v-loading="this.$store.getters.loading" class="newlogin_container">
|
||||||
|
<div class="newlogin_container_tb">
|
||||||
|
<img style="" src="../../assets/img/login/img.png" alt="" />
|
||||||
|
</div>
|
||||||
<div class="newlogin_login_container">
|
<div class="newlogin_login_container">
|
||||||
<div class="newlogin_login_logo">
|
<div class="newlogin_login_logo">
|
||||||
<img style="" src="../../assets/img/login/logo.png" alt="" />
|
<img style="" src="../../assets/img/login/logo.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<div class="newlogin_login_title">星油能源调度管理平台</div>
|
<div class="newlogin_login_title">欢迎使用中品调度管理平台</div>
|
||||||
<div class="newlogin_login_from_container">
|
<div class="newlogin_login_from_container">
|
||||||
<el-form ref="form" :model="loginForm">
|
<el-form ref="form" :model="loginForm">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
|
|||||||
@@ -276,78 +276,108 @@ export default {
|
|||||||
value: 'id'
|
value: 'id'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '渠道id',
|
label: '油站ID',
|
||||||
value: 'id'
|
value: 'siteId'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '渠道编码',
|
label: '油品类型',
|
||||||
value: 'channelCode',
|
value: 'oilProductType'
|
||||||
remark: 'XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油YDJY:一点加油(壳牌)',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '三方油站编码',
|
|
||||||
value: 'otherSiteCode',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '三方油品编码',
|
|
||||||
value: 'otherOilsCode'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '油枪用逗号隔开',
|
|
||||||
value: 'oilsBar'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '排放标准',
|
|
||||||
value: 'oilsGb'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '发改委价格',
|
|
||||||
value: 'marketPrice'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '个人加油价格',
|
|
||||||
value: this.$store.getters.user.userCompany == '1622767323771695104' ? 'personalPriceZp' : 'personalPrice',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '底价加油价格',
|
|
||||||
value: 'floorPrice'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '底价加油价格说明',
|
|
||||||
value: 'floorRemark'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '启用禁用',
|
label: '启用禁用',
|
||||||
value: 'enableMark'
|
value:(data)=>{
|
||||||
|
if (data.enableMark == 1){
|
||||||
|
return ('启用');
|
||||||
|
}else {
|
||||||
|
return ('禁用');
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '版本号',
|
label: '基础个人价',
|
||||||
value: 'version'
|
value: 'personalPriceBase'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '创建人',
|
label: '调价策略公式',
|
||||||
|
value: 'appPriceStrategy'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '应用个人价',
|
||||||
|
value: 'personalPriceApp'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '创建人ID',
|
||||||
value: 'createUser'
|
value: 'createUser'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '创建人姓名',
|
||||||
|
value: 'createUserName'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '更新人姓名',
|
||||||
|
value: 'updateUserName'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '更新人ID',
|
||||||
|
value: 'updateUser'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '创建时间',
|
label: '创建时间',
|
||||||
value: 'createTime'
|
value: 'createTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '创建来源',
|
label: '更新时间',
|
||||||
value: 'createSource'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '修改人',
|
|
||||||
value: 'updateUser'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '修改时间',
|
|
||||||
value: 'updateTime'
|
value: 'updateTime'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '调价策略',
|
label: '创建来源',
|
||||||
value: 'appPriceStrategy'
|
value: 'createSource'
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// label: '渠道id',
|
||||||
|
// value: 'id'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '渠道编码',
|
||||||
|
// value: 'channelCode',
|
||||||
|
// remark: 'XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油YDJY:一点加油(壳牌)',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '三方油站编码',
|
||||||
|
// value: 'otherSiteCode',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '三方油品编码',
|
||||||
|
// value: 'otherOilsCode'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '油枪用逗号隔开',
|
||||||
|
// value: 'oilsBar'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '排放标准',
|
||||||
|
// value: 'oilsGb'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '发改委价格',
|
||||||
|
// value: 'marketPrice'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '个人加油价格',
|
||||||
|
// value: this.$store.getters.user.userCompany == '1622767323771695104' ? 'personalPriceZp' : 'personalPrice',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '底价加油价格',
|
||||||
|
// value: 'floorPrice'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '底价加油价格说明',
|
||||||
|
// value: 'floorRemark'
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: '版本号',
|
||||||
|
// value: 'version'
|
||||||
|
// },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user