+
+ 等级:
+
+
+
+
+
备注:
+
+ 等级:
+
+
+
+
+
备注:
+
+ 等级:
+
+
+
+
+
备注: {
@@ -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 @@
-
-
-
-
-
-
-
-
- {{ scope.row.qyMinNum }}
- 修改
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -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({