Browse Source

修改大小写

hella_vue3
陈薪名 7 months ago
parent
commit
a8353597d4
  1. 25
      src/mycomponents/Batch/Batch.vue
  2. 27
      src/pages/inventoryMove/record/okToScrapRecord.vue

25
src/mycomponents/Batch/Batch.vue

@ -1,25 +0,0 @@
<template>
<view class="batch_view">
<text class="card_batch">批次</text>
<text class="card_batch_content">&nbsp{{batch}}</text>
</view>
</template>
<script>
export default {
data(){
return {
}
},
props: {
batch:{
type: String,
default: ""
}
},
}
</script>
<style>
</style>

27
src/pages/inventoryMove/record/okToScrapRecord.vue

@ -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…
Cancel
Save