linwenxin il y a 1 an
Parent
commit
7338ac9429

+ 0 - 1
src/views/supply/pickup/check.vue

@@ -755,7 +755,6 @@ export default {
         if (this.dataList.length) {
           const ids = this.tableSelection.map(k => k.id)
           for (let i = 0; i < ids.length; i++) {
-            console.log(this.dataList.some(e => e.id === ids[i]))
             if (!this.dataList.some(e => e.id === ids[i])) {
               this.tableSelection = []
               this.$errorMsg(`单被商家取消预约,重新选择`)

+ 1 - 1
src/views/supply/pickup/components/design/panel.js

@@ -150,7 +150,7 @@ export default {
                 },
                 {
                   title: '发货日期',
-                  field: 'createTime',
+                  field: 'approvalTime',
                   width: 25,
                   align: 'left',
                   colspan: 1,