yangfeng
2023-10-17 2ea24bd1b01c3db7fe6316c801cd24c954f97573
删除报价单状态默认值和bug修复(5245)
2个文件已修改
6 ■■■■ 已修改文件
src/views/sales/quotation/AddQuotationDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/salesDetails/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    },
src/views/sales/salesDetails/index.vue
@@ -239,7 +239,7 @@
      let params = {}
      if (this.addConfig.id) {
        params = {
          clientId: this.addConfig.id,
          number: this.addConfig.id,
          page: this.pagerOptions.currPage,
          pageSize: this.pagerOptions.pageSize
        }