Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5be8f1fd
authored
2025-08-19 16:20:55 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
入表功调整
1 parent
32bbb6ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
src/views/data_entry/index.vue
src/views/data_entry/index.vue
View file @
5be8f1f
...
...
@@ -54,7 +54,7 @@ const costForm = ref({
placeholder
:
"请选择"
,
clearable
:
true
,
required
:
true
,
visible
:
fals
e
,
visible
:
tru
e
,
popperClass
:
'date-year-popper'
,
disabledDate
:
(
date
)
=>
{
const
curr
=
new
Date
();
...
...
@@ -69,7 +69,7 @@ const costForm = ref({
placeholder
:
"请选择"
,
clearable
:
true
,
required
:
true
,
visible
:
fals
e
,
visible
:
tru
e
,
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
:
5
px
0px
8px
;
margin
:
16
px
0px
8px
;
padding
:
2px
0px
;
.tip-icon
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment