|
@ -12,7 +12,7 @@ |
|
|
<view class="u-flex u-row-between"> |
|
|
<view class="u-flex u-row-between"> |
|
|
<location v-if="isShowFromLocation&&dataContent.fromLocationCode" title="来源库位" :locationCode="dataContent.fromLocationCode"> |
|
|
<location v-if="isShowFromLocation&&dataContent.fromLocationCode" title="来源库位" :locationCode="dataContent.fromLocationCode"> |
|
|
</location> |
|
|
</location> |
|
|
<level title="优先级" :priority="dataContent.priority"> |
|
|
<level title="优先级" :priority="dataContent.priority" v-if="dataContent.priority !== '' && dataContent.priority !== underfind && dataContent.priority !== null "> |
|
|
</level> |
|
|
</level> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|