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
dbf828d2
Commit
dbf828d2
authored
Nov 25, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn保函文本
parent
b9a14041
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
46 deletions
+12
-46
index.js
src/config/CodeTable/index.js
+0
-30
commonApi.js
src/mixin/commonApi.js
+10
-1
Event.js
src/model/Gitpop/Event.js
+1
-0
Detp.vue
src/views/Business/Gitopn/Detp.vue
+1
-15
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+0
-0
No files found.
src/config/CodeTable/index.js
View file @
dbf828d2
...
@@ -7234,36 +7234,6 @@ const CodeTable = {
...
@@ -7234,36 +7234,6 @@ const CodeTable = {
uiltxt2
:
[
uiltxt2
:
[
{
label
:
"EN 英文"
,
value
:
"EN"
},
{
label
:
"EN 英文"
,
value
:
"EN"
},
],
],
hndtyp1
:
[
{
label
:
"他行委托我行开立保函"
,
value
:
"OT"
},
],
hndtyp2
:
[
{
label
:
"他行委托我行转开的保函登记"
,
value
:
"FR"
},
],
hndtyp3
:
[
{
label
:
"我行直接开立保函"
,
value
:
"OL"
},
],
hndtyp4
:
[
{
label
:
"我行委托他行开立保函"
,
value
:
"OC"
},
],
hndtyp5
:
[
{
label
:
"他行委托我行转开的保函登记"
,
value
:
"FR"
},
],
hndtyp6
:
[
{
label
:
"我行通知或转往保函指定的通知行"
,
value
:
"FA"
},
],
hndtyp7
:
[
{
label
:
"通知保函"
,
value
:
"FI"
},
],
hndtyp8
:
[
{
label
:
"他行委托我行开立保函"
,
value
:
"OT"
},
{
label
:
"我行直接开立保函"
,
value
:
"OL"
},
{
label
:
"我行委托他行开立保函"
,
value
:
"OC"
},
],
hndtyp9
:
[
{
label
:
"我行通知或转往保函指定的通知行"
,
value
:
"FA"
},
{
label
:
"他行委托我行转开的保函登记"
,
value
:
"FR"
},
],
demand
:
[
demand
:
[
{
label
:
"不允许多次和部分请求"
,
value
:
"NMPT"
},
{
label
:
"不允许多次和部分请求"
,
value
:
"NMPT"
},
{
label
:
"不允许多次请求"
,
value
:
"NMLT"
},
{
label
:
"不允许多次请求"
,
value
:
"NMLT"
},
...
...
src/mixin/commonApi.js
View file @
dbf828d2
...
@@ -190,10 +190,19 @@ export default {
...
@@ -190,10 +190,19 @@ export default {
}
}
loading
.
close
()
loading
.
close
()
},
},
async
executeNotify
(
params
)
{
/**
*
* @param {Object} params 额外参数
* @param {Boolean} updateModel 是否更新model
* @returns
*/
async
executeNotify
(
params
,
updateModel
)
{
const
rtnmsg
=
await
Api
.
post
(
this
.
requestPrefix
+
"/executeNotify"
,
this
.
wrapper
(
params
))
const
rtnmsg
=
await
Api
.
post
(
this
.
requestPrefix
+
"/executeNotify"
,
this
.
wrapper
(
params
))
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateValueSet
(
rtnmsg
.
codeSet
)
this
.
updateValueSet
(
rtnmsg
.
codeSet
)
if
(
arguments
.
length
>
1
&&
arguments
[
1
])
{
this
.
updateModel
(
rtnmsg
.
data
)
}
}
}
return
rtnmsg
return
rtnmsg
},
},
...
...
src/model/Gitpop/Event.js
View file @
dbf828d2
...
@@ -2,6 +2,7 @@ import Api from "~/service/Api"
...
@@ -2,6 +2,7 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
export
default
{
export
default
{
onExtkey
(){},
async
onDecblkButtxmsel
(){
async
onDecblkButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"decblk.buttxmsel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"decblk.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/views/Business/Gitopn/Detp.vue
View file @
dbf828d2
...
@@ -6,21 +6,7 @@
...
@@ -6,21 +6,7 @@
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
v-show=
"model.gitp.swiftflg !== ''"
label=
"合同号"
prop=
"gidgrp.rec.orcref"
>
<c-input
v-model=
"model.gidgrp.rec.orcref"
maxlength=
"35"
placeholder=
"请输入合同号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"合同号"
label=
"合同号"
prop=
"gidgrp.rec.orcref"
prop=
"gidgrp.rec.orcref"
>
>
...
...
src/views/Business/Gitopn/Ovwp1.vue
View file @
dbf828d2
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