src/views/production/assembly.vue
@@ -2,7 +2,7 @@
  <div class="assembly viewWrap">
    <a ref="download" style="display: none" />
    <ProductList ref="productList"></ProductList>
    <h2>组装任务计划管理</h2>
    <h2>生产任务计划管理</h2>
    <!-- 搜索功能区 -->
    <div class="wrap">
      <div class="searchWrap">
@@ -342,7 +342,7 @@
      this.formData.endDate = null;
      this.formData.status = null;
      this.showFromData = true;
      this.dialogTitle = "添加组装任务计划";
      this.dialogTitle = "添加生产任务计划";
    },
    // 关闭
    handleFormDataClose: function () {
@@ -375,7 +375,7 @@
      this.formData.endDate = row.endDate;
      this.formData.status = row.status;
      this.showFromData = true;
      this.dialogTitle = "编辑组装任务计划";
      this.dialogTitle = "编辑生产任务计划";
      this.onGetProcessData();
    },
    handleOrderIdChange: function () {