no message
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
<view class="zd-col-8">
|
<view class="zd-col-8">
|
||||||
<span class="filter_label">监区</span>
|
<span class="filter_label">托盘类型</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-16 filter_select">
|
<view class="zd-col-16 filter_select">
|
||||||
<uni-data-select v-model="index" :localdata="options"></uni-data-select>
|
<uni-data-select v-model="index" :localdata="options"></uni-data-select>
|
||||||
|
|||||||
@@ -133,8 +133,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const obj = Object.assign({}, this.initData, {storagevehicle_code: this.vcode, material_code: this.code, pcsn: this.pcsn, qty: this.qty, prison_area: this.index})
|
let res = await groupPlateTwo(this.vcode, this.code, this.initData.material_name, this.initData.material_spec, this.pcsn, this.qty, this.index)
|
||||||
let res = await groupPlateTwo(obj)
|
|
||||||
this.clearUp()
|
this.clearUp()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
|
|||||||
Reference in New Issue
Block a user