From da8bebcf5eeb4f2b319ab0b4e8d3fdb287b20391 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 8 Apr 2022 18:28:35 +0800 Subject: [PATCH] update --- src/components/checkPhoto/index.vue | 1 + src/pages/counter/list/index.vue | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/checkPhoto/index.vue b/src/components/checkPhoto/index.vue index cabcc3e..aeca566 100644 --- a/src/components/checkPhoto/index.vue +++ b/src/components/checkPhoto/index.vue @@ -4,6 +4,7 @@

{{ dataFlow.userName }}

+

{{ dataFlow.birthday.split('-').join(' ') }}

{{ dataFlow.idNumber }}

diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 35ee0ca..0a247f1 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -819,7 +819,14 @@ export default { 439: '销户章' } return (id) => { - return this.sealArr.filter(item => item.name.includes(stampMap2[id])) + // finishSealedArr + return this.sealArr.filter(item => { + // && this.finishSealedArr.includes(item.id) + if(item.name.includes(stampMap2[id])) { + console.log(item.id) + return item + } + }) } }, // sealChecked 印章盒选中的印章盖上去 @@ -1212,7 +1219,7 @@ export default { getOperation({ parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,9' }).then((data)=>{ - if(data.status == 200) { + if(data.status == 200 && data.data.judgmentRuleReqs) { this.finishGoods.checkMoneyMechine = true } }) @@ -1221,7 +1228,8 @@ export default { getOperation({ parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,10' }).then((data)=>{ - if(data.status == 200) { + if(data.status == 200 && data.data.judgmentRuleReqs) { + console.log(data) this.finishGoods.printMechine = true } })