请填写完批次信息!

yangwl
zhaoxiaolin 5 months ago
parent c801586d3b
commit ad32dbe9e6

@ -1101,7 +1101,7 @@ export default {
if (sum >= this.productData[0].atrr1) {
this.$message({
message: '无法添加!您的批次数量已满',
message: '请填写完批次信息',
type: 'warning'
})
return

@ -1087,7 +1087,7 @@ export default {
if (sum >= this.productData[0].atrr1) {
this.$message({
message: '无法添加!您的批次数量已满',
message: '请填写完批次信息',
type: 'warning'
})
return

@ -1197,7 +1197,7 @@ export default {
if (sum >= this.productData[0].atrr1) {
this.$message({
message: '无法添加!您的批次数量已满',
message: '请填写完批次信息',
type: 'warning'
})
return

@ -1191,7 +1191,7 @@ export default {
if (sum >= this.productData[0].atrr1) {
this.$message({
message: '无法添加!您的批次数量已满',
message: '请填写完批次信息',
type: 'warning'
})
return

Loading…
Cancel
Save