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
f033692a
Commit
f033692a
authored
Dec 07, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development-202206' into 'development-202206'
Development 202206 See merge request
zhouqian/vue-gjjs!14
parents
0fe6993b
2fec8362
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
54 additions
and
66 deletions
+54
-66
index.js
src/model/Cptopn/index.js
+4
-25
Ovwp1.vue
src/views/Business/Botame/Ovwp1.vue
+1
-1
Docpan1.vue
src/views/Business/Botset/Docpan1.vue
+1
-1
Wg.vue
src/views/Business/Botset/Wg.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbdd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbed/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbed/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbfd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+2
-2
BusNavbar.vue
src/views/Business/Infbrd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+3
-3
BusNavbar.vue
src/views/Business/Infbtd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infbtd/Infsea.vue
+2
-2
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+3
-2
BusNavbar.vue
src/views/Business/Infcld/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infcld/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+6
-5
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infgcd/Infsea.vue
+3
-2
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+3
-2
BusNavbar.vue
src/views/Business/Infltd/BusNavbar.vue
+1
-1
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+2
-2
Detp.vue
src/views/Business/Letdrw/Detp.vue
+1
-0
Ovwp1.vue
src/views/Business/Letdrw/Ovwp1.vue
+1
-0
No files found.
src/model/Cptopn/index.js
View file @
f033692a
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
Pts
from
"../Common/Pts"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Cptopn
{
export
default
class
Cptopn
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
...
@@ -241,30 +242,6 @@ export default class Cptopn{
...
@@ -241,30 +242,6 @@ export default class Cptopn{
uetr
:
""
,
// Uetr .cptp.uetr
uetr
:
""
,
// Uetr .cptp.uetr
},
},
pyenam
:
""
,
// 收款人名称 pyenam
pyenam
:
""
,
// 收款人名称 pyenam
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
setgll
:[]
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
setfog
:{
setfol
:[]
},
setfeg
:{
setfel
:[]
},
glemod
:{
gleshwstm
:
{}
}
},
mtabut
:{
mtabut
:{
coninf
:{
coninf
:{
oitinf
:{
oitinf
:{
...
@@ -394,7 +371,8 @@ export default class Cptopn{
...
@@ -394,7 +371,8 @@ export default class Cptopn{
sbankname
:
""
,
// 银行机构名称 .cnybop.sbankname
sbankname
:
""
,
// 银行机构名称 .cnybop.sbankname
outscale
:
""
,
// OUTSCALE .cnybop.outscale
outscale
:
""
,
// OUTSCALE .cnybop.outscale
},
},
pageId
:
""
// ctx的key
pageId
:
""
,
// ctx的key
setmod
:
new
Pub
().
data
.
Setmod
,
}
}
}
}
}
}
\ No newline at end of file
src/views/Business/Botame/Ovwp1.vue
View file @
f033692a
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
<el-form-item
label=
"发票类型"
prop=
"bodgrp.rec.invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"bodgrp.rec.invtyp"
>
<c-select
v-model=
"model.bodgrp.rec.invtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.bodgrp.rec.invtyp"
style=
"width: 100%"
>
<el-option
<el-option
v-for=
"item in invtyp"
v-for=
"item in
codes.
invtyp"
:key=
"item.value"
:key=
"item.value"
:label=
"item.label"
:label=
"item.label"
:value=
"item.value"
:value=
"item.value"
...
...
src/views/Business/Botset/Docpan1.vue
View file @
f033692a
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<el-form-item
label=
""
prop=
"lendoc.actflg"
>
<el-form-item
label=
""
prop=
"lendoc.actflg"
>
<c-checkbox
v-model=
"actflg"
style=
"margin-left: 10px"
<c-checkbox
v-model=
"actflg"
style=
"margin-left: 10px"
>
输入
金额
</c-checkbox
>
输入
账号
</c-checkbox
>
>
</el-form-item>
</el-form-item>
</
template
>
</
template
>
...
...
src/views/Business/Botset/Wg.vue
View file @
f033692a
...
@@ -21,10 +21,10 @@
...
@@ -21,10 +21,10 @@
</c-select>
</c-select>
</el-form-item>
</el-form-item>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<el-form-item
label=
""
prop=
"
lendoc.act
flg"
>
<el-form-item
label=
""
prop=
"
bopmod.bas
flg"
>
<c-checkbox
<c-checkbox
:disabled=
"model.bopmod.szflg=='3' || model.bopmod.szflg==''"
:disabled=
"model.bopmod.szflg=='3' || model.bopmod.szflg==''"
v-model=
"model.
lendoc.act
flg"
v-model=
"model.
bopmod.bas
flg"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
>
基础数据
</c-checkbox
>
基础数据
</c-checkbox
>
>
...
...
src/views/Business/Infbdd/BusNavbar.vue
View file @
f033692a
...
@@ -79,7 +79,7 @@ export default {
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infbdd/Infsea.vue
View file @
f033692a
...
@@ -376,10 +376,10 @@ export default {
...
@@ -376,10 +376,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
){
async
onChoose
(
code
,
prePageId
){
//跳转交易
//跳转交易
// this.$router.history.push("/business/" + code)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
}
,
}
,
async
getDitSelInfo
(
code
){
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infbed/BusNavbar.vue
View file @
f033692a
...
@@ -75,7 +75,7 @@ export default {
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infbed/Infsea.vue
View file @
f033692a
...
@@ -429,10 +429,10 @@ export default {
...
@@ -429,10 +429,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
// this.$router.history.push("/business/" + code);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbfd/BusNavbar.vue
View file @
f033692a
...
@@ -79,7 +79,7 @@ export default {
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
f033692a
...
@@ -382,10 +382,10 @@ export default {
...
@@ -382,10 +382,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
// this.$router.history.push("/business/" + code);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infbrd/BusNavbar.vue
View file @
f033692a
...
@@ -79,7 +79,7 @@ export default {
...
@@ -79,7 +79,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
f033692a
...
@@ -424,11 +424,11 @@ export default {
...
@@ -424,11 +424,11 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
){
async
onChoose
(
code
,
prePageId
){
//跳转交易
//跳转交易
// this.$router.history.push("/business/" + code)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
;
}
,
}
,
async
getDitSelInfo
(
code
){
async
getDitSelInfo
(
code
){
//跳转交易
//跳转交易
...
...
src/views/Business/Infbtd/BusNavbar.vue
View file @
f033692a
...
@@ -75,7 +75,7 @@ export default {
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infbtd/Infsea.vue
View file @
f033692a
...
@@ -398,9 +398,9 @@ export default {
...
@@ -398,9 +398,9 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
}
);
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getLetSelInfo
(
code
)
{
async
getLetSelInfo
(
code
)
{
...
...
src/views/Business/Infccd/Infsea.vue
View file @
f033692a
...
@@ -452,9 +452,10 @@ export default {
...
@@ -452,9 +452,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infcld/BusNavbar.vue
View file @
f033692a
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infcld/Infsea.vue
View file @
f033692a
...
@@ -245,9 +245,10 @@ export default {
...
@@ -245,9 +245,10 @@ export default {
this
.
opndat
=
opndat
;
this
.
opndat
=
opndat
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
},
},
closeTrn
(
refId
)
{
closeTrn
(
refId
)
{
...
...
src/views/Business/Infcpd/Infsea.vue
View file @
f033692a
...
@@ -297,7 +297,7 @@
...
@@ -297,7 +297,7 @@
size=
"medium"
size=
"medium"
type=
"primary"
type=
"primary"
style=
"margin-left: 0"
style=
"margin-left: 0"
@
click=
"toCpt
opn
"
@
click=
"toCpt
adv
"
>
swift汇入
</c-button
>
swift汇入
</c-button
>
>
<c-button
<c-button
...
@@ -305,7 +305,7 @@
...
@@ -305,7 +305,7 @@
size=
"medium"
size=
"medium"
type=
"primary"
type=
"primary"
style=
"margin-left: 5px"
style=
"margin-left: 5px"
@
click=
"toCpt
adv
"
@
click=
"toCpt
opn
"
>
swift汇出
</c-button
>
swift汇出
</c-button
>
>
<c-button
<c-button
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
>
>
<div
<div
style=
"
style=
"
text-align: right;
text-align: right;
margin-top: -30px;
margin-top: -30px;
margin-right: 5px;
margin-right: 5px;
font-size: 16px;
font-size: 16px;
...
@@ -554,9 +554,10 @@ export default {
...
@@ -554,9 +554,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infdet/Infsea.vue
View file @
f033692a
...
@@ -435,9 +435,10 @@ export default {
...
@@ -435,9 +435,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infdid/Infsea.vue
View file @
f033692a
...
@@ -440,9 +440,10 @@ export default {
...
@@ -440,9 +440,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
){
async
onChoose
(
code
,
prePageId
){
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
// this.$router.history.push("/business/" + code)
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
}
,
}
,
async
getDitSelInfo
(
code
){
async
getDitSelInfo
(
code
){
...
...
src/views/Business/Infgcd/Infsea.vue
View file @
f033692a
...
@@ -430,9 +430,10 @@ export default {
...
@@ -430,9 +430,10 @@ export default {
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infgid/Infsea.vue
View file @
f033692a
...
@@ -670,9 +670,10 @@ export default {
...
@@ -670,9 +670,10 @@ export default {
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getDitSelInfo
(
code
)
{
async
getDitSelInfo
(
code
)
{
...
...
src/views/Business/Infltd/BusNavbar.vue
View file @
f033692a
...
@@ -75,7 +75,7 @@ export default {
...
@@ -75,7 +75,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
let
rtnmsg
=
await
this
.
executeRule
(
`cfgfil.hotsub
${
i
}
`
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
navcode
=
[];
this
.
navcode
=
[];
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
()
,
this
.
model
.
pageId
);
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
...
...
src/views/Business/Infltd/Infsea.vue
View file @
f033692a
...
@@ -402,10 +402,10 @@ export default {
...
@@ -402,10 +402,10 @@ export default {
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
$refs
.
childs
.
initdialog
=
true
;
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
},
async
onChoose
(
code
)
{
async
onChoose
(
code
,
prePageId
)
{
//跳转交易
//跳转交易
// this.$router.history.push("/business/" + code);
// this.$router.history.push("/business/" + code);
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
this
.
$router
.
push
({
name
:
code
.
charAt
(
0
).
toUpperCase
()
+
code
.
substring
(
1
),
params
:
{
prePageId
}
});
this
.
$refs
.
childs
.
initdialog
=
false
;
this
.
$refs
.
childs
.
initdialog
=
false
;
},
},
async
getLetSelInfo
(
code
)
{
async
getLetSelInfo
(
code
)
{
...
...
src/views/Business/Letdrw/Detp.vue
View file @
f033692a
...
@@ -208,6 +208,7 @@
...
@@ -208,6 +208,7 @@
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入装运期"
placeholder=
"请输入装运期"
:disabled=
"model.ledgrp.rec.shpdat!=''"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Letdrw/Ovwp1.vue
View file @
f033692a
...
@@ -233,6 +233,7 @@
...
@@ -233,6 +233,7 @@
v-model=
"model.ledgrp.rec.shpdat"
v-model=
"model.ledgrp.rec.shpdat"
style=
"width: 90%"
style=
"width: 90%"
placeholder=
"请选择装运日期"
placeholder=
"请选择装运日期"
:disabled=
"model.ledgrp.blk.shpper!=''"
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
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