数量盘点入库

This commit is contained in:
binbin_pan 2024-04-01 17:55:31 +08:00
parent a56b7d44ea
commit 51af555aa6
1 changed files with 1 additions and 5 deletions

View File

@ -736,7 +736,7 @@ export default {
if (this.isNumCheck) {
// this.numTableList this.numTable , ,
if (this.numTableList.some(item => item.typeId == this.codeForm.typeId)) {
this.$message.error('请勿重复添加')
this.$message.warning('请勿重复添加')
return
}
console.log('🚀 ~ fillCodeForm ~ this.numTable:', this.numTable);
@ -905,10 +905,6 @@ export default {
},
//
handlePutBlur(row) {
if (row.putInStoreNum > row.num) {
this.$message.error('入库数量不能大于当前库存')
row.putInStoreNum = row.num
}
if (!row.putInStoreNum) {
this.$message.warning('入库数量不能为空')
row.putInStoreNum = 1