|
@@ -95,6 +95,14 @@
|
|
|
</el-checkbox-group>
|
|
|
</el-form-item></el-col
|
|
|
>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item label="主流程" prop="is_master">
|
|
|
+ <el-radio-group v-model="ruleForm.is_master">
|
|
|
+ <el-radio label="1">是</el-radio>
|
|
|
+ <el-radio label="0">否</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</el-col>
|
|
@@ -170,6 +178,7 @@ export default {
|
|
|
} else {
|
|
|
this.title = "修改流程节点";
|
|
|
this.rulesThis = this.rules;
|
|
|
+
|
|
|
}
|
|
|
await this.resetForm();
|
|
|
await this.searchList();
|
|
@@ -222,6 +231,7 @@ export default {
|
|
|
status_name: "",
|
|
|
order_process: "",
|
|
|
next_action_ids: [],
|
|
|
+ is_master:"0",
|
|
|
remark: "",
|
|
|
};
|
|
|
}
|