yangfeng
2023-10-25 48adbb5e7759f33efb0a97c8baf22aaebba7987a
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
    },
@@ -663,7 +663,7 @@
      this.tableData = data
      this.productTableList.tableData = this.tableData
    },
    // 订单编码单独校验
    // 销售机会单独校验
    checkChance(rule, value, callback) {
      if (this.editConfig.infomation.sale_chance_name && this.editConfig.infomation.sale_chance_name.length > 0) {
        callback()