税务申请
v-model="form.region"
placeholder="请选择"
:editable="false"
size="small"
:clearable="false"
class="date-common"
format="yyyyMM"
>
v-model="form.region"
placeholder="请选择"
:editable="false"
size="small"
:clearable="false"
:picker-options="pickerOptionsStartQH"
class="date-common"
>
v-for="item in applyStatusOption"
:key="item.itemCode"
:value="https://www.it610.com/article/item.itemCode"
>
class="btn_add"
v-bind:class="{ notclick: !this.disjunctor}"
style="width:120px"
@click="newAddApply"
>
新增申请
下载模板
class="my-table"
height="0"
border
highlight-current-row
@row-click="detailListData"
style="width: 100%;
min-height:340px;
height:100%"
>
{{(scope.$index+1)+(currentPage-1)*pageSize }}
header-align="center"
label="申请号"
align="center"
min-width="60"
>
header-align="center"
label="数据类别"
align="center"
min-width="50"
:formatter="formatDataType"
>
header-align="center"
label="所属期间"
align="center"
min-width="50"
>
{{scope.row.region.slice(0,4)}}{{scope.row.region.slice(5)}}
header-align="center"
label="附件"
align="center"
min-width="60"
>
v-for="tag in scope.row.attachList"
:key="tag.attachName"
type="primary"
@click="download(tag)"
>
{{tag.attachName}}
header-align="center"
label="状态"
align="center"
min-width="60"
:formatter="formatStatus"
>
header-align="center"
label="操作人员"
align="center"
min-width="50"
>
header-align="center"
label="操作时间"
align="center"
min-width="80"
>
type="primary"
@click="AmendData(scope.row)"
:disabled="scope.row.status !== 'UNCOMMITTED'"
v-if="scope.row.status !== 'APPROVEING'||scope.row.status !== 'APPPASS'||scope.row.status !== 'UNAPPPASS'"
>修改
type="primary"
@click.stop="submitData(scope.row)"
:disabled="scope.row.status !== 'UNCOMMITTED'"
>提交
type="primary"
@click.stop="checkOutData(scope.row)"
:disabled="scope.row.status !== 'APPROVEING'"
>撤回
type="primary"
@click.stop="deleteData(scope.row)"
:disabled="scope.row.status !== 'UNCOMMITTED'"
>删除
@click.stop="approvalDetailWay(scope.row)"
v-if="scope.row.status === 'APPROVEING'||scope.row.status === 'APPPASS'||scope.row.status === 'UNAPPPASS'"
>
审批详情
v-show="pageData.total>10"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="currentPage"
:page-sizes="pageArr"
:page-size="pageSize"
layout="total, sizes, prev, pager, next ,jumper"
:total="pageData.total"
>
数据详情
指标单元:元
class="my-table"
height="0"
border
highlight-current-row
style="width: 100%;
min-height:340px"
>
{{(scope.$index+1)+(detailCurrentPage-1)*detailPageSize }}
header-align="center"
label="指标名称"
align="center"
min-width="60"
>
header-align="center"
label="所属期间"
align="center"
min-width="90"
>
header-align="center"
label="当期数"
align="center"
min-width="90"
>
【税务申请】
header-align="center"
label="年累计"
align="center"
min-width="90"
>
v-show="detailPageData.total>10"
@size-change="detailHandleSizeChange"
@current-change="detailHandleCurrentChange"
:current-page="detailCurrentPage"
:page-sizes="detailPageArr"
:page-size="detailPageSize"
layout="total, sizes, prev, pager, next,jumper"
:total="detailPageData.total"
>
autocomplete="off"
class="common-sty"
:disabled="true"
>
@select="handleSelect"
size="medium"
class="common-sty"
>
autocomplete="off"
class="common-sty"
:disabled="true"
>
v-for="tag in this.addAmendForm.attachList"
:key="tag.attachName"
type="primary"
@click="download(tag)"
>
{{tag.attachName}}
autocomplete="off"
class="common-sty"
:disabled="true"
>
autocomplete="off"
class="common-sty"
:disabled="true"
>
@select="handleSelect"
size="medium"
class="common-sty"
>
autocomplete="off"
class="common-sty"
:disabled="true"
>
v-for="tag in this.addAmendForm.attachList"
:key="tag.attachName"
type="primary"
@click="download(tag)"
>
{{tag.attachName}}
class="upload-btn"
type="primary"
size="smaill"
>上传
autocomplete="off"
class="common-sty"
:disabled="true"
>
:visible.sync="deleteDialogVisible"
width="30%"
custom-class="delete-box"
center
>
确认删除此条导入申请吗?
@attachAdds="attachAdds"
:isMultiple="true"
:correlation="false"
v-if="isShowUpload"
:modelClose="modelClose"
/>
.condition {
margin-top: 15px;
}
.common-sty {
width: 58%;
}
.tool {
width: 600px;
height: 30px;
margin-left: 20px;
margin-bottom: 10px;
display: flex;
flex-direction: row;
align-items: center;
// .apply-button{
//display: inline-block;
//font-size: 14px;
// }
}
.table-title {
margin-top: 55px;
// border: #ff7000 solid 1px;
height: 30px;
display: flex;
flex-direction: row;
align-items: center;
span:first-child {
height: 20px;
font-size: 16px;
color: #ff7000;
font-weight: bold;
margin-left: 10px;
}
span:last-child {
height: 20px;
font-size: 14px;
line-height: 20px;
color: #ff7000;
font-weight: bold;
margin-left: 80%;
}
}
.upload-btn {
margin-left: 23px;
}
.notclick {
pointer-events: none;
}
//新增申请自定义类改变宽度。
.apply-box {
width: 530px;
}
.delete-box {
width: 420px;
height: 174px;
.el-dialog__footer {
text-align: center;
box-sizing: border-box;
padding: 50px 20px 15px;
}
}
.icon-box {
display: flex;
flex-direction: row;
align-items: center;
.confim-info {
height: 20px;
line-height: 20px;
margin-left: 20px;
font-size: 14px;
color: #66666f;
// border: 1px solid red;
}
}
#filename-box {
width: 238px;
height: 38px;
border: #e5dcd1 solid 1px;
border-radius: 5px;
}
#filename-box:hover {
border: #bbb solid 1px;
}
推荐阅读
- typeScript入门基础介绍
- 带你了解类型系统以及flow和typescript的基本使用
- 申请今日头条账号
- 教资认定公告系统暂停申请!
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- swift类型别名(typealias)
- 投稿申请信
- Python|Python TypeError: 'module' object is not callable 原因分析
- 9月起新规施行(依法严惩药品、医疗器械注册申请材料造假)
- Android|Android 6.0动态申请权限