snow hace 2 años
padre
commit
c831cba1b2

BIN
dist/static/img/afterSale.9b7d625c.jpg


BIN
dist/static/img/afterSale.c4b8f35d.jpg


BIN
dist/static/img/beforeSale.532b46e5.jpg


BIN
dist/static/img/beforeSale.db214ded.jpg


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/0.js


BIN
src/assets/afterSale.jpg


BIN
src/assets/beforeSale.jpg


+ 5 - 5
src/views/netOrderEntry/netOrderEnter/importTemplateModal.vue

@@ -28,7 +28,6 @@
 import { columns, getTableProperty } from './template'
 import companyHelper from '@/mixins/companyHelper'
 import { MessageBox } from 'element-ui'
-import { h } from 'vue'
 export default {
   mixins: [companyHelper],
   props: ['visible'],
@@ -122,12 +121,13 @@ export default {
         })
       }
 
-      console.log(Object.keys(messages), messages['1'])
       if (!finalValid) {
         MessageBox({
-          type: 'warning',
+          type: 'error',
           title: '数据填写错误',
-          message: h('ul', null, [])
+          message: Object.keys(messages).map(row => {
+            return `第${row}行,${messages[row]}`
+          }).join('\n')
         })
       }
 
@@ -185,7 +185,7 @@ export default {
 
       const isValid = this.validateFields(this.tableData)
 
-      if (isValid) {
+      if (!isValid) {
         this.tableData = []
       }
     }

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio