Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
0c37d5ac
authored
2023-01-17 11:54:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:数据上报
1 parent
18d01f34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
37 deletions
src/views/business-info/dyaq/index.vue
src/views/business-info/ygdj/index.vue
src/views/business-info/yydj/index.vue
src/views/business-info/dyaq/index.vue
View file @
0c37d5a
...
...
@@ -64,8 +64,8 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:
heightNum=
"340"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
<lb-table
:page-size=
"pageData.size"
:
current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
selection-change=
"handleSelectionChange"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
...
...
src/views/business-info/ygdj/index.vue
View file @
0c37d5a
...
...
@@ -77,13 +77,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"ygdj"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
},
data
()
{
return
{
...
...
@@ -131,25 +129,7 @@ export default {
current
:
1
,
},
diaData
:
null
,
bsmSjsb
:
''
,
DJLXOptions
:
[
{
label
:
'首次登记'
,
value
:
'100'
},
{
label
:
'转移登记'
,
value
:
'200'
},
{
label
:
'变更登记'
,
value
:
'300'
},
{
label
:
'更正登记'
,
value
:
'500'
}
],
bsmSjsb
:
''
}
},
methods
:
{
...
...
src/views/business-info/yydj/index.vue
View file @
0c37d5a
...
...
@@ -54,12 +54,9 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<!-- 数据详情 -->
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -70,13 +67,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"yydj"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
treeSelect
},
data
()
{
return
{
...
...
@@ -105,15 +100,14 @@ export default {
<
el
-
button
type
=
"primary"
size
=
"mini"
onClick
=
{()
=>
{
this
.
handle
details
(
scope
.
$index
,
scope
.
row
)
}}
onClick
=
{()
=>
{
this
.
handle
Edit
(
scope
.
row
)
}}
>
数据
详情
详情
<
/el-button
>
<
/div
>
);
},
},
)
}
}
]),
data
:
[]
},
...
...
Please
register
or
sign in
to post a comment