Browse Source

拆分样式统一

zhangrenyuan/feature-20251104133449-现金管理二期
ZhangYong 3 weeks ago
parent
commit
fdca8550d2
  1. 320
      src/views/moneyManage/receiveDetail/receiveFinance.vue
  2. 32
      src/views/moneyManage/receiveDetail/receiveManage.vue
  3. 5
      src/views/moneyManage/receiveDetail/receiveService.vue
  4. 1
      src/views/moneyManage/receiveDetail/utils/recriveFormRules.js

320
src/views/moneyManage/receiveDetail/receiveFinance.vue

@ -840,46 +840,26 @@ const handlePagination = (type, val) => {
</script>
<style scoped lang="scss">
// /
.content {
height: 100%;
width: 80vw;
margin: 0 auto;
padding: 1vh 0;
//
.div-card1 {
.card1 {
width: 100%;
background: #F3FAFE;
border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
.row {
height: auto;
width: 100%;
height: 4vh;
width: 80vw;
display: flex;
align-items: center;
margin-bottom: 1vh;
min-height: 40px;
.rowItem {
display: flex;
width: 15vw;
align-items: center;
margin-right: 1.5vw;
width: auto;
el-text {
min-width: 60px;
justify-content: center;
margin-right: 0.5vw;
color: #333;
font-weight: 500;
}
el-input,
el-select,
el-cascader {
min-width: 160px;
}
}
.buttons {
@ -890,96 +870,48 @@ const handlePagination = (type, val) => {
}
}
}
}
//
.div-card2 {
margin-top: 1.5vh;
width: 100%;
margin-top: 2vh;
.card2 {
background: #F3FAFE;
border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
background: #E7F4FD;
}
//
.btns {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1vh 1vw;
border-bottom: 1px solid #E5EBFE;
padding-bottom: 10px;
.tabs {
.btnItem {
margin-right: 0.5vw;
border-radius: 4px;
padding: 0.3vh 1vw;
font-size: 0.9vw;
min-width: 300px;
&:hover {
opacity: 0.9;
.btnItem {
margin-left: 10px;
border-radius: 5px;
}
}
}
.btnAdd {
display: none; //
}
}
//
.table {
margin: 1vh 1vw;
overflow: hidden;
.el-table {
border: none;
.el-table__header th {
background: #E5EBFE;
color: #2741DE;
font-weight: 500;
}
.el-table__body tr {
background: #F3FAFE;
&:hover>td {
background: #EEF3FF !important;
}
}
margin: 10px;
border-radius: 20px;
.el-table-column {
&[label="序号"],
&[label="Homily ID"],
&[label="姓名"] {
background: #F3FAFE;
z-index: 1;
}
&[label="操作"] {
el-link {
color: #2741DE;
cursor: pointer;
&:hover {
color: #1A30B9;
text-decoration: underline;
}
}
}
}
//
.ellipsis-container {
position: relative;
width: 100%;
.ellipsis-text {
color: #333;
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
&:hover {
color: #2741DE;
}
}
.custom-tooltip {
@ -987,11 +919,12 @@ const handlePagination = (type, val) => {
z-index: 9999;
padding: 8px 12px;
width: 200px;
background-color: #fff;
color: #333;
border: 1px solid #E5EBFE;
background-color: #E4F0FC;
color: #333333;
border: 1px solid #e5e7eb;
border-radius: 4px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
min-height: 30px;
max-height: 300px;
overflow-y: auto;
font-size: 14px;
@ -999,44 +932,26 @@ const handlePagination = (type, val) => {
}
}
}
}
//
.pagination {
padding: 1vh 1vw;
text-align: right;
.el-pagination {
.el-pager li {
&.active {
background: #2741DE;
color: #fff;
}
}
}
}
margin-top: 10px;
padding: 10px 10px;
}
}
//
:deep(.adddialog) {
min-width: 500px;
background-color: #F3FAFE !important;
margin-top: 8vh;
border-radius: 8px;
.addForm {
padding: 1.5vh 2vw;
padding: 0 60px 1vh 60px;
.el-form-item {
margin-bottom: 1.5vh;
&:last-of-type {
margin-bottom: 0;
}
.el-date-editor {
display: flex;
flex: 1;
.el-form-item__label {
color: #333;
font-weight: 500;
min-width: 80px;
}
.pic {
@ -1046,21 +961,21 @@ const handlePagination = (type, val) => {
.uploader {
height: 80px;
width: 80px;
border: 1px dashed #DCDFE6;
.el-upload {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}
.picText {
margin-left: 1vw;
color: #999;
font-size: 12px;
color: #999999;
font-family: "PingFang SC";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-left: 10px;
}
}
}
@ -1068,100 +983,149 @@ const handlePagination = (type, val) => {
.dialog-footer {
display: flex;
justify-content: center;
gap: 1vw;
padding-top: 1.5vh;
padding-bottom: 1.5vh;
}
}
button {
padding: 0.5vh 1.5vw;
border-radius: 4px;
:deep(.editdialog) {
min-width: 990px;
background-color: #F3FAFE !important;
margin-top: 8vh;
border-radius: 8px;
&:first-of-type {
background: #7E91FF;
border: none;
color: #fff;
.editForm {
padding: 0 60px 1vh 60px;
.el-date-editor {
display: flex;
flex: 1;
}
&:last-of-type {
background: #2741DE;
border: none;
color: #fff;
.pic {
display: flex;
align-items: center;
.uploader {
height: 80px;
width: 80px;
.el-upload {
height: 100%;
width: 100%;
}
}
.picText {
color: #999999;
font-family: "PingFang SC";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-left: 10px;
}
}
}
//
:deep(.editdialog) {
background-color: #F3FAFE !important;
border-radius: 8px;
width: 60vw !important;
.content {
display: flex;
gap: 2vw;
padding: 1.5vh 2vw;
height: 100%;
width: 100%;
.left {
min-width: 500px;
}
.left,
.right {
flex: 1;
}
.editForm,
.editFormRighrt {
.el-form-item {
margin-bottom: 1.5vh;
padding: 0 60px 0 40px;
.el-form-item__label {
color: #333;
font-weight: 500;
min-width: 80px;
}
.el-date-editor {
display: flex;
flex: 1;
}
}
.right {
.editBtns {
display: flex;
justify-content: center;
gap: 1vw;
margin-top: 2vh;
.editBtn1,
.editBtn2 {
padding: 0.5vh 1.5vw;
border-radius: 4px;
border: none;
color: #fff;
margin-top: 60px;
.txt {
color: #f3fafe;
text-align: center;
font-family: "PingFang SC";
font-size: 14px;
}
font-style: normal;
font-weight: 700;
line-height: 22px;
}
.editBtn1 {
min-width: 80px;
padding: 5px 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 4px;
background: #7E91FF;
border: none;
box-shadow: 0 0 4px 0 #00000040;
}
.editBtn2 {
display: flex;
width: 80px;
min-width: 80px;
padding: 5px 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 4px;
background: #2741DE;
border: none;
box-shadow: 0 0 4px 0 #00000040;
margin-left: 60px;
}
}
}
}
}
:deep(.adddialog .el-form-item__label) {
min-width: 80px;
width: auto;
font-weight: 800;
padding-bottom: 15px;
}
}
//
:deep(.el-date-editor) {
width: 100%;
//
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
:deep(.el-table__header th) {
background-color: #F3FAFE !important;
}
:deep(.el-table__row:hover > .el-table__cell) {
background-color: #E5EBFE !important;
}
:deep(.el-select-dropdown) {
max-height: 200px;
//
.reject-reason-box {
--el-message-box-height: 500px;
}
:deep(.el-cascader-panel) {
max-height: 200px;
.reject-reason-box .el-message-box__content {
max-height: 350px;
overflow-y: auto;
white-space: pre-wrap;
}
</style>

32
src/views/moneyManage/receiveDetail/receiveManage.vue

@ -24,8 +24,7 @@
<el-text style="width: 4vw;">付款币种</el-text>
<el-select v-model="searchData.paymentCurrency" placeholder="请选择付款币种" style="width: 10vw;"
clearable>
<el-option v-for="item in customOptions" :key="item" :label="item"
:value="item"/>
<el-option v-for="item in customOptions" :key="item" :label="item" :value="item" />
</el-select>
</div>
<div class="rowItem">
@ -39,7 +38,8 @@
<div class="rowItem">
<el-text style="width: 4vw;">活动名称</el-text>
<el-select v-model="searchData.activity" placeholder="请选择活动方式" style="width: 10vw;" clearable>
<el-option v-for="item in activityList" :key="item.id" :label="item.activityName" :value="item.id"/>
<el-option v-for="item in activityList" :key="item.id" :label="item.activityName"
:value="item.id" />
</el-select>
</div>
<div class="rowItem">
@ -156,8 +156,8 @@
show-overflow-tooltip></el-table-column>
<!-- 地区财务专属显示审核人信息 -->
<el-table-column prop="auditName" label="审核人"
v-if="activeTab == 'pass' || activeTab == 'reject' || activeTab == 'done'"
width="150px" show-overflow-tooltip></el-table-column>
v-if="activeTab == 'pass' || activeTab == 'reject' || activeTab == 'done'" width="150px"
show-overflow-tooltip></el-table-column>
<el-table-column prop="receivedTime" label="到账时间"
v-if="activeTab == 'pass' || activeTab == 'done'" width="180px"></el-table-column>
<el-table-column prop="remark" label="备注" v-if="activeTab != 'reject'" width="150px"
@ -169,10 +169,9 @@
<span v-else>正常</span>
</template>
</el-table-column>
<el-table-column prop="auditTime" label="驳回时间" v-if="activeTab == 'reject'"
width="180px" show-overflow-tooltip></el-table-column>
<el-table-column prop="rejectReason" label="驳回理由" v-if="activeTab == 'reject'"
width="150px">
<el-table-column prop="auditTime" label="驳回时间" v-if="activeTab == 'reject'" width="180px"
show-overflow-tooltip></el-table-column>
<el-table-column prop="rejectReason" label="驳回理由" v-if="activeTab == 'reject'" width="150px">
<template #default="scope">
<div class="ellipsis-container"
@mouseenter="handleMouseEnter($event, scope.row.rejectReason)"
@ -199,7 +198,8 @@
<el-link v-if="activeTab == 'wait'" style="color: #2741DE;"
@click="openAuditForm(scope.row)">审核
</el-link>
<el-link v-else-if="activeTab == 'pass' && !(scope.row.status == 6 || scope.row.status == 4)"
<el-link
v-else-if="activeTab == 'pass' && !(scope.row.status == 6 || scope.row.status == 4)"
style="color: #2741DE;" @click="openEditForm(scope.row)">编辑
</el-link>
</template>
@ -255,9 +255,9 @@
</el-form-item>
<el-form-item label="转账凭证">
<div class="pic">
<el-upload disabled="true" ref="uploadRef" class="uploader" :show-file-list="false" list-type="picture-card"
:auto-upload="false" :before-upload="beforeUpload" :on-error="handelImgErr"
:on-change="handleImageChange" :http-request="customUpload">
<el-upload disabled="true" ref="uploadRef" class="uploader" :show-file-list="false"
list-type="picture-card" :auto-upload="false" :before-upload="beforeUpload"
:on-error="handelImgErr" :on-change="handleImageChange" :http-request="customUpload">
<img v-if="auditFormData.voucher" :src="auditFormData.voucher" class="avatar"
style="height: 100%; width: 100%; object-fit: cover;" />
<el-icon v-else class="avatar-uploader-icon">
@ -434,6 +434,12 @@ import { productList,MarketNameForId,CurrencyForId,marketList,statusList} from '
import CurrencySelect from '@/components/MoneyManage/CurrencySelect.vue'
import { Plus } from '@element-plus/icons-vue';
// ===================== 1. =====================
const adminStore = useAdminStore();
const { menuTree } = storeToRefs(adminStore);
//===================== =================================
const tableData = ref([])
const searchData = ref({})

5
src/views/moneyManage/receiveDetail/receiveService.vue

@ -198,7 +198,10 @@
<el-input disabled v-model="addFormData.marketName" placeholder="请输入所属地区" />
</el-form-item>
<el-form-item label="活动名称" required prop="activity">
<el-input v-model="addFormData.activity" placeholder="请输入活动名称" />
<el-select v-model="addFormData.activity" placeholder="请选择活动方式" style="width: 10vw;" clearable>
<el-option v-for="item in activityList" :key="item.id" :label="item.activityName"
:value="item.id" />
</el-select>
</el-form-item>
<el-form-item label="产品名称" required @change="ifGold" prop="goodsName">
<ProductSelect ref="productSelectRef" v-model="addFormData.goodsName"></ProductSelect>

1
src/views/moneyManage/receiveDetail/utils/recriveFormRules.js

@ -15,7 +15,6 @@ export const addFormRule = {
// 活动名称:必填 + 长度小于30
activity: [
{ required: true, message: '请输入活动名称', trigger: 'blur' },
{ max: 30, message: '活动名称长度不能超过30个字符', trigger: 'blur' }
],
// 产品名称:必填
goodsName: [

Loading…
Cancel
Save