yusheng hace 10 meses
padre
commit
4a9157a678
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/BIZComponents/outboundDetailsDialog.vue

+ 1 - 3
src/BIZComponents/outboundDetailsDialog.vue

@@ -10,7 +10,6 @@
     :before-close="cancel"
     :maxable="true"
     :resizable="true"
-
   >
     <div>
       <div class="content-detail">
@@ -121,7 +120,6 @@
               stripe
               :header-cell-style="{ background: '#EEEEEE', border: 'none' }"
             >
-
               <el-table-column label="序号" type="index" width="50">
               </el-table-column>
               <el-table-column
@@ -467,7 +465,7 @@
           !this.selectionChangeList2.length &&
           !this.selectionChangeList3.length
         )
-          return this.$message.warning('请选择退货明细');
+          return this.$message.warning('请选择物品!');
         let params = [
           ...this.selectionChangeList2,
           ...this.selectionChangeList3