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
23ac8528
authored
2025-02-12 13:52:24 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://117.78.60.236:8000/csbr-daop/fe-data-asset-management
into develop
2 parents
af33c867
ac70cec4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletions
src/views/data_transaction/components/Table/index.vue
src/views/data_transaction/entryManagement.vue
src/views/data_transaction/components/Table/index.vue
View file @
23ac852
...
...
@@ -30,7 +30,9 @@ const tableDataLoading = computed(() => {
});
const
data
=
computed
(()
=>
props
?.
tableInfo
?.
data
)
const
tableInfo
=
computed
(()
=>
props
?.
tableInfo
||
{})
const
columnInfo
=
ref
({
...
props
?.
columnInfo
?.
value
})
const
isEdit
=
computed
(()
=>
props
?.
tableInfo
?.
isEdit
)
const
flag
=
computed
(()
=>
props
?.
tableInfo
?.
flag
)
const
page
=
computed
(()
=>
props
?.
page
)
...
...
src/views/data_transaction/entryManagement.vue
View file @
23ac852
...
...
@@ -248,6 +248,23 @@ const createOneData = () => {
if
(
companyOption
.
value
.
length
>
0
)
{
findTab
(
true
)
columnInfoReset
()
tableRef
.
value
.
columnInfo
=
{
companyGuid
:
""
,
companyName
:
""
,
daCode
:
""
,
daName
:
""
,
damGuid
:
""
,
effectiveDate
:
""
,
guid
:
""
,
intableMoney
:
""
,
intableTime
:
""
,
issuingEntityGuid
:
""
,
issuingEntityName
:
""
,
registerGuid
:
""
,
registerTime
:
""
,
updateTime
:
""
,
updateUserName
:
""
,
}
assetsOption
.
value
=
[]
const
currentDate
=
dayjs
().
format
(
'YYYY-MM-DD'
);
tableInfo
.
value
.
flag
=
"create"
...
...
@@ -267,7 +284,6 @@ const createOneData = () => {
damGuid
:
""
};
tableInfo
.
value
.
data
=
[
newData
,
...
tableInfo
.
value
.
data
];
console
.
log
(
'新建了嘛'
,
tableInfo
.
value
.
data
,
columnInfo
.
value
)
//tableInfo.value.data = arr
tableInfo
.
value
.
currentId
=
BASE_ID
tableInfo
.
value
.
isEdit
=
true
...
...
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