Commit 977179ae by liyuhang19990520

警犬

parent 6585d3db
No preview for this file type
...@@ -258,19 +258,19 @@ export const getGzqfxglAllColumns = () => { ...@@ -258,19 +258,19 @@ export const getGzqfxglAllColumns = () => {
prop: "trainingUnit", prop: "trainingUnit",
}, },
{ {
label: "考核单位", label: "评定单位",
prop: "checkUnit", prop: "checkUnit",
}, },
{ {
label: "考核日期", label: "评定日期",
prop: "checkDate", prop: "checkDate",
}, },
{ {
label: "考核人员", label: "主考人",
prop: "checkStaff", prop: "checkStaff",
}, },
{ {
label: "考核科目", label: "评定科目",
prop: "trainSubjectForName", prop: "trainSubjectForName",
}, },
{ {
......
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
> >
<el-select <el-select
clearable clearable
:disabled="downleveflag && downleveflag == '1'" :disabled="updatepdtraininglevelidflag && updatepdtraininglevelidflag == '1'"
placeholder="请选择评定等级" placeholder="请选择评定等级"
v-model="detailInfo.pdtraininglevelid" v-model="detailInfo.pdtraininglevelid"
> >
...@@ -441,7 +441,7 @@ ...@@ -441,7 +441,7 @@
size="small" size="small"
style="margin-right: 0 !important" style="margin-right: 0 !important"
class="btnStylePub" class="btnStylePub"
@click="saveData" @click="saveData(false)"
>保存</el-button >保存</el-button
> >
</div> </div>
...@@ -481,7 +481,7 @@ export default { ...@@ -481,7 +481,7 @@ export default {
}, },
data() { data() {
return { return {
downleveflag: null, updatepdtraininglevelidflag: null,
disabled: false, disabled: false,
dialogImageUrl: "", dialogImageUrl: "",
phIndex: 0, phIndex: 0,
...@@ -640,7 +640,7 @@ export default { ...@@ -640,7 +640,7 @@ export default {
// spType: spType, // spType: spType,
}).then((res) => { }).then((res) => {
if (res.success) { if (res.success) {
self.$alert("提请审通过", "提示", { self.$alert("提请审通过", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
callback: (action) => { callback: (action) => {
window.location.reload(); window.location.reload();
...@@ -939,7 +939,7 @@ export default { ...@@ -939,7 +939,7 @@ export default {
this.kaoHeLists[scoreIndex].fenshu = scoreItem; this.kaoHeLists[scoreIndex].fenshu = scoreItem;
}); });
} }
this.downleveflag = datas.downleveflag; this.updatepdtraininglevelidflag = datas.updatepdtraininglevelidflag;
this.detailInfo = datas; this.detailInfo = datas;
this.loading = false; this.loading = false;
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment