From 6e9ca81b5856ed54509199754e0ae3e89407ff34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Sat, 15 Apr 2023 09:36:36 +0800 Subject: [PATCH 1/6] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=BE=E7=BD=AEoss=E8=AE=BE=E7=BD=AE=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E6=A0=A1=E9=AA=8C=E4=B8=8D=E9=80=9A=E8=BF=87=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting-manage/setting/OSS_SETTING.vue | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/manager/src/views/sys/setting-manage/setting/OSS_SETTING.vue b/manager/src/views/sys/setting-manage/setting/OSS_SETTING.vue index c35b83ff..d956dc5d 100644 --- a/manager/src/views/sys/setting-manage/setting/OSS_SETTING.vue +++ b/manager/src/views/sys/setting-manage/setting/OSS_SETTING.vue @@ -2,7 +2,7 @@
- + 阿里OSS MINIO @@ -11,68 +11,68 @@ - + - + - + - + - + - + 配置MINIO nginx前端访问转发地址,一般为完整域名,例如:https://minio.pickmall.cn - + - + - + - + - + - + - + - + - + - + - + - + @@ -179,3 +179,4 @@ export default { color: #999; } + From 39f7f1ed38d8a475a02f5492e85d7f3aa0477c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B?= <994041296@163.com> Date: Mon, 17 Apr 2023 09:29:26 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A4=9A=E4=BD=99=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/goods/goods-manage/spec.vue | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/manager/src/views/goods/goods-manage/spec.vue b/manager/src/views/goods/goods-manage/spec.vue index 9ec82c2d..a3719fb6 100644 --- a/manager/src/views/goods/goods-manage/spec.vue +++ b/manager/src/views/goods/goods-manage/spec.vue @@ -26,7 +26,6 @@ - {{ form }} + style="width: 100%; text-align: left; margin-right: 10px" @on-create="handleCreate2"> @@ -149,6 +149,9 @@ export default { }; }, methods: { + handleCreate2 (v) { + console.log(v); + }, //初始化,获取数据 init () { this.getDataList(); @@ -255,7 +258,6 @@ export default { }, //弹出编辑框 edit (v) { - console.log(v); this.modalType = 1; this.modalTitle = "编辑"; // 转换null为"" @@ -265,19 +267,17 @@ export default { } } let localVal = v.specValue; - console.log(localVal.split(",")) this.form.specName = v.specName; this.form.id = v.id; - this.$nextTick(() => { - this.$set(this.form, 'specValue', localVal.split(",")) - }) - + // this.$nextTick(() => { + // this.$set(this.form, 'specValue', localVal.split(",")) + // }) + this.form.specValue = localVal.split(",") if (localVal && localVal.indexOf("," > 0)) { this.specValue = this.form.specValue; } else { this.specValue = []; } - console.log("form.specValue", this.form); this.modalVisible = true; }, // 删除规格 From e954cf4d92b179fe0e3535b381d54281c32f14a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B?= <994041296@163.com> Date: Mon, 17 Apr 2023 11:31:52 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/order/order/orderDetail.vue | 464 +++++++----------- 1 file changed, 187 insertions(+), 277 deletions(-) diff --git a/manager/src/views/order/order/orderDetail.vue b/manager/src/views/order/order/orderDetail.vue index 2df88231..b3bb92cb 100644 --- a/manager/src/views/order/order/orderDetail.vue +++ b/manager/src/views/order/order/orderDetail.vue @@ -4,22 +4,9 @@
- - - + + +
@@ -66,10 +53,8 @@
-
+
发票税号:
{{ orderInfo.receipt && orderInfo.receipt.taxpayerId ? orderInfo.receipt.taxpayerId : "暂无" }} @@ -81,8 +66,8 @@
{{ orderInfo.receipt && orderInfo.receipt.receiptContent - ? orderInfo.receipt.receiptContent - : "暂无" + ? orderInfo.receipt.receiptContent + : "暂无" }}
@@ -92,8 +77,8 @@
{{ orderInfo.receipt && orderInfo.receipt.receiptPrice - ? orderInfo.receipt.receiptPrice - : "暂无" | unitPrice("¥") + ? orderInfo.receipt.receiptPrice + : "暂无" | unitPrice("¥") }}
@@ -101,7 +86,7 @@
是否开票:
- {{ orderInfo.receipt?(orderInfo.receipt.receiptStatus == 0 ? "未开" : "已开"):"空" }} + {{ orderInfo.receipt ? (orderInfo.receipt.receiptStatus == 0 ? "未开" : "已开") : "空" }}
@@ -132,7 +117,7 @@
暂无发票信息
-
+
配送方式:
@@ -189,22 +172,12 @@
- +