haoxuan
2023-10-24 01cea4bc73210e43f748d82a02a432cce615be2d
src/views/sales/subOrder/DetailSubOrder.vue
@@ -9,7 +9,7 @@
    >
      <template slot="title">
        <div class="header">
          <span class="header-label">单据编号</span>
          <span class="header-label">销售子单</span>
          <span class="header-title">{{ detailConfig.infomation.number }}</span>
        </div>
      </template>
@@ -136,7 +136,8 @@
      client_name: this.detailConfig.infomation.client.name,
      contact_name: this.detailConfig.infomation.contact_name,
      client_id: this.detailConfig.infomation.client_id,
      contact_id: this.detailConfig.infomation.contact_id
      contact_id: this.detailConfig.infomation.contact_id,
      subbill_name: this.detailConfig.infomation.number
    }
    this.setTableForm()
  },