zouyu
2023-11-13 4bf8bbebde0131fb5804a9aab00f9e7cf0718b52
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;"
@@ -1019,12 +1019,6 @@
            fun: this.stockHandle
          },
          {
            text: '箱码信息导出',
            type: 'text',
            size: 'small',
            fun: this.packageExportHandle
          },
          {
            text: '作废',
            type: 'text',
            size: 'small',
@@ -1224,7 +1218,7 @@
    }
    if (this.permissions.customerorder_ifs_line) {
      this.table.toolbar.push({
        text: '获取ERP行号',
        text: '获取OTC行号',
        type: 'primary',
        fun: this.pullIfsLineNo,
        disabled: false,