yangfeng
2023-10-13 3d04f62e6c9124e2d37b5d09191a02fc6390d16f
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>
@@ -67,7 +67,7 @@
          </div> -->
        </div>
        <div v-if="activeName === 'sub'" class="second">
          <SubOrder :isDetail="true" />
          <SubOrder :isDetail="true" :add-config="addCommonConfig" />
        </div>
      </div>
    </el-drawer>
@@ -97,11 +97,19 @@
      activeName: "first",
      isBasicExpand: true, // 基本信息
      basicInfoList: [],
      isAnnexExpand: true // 附件信息
      isAnnexExpand: true, // 附件信息
      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: {
@@ -338,6 +346,7 @@
      }
      .second {
        background: #fff;
        height: calc(100vh - 111px);
        .followup-records {
          .table-view {
            margin-top: 0 !important;