|
@ -23,28 +23,15 @@ |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script setup> |
|
|
import pack from '@/mycomponents/balance/pack.vue' |
|
|
import pack from '@/mycomponents/balance/pack.vue' |
|
|
import location from '@/mycomponents/balance/location.vue' |
|
|
import location from '@/mycomponents/balance/location.vue' |
|
|
import toLocation from '@/mycomponents/balance/toLocation.vue' |
|
|
import toLocation from '@/mycomponents/balance/toLocation.vue' |
|
|
import batch from '@/mycomponents/balance/batch.vue' |
|
|
import batch from '@/mycomponents/balance/batch.vue' |
|
|
import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' |
|
|
import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' |
|
|
import level from '@/mycomponents/balance/level.vue' |
|
|
import level from '@/mycomponents/balance/level.vue' |
|
|
|
|
|
|
|
|
export default { |
|
|
const props = defineProps({ |
|
|
components: { |
|
|
|
|
|
pack, |
|
|
|
|
|
location, |
|
|
|
|
|
toLocation, |
|
|
|
|
|
batch, |
|
|
|
|
|
itemCompareQty, |
|
|
|
|
|
level |
|
|
|
|
|
}, |
|
|
|
|
|
data() { |
|
|
|
|
|
return {}; |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
dataContent: { |
|
|
dataContent: { |
|
|
type: Object, |
|
|
type: Object, |
|
|
default: {} |
|
|
default: {} |
|
@ -77,13 +64,7 @@ |
|
|
type: Boolean, |
|
|
type: Boolean, |
|
|
default: false |
|
|
default: false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
<style lang="scss"> |
|
|