zouyu
2024-03-08 a7d816c40f5035c3ae4ddffc32ed80d3c55e3f4f
src/views/plan/customerorder/index.vue
@@ -1036,6 +1036,7 @@
        permitArr: [],
      })
    }
    if(this.permissions.plan_download_process_file){
    this.table.toolbar.push({
        text: '下载工艺文件',
        disabled: false,
@@ -1043,6 +1044,8 @@
        fun: this.downloadWord,
        permitArr: ['03plan','04planed'],
    })
    }
    if(this.permissions.plan_download_product_file){
    this.table.toolbar.push({
        text: '下载排产单',
        disabled: false,
@@ -1050,6 +1053,7 @@
        permitArr: [],
        fun: this.downloadProductionScheduling,
    })
    }
    this.table.toolbar.push({
      text: '关联订单',
      disabled: false,