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
b9a14041
Commit
b9a14041
authored
Nov 25, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cptadv交易缺陷解决
parent
65de3c33
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
38 additions
and
12 deletions
+38
-12
Basp.vue
src/views/Business/Cptadv/Basp.vue
+2
-2
Basp3.vue
src/views/Business/Cptadv/Basp3.vue
+2
-2
Cips.vue
src/views/Business/Cptadv/Cips.vue
+7
-1
Cips2.vue
src/views/Business/Cptadv/Cips2.vue
+5
-1
Cnyp.vue
src/views/Business/Cptadv/Cnyp.vue
+1
-1
CptAdvChangePanel.vue
src/views/Business/Cptadv/CptAdvChangePanel.vue
+1
-1
Incp.vue
src/views/Business/Cptadv/Incp.vue
+7
-1
P112cov.vue
src/views/Business/Cptadv/P112cov.vue
+7
-1
Wg.vue
src/views/Business/Cptadv/Wg.vue
+6
-2
No files found.
src/views/Business/Cptadv/Basp.vue
View file @
b9a14041
...
...
@@ -304,7 +304,7 @@
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/
Brtset
/Event"
import
Event
from
"~/model/
Cptadv
/Event"
export
default
{
inject
:
[
'root'
],
...
...
@@ -319,7 +319,7 @@ export default {
created
:
function
()
{
this
.
executeRule
(
"bopmod.dbdp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
this
.
updateModel
(
res
.
data
);
}
});
}
...
...
src/views/Business/Cptadv/Basp3.vue
View file @
b9a14041
...
...
@@ -322,7 +322,7 @@
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/
Brtset
/Event"
import
Event
from
"~/model/
Cptadv
/Event"
export
default
{
inject
:
[
'root'
],
...
...
@@ -337,7 +337,7 @@ export default {
created
:
function
()
{
this
.
executeRule
(
"bopmod.dbap.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
this
.
updateModel
(
res
.
data
);
}
});
}
...
...
src/views/Business/Cptadv/Cips.vue
View file @
b9a14041
...
...
@@ -902,7 +902,13 @@ export default {
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{
this
.
executeRule
(
"trnmod.cipmod.cips"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
},
};
</
script
>
<
style
>
...
...
src/views/Business/Cptadv/Cips2.vue
View file @
b9a14041
...
...
@@ -293,7 +293,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"trnmod.cipmod.cips3"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Cptadv/Cnyp.vue
View file @
b9a14041
...
...
@@ -27,7 +27,7 @@
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cpt
opn
/Event"
;
import
Event
from
"~/model/Cpt
adv
/Event"
;
import
Cnyp1
from
"./Cnyp1"
;
...
...
src/views/Business/Cptadv/CptAdvChangePanel.vue
View file @
b9a14041
...
...
@@ -148,7 +148,7 @@
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入地址信息"
:disabled=
"model.cpdgrp.rec.swftyp == ''"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Cptadv/Incp.vue
View file @
b9a14041
...
...
@@ -356,7 +356,13 @@ export default {
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{
this
.
executeRule
(
"cnybop.incp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
},
};
</
script
>
<
style
>
...
...
src/views/Business/Cptadv/P112cov.vue
View file @
b9a14041
...
...
@@ -381,7 +381,13 @@ export default {
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{
this
.
executeRule
(
"trnmod.cipmod.cips"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
},
};
</
script
>
<
style
>
...
...
src/views/Business/Cptadv/Wg.vue
View file @
b9a14041
...
...
@@ -75,7 +75,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bopmod.outchargeamt"
>
<c-input-currency
v-model=
"model.bopmod.outchargeamt"
style=
"text-align: right;"
placeholder=
"请输入国外银行扣费(涉外收入申报专用)"
...
...
@@ -153,7 +153,11 @@ export default {
}
},
created
:
function
(){
this
.
executeRule
(
"bopmod.wg"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
}
</
script
>
...
...
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