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');