样式调整
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-form-item label="许可决定日期" prop="decisionDate">
|
<el-form-item label="许可决定日期" prop="decisionDate">
|
||||||
<el-date-picker v-model="forms.decisionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.decisionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -33,13 +33,13 @@
|
|||||||
<el-row type="flex">
|
<el-row type="flex">
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-form-item label="许可有效期自" prop="startDate">
|
<el-form-item label="许可有效期自" prop="startDate">
|
||||||
<el-date-picker v-model="forms.startDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.startDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-form-item label="许可有效期至" prop="num">
|
<el-form-item label="许可有效期至" prop="endDate">
|
||||||
<el-date-picker v-model="forms.endDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.endDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -116,7 +116,7 @@ export default {
|
|||||||
licenseCode: [{required: true,message:"请输入许可文书号",trigger: "blur"}],
|
licenseCode: [{required: true,message:"请输入许可文书号",trigger: "blur"}],
|
||||||
decisionDate: [{required: true,message:"请输入许可决定日期",trigger: "blur"}],
|
decisionDate: [{required: true,message:"请输入许可决定日期",trigger: "blur"}],
|
||||||
startDate: [{required: true,message:"请选择许可有效期自",trigger: "blur"}],
|
startDate: [{required: true,message:"请选择许可有效期自",trigger: "blur"}],
|
||||||
endtDate: [{required: true,message:"请选择许可有效期至",trigger: "blur"}],
|
endDate: [{required: true,message:"请选择许可有效期至",trigger: "blur"}],
|
||||||
licenseOrganization: [{required: true,message:"请输入许可机关",trigger: "blur"}],
|
licenseOrganization: [{required: true,message:"请输入许可机关",trigger: "blur"}],
|
||||||
enterpriseName: [{required: true,message:"请输入经营主体",trigger: "blur"}],
|
enterpriseName: [{required: true,message:"请输入经营主体",trigger: "blur"}],
|
||||||
unifiedCode: [{required: true,message:"请输入统一信用编号",trigger: "blur"}],
|
unifiedCode: [{required: true,message:"请输入统一信用编号",trigger: "blur"}],
|
||||||
@@ -131,7 +131,7 @@ export default {
|
|||||||
licenseCode: '',
|
licenseCode: '',
|
||||||
decisionDate: '',
|
decisionDate: '',
|
||||||
startDate: '',
|
startDate: '',
|
||||||
endtDate: '',
|
endDate: '',
|
||||||
licenseOrganization: '',
|
licenseOrganization: '',
|
||||||
enterpriseName: '',
|
enterpriseName: '',
|
||||||
unifiedCode: '',
|
unifiedCode: '',
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<el-row type="flex">
|
<el-row type="flex">
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-form-item label="处罚决定日期" prop="sanctionDate">
|
<el-form-item label="处罚决定日期" prop="sanctionDate">
|
||||||
<el-date-picker v-model="forms.sanctionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.sanctionDate" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
<el-row type="flex">
|
<el-row type="flex">
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-form-item label="执行时间" prop="executionTime">
|
<el-form-item label="执行时间" prop="executionTime">
|
||||||
<el-date-picker v-model="forms.executionTime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.executionTime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -191,6 +191,12 @@ export default {
|
|||||||
::v-deep .ai-info-item label {
|
::v-deep .ai-info-item label {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
// ::v-deep .el-input__inner {
|
||||||
|
// width: 338px;
|
||||||
|
// }
|
||||||
|
// ::v-deep .el-form-item__content div {
|
||||||
|
// width: 338px !important;
|
||||||
|
// }
|
||||||
|
|
||||||
::v-deep .ai-detail__content--active {
|
::v-deep .ai-detail__content--active {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
dict: Object,
|
dict: Object,
|
||||||
params: Object,
|
// params: Object,
|
||||||
},
|
},
|
||||||
components: {Add, List},
|
components: {Add, List},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="Add">
|
<section class="Add">
|
||||||
<ai-detail class="add" v-if="!id || isEdit == true">
|
<ai-detail class="add" v-if="!params.id || isEdit == true">
|
||||||
<template #title>
|
<template #title>
|
||||||
<ai-title :title="params.id ? '编辑纳税信息' : '新增纳税信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
|
<ai-title :title="params.id ? '编辑纳税信息' : '新增纳税信息'" :isShowBack="true" :isShowBottomBorder="true" @onBackClick="cancel(false)" />
|
||||||
</template>
|
</template>
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row type="flex">
|
<el-row type="flex">
|
||||||
<el-col :span="20">
|
<el-col :span="15">
|
||||||
<el-form-item label="纳税年份" prop="taxYear">
|
<el-form-item label="纳税年份" prop="taxYear">
|
||||||
<el-date-picker v-model="forms.taxYear" value-format="yyyy" type="year" placeholder="选择日期" style="width:375px">
|
<el-date-picker v-model="forms.taxYear" value-format="yyyy" type="year" placeholder="选择日期" style="width:338px">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20">
|
<el-col :span="15">
|
||||||
<el-form-item label="纳税等级" prop="taxLevel">
|
<el-form-item label="纳税等级" prop="taxLevel">
|
||||||
<ai-select v-model="forms.taxLevel" placeholder="请选择文档类型" :selectList="$dict.getDict('taxInfoLevel')"></ai-select>
|
<ai-select v-model="forms.taxLevel" placeholder="请选择文档类型" :selectList="$dict.getDict('taxInfoLevel')"></ai-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user