Commit e58230df authored by 张海景's avatar 张海景

update:修改台账的传参

parent e36e7717
<template>
<div class="">
8899
</div>
</template>
<script>
export default {
data() {
return {}
},
}
</script>
<style scoped lang="scss">
</style>
......@@ -590,12 +590,12 @@ export default {
let detail = []
this.selectRow.forEach((s,i)=>{
detail.push({
"barcode": s.itemCode +'-'+ s.toolCode,
"barcode": s.sapItemCode +'-'+ s.toolCode,
"showText" : s.itemName+'-'+s.toolCode,
"gp": i+1
})
detail.push({
"barcode": s.itemCode +'-'+ s.toolCode,
"barcode": s.sapItemCode +'-'+ s.toolCode,
"showText" : s.itemName+'-'+s.toolCode,
"gp":i+1
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment