diff --git a/src/views/business/merchantDetailList.vue b/src/views/business/merchantDetailList.vue index bc37bf5..0d28b35 100644 --- a/src/views/business/merchantDetailList.vue +++ b/src/views/business/merchantDetailList.vue @@ -219,7 +219,7 @@ -
+
--> - + @@ -1513,6 +1527,26 @@ 确 定
+ + +
+ 企业最小预约数量: + + +
+ +
{ + 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({ diff --git a/src/views/purchaseShop/inteAmend.vue b/src/views/purchaseShop/inteAmend.vue index 1347014..2014f10 100644 --- a/src/views/purchaseShop/inteAmend.vue +++ b/src/views/purchaseShop/inteAmend.vue @@ -737,8 +737,8 @@ 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.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; diff --git a/src/views/riderTop/riderTop.vue b/src/views/riderTop/riderTop.vue index 206a59d..abe6ec0 100644 --- a/src/views/riderTop/riderTop.vue +++ b/src/views/riderTop/riderTop.vue @@ -44,9 +44,9 @@
- + - +