虚拟区发货确认

This commit is contained in:
2026-01-15 14:40:37 +08:00
parent 00329e4567
commit 246a2d3d9f
6 changed files with 158 additions and 3 deletions

View File

@@ -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
})
}
},