Commit 977179ae by liyuhang19990520

警犬

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