From 744fb9267e40cfb01b5eab22d12dcc42e4113e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 22 Aug 2024 16:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bl/commission/fxy/fxyApply.vue | 61 +++++++- src/views/locality/locality.vue | 174 +++++++++++------------ 2 files changed, 147 insertions(+), 88 deletions(-) diff --git a/src/views/bl/commission/fxy/fxyApply.vue b/src/views/bl/commission/fxy/fxyApply.vue index 4c357fe..9b358bc 100644 --- a/src/views/bl/commission/fxy/fxyApply.vue +++ b/src/views/bl/commission/fxy/fxyApply.vue @@ -99,6 +99,16 @@ width="120" > + + + +
+ 等级: + + + +    +
备注:
+
+ 等级: + + + +    +
备注:
+
+ 等级: + + + +    +
备注: { @@ -829,7 +886,8 @@ export default { id: this.id, opinion: this.opinion, status: this.status, - userId: this.userId + userId: this.userId, + level: this.level, }), }).then(({data}) => { if (data.code == 0) { @@ -895,6 +953,7 @@ export default { this.id= ""; this.name= ""; this.phone= ""; + this.level= ""; this.status= ""; this.startTime= ""; this.endTime= ""; diff --git a/src/views/locality/locality.vue b/src/views/locality/locality.vue index eade680..1f06598 100644 --- a/src/views/locality/locality.vue +++ b/src/views/locality/locality.vue @@ -189,33 +189,33 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1528,25 +1528,25 @@
- -
- 企业最小预约数量: - - -
- -
+ + + + + + + + + + + + + + + + + + + - + @@ -2155,7 +2155,7 @@ export default { materialId: "", materialPackageClassifyId: "", getMaterialPackageDataOfRow: {}, - + //新增评论内容 saveForm:{ massageTypeId: '', @@ -2466,7 +2466,7 @@ export default { this.childPage = val; this.selectMassageTypeChildrenPage(); }, - + handleSizeChange1(val) { this.limit = val; this.InformationSelect(); @@ -3571,7 +3571,7 @@ export default { }); }); }, - + // 企业预约项目是否启用 changeQy(massageTypeId, qyType) { this.$http({ @@ -4453,15 +4453,15 @@ export default { // 修改销量 updateBz(row) { this.ordersId = row.massageTypeId; - this.content = row.sales; + this.ordersales = row.sales; this.dialogFormVisibleBz = true; }, // 企业预约最小数量 - updateQyMin(row) { - this.ordersId = row.massageTypeId; - this.qyMinNum = row.qyMinNum; - this.dialogFormVisibleBz = true; - }, + // updateQyMin(row) { + // this.ordersId = row.massageTypeId; + // this.qyMinNum = row.qyMinNum; + // this.dialogFormVisibleBz = true; + // }, // 修改 replyNoticeTo() { this.$http({ @@ -4493,38 +4493,38 @@ export default { } }); }, - + // 修改 - replyNoticeTo() { - this.$http({ - url: this.$http.adornUrl("artificer/updateMassageType"), - method: "post", - // params: this.$http.adornParams({ - data: this.$http.adornData({ - massageTypeId: this.ordersId, - qyMinNum: this.qyMinNum, - }), - }).then(({ data }) => { - if (data.code == 0) { - this.$message({ - message: "修改成功", - type: "success", - duration: 1500, - onClose: () => { - this.classSelect(); - }, - }); - this.dialogFormVisibleBz = false; - } else { - this.$message({ - message: data.msg, - type: "warning", - duration: 1500, - onClose: () => {}, - }); - } - }); - }, + // replyNoticeTo() { + // this.$http({ + // url: this.$http.adornUrl("artificer/updateMassageType"), + // method: "post", + // // params: this.$http.adornParams({ + // data: this.$http.adornData({ + // massageTypeId: this.ordersId, + // qyMinNum: this.qyMinNum, + // }), + // }).then(({ data }) => { + // if (data.code == 0) { + // this.$message({ + // message: "修改成功", + // type: "success", + // duration: 1500, + // onClose: () => { + // this.classSelect(); + // }, + // }); + // this.dialogFormVisibleBz = false; + // } else { + // this.$message({ + // message: data.msg, + // type: "warning", + // duration: 1500, + // onClose: () => {}, + // }); + // } + // }); + // }, // 查询物料包列表 getMaterialPackageDataList(row) { this.$http({