20240205 20220808
yujialong 2 years ago
parent 3b8da24f80
commit 38b38a1c5f
  1. BIN
      src/assets/img/company-finance.png
  2. BIN
      src/assets/img/credit-dep.png
  3. BIN
      src/assets/img/international.png
  4. BIN
      src/assets/img/personal-finance.png
  5. 13
      src/pages/counter/list/index.vue
  6. 26
      src/pages/index/list/index.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 58 KiB

@ -2010,6 +2010,15 @@ export default {
let startTime = sessionStorage.getItem('startTime')
let formList = [];
if(this.needBackMoney) {
const cash = this.cashboxGoodsShelf2
const val = []
cash.map(e => {
if (e.num) {
const unit = e.name.replace(/\d*/, '') //
const count = e.name.replace(/\D/, '')
val.push((unit === '元' ? count : '0.' + count) + '-' + e.num)
}
})
this.tipsDialog = true
// {"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,25,33,40", "type": "1"}
let params= {
@ -2018,9 +2027,9 @@ export default {
{
"answerId":565,
"emptyOne": "104",
"emptyTwo": this.backMoneyTotal + '',
"emptyTwo": val.join(),
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+565,
"type": "3"
"type": "6"
}
],
projectId:+projectId,

@ -17,7 +17,7 @@
<!-- <img width="100%" v-lazy="lazy1" alt="" @click="toPart('/counter')"> -->
<img width="100%" v-lazy="lazy2" alt="" @click="showComing" />
<!-- src="@/assets/img/integrated-counter.png" -->
<div class="name" @click="showComing">国际结算部</div>
<!-- <div class="name" @click="showComing">国际结算部</div> -->
</div>
<!-- <img class="sth international cp" v-lazy="lazy2" alt="" @click="showComing"> -->
@ -180,9 +180,9 @@ export default {
left: 72%;
width: 28%;
transition: all .5s;
&:hover{
margin-top: -10px;
}
// &:hover{
// margin-top: -10px;
// }
// img{
// transition: all .5s;
// &:hover{
@ -217,27 +217,27 @@ export default {
left: 0;
width: 20%;
transition: all .5s;
&:hover{
top: 29%;
}
// &:hover{
// top: 29%;
// }
}
.company-finance{
top: 52%;
left: 9%;
width: 28%;
transition: all .5s;
&:hover{
top: 50%;
}
// &:hover{
// top: 50%;
// }
}
.personal-finance{
bottom: 0;
left: 25%;
width: 30%;
transition: all .5s;
&:hover{
bottom: 10px;
}
// &:hover{
// bottom: 10px;
// }
}
.case{
position: absolute;

Loading…
Cancel
Save