|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="rule-type">
|
|
|
<DialogCom
|
|
|
@colse="onHide"
|
|
|
- :title="`${id ? '编辑' : '新增'}外包履职评价计划`"
|
|
|
+ :title="`${id ? '编辑' : '新增'}外包履职评价任务`"
|
|
|
:visible.sync="isShow"
|
|
|
width="1500px"
|
|
|
>
|
|
|
@@ -86,13 +86,13 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="4">
|
|
|
+ <!-- <el-col :span="4">
|
|
|
<el-form-item prop="buildTaskNow" label="立即生效:" v-if="!(id&&(isDistribute==1))">
|
|
|
<el-checkbox v-model="formData.buildTaskNow" size="medium"
|
|
|
>勾选后当前周期开始生效</el-checkbox
|
|
|
>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<el-button
|
|
|
@@ -151,9 +151,19 @@ import {
|
|
|
getEvaluateById,
|
|
|
editEvaluate,
|
|
|
} from "@/api/resumption/outsourcing.js";
|
|
|
-
|
|
|
export default {
|
|
|
dicts: ["evaluate_cycle", "sys_org_type"],
|
|
|
+ components: { DialogSelect },
|
|
|
+
|
|
|
+ props: {
|
|
|
+ orgTypeOptions: {
|
|
|
+ type: Array,
|
|
|
+ },
|
|
|
+ ruleTypeOptions: {
|
|
|
+ type: Array,
|
|
|
+ },
|
|
|
+ },
|
|
|
+
|
|
|
data() {
|
|
|
return {
|
|
|
isDistribute:0,
|
|
|
@@ -194,20 +204,14 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
},
|
|
|
- props: {
|
|
|
- orgTypeOptions: {
|
|
|
- type: Array,
|
|
|
- },
|
|
|
- ruleTypeOptions: {
|
|
|
- type: Array,
|
|
|
- },
|
|
|
- },
|
|
|
- watch: {},
|
|
|
+
|
|
|
computed: {
|
|
|
...mapGetters(["orgId", "orgName"]),
|
|
|
},
|
|
|
+
|
|
|
+ watch: {},
|
|
|
mounted() {},
|
|
|
- components: { DialogSelect },
|
|
|
+
|
|
|
methods: {
|
|
|
//数据格式化
|
|
|
typeFormat(row) {
|
|
|
@@ -380,7 +384,7 @@ export default {
|
|
|
},
|
|
|
// 事件
|
|
|
//apimark//
|
|
|
- },
|
|
|
+ }
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
@@ -396,4 +400,4 @@ export default {
|
|
|
color: #999;
|
|
|
height: 10px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|