From 12d51d8e3109bfa7289cec1996154866e6e611d8 Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Fri, 17 Jan 2025 14:24:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BB=B7=E6=A0=BC=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=8E=BB=E6=8E=89=E5=88=B0=E6=9C=9F=E6=97=A5=E6=9C=9F?=
=?UTF-8?q?=EF=BC=8C=E7=BC=96=E8=BE=91=E7=A6=81=E6=AD=A2=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E7=A5=9E=E6=95=88=E6=97=A5=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/option/Pricesystem/index.js | 2 +-
src/views/Pricesystem/ListOfPriceSystems.vue | 17 +++++++++++------
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/option/Pricesystem/index.js b/src/option/Pricesystem/index.js
index e56e95ab..5d191dce 100644
--- a/src/option/Pricesystem/index.js
+++ b/src/option/Pricesystem/index.js
@@ -118,7 +118,7 @@ export const columnList = [
label: '操作',
type: 6,
values: '',
- width: '200',
+ width: '300',
checkarr: [],
fixed: 'right',
sortable: false,
diff --git a/src/views/Pricesystem/ListOfPriceSystems.vue b/src/views/Pricesystem/ListOfPriceSystems.vue
index 9d021271..c268b3f1 100644
--- a/src/views/Pricesystem/ListOfPriceSystems.vue
+++ b/src/views/Pricesystem/ListOfPriceSystems.vue
@@ -114,8 +114,10 @@
label="生效时间"
:rules="{ required: true, message: '请选择生效时间', trigger: ['change', 'blur'] }"
prop="effectiveTime"
+
>
-
-
+ -->
{
dialogTemp.value = true;
};
/** 生效时间 -- 生效时间不能大于到期时间 */
-const time1 = time => {
- if (!details.form.expiryTime) return false;
- return time.getTime() > new Date(details.form.expiryTime).getTime();
-};
+// const time1 = time => {
+// if (!details.form.expiryTime) return false;
+// return time.getTime() > new Date(details.form.expiryTime).getTime();
+// };
/** 到期时间 -- 到期时间不能小于生效时间 */
const time2 = time => {
@@ -652,6 +655,7 @@ const deletetails = row => {
/** 设置客户 */
const handleClient = async row => {
try {
+ loadstate.value = false;
details.loadingObj.pageLoading = true;
let _data = {
brandId: row.brandId,
@@ -696,6 +700,7 @@ const addition = async () => {
});
return;
}
+ loadstate.value = true;
console.log(details.selectionList, 'details.selectionList');
let _row = details.selectionList[0];
console.log(_row, '_row');