耗材问题修复

This commit is contained in:
duan
2024-11-05 10:33:26 +08:00
parent 4bd5d2b643
commit cfed8ea183
6 changed files with 53 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
耗材价格
</view>
<view>
<input class="uni-input" placeholder="请输入耗材价格" type="number" v-model="datas.form.price" >
<input class="uni-input" placeholder="请输入耗材价格" type="number" v-model="datas.form.price">
</view>
</view>
<view>
@@ -33,7 +33,7 @@
预警值
</view>
<view>
<input type="text" placeholder="请输入预警值" v-model="datas.form.conWarning" name="" id="">
<input type="number" placeholder="请输入预警值" v-model="datas.form.conWarning" name="" id="">
</view>
</view>
<!-- <li style="justify-content: space-between;">
@@ -110,6 +110,9 @@
let sumbit = () => {
tbConsTypeput([{
...datas.form,
status: datas.form.status * 1,
isCheck: datas.form.isCheck * 1,
conWarning: datas.form.conWarning * 1,
shopId: uni.getStorageSync("shopId"),
conTypeId: datas.list[datas.nowStatusIndex].id,
id: datas.form.id
@@ -132,8 +135,6 @@
}
</style>
<style scoped lang="less">
ul,
li {
list-style: none;
@@ -186,6 +187,7 @@
.bottombutton {
margin-top: 84rpx;
padding: 0 24rpx;
>button {
width: 530rpx;
height: 80rpx;