|
|
|
@ -104,7 +104,7 @@ |
|
|
|
|
<!-- 物品栏 --> |
|
|
|
|
<div ref="goods" class="goods-dia" :class="{ active: showGoods }"> |
|
|
|
|
<!-- goodsShelfTotalData goods2 --> |
|
|
|
|
<div :id="item.name" v-for="(item, index) in goodsShelfTotalData" :key="index" class=" justify-center" :class="{ checked: checkList.includes(item.id),file:true }" @click="dblClickFn(item,'goods')"> |
|
|
|
|
<div :id="item.name" v-for="(item, index) in goods2" :key="index" class=" justify-center" :class="{ checked: checkList.includes(item.id),file:true }" @click="dblClickFn(item,'goods')"> |
|
|
|
|
<img :style="item.name==='开户申请书'?'margin-top:10px;':''" :src="item.src" alt="" /> |
|
|
|
|
<p>{{item.name}}</p> |
|
|
|
|
</div> |
|
|
|
@ -979,6 +979,17 @@ export default { |
|
|
|
|
} else { |
|
|
|
|
this.manageVisible = false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//在页面加载时读取localStorage里的状态信息 |
|
|
|
|
if(sessionStorage.getItem('systemKey')) { |
|
|
|
|
this.$store.commit('system/containBusinessKey', sessionStorage.getItem('systemKey')) |
|
|
|
|
console.log('---') |
|
|
|
|
console.log(this.$store.state.system.businessKey) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window.addEventListener("beforeunload",()=>{ |
|
|
|
|
sessionStorage.setItem('systemKey', this.$store.state.system.businessKey) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
mounted(){ |
|
|
|
|
let that = this |
|
|
|
@ -1259,9 +1270,7 @@ export default { |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
console.log(clickList) |
|
|
|
|
|
|
|
|
|
this.addGoods(clickList) |
|
|
|
|
// this.$store.commit('system/changeGoods',{push:arr}) |
|
|
|
|
// // 加东西 |
|
|
|
|
// this.auditGoodsShelf.push({name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}) // |
|
|
|
|