From 05a4a8a0fbe6b0cae1216be23ebd18639da32b7c Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Mon, 15 Jul 2024 20:08:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/merchantDetailList.vue | 2 +-
src/views/locality/locality.vue | 81 +++++++++++++++++++++--
src/views/purchaseShop/inteAmend.vue | 4 +-
src/views/riderTop/riderTop.vue | 4 +-
4 files changed, 82 insertions(+), 9 deletions(-)
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 @@
-
+
-
+