Ver Fonte

【修改】 零售发货申请 工程发货申请 提示

howie há 2 anos atrás
pai
commit
a44aa45e8d

+ 1 - 1
src/views/supply/apply/components/apply_form.vue

@@ -463,7 +463,7 @@ export default {
         for (let j = i+1; j < tableSelection.length; j++) {
 
             if (tableSelection[i].orderBase !== tableSelection[j].orderBase) {
-              return this.$errorMsg('只能选择新单旧单');
+              return this.$errorMsg('只能选择新单旧单');
             }
         }
 

+ 1 - 1
src/views/supply/apply/components/engin_form.vue

@@ -670,7 +670,7 @@ export default {
         for (let j = i+1; j < this.tableSelection.length; j++) {
 
 if (this.tableSelection[i].orderBase !== this.tableSelection[j].orderBase) {
-  return this.$errorMsg('只能选择新单旧单');
+  return this.$errorMsg('只能选择新单旧单');
 }
 }