修改耗材盘点

This commit is contained in:
duan
2024-10-31 16:16:06 +08:00
parent fef46aa24f
commit 70bf859fba
2 changed files with 12 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
<input type="number" placeholder="请输入数量" v-model="datas.form.list.stockNumber" name="" id="">
</view>
</view>
<view style="justify-content: space-between;">
<!-- <view style="justify-content: space-between;">
<view>
单位
</view>
@@ -33,7 +33,7 @@
{{datas.status[nowStatusIndex]}}
</view>
<uni-icons type="bottom" size="16"></uni-icons>
</view>
</view> -->
<view>
<view>
<text style="color: red;">*</text>单价
@@ -187,6 +187,13 @@
})
return
}
if(!datas.list[nowStatusIndex.value]){
refs.ctx.$refs.uToastRef.show({
type: 'default',
message: "供应商不能为空",
})
return
}
datas.form.list.conInfoId = datas.item.id
datas.form.list = [datas.form.list]
tbConsInfostockInOut({