|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff;"> |
|
|
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff;"> |
|
|
<view class="space_between" > |
|
|
<view class="space_between center" > |
|
|
<view style="word-break: break-all;width: 60%;"> |
|
|
<view style="word-break: break-all;width: 60%;"> |
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|