no message

This commit is contained in:
2025-08-06 17:05:58 +08:00
parent 9ca4b509c1
commit 9311e8ebee
2 changed files with 2 additions and 3 deletions

View File

@@ -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>

View File

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