yangfeng
2023-11-10 f97f278ebb00c6cc046f1110ffa524ff14f81ba2
src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -695,7 +695,8 @@
        logisticCost: data.logisticCost || 0,
        logisticNumber: data.logisticNumber || "",
        quotationId: this.quotationId,
        deliverType: data.deliverType || 0
        deliverType: data.deliverType || 0,
        status: 1
      }
      let params = {}
      if (this.editConfig.title === "新建") {