LAPTOP-R6EHHS26\86155 5 months ago
commit 1840c527f5

@ -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