Fixiaobai
2023-11-14 64930ef3238fbc90e45ba04cda642778c3e20cc3
src/views/plan/customerorder/index.vue
@@ -390,7 +390,7 @@
      isShowQuery: false,
      uploadInfo: {
        // 是否展示上传EXCEL以及对应的url
        isShow: false,
        isShow: true,
        url: ''
      },
      prelang: 'operation',
@@ -1211,7 +1211,7 @@
      this.table.toolbar.push({
        text: '获取销售订单',
        type: 'primary',
        fun: this.syncERP,
        fun: this.pullCustomerOrder,
        disabled: false,
        permitArr: []
      })