diff --git a/ruoyi-ui/src/views/quot/quot/index.vue b/ruoyi-ui/src/views/quot/quot/index.vue index 94137b0..597ff90 100644 --- a/ruoyi-ui/src/views/quot/quot/index.vue +++ b/ruoyi-ui/src/views/quot/quot/index.vue @@ -524,20 +524,20 @@ - + - + @@ -783,7 +783,7 @@ export default { handleAdd() { this.reset(); this.open = true; - this.title = "添加报价"; + this.title = "报价信息"; this.activeName = "quotInfo"; this.form.quotSalesmanName = this.$store.state.user.sapUserName; this.form.quotSalesmanBm = this.$store.state.user.sapBm; @@ -802,7 +802,7 @@ export default { this.$set(this.form, "quotJsxzGroup", (this.form.quotJsxzGroupValues==''||this.form.quotJsxzGroupValues==null)?[]:this.form.quotJsxzGroupValues.split(',')); this.quotMaterialList = response.data.quotMaterialList; this.open = true; - this.title = "修改报价"; + this.title = "报价信息"; this.activeName = "quotInfo"; var quotJsxzGroup = this.form.quotJsxzGroupValues;