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
6d8d3291
Commit
6d8d3291
authored
Sep 19, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrw修改
parent
34ac6cb5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
index.js
src/business/clttra/model/index.js
+2
-0
Sel.vue
src/business/clttra/views/Sel.vue
+3
-3
check.js
src/business/letdav/model/check.js
+4
-0
check.js
src/business/letdrw/model/check.js
+4
-4
No files found.
src/business/clttra/model/index.js
View file @
6d8d3291
...
...
@@ -8,6 +8,8 @@ export default class Clttra {
},
cldgrp
:
{
rec
:
{
inr
:
""
,
branchinr
:
""
,
ownref
:
""
,
// Batch No. .cldgrp.rec.ownref
colref
:
""
,
// Coll.bank ref. .cldgrp.rec.colref
colptynam
:
""
,
// Coll.bank name .cldgrp.rec.colptynam
...
...
src/business/clttra/views/Sel.vue
View file @
6d8d3291
...
...
@@ -28,8 +28,8 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
label-width=
"0"
prop=
"cldgrp.cbs.max.amt"
style=
"width:100%"
>
<c-input
v-model=
"model.cldgrp.cbs.max.amt"
style=
"width:100%"
placeholder=
"请输入托收余额"
disabled
></c-input>
<c-input
-currency
v-model=
"model.cldgrp.cbs.max.amt"
style=
"width:100%"
placeholder=
"请输入托收余额"
disabled
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -56,7 +56,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label-width=
"0"
prop=
"cldgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.cldgrp.cbs.opn1.amt"
placeholder=
"请输入托收余额"
disabled
></c-input
>
<c-input
-currency
v-model=
"model.cldgrp.cbs.opn1.amt"
placeholder=
"请输入托收余额"
disabled
></c-input-currency
>
</el-form-item>
</c-col>
...
...
src/business/letdav/model/check.js
View file @
6d8d3291
...
...
@@ -11,6 +11,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bedgrp.rec.advtyp"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"betp.ledget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
...
...
src/business/letdrw/model/check.js
View file @
6d8d3291
...
...
@@ -259,10 +259,10 @@ let checkObj = {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"ledgrp.rec.tenmaxday"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
max
:
9999
,
message
:
"长度不能超过4"
}
],
//
"ledgrp.rec.tenmaxday":[
//
{type: "number", required: false, message: "必输项"},
//
{type: "number",max: 9999,message:"长度不能超过4"}
//
],
"ledgrp.rec.porloa"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
...
...
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