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
fukai
vue-gjjs
Commits
effa2c75
Commit
effa2c75
authored
Jul 11, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BusNavbar交易名修改
parent
8d459f2d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+1
-1
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+1
-1
BusNavbar.vue
src/views/Public/BusNavbar.vue
+3
-2
No files found.
src/views/Business/Infbdd/Infsea.vue
View file @
effa2c75
...
...
@@ -307,7 +307,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Nam
e=
"ditsel"
:model=
"ditselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Cod
e=
"ditsel"
:model=
"ditselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
</div>
</el-dialog>
</div>
...
...
src/views/Business/Infbed/Infsea.vue
View file @
effa2c75
...
...
@@ -238,7 +238,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Nam
e=
"ditsel"
:model=
"letselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Cod
e=
"ditsel"
:model=
"letselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
</div>
</el-dialog>
</div>
...
...
src/views/Business/Infdid/Infsea.vue
View file @
effa2c75
...
...
@@ -387,7 +387,7 @@
<el-dialog
:visible
.
sync=
"initdialog"
:title=
"'交易列表'"
append-to-body
>
<div
class=
"m-list-btns"
>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Nam
e=
"ditsel"
:model=
"ditselModel"
@
onChoose=
"onChoose"
></m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trn
Cod
e=
"ditsel"
:model=
"ditselModel"
@
onChoose=
"onChoose"
></m-busbtn>
</div>
</el-dialog>
...
...
src/views/Public/BusNavbar.vue
View file @
effa2c75
...
...
@@ -21,7 +21,7 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
export
default
{
props
:
[
"ownref"
,
"trn
Nam
e"
,
"model"
],
props
:
[
"ownref"
,
"trn
Cod
e"
,
"model"
],
components
:
{},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
...
...
@@ -54,12 +54,13 @@ export default {
},
},
mounted
()
{
this
.
trnName
=
this
.
trnCode
this
.
$nextTick
(
function
()
{
this
.
$on
(
"childmethods"
,
async
function
()
{
this
.
navcode
=
[];
//请求按钮数据
this
.
model
.
didgrp
.
rec
.
ownref
=
this
.
ownref
;
console
.
log
(
"ownref:"
+
this
.
ownref
);
//
console.log("ownref:" + this.ownref);
let
rtnmsg
=
await
this
.
executeRule
(
"didgrp.rec.ownref"
);
//didgrp_rec_ownref
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
...
...
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