<swiper-item>
<view style="text-align: left;padding: 20rpx 30rpx;background-color: #FFFFFF;height: 100%;">
<view class="oneRow" style="border-top: 1px solid #eee;border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;">订单</text>
<text class="oneRow-b">新订单</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;justify-content: space-between;" @click="toStorage">
<view>
<text class="oneRow-a" style="margin-top: 0;margin-bottom: 20rpx;">库位</text>
<text class="oneRow-b">{{activeID}}</text>
</view>
<view style="margin-top: 10rpx;">
<text class="cuIcon-right" style="font-size: 15px;"></text>
</view>
</view>
<view class="oneRow" >
<text class="oneRow-a" >原有库存</text>
<text class="oneRow-b">{{bookTakeNames.Quantity ? bookTakeNames.Quantity : ''}}</text>
</view>
<view class="oneRow">
<text class="oneRow-a">整包</text>
<text class="oneRow-b">{{bookTakeNames.PackageCount}}</text>
<text style="color: #999;margin-left: 10rpx;">({{bookTakeNames.PackageUnitCount ? bookTakeNames.PackageUnitCount : 0}}册/包)</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-bottom: 20rpx;">散册</text>
<text class="oneRow-b" style="color: #999;">{{bookTakeNames.ScatterCount}}</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;" >
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">整包</text>
<input type="number" value="" placeholder="请输入整包数" v-model="totalkNumber.PackageCount" placeholder-class="phClass" />
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">散册</text>
<input type="number" value="" placeholder="请输入散册数" v-model="totalkNumber.ScatterCount" placeholder-class="phClass"/>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">总计</text>
<text class="oneRow-b">{{totalkNumber.amount}}</text>
</view>
<view style="display: flex;justify-content: center;margin-top: 16rpx;">
<button class="cu-btn" style="background-color: #fff;width: 100px;height: 35px;color: #007AFF;border: #007AFF 1px solid;" :disabled="moveKey" @click="confirmMove">确认</button>
</view>
</view>
</swiper-item>
![3***@qq.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/b72de9208e28fc28db2ced6babbf7a84.png)
- 发布:2022-01-05 21:52
- 更新:2022-01-06 21:35
- 阅读:339
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows 11
HBuilderX类型: 正式
HBuilderX版本号: 3.3.6
手机系统: Android
手机系统版本号: Android 9.0
手机厂商: 小米
手机机型: Redmi Note 8 Pro
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
用swiper包住,然后跳转到另一个界面后再跳回来
用swiper包住,然后跳转到另一个界面后再跳回来
预期结果:
input输入框无法输入
input输入框无法输入
实际结果:
input输入框无法输入
input输入框无法输入
s***@163.com
app
2022-01-06 09:25