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
073d5ead
authored
2023-05-08 15:00:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:监管登薄日志
1 parent
35a29d48
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
10 deletions
src/styles/sbPublic.scss
src/views/sthj/components/editDialog.vue
src/styles/sbPublic.scss
View file @
073d5ea
...
...
@@ -637,7 +637,7 @@
.tab-pane-item
{
line-height
:
20px
;
color
:
#
02d9fd
;
color
:
#
FFFFFF
;
p
{
text-align
:
center
;
...
...
src/views/sthj/components/editDialog.vue
View file @
073d5ea
<
template
>
<!-- 修改登簿日志弹窗 -->
<!-- 修改登簿日志弹窗 -->
<el-dialog
:close-on-click-modal=
"false"
top=
"0"
@
close=
"closeDialog"
custom-class=
"dialogBox entryJournal commonDialog editDialogBox mainCenter"
:visible
.
sync=
"dialogVisible"
width=
"90%"
>
<div
slot=
"title"
class=
"dialog_title"
ref=
"dialogTitle"
>
...
...
@@ -188,18 +188,19 @@
<btn
nativeType=
"cx"
@
click=
"submitForm"
>
保 存
</btn>
</div>
<div
class=
"d-center"
v-if=
"!$store.state.business.Edit && titleName == 'xml'"
>
<btn
nativeType=
"cx"
@
click=
"handleExtract"
>
再次抽取
</btn>
<btn
nativeType=
"cx"
@
click=
"handleResubmit"
>
重新上报
</btn>
</div>
</el-dialog>
</
template
>
<
script
>
import
{
sbdata
,
sendThis
}
from
'./data/sbdata'
import
{
dbdata
,
sendThis1
}
from
'./data/dbdata'
import
{
getDetail
,
edit
,
regenerateDbXml
}
from
"@/api/recordLog.js"
import
JsonEditor
from
"@/components/JsonEditor.vue"
;
import
{
judgeListComplete
}
from
"@/utils/tools.js"
export
default
{
import
{
sbdata
,
sendThis
}
from
'./data/sbdata'
import
{
dbdata
,
sendThis1
}
from
'./data/dbdata'
import
{
getDetail
,
edit
,
regenerateDbXml
}
from
"@/api/recordLog.js"
import
JsonEditor
from
"@/components/JsonEditor.vue"
;
import
{
judgeListComplete
}
from
"@/utils/tools.js"
export
default
{
components
:
{
JsonEditor
},
data
()
{
return
{
...
...
@@ -427,6 +428,12 @@ export default {
}
},
600
),
/**
* @description: 登薄再次抽取
* @param {*} function
* @author: renchao
*/
handleExtract
()
{
},
/**
* @description: 登薄日志重新生成报文
* @param {*} function
* @author: renchao
...
...
@@ -442,7 +449,7 @@ export default {
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除
'
message
:
'已取消上报报文
'
})
})
function
createXml
()
{
...
...
@@ -458,7 +465,7 @@ export default {
}
}
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment