子卷配送
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user