5be8f1fd by lxs

入表功调整

1 parent 32bbb6ca
......@@ -54,7 +54,7 @@ const costForm = ref({
placeholder: "请选择",
clearable: true,
required: true,
visible: false,
visible: true,
popperClass: 'date-year-popper',
disabledDate: (date) => {
const curr = new Date();
......@@ -69,7 +69,7 @@ const costForm = ref({
placeholder: "请选择",
clearable: true,
required: true,
visible: false,
visible: true,
style: { width: 'calc(33.33% - 70px)', 'margin-right': '8px' },
popperClass: 'date-month-popper',
disabledDate: (date) => {
......@@ -1265,13 +1265,12 @@ onUpdated(() => {
本工具提供的入表评估结果仅为初步测算参考,基于用户输入参数生成,不代表最终入表金额。实际入表需遵循《企业数据资源相关会计处理暂行规定》及会计准则要求,经专业审计机构确认后方可生效。
</div>
</div>
<ContentWrap :title="step == 0 ? '设置成本项' : step == 1 ? '填写成本明细' : '文件预览'"
description=""
:expandSwicth="false" :style="step == 1 ? { 'margin-top': '16px' } : {}">
<ContentWrap :title="step == 0 ? '设置成本项' : '文件预览'" description="" :expandSwicth="false"
:style="step == 1 ? { 'margin-top': '16px' } : {}">
<div class="table_tool_wrap">
<Form ref="costFormRef" :itemList="costForm.items" formId="dam-base-form" :rules="costForm.rules" col="col3"
@btnClick="btnClick" @selectChange="selectChange" />
<div class="tool_btn" v-if="step == 2">
<div class="tool_btn" v-if="step == 1">
<el-button type="primary" @click="exportClick">下载文件</el-button>
<!-- <el-button type="primary" plain @click="senMessage">入表咨询</el-button> -->
</div>
......@@ -1346,6 +1345,10 @@ onUpdated(() => {
</div>
</div>
</ContentWrap>
<ContentWrap title="入表类型" description="" :expandSwicth="false" v-show="step == 0">
<Form ref="entryFormRef" :itemList="entryForm.items" formId="dam-base-form" :rules="entryForm.rules"
col="col3" @selectChange="selectChange" />
</ContentWrap>
</div>
</div>
<div class="tool_btns">
......@@ -1658,7 +1661,7 @@ onUpdated(() => {
background: #FFFBF2;
border: 1px solid rgba(255, 241, 212, 1);
border-radius: 4px;
margin: 5px 0px 8px;
margin: 16px 0px 8px;
padding: 2px 0px;
.tip-icon {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!