|
|
@ -22,7 +22,9 @@ |
|
|
|
:right-options="(pack.scaned&&isEdit)?editAndRemoveOptions : pack.scaned? removeOptions:options" |
|
|
|
@click="swipeClick($event,pack,'child')"> |
|
|
|
<package-card :dataContent="pack" :isShowLocation="false" :isShowFromLocation="false" |
|
|
|
:isShowToLocation="false" :isShowBatch="false"></package-card> |
|
|
|
:isShowToLocation="false" |
|
|
|
:isShowStatus="isShowPackListStatus" |
|
|
|
:isShowBatch="false"></package-card> |
|
|
|
</uni-swipe-action-item> |
|
|
|
</uni-swipe-action> |
|
|
|
|
|
|
@ -94,6 +96,11 @@ |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
|
|
|
|
isShowPackListStatus: { |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
|
|
|
|
locationTitle: { |
|
|
|
type: String, |
|
|
|