5.7宁夏恢复车牌号
This commit is contained in:
parent
956f7c618d
commit
5e80939043
|
|
@ -75,7 +75,7 @@
|
||||||
<h4>待出库数量</h4>
|
<h4>待出库数量</h4>
|
||||||
<span>{{ infoList.outNum }}</span>
|
<span>{{ infoList.outNum }}</span>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view>
|
<view>
|
||||||
<h4>车牌号</h4>
|
<h4>车牌号</h4>
|
||||||
<uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/>
|
<uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/>
|
||||||
<uni-easyinput
|
<uni-easyinput
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
v-model="carCode"
|
v-model="carCode"
|
||||||
>
|
>
|
||||||
</uni-easyinput>
|
</uni-easyinput>
|
||||||
</view> -->
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<h4>出库数量</h4>
|
<h4>出库数量</h4>
|
||||||
<!-- <uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/> -->
|
<!-- <uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/> -->
|
||||||
|
|
@ -228,7 +228,7 @@
|
||||||
parentId: that.infoList.parentId,
|
parentId: that.infoList.parentId,
|
||||||
typeId: that.infoList.typeId,
|
typeId: that.infoList.typeId,
|
||||||
taskId: that.infoList.taskId,
|
taskId: that.infoList.taskId,
|
||||||
// carCode: that.carCode,
|
carCode: that.carCode,
|
||||||
outNum: that.multiNum,
|
outNum: that.multiNum,
|
||||||
companyId: uni.getStorageSync('userInfo').sysUser.companyId
|
companyId: uni.getStorageSync('userInfo').sysUser.companyId
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue