diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 29568e4..58a9ce3 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -1204,13 +1204,13 @@ export default { //return false; } if(approvedQty < 0){ - this.$message.error(this.approvedQtyMustMoreTanZeroAndBeInteger); + this.$message.error(this.labels.approvedQtyMustMoreTanZero); this.pageData.approvedQty = 0;//重新赋值 return false; } //班次判断 if(this.pageData.shiftDesc == '无班次'){ - this.$message.error(this.noMatchShiftInfo); + this.$message.error(this.labels.noMatchShiftInfo); return false; }