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 @@ - + {{ row.atd.substring(0, 10) }} @@ -229,9 +229,9 @@ - + - + { this.$set(this.gridOptions, 'loading', false) }) diff --git a/src/views/main/CommondbPortload/addForm.vue b/src/views/main/CommondbPortload/addForm.vue index f249bdc..e13e769 100644 --- a/src/views/main/CommondbPortload/addForm.vue +++ b/src/views/main/CommondbPortload/addForm.vue @@ -34,14 +34,14 @@ /> - + diff --git a/src/views/main/CommondbPortload/editForm.vue b/src/views/main/CommondbPortload/editForm.vue index 1b17e97..3bde926 100644 --- a/src/views/main/CommondbPortload/editForm.vue +++ b/src/views/main/CommondbPortload/editForm.vue @@ -35,14 +35,14 @@ /> - + diff --git a/src/views/system/ServiceFlow/addForm.vue b/src/views/system/ServiceFlow/addForm.vue index b0d39ef..937513b 100644 --- a/src/views/system/ServiceFlow/addForm.vue +++ b/src/views/system/ServiceFlow/addForm.vue @@ -91,11 +91,14 @@ 添加 - + {{ item.sortNo }} {{ item.showName }} - + @@ -119,6 +122,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 }} + + + + + + 暂无数据 + +
说明:包含子状态,可指定多个子状态,启用一个状态触发后,当前状态触发