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
40ed60aa
Commit
40ed60aa
authored
Aug 30, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav,botdcr交易bug修改
parent
cc359064
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
10 deletions
+25
-10
Pattern.js
src/model/Botdav/Pattern.js
+1
-1
Instrecp.vue
src/views/Business/Botdav/Instrecp.vue
+1
-1
Botdcrp1.vue
src/views/Business/Botdcr/Botdcrp1.vue
+22
-7
Botrad.vue
src/views/Business/Botrad/Botrad.vue
+1
-1
No files found.
src/model/Botdav/Pattern.js
View file @
40ed60aa
...
...
@@ -240,7 +240,7 @@ export default {
],
"bodgrp.blk.setinsbo"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
400
,
message
:
"长度不能超过400
"
}
],
"bodgrp.blk.agtaut"
:[
...
...
src/views/Business/Botdav/Instrecp.vue
View file @
40ed60aa
...
...
@@ -19,7 +19,7 @@
<c-col
:span=
"18"
>
<el-form-item
label=
"Settlement insrtrctions"
prop=
"bodgrp.blk.setinsbo"
label-width=
"180px"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.bodgrp.blk.setinsbo"
style="width:98%;margin-right:20px;" maxlength="
39
0" show-word-limit
style="width:98%;margin-right:20px;" maxlength="
40
0" show-word-limit
placeholder="请输入Settlement insrtrctions">
</c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Botdcr/Botdcrp1.vue
View file @
40ed60aa
...
...
@@ -3,13 +3,13 @@
<!-- =================顶部====================== -->
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
2
"
>
<el-form-item
label=
"Reference"
prop=
"bodgrp.rec.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.bodgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
style=
"width: 95%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
4
"
>
<c-col
:span=
"
2
"
>
<c-button
style=
"margin:0 10px 0 0;padding: 0 10px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
...
...
@@ -68,7 +68,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"1
8
"
>
<c-col
:span=
"1
6
"
>
<el-form-item
label=
"Tenor Specification"
prop=
"bodgrp.rec.matdat"
>
<c-date-picker
type=
"date"
...
...
@@ -79,8 +79,8 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
5
"
>
<el-form-item
label=
""
label-width=
"
5
px"
>
<c-col
:span=
"
4
"
>
<el-form-item
label=
""
label-width=
"
40
px"
>
<c-input
disabled
v-model=
"model.bodgrp.rec.matpercnt"
...
...
@@ -88,9 +88,20 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<el-form-item
label=
"Days"
label-width=
"5px"
>
</el-form-item>
<c-col
:span=
"4"
>
<el-form-item
label=
""
prop=
"bodgrp.rec.matpertyp"
label-width=
"5px"
>
<c-select
disabled
v-model=
"model.bodgrp.rec.matpertyp"
style=
"width: 100%"
placeholder=
""
>
<el-option
v-for=
"item in matpertyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
" "
prop=
"bodgrp.rec.matperbeg"
>
<c-select
v-model=
"model.bodgrp.rec.matperbeg"
style=
"width:100%"
...
...
@@ -266,6 +277,10 @@
mixins
:
[
commonProcess
],
data
()
{
return
{
matpertyp
:
[
{
label
:
"Days"
,
value
:
"D"
},
{
label
:
"Months"
,
value
:
"M"
},
],
}
},
computed
:
{
...
...
src/views/Business/Botrad/Botrad.vue
View file @
40ed60aa
...
...
@@ -78,7 +78,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<el-form-item
label=
""
label-width=
"
5
0px"
>
<el-form-item
label=
""
label-width=
"
4
0px"
>
<c-input
disabled
v-model=
"model.bodgrp.rec.matpercnt"
...
...
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