haoxuan
2023-10-17 90660a13752f2e5b2c778bb1d7c9e6915346dbde
src/views/sales/salesReturn/DetailReturn.vue
@@ -162,8 +162,8 @@
      showSummary: {
        show: true,
        total: true,
        sumProp: ["other1", "other2", "other3", "other4"],
        mergeNumber: 3
        sumProp: ["amount", "price", "total"],
        mergeNumber: 1
      },
      productTableList: {},
      addConfig: {}
@@ -178,7 +178,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,
      sale_return_nunber: this.detailConfig.infomation.number
    }
    this.setTableForm()
  },