20240205
luoJunYong.123 3 years ago
parent f3f601d710
commit 571f67ca8d
  1. 33
      src/components/checkPhoto/index.vue
  2. 16
      src/store/modules/system.js

@ -4,16 +4,19 @@
<img class="absolute cursor-pointer hover:bg-red-700" src="@/assets/svg/close.svg" alt="" @click="closeIt" style="right: 50px; top: 30px;" />
<template v-if="imgSrcId==14">
<h3 class="text-2xl" style="left: 95px;top: 110px;">{{ dataFlow.userName }}</h3>
<h3 class="text-2xl" v-if="dataFlow.sex==1" style="left: 446px;top: 110px;"></h3>
<h3 class="text-2xl" v-else style="left: 474px;top: 110px;"></h3>
<h3 class="text-2xl" style="left: 480px;top: 110px;">{{ dataFlow.birthday.split('-').join(' ') }}</h3>
<h3 class="text-2xl" style="left: 96px;top: 135px;"></h3>
<h3 class="text-2xl" style="left: 96px;top: 135px;"></h3>
<h3 class="text-xl" style="left: 96px;top: 165px;">{{ dataFlow.idNumber }}</h3>
<h3 class="text-xl" style="left: 340px;top: 230px;">{{ dataFlow.phone }}</h3>
<h3 class="text-2xl" style="left: 76px;top: 250px;"></h3>
<h3 class="text-2xl" style="left: 169px;top: 432px;"></h3>
<h3 class="text-xl" style="left: 105px;top: 120px;">{{ dataFlow.userName }}</h3>
<h3 class="text-xl" v-if="dataFlow.sex==1" style="left: 446px;top: 110px;"></h3>
<h3 class="text-xl" v-else style="left: 470px;top: 120px;"></h3>
<h3 class="text-xl" style="left: 595px;top: 120px;word-spacing: 5px;">{{ dataFlow.birthday.split('-').join('&emsp;&emsp;') }}</h3>
<h3 class="text-xl" style="left: 104px;top: 146px;"></h3>
<h3 class="text-xl" style="left: 100px;top: 175px;">{{ dataFlow.idNumber }}</h3>
<h3 class="text-xl" style="left: 120px;top: 243px;">{{ dataFlow.phone }}</h3>
<h3 class="text-xl" style="left: 356px;top: 243px;">{{ dataFlow.staticPhone }}</h3>
<h3 class="text-xl" style="left: 676px;top: 218px;">{{ dataFlow.mailNumber }}</h3>
<h3 class="text-xl" style="left: 80px;top: 263px;"></h3>
<h3 class="text-xl" style="left: 110px;top: 195px;">{{ dataFlow.mailbox.slice(0, dataFlow.mailbox.indexOf('省')) }}</h3>
<h3 class="text-xl" style="left: 200px;top: 195px;">{{ dataFlow.mailbox.slice(dataFlow.mailbox.indexOf('省') + 1, dataFlow.mailbox.indexOf('市')) }}</h3>
<h3 class="text-xl" style="left: 290px;top: 195px;">{{ dataFlow.mailbox.slice(dataFlow.mailbox.indexOf('市') + 1, dataFlow.mailbox.indexOf('村' || '区' || '县')) }}</h3>
<!-- <img :src="imgSrc" class="imgPop imgIndex min-w-full " :alt="imgSrcName" :title="imgSrcName"> -->
</template>
<template v-else-if="imgSrcId==13 || imgSrcId==442 || imgSrcId==23 || imgSrcId==431">
@ -71,7 +74,15 @@
<h3 class="text-xl" style="left: 220px;top: 480px;">{{ dataFlow.collectingCompany }}</h3>
</template>
<template v-else-if="imgSrcId==409" >
<h3 class="text-lg" style="left: 610px;top: 140px;">12802851701099</h3>
<h3 class="text-xs" style="left: 645px;top: 126px;">{{ getNowYear(0) }}</h3>
<h3 class="text-xs" style="left: 700px;top: 126px;">{{ getNowYear(1) }}</h3>
<h3 class="text-xs" style="left: 740px;top: 126px;">{{ getNowYear(2) }}</h3>
<h3 class="text-xs" style="left: 300px;top: 169px;">备用金</h3>
<h3 class="text-xs" style="left: 670px;top: 169px;">商业银行</h3>
<h3 class="text-xs" style="left: 250px;top: 145px;">{{ dataFlow.collectingCompany }}</h3>
<h3 class="text-xs" style="left: 640px;top: 145px;">12802851701099</h3>
<h3 class="text-xl" style="left: 340px;top: 195px;">{{ transMoney(dataFlow.transMoney) }}</h3>
<h3 class="text-lg" style="left: 607px;top: 205px;letter-spacing: 4.8px">{{ ('' + dataFlow.transMoney).padStart(9, 0).padEnd(11, 0) }}</h3>
</template>
<img :src="imgSrc" class="imgPop imgIndex min-w-full dia-header" :alt="imgSrcName" :title="imgSrcName" ref="showPage">
<slot />

@ -95,6 +95,10 @@ const capital = 100
const peopleNumber = '111222'
const collectingCompany = '袋鼠互联网科技有限公司'
const transMoney = '81100'
const phone = '13222223122'
const staticPhone = '0755-88281987'
const mailNumber = '518052'
const eMailAddress = '666@qq.com'
const voucherNumber = (() => {
const $chars = '1234567890';
const maxPos = $chars.length;
@ -145,6 +149,10 @@ const allDataFlow = {
totalMoney: 101.6,
collectingCompany,
transMoney,
phone,
staticPhone,
mailNumber,
eMailAddress,
'corporateClient': false,
}
@ -682,9 +690,7 @@ const myInitState = {
'business/deposit': false
},
dataFlow: {
idNumber,
userName,
peopleNumber
transMoney: 800000
}
},
'业务十三': { // 公司现金支票取款
@ -1765,9 +1771,7 @@ export default {
'business/deposit': false
},
dataFlow: {
idNumber,
userName,
peopleNumber
transMoney: 800000
}
},
'业务十三': { // 公司现金支票取款

Loading…
Cancel
Save