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
101ecf53
Commit
101ecf53
authored
Jan 12, 2023
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn、gitame保函文本模块
parent
a49e659b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
112 additions
and
25 deletions
+112
-25
XmlFormatEditor.vue
src/components/XmlFormatEditor.vue
+21
-9
Event.js
src/model/Gitopn/Event.js
+1
-0
Pattern.js
src/model/Gitopn/Pattern.js
+1
-1
Gidtxtp.vue
src/views/Business/Gitame/Gidtxtp.vue
+41
-6
Addbcb.vue
src/views/Business/Gitopn/Addbcb.vue
+6
-1
Gidtxtp.vue
src/views/Business/Gitopn/Gidtxtp.vue
+5
-2
Ovwp.vue
src/views/Business/Gitopn/Ovwp.vue
+5
-5
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+4
-0
index.vue
src/views/Business/Gitopn/index.vue
+7
-1
ReviewGitfre.vue
src/views/Review/Business/ReviewGitfre.vue
+21
-0
No files found.
src/components/XmlFormatEditor.vue
View file @
101ecf53
<
template
>
<
template
>
<c-rich-text-editor
<c-rich-text-editor
ref=
"editor"
v-model=
"value"
v-model=
"value"
v-bind=
"$attrs"
v-bind=
"$attrs"
@
blur=
"blurEvent"
@
blur=
"blurEvent"
...
@@ -20,14 +21,25 @@ export default {
...
@@ -20,14 +21,25 @@ export default {
watch
:
{
watch
:
{
model
()
{
model
()
{
let
rows
=
this
.
model
[
"rows"
]
||
[];
let
rows
=
this
.
model
[
"rows"
]
||
[];
let
enabled
=
false
if
(
this
.
$refs
.
editor
.
quill
)
{
enabled
=
this
.
$refs
.
editor
.
quill
.
isEnabled
()
this
.
$refs
.
editor
.
quill
.
enable
(
false
)
}
this
.
value
=
this
.
show
(
rows
);
this
.
value
=
this
.
show
(
rows
);
this
.
$nextTick
(()
=>
{
if
(
this
.
$refs
.
editor
.
quill
)
{
this
.
$refs
.
editor
.
quill
.
enable
(
enabled
)
}
})
},
},
},
},
methods
:
{
methods
:
{
// 修改文本后的失去焦点事件
blurEvent
(
quill
)
{
blurEvent
(
quill
)
{
if
(
this
.
model
&&
this
.
model
.
rows
)
{
if
(
this
.
model
&&
this
.
model
.
rows
)
{
//
const v = this.format(this.value);
const
v
=
this
.
format
(
this
.
value
);
const
v
=
this
.
format
(
quill
.
getText
());
//
const v = this.format(quill.getText());
this
.
model
[
"rows"
].
length
=
0
;
this
.
model
[
"rows"
].
length
=
0
;
this
.
model
[
"rows"
].
unshift
(
v
);
this
.
model
[
"rows"
].
unshift
(
v
);
// this.$emit("change", v);
// this.$emit("change", v);
...
@@ -56,13 +68,13 @@ export default {
...
@@ -56,13 +68,13 @@ export default {
return
strs
;
return
strs
;
},
},
format
:
function
(
value
)
{
format
:
function
(
value
)
{
if
(
this
.
isXml
)
{
//
if (this.isXml) {
var
len
=
value
.
length
;
//
var len = value.length;
value
=
value
.
replace
(
/
\n
/g
,
"<br/>"
);
//
value = value.replace(/\n/g, "
<
br
/>
");
var
head
=
"<?xml version='1.0'?><tdfmt sel-start='"
+
len
+
"'>"
;
//
var head = "
<
?
xml
version
=
'1.0'
?
><
tdfmt
sel
-
start
=
'" + len + "'
>
";
var
tail
=
"</tdfmt>"
;
//
var tail = "
<
/tdfmt>"
;
return
head
+
value
+
tail
;
//
return head + value + tail;
}
//
}
return
value
;
return
value
;
},
},
},
},
...
...
src/model/Gitopn/Event.js
View file @
101ecf53
...
@@ -14,6 +14,7 @@ export default {
...
@@ -14,6 +14,7 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
onExtkey
()
{},
async
onGitpButdifhiscovgodsrv
(){
async
onGitpButdifhiscovgodsrv
(){
let
rtnmsg
=
await
this
.
executeRule
(
"gitp.butdifhiscovgodsrv"
)
let
rtnmsg
=
await
this
.
executeRule
(
"gitp.butdifhiscovgodsrv"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
...
...
src/model/Gitopn/Pattern.js
View file @
101ecf53
...
@@ -447,7 +447,7 @@ export default {
...
@@ -447,7 +447,7 @@ export default {
"gidgrp.rec.opndat"
:[
"gidgrp.rec.opndat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"gidgrp.iss.adrelc"
:[
"gidgrp.iss.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Gitame/Gidtxtp.vue
View file @
101ecf53
...
@@ -7,19 +7,19 @@
...
@@ -7,19 +7,19 @@
<c-col
:span=
"16"
>
<c-col
:span=
"16"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == ''"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gidtxt"
>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == ''"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gidtxt"
>
<c-xml-format-editor
:disabled=
"model.gitp.gidtxtmodflg == ''"
type=
"textarea"
rows=
"16
"
<c-xml-format-editor
:disabled=
"model.gitp.gidtxtmodflg == ''"
key=
"model.gidgrp.blk.gidtxt"
@
blur=
"setTxt1
"
:model=
"model.gidgrp.blk.gidtxt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入保函文本可变因素"
>
:model=
"model.gidgrp.blk.gidtxt"
placeholder=
"请输入保函文本可变因素"
>
</c-xml-format-editor>
</c-xml-format-editor>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == 'X'"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gtxgidtxt"
>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == 'X'"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gtxgidtxt"
>
<c-xml-format-editor
type=
"textarea"
:model=
"model.gidgrp.blk.gtxgidtxt"
rows=
"16"
maxlength=
"65
"
<c-xml-format-editor
type=
"textarea"
:model=
"model.gidgrp.blk.gtxgidtxt"
key=
"model.gidgrp.blk.gtxgidtxt"
@
blur=
"setTxt2
"
show-word-limit
placeholder=
"请输入保函文本可变因素"
></c-xml-format-editor>
placeholder=
"请输入保函文本可变因素"
></c-xml-format-editor>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<c-col
:span=
"12"
:offset=
"12"
>
<c-col
:span=
"12"
:offset=
"12"
>
<c-checkbox
v-model=
"model.gitp.gidtxtmodflg"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
>
修改保函文本
</c-checkbox>
<c-checkbox
v-model=
"model.gitp.gidtxtmodflg"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
@
change=
"modflgChange"
>
修改保函文本
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"24"
:offset=
"12"
>
<c-col
:span=
"24"
:offset=
"12"
>
<c-checkbox
v-model=
"model.gitp.chkgidtxt"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
>
允许
</c-checkbox>
<c-checkbox
v-model=
"model.gitp.chkgidtxt"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
>
允许
</c-checkbox>
...
@@ -82,7 +82,42 @@ export default {
...
@@ -82,7 +82,42 @@ export default {
data
()
{
data
()
{
return
{};
return
{};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
async
modflgChange
()
{
const
rtnmsg
=
await
this
.
executeRule
(
"gitp.gidtxtmodflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
}
},
async
setTxt1
(
val
,
fn
){
// this.executeDefault("gitp.gidgrp.blk.gidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
this
.
updateModel
(
res
.
data
);
this
.
$nextTick
(()
=>
fn
())
}
});
},
async
setTxt2
(
val
,
fn
){
// this.executeDefault("gitp.gidgrp.blk.gtxgidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gtxgidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
this
.
updateModel
(
res
.
data
);
this
.
$nextTick
(()
=>
fn
())
}
});
},
},
created
:
function
()
{
},
created
:
function
()
{
},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Gitopn/Addbcb.vue
View file @
101ecf53
...
@@ -31,7 +31,12 @@ export default {
...
@@ -31,7 +31,12 @@ export default {
activeNames
:
[
"addbcb1"
],
activeNames
:
[
"addbcb1"
],
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
handleChange
()
{
}
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Gitopn/Gidtxtp.vue
View file @
101ecf53
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
:model=
"model.gidgrp.blk.gidtxt"
:model=
"model.gidgrp.blk.gidtxt"
:disabled=
"model.gitp.gidtxtmodflg == ''"
:disabled=
"model.gitp.gidtxtmodflg == ''"
placeholder=
"请输入保函文本可变因素"
placeholder=
"请输入保函文本可变因素"
key=
"model.gidgrp.blk.gidtxt"
@
blur=
"setTxt1"
@
blur=
"setTxt1"
></c-xml-format-editor>
></c-xml-format-editor>
</el-form-item>
</el-form-item>
...
@@ -42,7 +43,8 @@
...
@@ -42,7 +43,8 @@
></c-input-xml>
-->
></c-input-xml>
-->
<c-xml-format-editor
<c-xml-format-editor
:model=
"model.gidgrp.blk.gtxgidtxt"
:model=
"model.gidgrp.blk.gtxgidtxt"
placeholder=
"请输入保函文本可变因素"
placeholder=
"请输入保函文本可变因素"
key=
"model.gidgrp.blk.gtxgidtxt"
@
blur=
"setTxt2"
@
blur=
"setTxt2"
></c-xml-format-editor>
></c-xml-format-editor>
</el-form-item>
</el-form-item>
...
@@ -153,7 +155,8 @@ export default {
...
@@ -153,7 +155,8 @@ export default {
data
()
{
data
()
{
return
{};
return
{};
},
},
methods
:
{
async
setTxt1
(
val
,
fn
){
methods
:
{
async
setTxt1
(
val
,
fn
){
// this.executeDefault("gitp.gidgrp.blk.gidtxt").then((res) => {
// this.executeDefault("gitp.gidgrp.blk.gidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// Utils.copyValueFromVO(this.model, res.data);
...
...
src/views/Business/Gitopn/Ovwp.vue
View file @
101ecf53
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
<el-collapse-item
title=
"详细信息"
name=
"detp"
>
<el-collapse-item
title=
"详细信息"
name=
"detp"
>
<m-detp
:model=
"model"
:codes=
"codes"
/>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"保函文本"
name=
"gidtxtp"
>
<
!--
<
el-collapse-item
title=
"保函文本"
name=
"gidtxtp"
>
<m-gidtxtp
:model=
"model"
:codes=
"codes"
/>
<m-gidtxtp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
-->
<el-collapse-item
<el-collapse-item
title=
"确认详细信息"
title=
"确认详细信息"
name=
"confp"
name=
"confp"
...
@@ -86,7 +86,7 @@ import Opnp from "./Opnp";
...
@@ -86,7 +86,7 @@ import Opnp from "./Opnp";
import
Ptyp
from
"./Ptyp"
;
import
Ptyp
from
"./Ptyp"
;
import
Preperp
from
"./Preperp"
;
import
Preperp
from
"./Preperp"
;
import
Detp
from
"./Detp"
;
import
Detp
from
"./Detp"
;
import
Gidtxtp
from
"./Gidtxtp"
;
//
import Gidtxtp from "./Gidtxtp";
import
Confp
from
"./Confp"
;
import
Confp
from
"./Confp"
;
import
Cfap
from
"./Cfap"
;
import
Cfap
from
"./Cfap"
;
import
Conp
from
"./Conp"
;
import
Conp
from
"./Conp"
;
...
@@ -104,7 +104,7 @@ const tabNameToRulePathMapping = {
...
@@ -104,7 +104,7 @@ const tabNameToRulePathMapping = {
"voup"
:
"cnybop.voup"
,
"voup"
:
"cnybop.voup"
,
"cfap"
:
"cfagit.cfap"
,
"cfap"
:
"cfagit.cfap"
,
"dclpp"
:
"Ebbp.dclpp"
,
"dclpp"
:
"Ebbp.dclpp"
,
"gidtxtp"
:
"gitp.gidtxtp"
,
//
"gidtxtp": "gitp.gidtxtp",
"ptypc"
:
"gitp.ptypc"
,
"ptypc"
:
"gitp.ptypc"
,
"detp"
:
"gitp.detp"
,
"detp"
:
"gitp.detp"
,
}
}
...
@@ -117,7 +117,7 @@ export default {
...
@@ -117,7 +117,7 @@ export default {
"m-ptyp"
:
Ptyp
,
"m-ptyp"
:
Ptyp
,
"m-preperp"
:
Preperp
,
"m-preperp"
:
Preperp
,
"m-detp"
:
Detp
,
"m-detp"
:
Detp
,
"m-gidtxtp"
:
Gidtxtp
,
//
"m-gidtxtp": Gidtxtp,
"m-confp"
:
Confp
,
"m-confp"
:
Confp
,
"m-cfap"
:
Cfap
,
"m-cfap"
:
Cfap
,
"m-conp"
:
Conp
,
"m-conp"
:
Conp
,
...
...
src/views/Business/Gitopn/Ovwp1.vue
View file @
101ecf53
...
@@ -404,6 +404,7 @@
...
@@ -404,6 +404,7 @@
v-if=
"model.gitp.swiftflg != 'Y'"
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"保函开立日期"
label=
"保函开立日期"
prop=
"gidgrp.rec.opndat"
prop=
"gidgrp.rec.opndat"
key=
"gidgrp.rec.opndat"
>
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
...
@@ -1406,6 +1407,9 @@ export default {
...
@@ -1406,6 +1407,9 @@ export default {
this
.
model
.
gidgrp
.
rec
.
gtxinr
=
"<NILTXT>"
;
this
.
model
.
gidgrp
.
rec
.
gtxinr
=
"<NILTXT>"
;
}
}
},
},
"model.gidgrp.ben.pts.adrblk"
:
function
(
newVal
,
oldVal
)
{
this
.
executeDefault
(
"gidgrp.benadrlin"
)
}
},
},
methods
:
{
methods
:
{
...
Event
,
...
Event
,
...
...
src/views/Business/Gitopn/index.vue
View file @
101ecf53
...
@@ -11,13 +11,19 @@
...
@@ -11,13 +11,19 @@
:validate-on-rule-change=
"false"
:validate-on-rule-change=
"false"
>
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000001 -->
<!--PD000001 -->
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"保函文本"
name=
"gidtxtp"
>
<c-content>
<m-gidtxtp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<!--PD000001 -->
<el-tab-pane
label=
"保证金"
name=
"ccvpan"
>
<el-tab-pane
label=
"保证金"
name=
"ccvpan"
>
<c-content>
<c-content>
...
...
src/views/Review/Business/ReviewGitfre.vue
0 → 100644
View file @
101ecf53
<
template
>
<ReviewWrapper>
<Gitfre></Gitfre>
</ReviewWrapper>
</
template
>
<
script
>
import
Gitfre
from
"~/views/Business/Gitfre"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewGitfre"
,
components
:
{
ReviewWrapper
,
Gitfre
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
\ No newline at end of file
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