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
9c4f4d26
Commit
9c4f4d26
authored
Aug 09, 2023
by
WH
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
parents
dafaf4b3
ff281472
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
index.js
src/business/brtacp/model/index.js
+3
-2
Mt750p.vue
src/business/brtacp/views/Mt750p.vue
+1
-1
check.js
src/business/brtudp/model/check.js
+3
-3
index.js
src/business/brtudp/model/index.js
+6
-2
No files found.
src/business/brtacp/model/index.js
View file @
9c4f4d26
...
...
@@ -58,10 +58,11 @@ export default class Brtacp {
},
max
:
{
cur
:
''
,
amt
:
''
amt
:
'
0.0
'
},
max2
:
{
amt
:
''
cur
:
''
,
amt
:
'0.0'
}
},
matp
:
{
...
...
src/business/brtacp/views/Mt750p.vue
View file @
9c4f4d26
...
...
@@ -29,7 +29,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.
max2
.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.cbs.
op1
.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
src/business/brtudp/model/check.js
View file @
9c4f4d26
...
...
@@ -243,9 +243,9 @@ export default {
{
max
:
3
,
message
:
'长度不能超过3'
}
],
'brdgrp.rec.totamt'
:
[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
18
,
message
:
'整数位不能超过14位'
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
'小数位不能超过3位'
}
//
{ type: 'string', required: false, message: '必输项' },
//
{ max: 18, message: '整数位不能超过14位' },
//
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
],
'brtp.acbp.ptsget.sdamod.dadsnd'
:
[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
src/business/brtudp/model/index.js
View file @
9c4f4d26
...
...
@@ -69,7 +69,9 @@ export default class Brtudp {
matdat
:
''
,
advdat
:
''
,
stadat
:
''
,
dscinsflg
:
''
dscinsflg
:
''
,
branchinr
:
''
,
inr
:
''
},
cbs
:
{
opn1
:
{
...
...
@@ -158,7 +160,9 @@ export default class Brtudp {
lidgrp
:
{
rec
:
{
expdat
:
''
,
ownref
:
''
ownref
:
''
,
branchinr
:
''
,
inr
:
''
},
cbs
:
{
opn1
:
{
...
...
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