zhang_li
3 months ago
14 changed files with 93 additions and 36 deletions
@ -1,11 +1,17 @@ |
|||
<template> |
|||
<view class="page-wraper"> |
|||
<comMoveRecord businessTypeCode="HoldToOk"> </comMoveRecord> |
|||
<comMoveRecord :myTitle="title" businessTypeCode="HoldToOk"> </comMoveRecord> |
|||
</view> |
|||
</template> |
|||
|
|||
<script setup lang="ts"> |
|||
import { ref, getCurrentInstance, nextTick } from 'vue' |
|||
import comMoveRecord from '@/pages/inventoryMove/coms/comMoveRecord.vue' |
|||
|
|||
const title = ref('') |
|||
onLoad((option) => { |
|||
title.value = option.title |
|||
}) |
|||
</script> |
|||
|
|||
<style></style> |
|||
|
@ -1,11 +1,17 @@ |
|||
<template> |
|||
<view class="page-wraper"> |
|||
<comMoveRecord businessTypeCode="HoldToScrap"> </comMoveRecord> |
|||
<comMoveRecord :myTitle="title" businessTypeCode="HoldToScrap"> </comMoveRecord> |
|||
</view> |
|||
</template> |
|||
|
|||
<script setup lang="ts"> |
|||
import { ref, getCurrentInstance, nextTick } from 'vue' |
|||
import comMoveRecord from '@/pages/inventoryMove/coms/comMoveRecord.vue' |
|||
|
|||
const title = ref('') |
|||
onLoad((option) => { |
|||
title.value = option.title |
|||
}) |
|||
</script> |
|||
|
|||
<style></style> |
|||
|
Loading…
Reference in new issue