caolc #8

Merged
caoliancun merged 8 commits from caolc into master 2 years ago
  1. BIN
      src/assets/img/login/img.png
  2. BIN
      src/assets/img/login/logo.png
  3. 4
      src/views/finance/oilCompanyOrderMatchTask/OilCompanyOrderMatchTaskList.vue
  4. 2
      src/views/finance/order/OrderTfAdd.vue
  5. 65
      src/views/login/css/index.css
  6. 5
      src/views/login/index.vue
  7. 120
      src/views/site/oilSiteOilsPrice/OilSiteOilsPriceList.vue

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"
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
</template>
<!--
<el-table-column fixed="right" align="center" label="操作" width="150px">
<template slot-scope="scope">
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
转换退款
</el-button>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
</div>
</el-drawer>

@ -257,7 +257,7 @@ export default {
},
parentCompanyOrginQuery(value) { //
if (value) {
oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => {
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => {
this.companyList = res.data
})
}

@ -1,7 +1,8 @@
html {
font-size: 16px !important;
}
/* iPhone6的375px尺寸作为16px基准,414px正好18px大小,600 20px */
/* iPhone6的375px尺寸作为16px基准,414px正好18px大小,600 20px */
/* @media screen and (min-width:375px) {
html {
font-size: calc(100% + 2 * (100vw - 375px) / 39);
@ -43,29 +44,44 @@ html {
margin: 0;
width: 100vw;
height: 100vh;
background-size: calc(100vw - 25.5rem) 100%;
background-repeat: no-repeat;
background-position: right;
background-origin: border-box;
background-attachment: fixed;
/* background-size: calc(100vw - 25.5rem) 100%; */
/* background-repeat: no-repeat; */
/* background-position: right; */
/* background-origin: border-box; */
/* background-attachment: fixed; */
animation: start .5s;
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 {
height: 100%;
width: 100%;
padding: 5.7rem 0 0 5.7rem;
/* height: 100%;
width: 100%; */
/* padding: 5.7rem 0 0 5.7rem; */
animation: move 1s;
/* 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 {
width: 10.8rem;
height: 3.672rem;
width: 147px;
height: 46px;
}
.newlogin_login_logo img {
@ -74,7 +90,7 @@ html {
}
.newlogin_login_title {
color: #1767F9;
color: #000000;
font-size: 1.45rem;
margin-top: 2rem;
}
@ -85,14 +101,14 @@ html {
}
.newlogin_container .el-input {
box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important;
border-radius: 36px;
/* box-shadow: 0px 0px 6px 0px rgba(7, 0, 2, 0.2) !important; */
/* border-radius: 36px; */
}
.newlogin_container .el-input__inner {
.newlogin_container .el-input__inner {
border: 0px !important;
padding-left: 50px !important;
border-radius: 36px;
/* border-radius: 36px; */
height: 2.6rem !important;
font-size: .8rem !important;
padding-right: 50px !important;
@ -100,7 +116,7 @@ html {
}
.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 {
width: 100%;
border-radius: 36px;
font-size: 1.16rem;
/* border-radius: 36px; */
font-size: 14px;
background-color: #409EFF !important;
}
.newlogin_container .el-form-item {
@ -133,12 +150,14 @@ html {
}
.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:focus {
background: linear-gradient(to right, #1767F9, #4883ED);
background-color: #409EFF !important;
}
@ -166,7 +185,7 @@ html {
padding-left: 20px;
font-size: 0.8rem;
color: #1767F9;
cursor:default
cursor: default
}
.verifyCode .el-input__inner {

@ -1,10 +1,13 @@
<template>
<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_logo">
<img style="" src="../../assets/img/login/logo.png" alt="" />
</div>
<div class="newlogin_login_title">星油能源调度管理平台</div>
<div class="newlogin_login_title">欢迎使用中品调度管理平台</div>
<div class="newlogin_login_from_container">
<el-form ref="form" :model="loginForm">
<el-form-item>

@ -276,78 +276,108 @@ export default {
value: 'id'
},
{
label: '渠道id',
value: 'id'
},
{
label: '渠道编码',
value: 'channelCode',
remark: 'XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油YDJY:一点加油(壳牌)',
},
{
label: '三方油站编码',
value: 'otherSiteCode',
},
{
label: '三方油品编码',
value: 'otherOilsCode'
label: '油站ID',
value: 'siteId'
},
{
label: '油枪用逗号隔开',
value: 'oilsBar'
label: '油品类型',
value: 'oilProductType'
},
{
label: '排放标准',
value: 'oilsGb'
},
label: '启用禁用',
value:(data)=>{
if (data.enableMark == 1){
return ('启用');
}else {
return ('禁用');
}
}
},
{
label: '发改委价格',
value: 'marketPrice'
label: '基础个人价',
value: 'personalPriceBase'
},
{
label: '个人加油价格',
value: this.$store.getters.user.userCompany == '1622767323771695104' ? 'personalPriceZp' : 'personalPrice',
label: '调价策略公式',
value: 'appPriceStrategy'
},
{
label: '底价加油价格',
value: 'floorPrice'
label: '应用个人价',
value: 'personalPriceApp'
},
{
label: '底价加油价格说明',
value: 'floorRemark'
label: '创建人ID',
value: 'createUser'
},
{
label: '启用禁用',
value: 'enableMark'
label: '创建人姓名',
value: 'createUserName'
},
{
label: '版本号',
value: 'version'
label: '更新人姓名',
value: 'updateUserName'
},
{
label: '创建人',
value: 'createUser'
label: '更新人ID',
value: 'updateUser'
},
{
label: '创建时间',
value: 'createTime'
},
{
label: '创建来源',
value: 'createSource'
},
{
label: '修改人',
value: 'updateUser'
},
{
label: '修改时间',
label: '更新时间',
value: 'updateTime'
},
{
label: '调价策略',
value: 'appPriceStrategy'
label: '创建来源',
value: 'createSource'
},
// {
// label: 'id',
// value: 'id'
// },
// {
// label: '',
// value: 'channelCode',
// remark: 'XOIL WJY LV TYYDJY',
// },
// {
// 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'
// },
]
},

Loading…
Cancel
Save