change
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<!-- 料桶组盘 -->
|
||||
<!-- 料桶盘点 -->
|
||||
<nav-bar :title="title"></nav-bar>
|
||||
<view class="zd_content">
|
||||
<view class="zd_wrapper">
|
||||
@@ -100,7 +100,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="typeof currentData === 'string'">
|
||||
<view class="msg_item">提示:当前是空载具</view>
|
||||
<view class="msg_item">{{currentData}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -191,6 +191,7 @@
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
this.currentData = {}
|
||||
try {
|
||||
let res = await jbGetLtInfo(this.val1, this.val2)
|
||||
if (res.code === '200') {
|
||||
@@ -199,7 +200,6 @@
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user