zuozhengqing
2023-10-16 8e5ec095fc4ba9cac7c91b681b06846d3e4155ae
src/views/sales/masterOrder/DetailMasterOrder.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>
@@ -98,14 +98,18 @@
      isBasicExpand: true, // 基本信息
      basicInfoList: [],
      isAnnexExpand: true, // 附件信息
      addCommonConfig: {
        master_order_number: this.masterOrderDetail.infomation.number,
        masterOrderId: this.masterOrderDetail.infomation.id
      }
      addCommonConfig: {}
    }
  },
  created() {
    this.setData(this.detailConfig.infomation)
    this.addCommonConfig = {
      id_name: "master_order_number",
      id: this.detailConfig.infomation.id,
      common_name: this.detailConfig.infomation.number,
      master_order_number: this.masterOrderDetail.infomation.number,
      masterOrderId: this.masterOrderDetail.infomation.id
    }
  },
  mounted() {},
  methods: {
@@ -342,6 +346,7 @@
      }
      .second {
        background: #fff;
        height: calc(100vh - 111px);
        .followup-records {
          .table-view {
            margin-top: 0 !important;