diff --git a/src/views/allocation/allocationList.vue b/src/views/allocation/allocationList.vue
index 6330fe5..3c3f60a 100644
--- a/src/views/allocation/allocationList.vue
+++ b/src/views/allocation/allocationList.vue
@@ -524,13 +524,13 @@
- form.value = `${v || 0},${getSplitValue(1,0)},${getSplitValue(2,0)}`"/>小时
- form.value = `${getSplitValue(0,0)},${v || 0},${getSplitValue(2,0)}`"/>小时
+ form.value = `${v || 0},${getSplitValue(1,0)},${getSplitValue(2,0)}`"/>分钟
+ form.value = `${getSplitValue(0,0)},${v || 0},${getSplitValue(2,0)}`"/>分钟
form.value = `${getSplitValue(0,0)},${getSplitValue(1,0)},${v}`"/>元
- form.value = `${v},${getSplitValue(1,0)}`"/>小时
+ form.value = `${v},${getSplitValue(1,0)}`"/>分钟
form.value = `${getSplitValue(0,0)},${v || 0}`"/>元
diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue
index 05e4b21..5549359 100644
--- a/src/views/applyList/technician.vue
+++ b/src/views/applyList/technician.vue
@@ -121,6 +121,18 @@
>
+
+
+ 参与
+ 不参与
+
+
+
+
@@ -1847,6 +1859,8 @@ export default {
closeValue1: 1,
openValue2: 1,
closeValue2: 2,
+ openValue3: 1,
+ closeValue3: 0,
title: "",
type: "",
name: "",
@@ -3976,6 +3990,37 @@ export default {
}
});
},
+ //积分规则
+ changeJfgz(ynJfgz, userId) {
+ this.$http({
+ url: this.$http.adornUrl(`artificer/updateJfgz`),
+ method: "post",
+ params: this.$http.adornParams({
+ userId: userId,
+ ynJfgz: ynJfgz,
+ }),
+ }).then(({ data }) => {
+ if (data.code == 0) {
+ this.$message({
+ message: "操作成功",
+ type: "success",
+ duration: 1500,
+ onClose: () => {
+ this.InformationSelect();
+ },
+ });
+ } else {
+ this.$message({
+ message: data.msg,
+ type: "warning",
+ duration: 1500,
+ onClose: () => {
+ this.InformationSelect();
+ },
+ });
+ }
+ });
+ },
// 信用分明细弹框
xinyongBtn(row) {
this.artificerId = row.userId;
diff --git a/src/views/business/merchantDetailList.vue b/src/views/business/merchantDetailList.vue
new file mode 100644
index 0000000..bc37bf5
--- /dev/null
+++ b/src/views/business/merchantDetailList.vue
@@ -0,0 +1,1357 @@
+
+
+
+
+
+
+
+
+
+ 商家名称:
+
+
+
+ 标签:
+
+
+
+
+ 营业时间:
+
+
+
+
+
+
+ 联系电话:
+
+
+
+ 负责人姓名:
+
+
+
+ 负责人身份证号:
+
+
+
+ 详细地址:
+
+
+
+ 商家公告:
+
+
+
+
+
商家头像:
+
+
+
+
+
+
+
+
+
资格证书:
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
营业执照:
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 绑定用户:
+
+
+
+
+ 商家名称:
+
+
+
+ 标签:
+
+
+
+
+ 营业时间:
+
+
+
+
+
+ 商家抽成比例:
+
+
+
+
+ 手机号:
+
+
+
+ 身份证姓名:
+
+
+
+ 身份证号:
+
+
+
+ 详细地址:
+
+
+
+ 商家公告:
+
+
+
+
+
商家头像:
+
+
+
+
+
+
+
+
+
资格证书:
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
营业执照:
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 邀请人邀请码:
+
+
+
+
+ 手机号:
+
+
+
+
+ 技师名称:
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.artificerName ? scope.row.artificerName : '未设置' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.phone ? scope.row.phone : '未绑定' }}
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+ {{ scope.row.inviterCode ? scope.row.inviterCode : '-' }}
+
+
+
+
+ 确定
+ 添加
+ 解绑
+
+
+
+
+
+
+
+
+
+
+
+
+ 师傅名称:
+
+
+
+ 师傅电话:
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+ {{ scope.row.artificerName ? scope.row.artificerName : '未设置' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.phone ? scope.row.phone : '未绑定' }}
+
+
+
+
+
+
+
+ {{ scope.row.ordersCount ? scope.row.ordersCount : '0' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dlssqjl/dlssqjl.vue b/src/views/dlssqjl/dlssqjl.vue
index ebfdb42..62dd2c4 100644
--- a/src/views/dlssqjl/dlssqjl.vue
+++ b/src/views/dlssqjl/dlssqjl.vue
@@ -14,9 +14,6 @@
-
- {{scope.id}}
-
diff --git a/src/views/locality/locality.vue b/src/views/locality/locality.vue
index 31c3bc5..f09790d 100644
--- a/src/views/locality/locality.vue
+++ b/src/views/locality/locality.vue
@@ -1812,8 +1812,8 @@
-
+
-
+
diff --git a/src/views/purchaseShop/inteAmend.vue b/src/views/purchaseShop/inteAmend.vue
index 2463947..1347014 100644
--- a/src/views/purchaseShop/inteAmend.vue
+++ b/src/views/purchaseShop/inteAmend.vue
@@ -737,6 +737,7 @@
xhr = new XMLHttpRequest();
xhr.withCredentials = false;
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//生产需替换
+ // xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload");
xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
xhr.onload = function() {
var json;