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
60fab286
Commit
60fab286
authored
Aug 24, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdcr,botrad的bug处理
parent
700500ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
8 deletions
+26
-8
index.js
src/model/Brtdcr/index.js
+1
-0
Botrad.vue
src/views/Business/Botrad/Botrad.vue
+25
-8
No files found.
src/model/Brtdcr/index.js
View file @
60fab286
...
...
@@ -7,6 +7,7 @@ export default class Brtdcr{
this
.
data
=
{
brdgrp
:{
rec
:{
advtyp
:
""
,
ownref
:
""
,
// 单据参考号 .brdgrp.rec.ownref
nam
:
""
,
// Name of Bill Contract .brdgrp.rec.nam
rcvdat
:
""
,
// 到单日期 .brdgrp.rec.rcvdat
...
...
src/views/Business/Botrad/Botrad.vue
View file @
60fab286
...
...
@@ -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>
</c-col>
...
...
@@ -66,7 +66,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"
...
...
@@ -77,8 +77,8 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
5
"
>
<el-form-item
label=
""
label-width=
"5px"
>
<c-col
:span=
"
4
"
>
<el-form-item
label=
""
label-width=
"5
0
px"
>
<c-input
disabled
v-model=
"model.bodgrp.rec.matpercnt"
...
...
@@ -86,9 +86,22 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
>
<el-form-item
label=
"Days"
label-width=
"5px"
>
</el-form-item>
</c-col>
<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%"
:code=
"codes.matperbeg"
...
...
@@ -258,6 +271,10 @@ export default {
tcddoc
:
""
,
},
],
matpertyp
:
[
{
label
:
"Days"
,
value
:
"D"
},
{
label
:
"Months"
,
value
:
"M"
},
],
newValue
:
{
id
:
0
,
cmail1
:
""
,
...
...
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