子卷配送

This commit is contained in:
2022-11-01 14:47:00 +08:00
parent cdc86356f2
commit 72a21b11c8
2 changed files with 14 additions and 3 deletions

View File

@@ -3,6 +3,16 @@
<nav-bar title="子卷配送"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">起点</span>
</view>
<view class="filter_input_wraper">
<search-box
v-model="val3"
/>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">载具码</span>
@@ -161,7 +171,7 @@
return
}
try {
let res = await shippingConfirm(this.checkArr)
let res = await shippingConfirm(this.checkArr, this.val3)
uni.showToast({
title: res.message,
icon: 'none'