5.7宁夏恢复车牌号

This commit is contained in:
FrancisHu 2024-05-07 09:38:01 +08:00
parent 956f7c618d
commit 5e80939043
1 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
<h4>待出库数量</h4>
<span>{{ infoList.outNum }}</span>
</view>
<!-- <view>
<view>
<h4>车牌号</h4>
<uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/>
<uni-easyinput
@ -83,7 +83,7 @@
v-model="carCode"
>
</uni-easyinput>
</view> -->
</view>
<view>
<h4>出库数量</h4>
<!-- <uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/> -->
@ -228,7 +228,7 @@
parentId: that.infoList.parentId,
typeId: that.infoList.typeId,
taskId: that.infoList.taskId,
// carCode: that.carCode,
carCode: that.carCode,
outNum: that.multiNum,
companyId: uni.getStorageSync('userInfo').sysUser.companyId
}