|
|
@ -819,7 +819,14 @@ export default { |
|
|
|
439: '销户章' |
|
|
|
439: '销户章' |
|
|
|
} |
|
|
|
} |
|
|
|
return (id) => { |
|
|
|
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 印章盒选中的印章盖上去 |
|
|
|
// sealChecked 印章盒选中的印章盖上去 |
|
|
@ -1212,7 +1219,7 @@ export default { |
|
|
|
getOperation({ |
|
|
|
getOperation({ |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,9' |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,9' |
|
|
|
}).then((data)=>{ |
|
|
|
}).then((data)=>{ |
|
|
|
if(data.status == 200) { |
|
|
|
if(data.status == 200 && data.data.judgmentRuleReqs) { |
|
|
|
this.finishGoods.checkMoneyMechine = true |
|
|
|
this.finishGoods.checkMoneyMechine = true |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
@ -1221,7 +1228,8 @@ export default { |
|
|
|
getOperation({ |
|
|
|
getOperation({ |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,10' |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,10' |
|
|
|
}).then((data)=>{ |
|
|
|
}).then((data)=>{ |
|
|
|
if(data.status == 200) { |
|
|
|
if(data.status == 200 && data.data.judgmentRuleReqs) { |
|
|
|
|
|
|
|
console.log(data) |
|
|
|
this.finishGoods.printMechine = true |
|
|
|
this.finishGoods.printMechine = true |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|