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