没有事前去按钮

master
xy 2 years ago
parent 82489d726e
commit 3abbeb00ef

@ -2889,12 +2889,14 @@ export default {
} }
} }
} else { } else {
if (item.flow_mod_id) {
// //
flowStatus["other"].setStatus(item.other_flow_status??1) flowStatus["other"].setStatus(item.other_flow_status??1)
if (item.other_flow_status === 1 || !item.other_flow_status) { if (item.other_flow_status === 1 || !item.other_flow_status) {
flowStatus["other"].setExecutable(true) flowStatus["other"].setExecutable(true)
} }
} }
}
if (item.is_end === 0) { if (item.is_end === 0) {
flowStatus["zhifu"].setStatus(1) flowStatus["zhifu"].setStatus(1)
// //

@ -471,9 +471,10 @@
// //
select: { select: {
keyword: '', keyword: "",
showDatePicker: '', showDatePicker: "",
pageIndex: 1, pageIndex: 1,
pageSize: 10,
startDate: "", startDate: "",
endDate: "", endDate: "",
type: "", type: "",
@ -483,20 +484,18 @@
status: "", status: "",
year: "", year: "",
plan_id: "", plan_id: "",
outcome_type: 1,
plan_name: "请选择预算计划", plan_name: "请选择预算计划",
start_plan_price: null, start_plan_price: undefined,
end_plan_price: null, end_plan_price: undefined,
assurance_status: 0, is_myself: 0,
start_assurance_money: null, is_purchase: 1,
end_assurance_money: null,
showDatePickerBao: "",
start_assurance_expire: "",
end_assurance_expire: ""
}, },
selectCopy: { selectCopy: {
keyword: '', keyword: "",
showDatePicker: '', showDatePicker: "",
pageIndex: 1, pageIndex: 1,
pageSize: 10,
startDate: "", startDate: "",
endDate: "", endDate: "",
type: "", type: "",
@ -506,15 +505,12 @@
status: "", status: "",
year: "", year: "",
plan_id: "", plan_id: "",
outcome_type: 1,
plan_name: "请选择预算计划", plan_name: "请选择预算计划",
start_plan_price: null, start_plan_price: undefined,
end_plan_price: null, end_plan_price: undefined,
assurance_status: 0, is_myself: 0,
start_assurance_money: null, is_purchase: 1,
end_assurance_money: null,
showDatePickerBao: "",
start_assurance_expire: "",
end_assurance_expire: ""
}, },
types: [{ types: [{
label: '服务', label: '服务',

Loading…
Cancel
Save