陈薪名
8 months ago
2 changed files with 27 additions and 25 deletions
@ -1,25 +0,0 @@ |
|||||
<template> |
|
||||
<view class="batch_view"> |
|
||||
<text class="card_batch">批次</text> |
|
||||
<text class="card_batch_content"> {{batch}}</text> |
|
||||
</view> |
|
||||
</template> |
|
||||
|
|
||||
<script> |
|
||||
export default { |
|
||||
data(){ |
|
||||
return { |
|
||||
} |
|
||||
}, |
|
||||
props: { |
|
||||
batch:{ |
|
||||
type: String, |
|
||||
default: "" |
|
||||
} |
|
||||
}, |
|
||||
|
|
||||
} |
|
||||
</script> |
|
||||
|
|
||||
<style> |
|
||||
</style> |
|
@ -0,0 +1,27 @@ |
|||||
|
<template> |
||||
|
<view class="page-wraper"> |
||||
|
|
||||
|
<comMoveRecord businessTypeCode='OkToScrap' > </comMoveRecord> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
import comMoveRecord from '@/pages/inventoryMove/coms/comMoveRecord.vue' |
||||
|
|
||||
|
export default { |
||||
|
components: { |
||||
|
comMoveRecord |
||||
|
}, |
||||
|
data() { |
||||
|
return { |
||||
|
|
||||
|
} |
||||
|
}, |
||||
|
onLoad() {}, |
||||
|
methods: { |
||||
|
} |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
<style> |
||||
|
</style> |
Loading…
Reference in new issue