|
|
@@ -26,7 +26,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="section-item__btnbar">
|
|
|
- <!-- <Button size="small" round @click="listing(item)">挂牌</Button> -->
|
|
|
+ <Button size="small" round @click="listing(item)">挂牌</Button>
|
|
|
<Button size="small" round @click="pickup(item)">提货</Button>
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -64,10 +64,10 @@ const pickup = (item: Model.HoldLBRsp) => {
|
|
|
openComponent('pickup')
|
|
|
}
|
|
|
|
|
|
-// const listing = (item: Model.HoldLBRsp) => {
|
|
|
-// selectedRow.value = item
|
|
|
-// openComponent('listing')
|
|
|
-// }
|
|
|
+const listing = (item: Model.HoldLBRsp) => {
|
|
|
+ selectedRow.value = item
|
|
|
+ openComponent('listing')
|
|
|
+}
|
|
|
|
|
|
const onRefresh = (finish: () => void) => {
|
|
|
/// 查询未完成
|