困难咨助和助学金申请修改
This commit is contained in:
@@ -1871,7 +1871,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.doUpdateSignature();
|
this.doUpdateSignature();
|
||||||
this.$tab.closePage();
|
//this.$tab.closePage();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
@@ -1881,7 +1881,7 @@ export default {
|
|||||||
this.$modal.msgSuccess("保存成功");
|
this.$modal.msgSuccess("保存成功");
|
||||||
this.user.signature = this.formData.xsqm;
|
this.user.signature = this.formData.xsqm;
|
||||||
this.doUpdateSignature();
|
this.doUpdateSignature();
|
||||||
this.$tab.closePage();
|
//this.$tab.closePage();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>学号</td>
|
<td class="table-label"><span class="red-tip">*</span>学号</td>
|
||||||
<td class="table-input" style="width:240px;">
|
<td class="table-input" style="width:240px;">
|
||||||
<el-form-item prop="xh" :rules="rules">
|
<el-form-item prop="xh" :rules="rules">
|
||||||
<el-input @blur="inputHandler" :disabled="this.formData.step >2" v-model="formData.xh" placeholder="请输入学号"></el-input>
|
<el-input @blur="inputHandler" :disabled="this.formData.step > 2" v-model="formData.xh"
|
||||||
|
placeholder="请输入学号"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label"><span class="red-tip">*</span>姓名</td>
|
<td class="table-label"><span class="red-tip">*</span>姓名</td>
|
||||||
@@ -102,7 +103,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="table-input ">
|
<td class="table-input ">
|
||||||
<el-form-item prop="rkzs" :rules="rules">
|
<el-form-item prop="rkzs" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step >2" v-model="formData.rkzs" placeholder="请输入家庭人口数"></el-input>
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step > 2"
|
||||||
|
v-model="formData.rkzs" placeholder="请输入家庭人口数"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label">
|
<td class="table-label">
|
||||||
@@ -110,8 +112,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="jtcyzxrs" :rules="rules">
|
<el-form-item prop="jtcyzxrs" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step >2" v-model="formData.jtcyzxrs"
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step > 2"
|
||||||
placeholder="请输入在学人数"></el-input>
|
v-model="formData.jtcyzxrs" placeholder="请输入在学人数"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label">
|
<td class="table-label">
|
||||||
@@ -119,7 +121,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="syrs" :rules="rules">
|
<el-form-item prop="syrs" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step >2" v-model="formData.syrs" placeholder="请输入赡养人数"></el-input>
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step > 2"
|
||||||
|
v-model="formData.syrs" placeholder="请输入赡养人数"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -129,8 +132,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="jtcysyrs" :rules="rules">
|
<el-form-item prop="jtcysyrs" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step >2" v-model="formData.jtcysyrs"
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="this.formData.step > 2"
|
||||||
placeholder="请输入失业人数"></el-input>
|
v-model="formData.jtcysyrs" placeholder="请输入失业人数"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label">
|
<td class="table-label">
|
||||||
@@ -139,8 +142,7 @@
|
|||||||
<td class="table-input" colspan="3">
|
<td class="table-input" colspan="3">
|
||||||
|
|
||||||
<el-form-item prop="knlx" :rules="rules">
|
<el-form-item prop="knlx" :rules="rules">
|
||||||
<el-input :disabled="this.formData.step < 2" v-model="formData.knlx"
|
<el-input :disabled="this.formData.step < 2" v-model="formData.knlx" placeholder="困难类型"></el-input>
|
||||||
placeholder="困难类型"></el-input>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
@@ -154,8 +156,7 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>籍贯</td>
|
<td class="table-label"><span class="red-tip">*</span>籍贯</td>
|
||||||
<td class="table-input table-align-left">
|
<td class="table-input table-align-left">
|
||||||
<el-form-item prop="jg" :rules="rules">
|
<el-form-item prop="jg" :rules="rules">
|
||||||
<el-input :disabled="this.formData.step >2" v-model="formData.jg"
|
<el-input :disabled="this.formData.step > 2" v-model="formData.jg" placeholder="籍贯"></el-input>
|
||||||
placeholder="籍贯"></el-input>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
<td class="table-label"><span class="red-tip">*</span>户籍所在地</td>
|
<td class="table-label"><span class="red-tip">*</span>户籍所在地</td>
|
||||||
@@ -228,7 +229,8 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>家长手机号码</td>
|
<td class="table-label"><span class="red-tip">*</span>家长手机号码</td>
|
||||||
<td class="table-input" colspan="2">
|
<td class="table-input" colspan="2">
|
||||||
<el-form-item prop="parentstel">
|
<el-form-item prop="parentstel">
|
||||||
<el-input v-model="formData.parentstel" placeholder="联系电话" type="number" :disabled="formData.step >2"></el-input>
|
<el-input v-model="formData.parentstel" placeholder="联系电话" type="number"
|
||||||
|
:disabled="formData.step > 2"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -352,8 +354,8 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>学生父母丧失劳动能力或劳动能力弱(单位:人)</td>
|
<td class="table-label"><span class="red-tip">*</span>学生父母丧失劳动能力或劳动能力弱(单位:人)</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="ssldnl" :rules="rules">
|
<el-form-item prop="ssldnl" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" v-model="formData.ssldnl" :disabled="formData.step >2"
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" v-model="formData.ssldnl"
|
||||||
placeholder="请输入">
|
:disabled="formData.step > 2" placeholder="请输入">
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
@@ -361,14 +363,16 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>需赡养丧失劳动能力的共同生活家庭成员(单位:人)</td>
|
<td class="table-label"><span class="red-tip">*</span>需赡养丧失劳动能力的共同生活家庭成员(单位:人)</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="zyssldnl" :rules="rules">
|
<el-form-item prop="zyssldnl" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="formData.step >2" v-model="formData.zyssldnl" placeholder="请输入"></el-input>
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="formData.step > 2"
|
||||||
|
v-model="formData.zyssldnl" placeholder="请输入"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="table-label"><span class="red-tip">*</span>患病残疾人(单位:人)</td>
|
<td class="table-label"><span class="red-tip">*</span>患病残疾人(单位:人)</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-form-item prop="hbcjr" :rules="rules">
|
<el-form-item prop="hbcjr" :rules="rules">
|
||||||
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="formData.step >2" v-model="formData.hbcjr" placeholder="请输入">
|
<el-input onkeyup="value=value.replace(/[^\d]+/g,'')" :disabled="formData.step > 2"
|
||||||
|
v-model="formData.hbcjr" placeholder="请输入">
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
@@ -390,8 +394,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="table-label">其他情况</td>
|
<td class="table-label">其他情况</td>
|
||||||
<td class="table-input">
|
<td class="table-input">
|
||||||
<el-input :disabled="formData.step >2" v-model="formData.tfsj3"
|
<el-input :disabled="formData.step > 2" v-model="formData.tfsj3" placeholder="请填写其他情况"></el-input>
|
||||||
placeholder="请填写其他情况"></el-input>
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<!-- <td class="table-label">具体时间、内容及涉及金额等情况</td>
|
<!-- <td class="table-label">具体时间、内容及涉及金额等情况</td>
|
||||||
@@ -403,8 +406,8 @@
|
|||||||
<td class="table-label"><span class="red-tip">*</span>具体时间、内容及涉及金额等情况</td>
|
<td class="table-label"><span class="red-tip">*</span>具体时间、内容及涉及金额等情况</td>
|
||||||
<td class="table-input" colspan="5">
|
<td class="table-input" colspan="5">
|
||||||
<el-form-item prop="tfsj2" :rules="rules">
|
<el-form-item prop="tfsj2" :rules="rules">
|
||||||
<el-input type="textarea" :autosize="{ minRows: 6, maxRows: 18}" :disabled="formData.step >2" v-model="formData.tfsj2"
|
<el-input type="textarea" :autosize="{ minRows: 6, maxRows: 18 }" :disabled="formData.step > 2"
|
||||||
placeholder="具体时间、内容及涉及金额等情况"></el-input>
|
v-model="formData.tfsj2" placeholder="具体时间、内容及涉及金额等情况"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -414,16 +417,9 @@
|
|||||||
<td class="table-label rl"><span class="red-tip">*</span>申请理由</td>
|
<td class="table-label rl"><span class="red-tip">*</span>申请理由</td>
|
||||||
<td style="text-align: left;" colspan="5">
|
<td style="text-align: left;" colspan="5">
|
||||||
<el-form-item prop="sqly" :rules="textAreaRules">
|
<el-form-item prop="sqly" :rules="textAreaRules">
|
||||||
<el-input
|
<el-input show-word-limit :disabled="formData.step > 2" placeholder="请输入内容" type="textarea"
|
||||||
show-word-limit
|
maxlength="150" minlength="100" v-model="formData.sqly"
|
||||||
:disabled="formData.step >2"
|
:autosize="{ minRows: 6, maxRows: 18 }"></el-input>
|
||||||
placeholder="请输入内容"
|
|
||||||
type="textarea"
|
|
||||||
maxlength="150"
|
|
||||||
minlength="100"
|
|
||||||
v-model="formData.sqly"
|
|
||||||
:autosize="{ minRows: 6, maxRows: 18}"
|
|
||||||
></el-input>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -464,7 +460,9 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="table-label rl">辅导员意见</td>
|
<td class="table-label rl">辅导员意见</td>
|
||||||
<td style="text-align: left;" colspan="5">
|
<td style="text-align: left;" colspan="5">
|
||||||
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经班级评议小组民主评议,认为该生(□符合 □不符合)家庭经济困难学生认定条件,推荐认定困难类型为:</div>
|
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经班级评议小组民主评议,认为该生(□符合
|
||||||
|
□不符合)家庭经济困难学生认定条件,推荐认定困难类型为:
|
||||||
|
</div>
|
||||||
<el-row class="radio-group-row">
|
<el-row class="radio-group-row">
|
||||||
<div class="radio-group">
|
<div class="radio-group">
|
||||||
<el-radio-group v-model="formData.bjpyyj">
|
<el-radio-group v-model="formData.bjpyyj">
|
||||||
@@ -499,7 +497,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="table-label rl">二级学院认定意见</td>
|
<td class="table-label rl">二级学院认定意见</td>
|
||||||
<td style="text-align: left;" colspan="5">
|
<td style="text-align: left;" colspan="5">
|
||||||
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经学院认定工作组审查,认为该生(□符合 □不符合)家庭经济困难学生认定条件;认定困难类型为:</div>
|
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经学院认定工作组审查,认为该生(□符合
|
||||||
|
□不符合)家庭经济困难学生认定条件;认定困难类型为:</div>
|
||||||
<el-row class="radio-group-row">
|
<el-row class="radio-group-row">
|
||||||
<div class="radio-group">
|
<div class="radio-group">
|
||||||
<el-radio-group v-model="formData.ejxyldqmyj">
|
<el-radio-group v-model="formData.ejxyldqmyj">
|
||||||
@@ -539,7 +538,8 @@
|
|||||||
<td style="writing-mode:vertical-rl; " class="table-label">学校审核意见</td>
|
<td style="writing-mode:vertical-rl; " class="table-label">学校审核意见</td>
|
||||||
|
|
||||||
<td style="text-align: left;" colspan="5">
|
<td style="text-align: left;" colspan="5">
|
||||||
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经学校学生资助工作领导小组审查,经5个工作日公示无异议,认定该生(□符合 □不符合)家庭经济困难学生认定条件,同意认定困难类型为:</div>
|
<div style="margin: 10px 10px;"><span class="red-tip">*</span> 经学校学生资助工作领导小组审查,经5个工作日公示无异议,认定该生(□符合
|
||||||
|
□不符合)家庭经济困难学生认定条件,同意认定困难类型为:</div>
|
||||||
<el-row class="radio-group-row">
|
<el-row class="radio-group-row">
|
||||||
<div class="radio-group">
|
<div class="radio-group">
|
||||||
<el-radio-group v-model="formData.xsqmyj">
|
<el-radio-group v-model="formData.xsqmyj">
|
||||||
@@ -577,7 +577,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="writing-mode:vertical-rl; " class="table-label">困难佐证材料</td>
|
<td style="writing-mode:vertical-rl; " class="table-label">困难佐证材料</td>
|
||||||
<td class="" colspan="5" style="min-width: 500px;">
|
<td class="" colspan="5" style="min-width: 500px;">
|
||||||
<Affix :notupload="formData.step>2" :accpet="accpet" @input="handleAffix" v-model="formData.affixId" :maxSize="0.5">
|
<Affix :notupload="formData.step > 2" :accpet="accpet" @input="handleAffix" v-model="formData.affixId"
|
||||||
|
:maxSize="0.5">
|
||||||
</Affix>
|
</Affix>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -589,14 +590,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- 打印 -->
|
<!-- 打印 -->
|
||||||
<el-dialog
|
<el-dialog class="dialog" :visible.sync="open" fullscreen :close-on-click-modal="false" append-to-body>
|
||||||
class="dialog"
|
|
||||||
|
|
||||||
:visible.sync="open"
|
|
||||||
fullscreen
|
|
||||||
:close-on-click-modal="false"
|
|
||||||
append-to-body
|
|
||||||
>
|
|
||||||
<div class="source" style="width:1000px" id="print" v-loading="printLoading">
|
<div class="source" style="width:1000px" id="print" v-loading="printLoading">
|
||||||
<!-- 标题 -->
|
<!-- 标题 -->
|
||||||
<h1>广西水利电力职业技术学院</h1>
|
<h1>广西水利电力职业技术学院</h1>
|
||||||
@@ -795,7 +789,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<!-- 换行 -->
|
<!-- 换行 -->
|
||||||
<tr style="page-break-after: always;"> </tr>
|
<tr style="page-break-after: always;"> </tr>
|
||||||
<tr style="padding:40px"><td class="split">aaa</td></tr>
|
<tr style="padding:40px">
|
||||||
|
<td class="split">aaa</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td class="table-label" colspan="6">影响家庭经济状况信息</td>
|
<td class="table-label" colspan="6">影响家庭经济状况信息</td>
|
||||||
@@ -1028,7 +1024,9 @@
|
|||||||
<el-button type="primary" v-if="formData.step == 2 && this.state == 0" @click="onSubmit(2)">确认提交</el-button>
|
<el-button type="primary" v-if="formData.step == 2 && this.state == 0" @click="onSubmit(2)">确认提交</el-button>
|
||||||
<el-button type="primary" v-if="formData.step == 3 && this.state == 0" @click="onSubmit(3)">确认提交</el-button>
|
<el-button type="primary" v-if="formData.step == 3 && this.state == 0" @click="onSubmit(3)">确认提交</el-button>
|
||||||
<el-button type="primary" v-if="formData.step == 4 && this.state == 0" @click="onSubmit(4)">确认提交</el-button>
|
<el-button type="primary" v-if="formData.step == 4 && this.state == 0" @click="onSubmit(4)">确认提交</el-button>
|
||||||
<el-button type="warning" v-if="(formData.step==2 || formData.step==3 || formData.step==4) && this.state==0" @click="rejectDialogVisible = true">驳回</el-button>
|
<el-button type="warning"
|
||||||
|
v-if="(formData.step == 2 || formData.step == 3 || formData.step == 4) && this.state == 0"
|
||||||
|
@click="rejectDialogVisible = true">驳回</el-button>
|
||||||
<!-- <el-button v-if="formData.step != 1 && formData.step != 5" type="danger" @click="on">审核不通过</el-button> -->
|
<!-- <el-button v-if="formData.step != 1 && formData.step != 5" type="danger" @click="on">审核不通过</el-button> -->
|
||||||
<el-button type="primary" v-if="formData.step == 5" @click="next(4)">下一个</el-button>
|
<el-button type="primary" v-if="formData.step == 5" @click="next(4)">下一个</el-button>
|
||||||
|
|
||||||
@@ -1119,12 +1117,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 驳回 -->
|
<!-- 驳回 -->
|
||||||
<el-dialog
|
<el-dialog class="reject" title="驳回" :visible.sync="rejectDialogVisible" width="30%">
|
||||||
class="reject"
|
|
||||||
title="驳回"
|
|
||||||
:visible.sync="rejectDialogVisible"
|
|
||||||
width="30%"
|
|
||||||
>
|
|
||||||
<el-form ref="form" :model="form" label-width="80px" size="small">
|
<el-form ref="form" :model="form" label-width="80px" size="small">
|
||||||
<el-row v-if="formData.step == 2">
|
<el-row v-if="formData.step == 2">
|
||||||
<el-form-item label="驳回至">
|
<el-form-item label="驳回至">
|
||||||
@@ -1874,10 +1867,10 @@ import {mz_list} from "@/api/helpFunc";
|
|||||||
fdySave(this.formData).then(res => {
|
fdySave(this.formData).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$modal.msgSuccess("提交成功");
|
this.$modal.msgSuccess("提交成功");
|
||||||
|
//this.$tab.closePage();
|
||||||
|
let date = new Date();
|
||||||
this.$tab.closePage();
|
let month = date.getMonth() + 1
|
||||||
|
this.getInfo(this.formData.id, date, month);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -2570,6 +2563,7 @@ overflow: hidden;
|
|||||||
.record .title {
|
.record .title {
|
||||||
padding: 20px 0px;
|
padding: 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.red-tip {
|
.red-tip {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -2585,79 +2579,100 @@ overflow: hidden;
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print {
|
#print {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-checkbox-group {
|
.el-checkbox-group {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-footer {
|
.dialog-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reject /deep/ .el-input__inner {
|
.reject /deep/ .el-input__inner {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reject /deep/ .el-textarea__inner {
|
.reject /deep/ .el-textarea__inner {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print {
|
#print {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 30px 60px 0px 60px;
|
padding: 30px 60px 0px 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print th {
|
#print th {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print td {
|
#print td {
|
||||||
|
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print>>>td {
|
#print>>>td {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print h1 {
|
#print h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
@page {
|
@page {
|
||||||
margin: 20mm; /* 设置页边距为20毫米 */
|
margin: 20mm;
|
||||||
|
/* 设置页边距为20毫米 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*去除页眉页脚*/
|
/*去除页眉页脚*/
|
||||||
@page {
|
@page {
|
||||||
size: auto; /* auto is the initial value */
|
size: auto;
|
||||||
margin: 3mm; /* this affects the margin in the printer settings */
|
/* auto is the initial value */
|
||||||
|
margin: 3mm;
|
||||||
|
/* this affects the margin in the printer settings */
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
margin: 0; /* this affects the margin on the html before sending to printer */
|
margin: 0;
|
||||||
|
/* this affects the margin on the html before sending to printer */
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
border: solid 1px blue;
|
border: solid 1px blue;
|
||||||
margin: 20mm 20mm 20mm 20mm; /* margin you want for the content */
|
margin: 20mm 20mm 20mm 20mm;
|
||||||
|
/* margin you want for the content */
|
||||||
}
|
}
|
||||||
|
|
||||||
#print .table-input,
|
#print .table-input,
|
||||||
#print .table-label {
|
#print .table-label {
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print /deep/ .el-table--border .el-table__cell {
|
#print /deep/ .el-table--border .el-table__cell {
|
||||||
border-right: 1px solid #000 !important;
|
border-right: 1px solid #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print /deep/ .el-table th.el-table__cell.is-leaf {
|
#print /deep/ .el-table th.el-table__cell.is-leaf {
|
||||||
border-bottom: 1px solid #000 !important;
|
border-bottom: 1px solid #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#print /deep/ .el-table td.el-table__cell {
|
#print /deep/ .el-table td.el-table__cell {
|
||||||
border-bottom: 1px solid #000 !important;
|
border-bottom: 1px solid #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.split {
|
.split {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user