虚拟区发货确认
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">{{$t('grid.bill-type')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -114,9 +114,9 @@
|
||||
this.dataList = [...res.data]
|
||||
},
|
||||
toSure () {
|
||||
if (this.pkId) {
|
||||
if (this.val1) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/WarehouseManage/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title
|
||||
url: '/pages/SecondPhase/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user