20240205
yujialong 2 years ago
parent af2cd362f3
commit d542e67c05
  1. 46
      src/components/case/index.vue
  2. 2
      src/components/checkPhoto/index.vue
  3. 2
      src/pages/index/list/index.vue
  4. 2
      src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue
  5. 3
      src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue
  6. 9
      src/pages/manage/list/acceptanceDraft/invoice.vue
  7. 21
      src/store/modules/system.js

@ -448,7 +448,7 @@ export default {
console.log('---this.topicList') console.log('---this.topicList')
console.log(this.topicList) console.log(this.topicList)
if(this.topicList.length > 0){ if(this.topicList.length > 0){
const storeProjectId = sessionStorage.getItem('storeProjectId') const storeProjectId = sessionStorage.getItem('storeProjectId') || this.$route.query.projectId
if(storeProjectId) { if(storeProjectId) {
this.selectProjects({ this.selectProjects({
projectId: storeProjectId projectId: storeProjectId
@ -974,7 +974,7 @@ $togetherFontSize: 16px;
background-color: #fff; background-color: #fff;
} }
.header_h { .header_h {
height: 50px; height: 40px;
background: url(../../assets/img/case/header.png) 0 0/100% 100% no-repeat; background: url(../../assets/img/case/header.png) 0 0/100% 100% no-repeat;
justify-content: center; justify-content: center;
i{ i{
@ -1062,46 +1062,32 @@ $togetherFontSize: 16px;
color: #fff; color: #fff;
} }
.el-table{ /deep/.el-table{
// font-size: $togetherFontSize; font-size: 12px;
// font-size: .75rem; thead {
overflow: auto; color: #fff;
color: #202020;
.el-table--striped .el-table__body tr.el-table__row--striped td {
background: #eef7ff;
}
.el-table td,.el-table th.is-leaf{
border-bottom: 0;
}
thead{
color: #ffffff;
font-size: togetherFontSize;
font-size: $togetherFontSize;
th{
padding: 5px 0;
} }
.el-table__cell {
padding: 12px 0;
} }
th > .cell{ .cell {
font-weight: 100; font-weight: 100;
font-size: .875rem; font-size: 12px;
} }
th,tr{ td,
background-color: #fff; th.is-leaf {
border-bottom: 0 !important;
} }
} }
.el-table__header-wrapper{ .el-table__header-wrapper{
thead{ thead{
color: #ffffff; color: #ffffff;
font-size: .875rem; font-size: 12px;
font-size: $togetherFontSize;
th{ th{
padding: 5px 0;
}
}
th > .cell{
font-weight: 100; font-weight: 100;
} }
}
th,tr{ th,tr{
background-color: #badfff; background-color: #badfff;
} }
@ -1181,7 +1167,7 @@ $togetherFontSize: 16px;
} }
} }
.break-all{ .break-all{
font-size: 1rem; font-size: 16px;
word-break: break-all; word-break: break-all;
} }
.panel{ .panel{

@ -63,7 +63,7 @@
<h3 class="text-xl" style="left: 300px;top: 95px;">{{ dataFlow.collectingCompany }}</h3> <h3 class="text-xl" style="left: 300px;top: 95px;">{{ dataFlow.collectingCompany }}</h3>
<h3 class="text-xl" style="left: 340px;top: 129px;">{{ transMoney(dataFlow.transMoney) }}</h3> <h3 class="text-xl" style="left: 340px;top: 129px;">{{ transMoney(dataFlow.transMoney) }}</h3>
<h3 class="text-xl" style="left: 667px;top: 135px;letter-spacing: 2px">{{ ('' + dataFlow.transMoney).padStart(8, 0).padEnd(10, 0) }}</h3> <h3 class="text-xl" style="left: 667px;top: 135px;letter-spacing: 2px">{{ ('' + dataFlow.transMoney).padStart(8, 0).padEnd(10, 0) }}</h3>
<h3 class="text-xl" style="left: 300px;top: 172px;">工资性支出</h3> <h3 class="text-xl" style="left: 300px;top: 172px;">贷款</h3>
<h3 class="text-xs" style="left: 350px;top: 78px;">{{ mapNumber(getNowYear(0)) }}</h3> <h3 class="text-xs" style="left: 350px;top: 78px;">{{ mapNumber(getNowYear(0)) }}</h3>
<h3 class="text-xs" :style="{left: getNowYear(1)>10?'420px':'430px',top: '78px'}">{{ mapNumber(getNowYear(1)) }}</h3> <h3 class="text-xs" :style="{left: getNowYear(1)>10?'420px':'430px',top: '78px'}">{{ mapNumber(getNowYear(1)) }}</h3>
<h3 class="text-xs" :style="{left: getNowYear(2)>10?'471px':'485px',top: '78px'}">{{ mapNumber(getNowYear(2)) }}</h3> <h3 class="text-xs" :style="{left: getNowYear(2)>10?'471px':'485px',top: '78px'}">{{ mapNumber(getNowYear(2)) }}</h3>

@ -1,7 +1,7 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<img class="sth bg" src="@/assets/img/index-bg.png" alt=""> <img class="sth bg" src="@/assets/img/index-bg.png" alt="">
<div class="case" @click="setShowBusiness(true)">项目案例</div> <div class="case" @click="setShowBusiness(true)">业务选择</div>
<!-- 业务选择 --弹框 --> <!-- 业务选择 --弹框 -->

@ -204,7 +204,7 @@ export default {
this.form.number = 0 this.form.number = 0
return return
} }
this.form.number = number this.form.number = number + 1
}, },
tableRowClassName: tableRowClassName, tableRowClassName: tableRowClassName,
inputListen2, inputListen2,

@ -196,7 +196,8 @@ export default {
this.form.number = 0 this.form.number = 0
return return
} }
this.form.number = number debugger
this.form.number = number + 1
}, },
tableRowClassName: tableRowClassName, tableRowClassName: tableRowClassName,
inputListen2, inputListen2,

@ -1,7 +1,7 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<div class="wrap2"> <div class="wrap2">
<MyTitle :titleArr="['银行承兑汇票', '商业承兑汇票开票']"/> <MyTitle :titleArr="['银行承兑汇票', '承兑汇票开票']"/>
<div class="body"> <div class="body">
<el-row :gutter="20"> <el-row :gutter="20">
<el-form ref="form" :model="form" label-width="140px" :rules="rules"> <el-form ref="form" :model="form" label-width="140px" :rules="rules">
@ -175,13 +175,6 @@ export default {
trigger: 'blur' trigger: 'blur'
} }
], ],
billType: [
{
required: true,
message: '请选择票据类型',
trigger: 'blur'
}
],
accountNumber: [ accountNumber: [
{ {
required: true, required: true,

@ -1251,7 +1251,7 @@ const myInitState = {
'业务三十': { // 同城提出 '业务三十': { // 同城提出
id: 567, id: 567,
name: '同城提出', name: '同城提出',
data: [ 15, 13, 23, 411 ], // data: [ 13, 23, 411 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -1280,7 +1280,7 @@ const myInitState = {
'业务三十一': { // 同城提入 '业务三十一': { // 同城提入
id: 576, id: 576,
name: '同城提入', name: '同城提入',
data: [ 15, 13, 23, 411 ], // data: [ 13, 23, 411 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -1304,13 +1304,13 @@ const myInitState = {
collectingCompany: '开卷教育有限公司', collectingCompany: '开卷教育有限公司',
transMoney: 200000, transMoney: 200000,
assignDate: '2022-12-29', assignDate: '2022-12-29',
ticketNumber: '00242966' ticketNumber: '00242930'
} }
}, },
'业务三十二': { // 银行承兑汇票签发 '业务三十二': { // 银行承兑汇票签发
id: 577, id: 577,
name: '银行承兑汇票签发', name: '银行承兑汇票签发',
data: [ 13 ], // data: [ 13, 584 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -1334,7 +1334,7 @@ const myInitState = {
collectingCompany: '开卷教育有限公司', collectingCompany: '开卷教育有限公司',
transMoney: 200000, transMoney: 200000,
assignDate: '2022-12-29', assignDate: '2022-12-29',
ticketNumber: '00242966', ticketNumber: '00242930',
drawDate: '2022-06-30', // 出票日期 drawDate: '2022-06-30', // 出票日期
expireDate: '2022-12-29', // 到期日期 expireDate: '2022-12-29', // 到期日期
} }
@ -2448,7 +2448,7 @@ export default {
'业务三十': { // 同城提出 '业务三十': { // 同城提出
id: 567, id: 567,
name: '同城提出', name: '同城提出',
data: [ 15, 13, 23, 411 ], // data: [ 13, 23, 411 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -2477,7 +2477,7 @@ export default {
'业务三十一': { // 同城提入 '业务三十一': { // 同城提入
id: 576, id: 576,
name: '同城提入', name: '同城提入',
data: [ 15, 13, 23, 411 ], // data: [ 13, 23, 411 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -2501,13 +2501,13 @@ export default {
collectingCompany: '开卷教育有限公司', collectingCompany: '开卷教育有限公司',
transMoney: 200000, transMoney: 200000,
assignDate: '2022-12-29', assignDate: '2022-12-29',
ticketNumber: '00242966' ticketNumber: '00242930'
} }
}, },
'业务三十二': { // 银行承兑汇票签发 '业务三十二': { // 银行承兑汇票签发
id: 577, id: 577,
name: '银行承兑汇票签发', name: '银行承兑汇票签发',
data: [ 13 ], // data: [ 13, 584 ], //
needs: [ ], needs: [ ],
isStamp: { isStamp: {
// '业务专用章': [ 411 ] // '业务专用章': [ 411 ]
@ -2531,7 +2531,7 @@ export default {
collectingCompany: '开卷教育有限公司', collectingCompany: '开卷教育有限公司',
transMoney: 200000, transMoney: 200000,
assignDate: '2022-12-29', assignDate: '2022-12-29',
ticketNumber: '00242966', ticketNumber: '00242930',
drawDate: '2022-06-30', // 出票日期 drawDate: '2022-06-30', // 出票日期
expireDate: '2022-12-29', // 到期日期 expireDate: '2022-12-29', // 到期日期
} }
@ -2976,6 +2976,7 @@ export default {
// 调试容错采用if-else // 调试容错采用if-else
const arr = [] const arr = []
if(state.businessKey !== '') { if(state.businessKey !== '') {
console.log("🚀 ~ file: system.js ~ line 2979 ~ goods2 ~ state.businessKey",state, state.businessKey,state.businessSelect[state.businessKey])
for(const item of state.businessSelect[state.businessKey].data) { for(const item of state.businessSelect[state.businessKey].data) {
arr.push(allGoods[item]) arr.push(allGoods[item])
} }

Loading…
Cancel
Save