@@ -1656,7 +1656,7 @@
console.log('duplicateCodes', this.areaForm.allocationReqList, codeS, duplicateCodes);
if(duplicateCodes.length > 0){
- return this.$message.error(`货位编号重复:${duplicateCodes.join('、')}!`);
+ return this.$message.warning(`货位编号重复:${duplicateCodes.join('、')}!`);
}