修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="虚拟区发货确认"></nav-bar>
|
||||
<nav-bar :inner2="true" @goIn="goIn" title="虚拟区发货确认"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
<view class="filter_item">
|
||||
@@ -52,7 +52,7 @@
|
||||
</view>
|
||||
<view class="submit-bar">
|
||||
<button class="submit-button" :class="{'btn-disabled': !dataList.length}" :disabled="disabled1" @tap="_virtualoutConfirm">出库确认</button>
|
||||
<button class="submit-button" @tap="_queryRawFoilList">查询</button>
|
||||
<button class="submit-button" @tap="_virtualivtQuery">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -81,6 +81,11 @@
|
||||
this.billCode = option.bill_code
|
||||
},
|
||||
methods: {
|
||||
goIn () {
|
||||
uni.navigateTo({
|
||||
url: `/pages/WarehouseManage/XuniDelivery`
|
||||
})
|
||||
},
|
||||
handleChange (e) {
|
||||
// console.log(e)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user