|
|
@@ -89,7 +89,7 @@
|
|
|
v-model="content.time"
|
|
|
value-format="HH:mm"
|
|
|
format="HH:mm"
|
|
|
- :picker-options="{ selectableRange: startTimeRange }"
|
|
|
+ :picker-options="{ selectableRange: ['01:00:00 - 01:59:00','05:00:00 - 23:59:59'] }"
|
|
|
placeholder="时间"
|
|
|
style="width: 100px;height: 20px;">
|
|
|
</el-time-picker>
|
|
|
@@ -101,7 +101,7 @@
|
|
|
:disabled="formType == 3 || !roles.includes('update_sop_temp_time')"
|
|
|
class="custom-input"
|
|
|
v-model="content.time"
|
|
|
- :picker-options="{ selectableRange: startTimeRange }"
|
|
|
+ :picker-options="{ selectableRange: ['00:01:00 - 00:59:00','05:00:00 - 23:59:59']}"
|
|
|
value-format="HH:mm"
|
|
|
format="HH:mm"
|
|
|
placeholder="时间"
|
|
|
@@ -766,7 +766,7 @@ export default {
|
|
|
dayList: [],
|
|
|
ruleList: [],
|
|
|
ids: [],
|
|
|
- startTimeRange: [],
|
|
|
+ // startTimeRange: [],
|
|
|
courseTypeList: ['1','2', '4','5','6', '7','8','9','10'],
|
|
|
sysFsSopWatchStatus: [],
|
|
|
//消息内容类型 企微版
|
|
|
@@ -851,9 +851,9 @@ export default {
|
|
|
this.getDicts("sys_fs_sop_watch_status").then(response => {
|
|
|
this.sysFsSopWatchStatus = response.data;
|
|
|
});
|
|
|
- getSelectableRange().then(e => {
|
|
|
- this.startTimeRange = e.data;
|
|
|
- })
|
|
|
+ // getSelectableRange().then(e => {
|
|
|
+ // this.startTimeRange = e.data;
|
|
|
+ // })
|
|
|
|
|
|
this.getDicts("sys_qwSop_contentType").then(response => {
|
|
|
this.sysQwSopContentType = response.data;
|