1. 工单修改

main
赵培友 3 years ago
parent 5b2b06bd25
commit 7e7081b87e
  1. BIN
      src/assets/img/gdwel/7.png
  2. 15
      src/views/plugin/workflow/process/components/form.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -174,7 +174,7 @@ import WfExamineForm from "./examForm.vue";
import WfUserSelect from "./user-select";
import exForm from "../../mixins/ex-form";
import draft from "../../mixins/draft";
// import { dateFormat } from "@/util/date";
import { dateFormat } from "@/util/date";
import { mapGetters } from "vuex";
export default {
components: {
@ -370,10 +370,11 @@ export default {
// this.taskParentChange(id);
// }
this.form.renwufulei = this.$route.query.parent;
// const time = this.findObject(
// this.option.column,
// "qiwangwanchengshijian"
// );
const time = this.findObject(
this.option.column,
"qiwangwanchengshijian"
);
//
// time.pickerOptions = {
// disabledDate(time) {
@ -381,8 +382,8 @@ export default {
// },
// };
//
// let addHour = new Date().setHours(new Date().getHours() + 48);
// time.value = dateFormat(new Date(addHour));
let addHour = new Date().setHours(new Date().getHours() + 48);
time.value = dateFormat(new Date(addHour));
// this.form.chongfumoshi = "1627589799957266433";
if (this.permission.wf_process_draft) {
// 稿

Loading…
Cancel
Save