Fixiaobai
2023-11-14 64930ef3238fbc90e45ba04cda642778c3e20cc3
src/views/plan/customerorder/index.vue
@@ -69,9 +69,9 @@
            style="margin-left:10px;"
            type="primary"
            @click="pushOtc"
            >推送ERP</el-button
            >推送OTC</el-button
          >
          <el-button
          <!-- <el-button
            style="margin-left:10px;"
            type="primary"
            @click="importOutPutBatch"
@@ -82,7 +82,7 @@
            type="primary"
            @click="exportStandBook"
            >导出台账</el-button
          >
          > -->
          <el-button
            v-if="permissions.plan_customerorder_return"
            style="margin-left:10px;"
@@ -390,7 +390,7 @@
      isShowQuery: false,
      uploadInfo: {
        // 是否展示上传EXCEL以及对应的url
        isShow: false,
        isShow: true,
        url: ''
      },
      prelang: 'operation',
@@ -1019,12 +1019,6 @@
            fun: this.stockHandle
          },
          {
            text: '箱码信息导出',
            type: 'text',
            size: 'small',
            fun: this.packageExportHandle
          },
          {
            text: '作废',
            type: 'text',
            size: 'small',
@@ -1217,14 +1211,14 @@
      this.table.toolbar.push({
        text: '获取销售订单',
        type: 'primary',
        fun: this.syncERP,
        fun: this.pullCustomerOrder,
        disabled: false,
        permitArr: []
      })
    }
    if (this.permissions.customerorder_ifs_line) {
      this.table.toolbar.push({
        text: '获取ERP行号',
        text: '获取OTC行号',
        type: 'primary',
        fun: this.pullIfsLineNo,
        disabled: false,