|
|
|
@ -174,7 +174,7 @@ import WfExamineForm from "./examForm.vue"; |
|
|
|
import WfUserSelect from "./user-select"; |
|
|
|
import WfUserSelect from "./user-select"; |
|
|
|
import exForm from "../../mixins/ex-form"; |
|
|
|
import exForm from "../../mixins/ex-form"; |
|
|
|
import draft from "../../mixins/draft"; |
|
|
|
import draft from "../../mixins/draft"; |
|
|
|
// import { dateFormat } from "@/util/date"; |
|
|
|
import { dateFormat } from "@/util/date"; |
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
components: { |
|
|
|
@ -370,10 +370,11 @@ export default { |
|
|
|
// this.taskParentChange(id); |
|
|
|
// this.taskParentChange(id); |
|
|
|
// } |
|
|
|
// } |
|
|
|
this.form.renwufulei = this.$route.query.parent; |
|
|
|
this.form.renwufulei = this.$route.query.parent; |
|
|
|
// const time = this.findObject( |
|
|
|
|
|
|
|
// this.option.column, |
|
|
|
const time = this.findObject( |
|
|
|
// "qiwangwanchengshijian" |
|
|
|
this.option.column, |
|
|
|
// ); |
|
|
|
"qiwangwanchengshijian" |
|
|
|
|
|
|
|
); |
|
|
|
// 期望完成时间限制 |
|
|
|
// 期望完成时间限制 |
|
|
|
// time.pickerOptions = { |
|
|
|
// time.pickerOptions = { |
|
|
|
// disabledDate(time) { |
|
|
|
// disabledDate(time) { |
|
|
|
@ -381,8 +382,8 @@ export default { |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
// }; |
|
|
|
// }; |
|
|
|
// 重复模式默认值 |
|
|
|
// 重复模式默认值 |
|
|
|
// let addHour = new Date().setHours(new Date().getHours() + 48); |
|
|
|
let addHour = new Date().setHours(new Date().getHours() + 48); |
|
|
|
// time.value = dateFormat(new Date(addHour)); |
|
|
|
time.value = dateFormat(new Date(addHour)); |
|
|
|
// this.form.chongfumoshi = "1627589799957266433"; |
|
|
|
// this.form.chongfumoshi = "1627589799957266433"; |
|
|
|
if (this.permission.wf_process_draft) { |
|
|
|
if (this.permission.wf_process_draft) { |
|
|
|
// 查询是否有草稿箱 |
|
|
|
// 查询是否有草稿箱 |
|
|
|
|