保安服务企业管理-验收版本
Administrator
2021-12-04 1065c91f903ee7406627faf5a06bbe433cc82775
打印,培训,用户修饰修改
7 files modified
26 ■■■■ changed files
public/papers.html 4 ●●●● patch | view | raw | blame | history
public/papersApply.html 4 ●●●● patch | view | raw | blame | history
src/views/applydetailed/index.vue 2 ●●● patch | view | raw | blame | history
src/views/applyexam/index.vue 2 ●●● patch | view | raw | blame | history
src/views/exam/singleperformance.vue 7 ●●●●● patch | view | raw | blame | history
src/views/system/user.vue 4 ●●●● patch | view | raw | blame | history
src/views/trainingRegistration/index.vue 3 ●●●● patch | view | raw | blame | history
public/papers.html
@@ -140,8 +140,8 @@
        var examType = JSON.parse(getData("data")).examType;
        // console.log(JSON.parse(getData("data")), 111);
        // axios.get('http://223.82.109.183:2088/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
        axios.get('http://localhost:83/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
        axios.get('http://223.82.109.183:2088/api/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
            // axios.get('http://localhost:83/apply/getApplyInfo?id=' + id + "&applyExamType=" + examType).then(function(res) {
            var data = res.data.data;
            var str = `<span class="title">${data.examName}</span>
                    <span class="title">准考证信息</span>
public/papersApply.html
@@ -96,8 +96,8 @@
        var name = JSON.parse(getData("data")).name;
        // console.log(JSON.parse(getData("data")), 111);
        axios.get('http://223.82.109.183:2080/api/apply/getApplyDetailList?examId=' + id).then(function(res) {
            // axios.get('http://localhost:81/apply/getApplyDetailList?examId=' + id).then(function(res) {
        axios.get('http://223.82.109.183:2088/api/apply/getApplyDetailList?examId=' + id).then(function(res) {
            // axios.get('http://localhost:83/apply/getApplyDetailList?examId=' + id).then(function(res) {
            var data = res.data;
            var list = data.applyList;
            console.log(data, 123);
src/views/applydetailed/index.vue
@@ -69,7 +69,7 @@
          </avue-crud>
          <el-dialog
            title="清册数据导入"
            title="报名清册附件上传"
            append-to-body
            :visible.sync="excelBox"
            width="555px"
src/views/applyexam/index.vue
@@ -435,10 +435,10 @@
        editBtn: false,
        addBtn: true,
        addBtnText: "报名信息新增",
        addTitle: "报名信息新增",
        selection: false,
        menu: true,
        // 导出按钮
        // excelBtn: true,
        viewBtn: true,
        // title: '题库',
src/views/exam/singleperformance.vue
@@ -30,6 +30,9 @@
            <template slot-scope="{ row }" slot="learnGrade">
              {{ row.learnGrade == -1 ? "暂未录入" : row.learnGrade }}
            </template>
            <template slot-scope="{ row }" slot="isExam">
              {{ row.isExam == -1 ? "" : row.isExam }}
            </template>
            <template slot-scope="{ row }" slot="theoryGrade">
              {{ row.learnGrade == -1 ? "" : row.theoryGrade }}
            </template>
@@ -283,6 +286,10 @@
                label: "考试中",
                value: 3,
              },
              {
                label: "",
                value: -1,
              },
            ],
            // 表单新增时是否禁止
            addDisabled: false,
src/views/system/user.vue
@@ -291,6 +291,10 @@
        border: true,
        index: true,
        delBtnText: "注销",
        addBtnText: "系统用户注册",
        addTitle: "系统用户注册",
        editBtnText: "修改",
        editTitle: "用户信息修改",
        selection: true,
        viewBtn: true,
        //dialogType: 'drawer',
src/views/trainingRegistration/index.vue
@@ -425,7 +425,8 @@
        delBtn: false,
        editBtn: false,
        addBtn: true,
        addBtnText: "报名新增",
        addBtnText: "培训报名新增",
        addTitle: "培训报名新增",
        selection: false,
        menu: true,
        // 导出按钮