浏览代码

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

howie 2 年之前
父节点
当前提交
a44aa45e8d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/supply/apply/components/apply_form.vue
  2. 1 1
      src/views/supply/apply/components/engin_form.vue

+ 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('只能选择新单旧单');
 }
 }