diff --git a/src/api/modular/system/appManage.js b/src/api/modular/system/appManage.js index fe955a8..d2b3909 100644 --- a/src/api/modular/system/appManage.js +++ b/src/api/modular/system/appManage.js @@ -330,3 +330,11 @@ export function workFlowSaveAndEnable (parameter) { data: parameter }) } + +export function GetShowTimeLine (parameter) { + return axios({ + url: '/ServiceWorkFlowBase/GetShowTimeLine', + method: 'get', + params: parameter + }) +} diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 6517c50..06ab7d3 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -1178,6 +1178,9 @@ export default { }) .then(res => { if (res.success) { + if (res.data.statuslog) { + res.data.statuslog = res.data.statuslog.reverse() + } this.$set(this, 'bookingDetails', { ...this.bookingDetails, ...res.data }) setTimeout(() => { this.checkSaveFun({ type: 'details', hasChange: false }) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 3056f8f..03a7923 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -145,7 +145,7 @@ :checkbox_config="{ checkField: 'checked' }" :checkbox-config="{ highlight: true }" :scroll-x="{ gt: 10, oSize: 10, enabled: false }" - :scroll-y="{ gt: 20, oSize: 20, enabled: true }" + :scroll-y="{ gt: 10, oSize: 1, enabled: true }" @page-change="handlePageChange" @cell-dblclick="handledbclick" :sort-config="{ sortMethod: customSortMethod }" @@ -206,7 +206,7 @@ @@ -229,9 +229,9 @@ @@ -175,10 +181,7 @@ - + 时间 字符串 @@ -189,11 +192,11 @@

说明:包含子状态,可指定多个子状态,启用一个状态触发后,当前状态触发

-
+
{{ item.sortNo }} {{ item.showName }} - +
@@ -238,10 +241,7 @@ - + 时间 字符串 @@ -299,10 +299,40 @@ + + +
+
{{ this.timeForm.serviceProjectName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.showName }}
+
{{ item.actDate.substring(0, 10) }}
+
+
+
+ {{ ite.showName }} +
+
+
+
+
+
暂无数据
+
+