LAPTOP-R6EHHS26\86155 5 months ago
commit 1840c527f5

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

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

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

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

Loading…
Cancel
Save