From aea5507a914baffc27109da1a771d381f4558ab1 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 21 Jul 2023 14:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/list/index.vue | 2 +- src/views/system/ServiceFlow/addForm.vue | 148 +++++++------------- src/views/system/ServiceFlow/index.vue | 1 + src/views/system/ServiceItems/index.vue | 1 + src/views/system/ServiceStatus/index.vue | 1 + 5 files changed, 58 insertions(+), 95 deletions(-) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 03a7923..55f84c4 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -206,7 +206,7 @@ diff --git a/src/views/system/ServiceFlow/addForm.vue b/src/views/system/ServiceFlow/addForm.vue index 937513b..c66f8e8 100644 --- a/src/views/system/ServiceFlow/addForm.vue +++ b/src/views/system/ServiceFlow/addForm.vue @@ -116,7 +116,7 @@ 取消启用 - + 保存并启用 @@ -303,24 +303,22 @@
{{ this.timeForm.serviceProjectName }}
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
{{ item.showName }}
-
{{ item.actDate.substring(0, 10) }}
-
-
-
- {{ ite.showName }} +
{{ item.showName }}
+
{{ item.actDate?item.actDate.substring(0,11):'' }}
+
+
+
+
+ {{ ite.showName }} + {{ ite.actDate?ite.actDate.substring(0,11):'' }} +
@@ -703,10 +701,10 @@ export default { }, handleSubmitEnable() { const { form: { validateFields } } = this - this.confirmLoading = true validateFields((errors, values) => { if (!errors) { values.pkId = null + this.confirmLoading = true StatusSkuBaseSavAndEnable(values).then((res) => { this.confirmLoading = false if (res.data.succ) { @@ -805,7 +803,6 @@ export default { display: flex; align-items: flex-start; padding-top: 10px; - position: relative; .time-title { padding: 10px; @@ -817,86 +814,49 @@ export default { .active { background: rgb(2, 167, 240) !important; } - - .item { - margin-top: 20px; - &:nth-child(3) { - margin-left: 92px; - margin-right: 50px; - } - - &:nth-child(4) { - margin-right: 30px; - } - - &:nth-child(5) { - margin-right: 73px; - } - - &:nth-child(6) { - margin-right: 30px; - } - - &:nth-child(7) { - margin-right: 55px; + .item{ + min-width: 120px; + margin-right: -3px; + .top{ + display: flex; + align-items: center; + .line{ + width: 45%; + height: 2px; + background: rgb(215, 215, 215); + } + .point{ + width: 11px; + height: 11px; + border-radius: 50%; + background: rgb(215, 215, 215); + margin: 0 3px; + } } - - &:nth-child(8) { - margin-right: 30px; + .bottom{ + text-align: center; + margin-top: 10px; } - - &:nth-child(9) { - margin-right: 41px; + .subList{ + margin-top: 10px; + padding-left: 10px; } - } - - .line { - width: 100px; - height: 2px; - background: rgb(215, 215, 215); - } - - .point { - width: 10px; - height: 10px; - border-radius: 50%; - margin: 0 6px; - background: rgb(215, 215, 215); - } - - .left { - text-align: center; - position: relative; - - .text { - margin-top: 3px; + .sub{ + margin-top: 4px; + display: flex; + align-items: center; + .subPoint{ + width: 10px; + height: 10px; + border-radius: 50%; + background: rgb(215, 215, 215); + margin-right: 3px; + } + .text{ + + } } } - .right { - padding-top: 5px; - } - - .top { - display: flex - } - - .subItem { - display: flex; - align-items: center; - margin-top: 5px; - - .pointSub { - width: 10px; - height: 10px; - background: rgb(215, 215, 215); - border-radius: 50%; - margin-right: 3px; - } - - .active { - background: rgb(2, 167, 240) !important; - } - } } diff --git a/src/views/system/ServiceFlow/index.vue b/src/views/system/ServiceFlow/index.vue index 9e8214d..eef10ef 100644 --- a/src/views/system/ServiceFlow/index.vue +++ b/src/views/system/ServiceFlow/index.vue @@ -306,6 +306,7 @@ export default { this.getList() this.modelObj = res.data this.$refs.manyModel.bcFileFlag = true + this.selectedRowKeys = [] }) } else { this.$message.warning('请选择') diff --git a/src/views/system/ServiceItems/index.vue b/src/views/system/ServiceItems/index.vue index cfe039b..a80ba06 100644 --- a/src/views/system/ServiceItems/index.vue +++ b/src/views/system/ServiceItems/index.vue @@ -233,6 +233,7 @@ export default { this.getList() this.modelObj = res.data this.$refs.manyModel.bcFileFlag = true + this.selectedRowKeys = [] }) } else { this.$message.warning('请选择') diff --git a/src/views/system/ServiceStatus/index.vue b/src/views/system/ServiceStatus/index.vue index 951a043..d88cbe6 100644 --- a/src/views/system/ServiceStatus/index.vue +++ b/src/views/system/ServiceStatus/index.vue @@ -238,6 +238,7 @@ export default { this.getList() this.modelObj = res.data this.$refs.manyModel.bcFileFlag = true + this.selectedRowKeys = [] }) } else { this.$message.warning('请选择')