haoxuan
2023-10-17 0bdc7d10c8c4b13a993f5f1474b7fb2fc8c88fc9
src/views/sales/quotation/AddQuotationDialog.vue
@@ -362,7 +362,7 @@
        member_id: [{ required: true, message: "请选择负责人", trigger: "change" }]
      },
      memberOptions: [],
      quotationStatusOptions: [{ id: 1, name: "不知道" }], // 报价单状态
      quotationStatusOptions: [], // 报价单状态
      currencyOptions: [{ id: 1, name: "人民币" }], // 币种
      approvalWorkflowOptions: [], // 审批流程
      productTableList: {},
@@ -508,7 +508,7 @@
        products: this.tableData,
        codeStandID: data.ID,
        codeRule: this.codeRule,
        client_id: this.clientId || 0,
        client_id: this.clientId || 0
      }
      return params
    },