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
228ee2ae
Commit
228ee2ae
authored
Dec 13, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn保函文本页面用c-inpu-xml标签,内容格式化xml文本获取<tdfmt标签中的内容
parent
890ef828
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Gidtxtp.vue
src/views/Business/Gitopn/Gidtxtp.vue
+8
-8
No files found.
src/views/Business/Gitopn/Gidtxtp.vue
View file @
228ee2ae
...
...
@@ -9,31 +9,31 @@
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gidtxt"
>
<
i-stream-input
<
c-input-xml
:disabled=
"model.gitp.gidtxtmodflg == ''"
type=
"textarea"
r
ows=
"15"
:maxR
ows=
"15"
:model=
"model.gidgrp.blk.gidtxt"
maxlength=
"65"
show-word-limit
@
change=
"setTxt1"
placeholder=
"请输入保函文本可变因素"
></
i-stream-input
>
></
c-input-xml
>
</el-form-item>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == 'X'"
label=
"保函文本可变因素"
prop=
"gidgrp.blk.gtxgidtxt"
>
<
i-stream-input
<
c-input-xml
type=
"textarea"
:model=
"model.gidgrp.blk.gtxgidtxt"
r
ows=
"15"
:maxR
ows=
"15"
maxlength=
"65"
show-word-limit
@
change=
"setTxt2"
placeholder=
"请输入保函文本可变因素"
></
i-stream-input
>
></
c-input-xml
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -132,10 +132,10 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getame/Event"
;
import
I
StreamInput
from
"~/components/IStreamInput
"
;
import
I
nputXml
from
"~/components/InputXml
"
;
export
default
{
components
:
{
I
StreamInput
},
components
:
{
I
nputXml
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
...
...
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