Browse Source

修改发料详情样式

wms3.0_pda
niexiting 10 months ago
parent
commit
589d8b7a5a
  1. 2
      mycomponents/balance/handleBalance.vue

2
mycomponents/balance/handleBalance.vue

@ -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>

Loading…
Cancel
Save