Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
7d09ec64
Commit
7d09ec64
authored
Jan 10, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待经办详情调整
parent
a183bef4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
Event.js
src/model/Sptsel/Event.js
+1
-0
BusRouter.js
src/views/Business/BusRouter.js
+2
-0
Menu.vue
src/views/Business/Sptsel/Menu.vue
+5
-9
Sptpopup.vue
src/views/Business/Sptsel/Sptpopup.vue
+0
-0
No files found.
src/model/Sptsel/Event.js
View file @
7d09ec64
...
...
@@ -54,6 +54,7 @@ export default {
}
},
async
onDetails
()
{
this
.
$router
.
push
({
path
:
"business/sptpopup"
,
query
:
{
inr
:
'111'
}});
this
.
detailDialog
=
true
;
let
rtnmsg
=
await
this
.
executeRule
(
"details"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
...
...
src/views/Business/BusRouter.js
View file @
7d09ec64
...
...
@@ -96,12 +96,14 @@ import Bttrcl from "./Bttrcl"
import
Betacc
from
"./Betacc"
import
Betrcl
from
"./Betrcl"
import
InftrnpsDetail
from
"./Trnrel/InftrnpsDetail"
import
Sptpopup
from
"./Sptsel/Sptpopup"
/**
* 带有name的才会被添加进顶部的标签页里
*/
const
BusRouter
=
[
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'详情'
}
},
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'详情'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
...
...
src/views/Business/Sptsel/Menu.vue
View file @
7d09ec64
...
...
@@ -380,7 +380,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
></div>
</el-dialog>
<el-dialog
<
!-- <
el-dialog
class="detailDialogClass"
:visible.sync="detailDialog"
:title="'详情面板'"
...
...
@@ -395,7 +395,7 @@
>
</c-col>
</span>
</el-dialog>
</el-dialog>
-->
</div>
</template>
<
script
>
...
...
@@ -403,14 +403,10 @@ import Api from "~/service/Api";
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Sptsel/Event"
;
import
Sptpopup
from
"./Sptpopup.vue"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
components
:
{
"m-sptpopup"
:
Sptpopup
,
},
mixins
:
[
CommonProcess
],
data
()
{
...
...
@@ -419,7 +415,7 @@ export default {
sourceModel
:
[],
sourceData
:
[],
initdialog
:
false
,
detailDialog
:
false
,
//
detailDialog: false,
// setColumnFlg: false,
// saveColumnFlg: true,
...
...
@@ -500,7 +496,7 @@ export default {
};
</
script
>
<
style
scoped
>
.showColumnDialog
>>>
.el-dialog__body
{
/*
.showColumnDialog >>> .el-dialog__body {
padding-bottom: 10px;
}
.showColumnDialog >>> .el-dialog__footer {
...
...
@@ -508,7 +504,7 @@ export default {
}
.detailDialogClass >>> .el-dialog {
height: 650px;
}
}
*/
.table-button-item-list
{
padding
:
0
;
margin
:
0
;
...
...
src/views/Business/Sptsel/Sptpopup.vue
View file @
7d09ec64
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment