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
8aaf60fc
Commit
8aaf60fc
authored
Jul 25, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betdcr缺陷修复
parent
64c4dc73
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
18 deletions
+21
-18
buildCommons.js
src/business/betdcr/event/buildCommons.js
+1
-0
check.js
src/business/betdcr/model/check.js
+17
-16
index.js
src/business/betdcr/model/index.js
+2
-1
Betdcrs.vue
src/business/betdcr/views/Betdcrs.vue
+1
-1
No files found.
src/business/betdcr/event/buildCommons.js
View file @
8aaf60fc
...
...
@@ -44,6 +44,7 @@ export default {
nam
:
model
.
bedgrp
.
rec
.
nam
,
docprbrol
:
model
.
bedgrp
.
rec
.
docprbrol
,
advdocflg
:
model
.
bedgrp
.
rec
.
advdocflg
,
rejpenins
:
model
.
rejpenins
,
},
cbsMap
:
{
...
...
src/business/betdcr/model/check.js
View file @
8aaf60fc
export
default
{
"liaall.limmod.limpts.nonrevflg1"
:
null
,
"mtabut.clsflg"
:
null
,
//
"mtabut.clsflg" :null,
"betp.ledget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
@@ -263,19 +263,19 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"mtabut.coninf.oitinf.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.oitset.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.conexedat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"mtabut.coninf.usr.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
//
"mtabut.coninf.oitinf.oit.inftxt": [
//
{ type: "string", required: true, message: "必输项" },
//
{ max: 60, message: "长度不能超过60" }
//
],
//
"mtabut.coninf.oitset.oit.inftxt": [
//
{ type: "string", required: true, message: "必输项" },
//
{ max: 60, message: "长度不能超过60" }
//
],
//
"mtabut.coninf.conexedat": [
//
{ type: "string", required: false, message: "输入正确的日期" }
//
],
//
"mtabut.coninf.usr.extkey": [
//
{ type: "string", required: false, message: "必输项" },
//
{ max: 8, message: "长度不能超过8" }
//
],
}
\ No newline at end of file
src/business/betdcr/model/index.js
View file @
8aaf60fc
...
...
@@ -13,6 +13,7 @@ export default class Betdcr {
advdisflg
:
''
,
ledgrp
:
{
rec
:
{
inr
:
''
,
ownref
:
''
},
cbs
:
{
...
...
@@ -44,7 +45,7 @@ export default class Betdcr {
nam
:
''
,
docprbrol
:
''
,
branchinr
:
''
,
advdocflg
:
''
advdocflg
:
''
,
},
cbs
:
{
opn1
:
{
...
...
src/business/betdcr/views/Betdcrs.vue
View file @
8aaf60fc
...
...
@@ -155,7 +155,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input
>
<c-input
-currency
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
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