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
df8ca47d
Commit
df8ca47d
authored
May 22, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brteus前端修改
parent
362a68e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
24 deletions
+45
-24
buildCommons.js
src/business/brteus/event/buildCommons.js
+2
-2
check.js
src/business/brteus/model/check.js
+20
-20
index.js
src/business/brteus/model/index.js
+7
-1
index.vue
src/business/brteus/views/index.vue
+16
-1
No files found.
src/business/brteus/event/buildCommons.js
View file @
df8ca47d
...
...
@@ -39,7 +39,7 @@ export default {
fromflg
:
model
.
brdgrp
.
rec
.
fromflg
,
othersno
:
model
.
brdgrp
.
rec
.
othersno
,
sndto
:
model
.
brdgrp
.
rec
.
sndto
,
swiftflg
:
model
.
br
d
p
.
swiftflg
,
swiftflg
:
model
.
br
t
p
.
swiftflg
,
brduil
:
model
.
brdgrp
.
rec
.
brduil
,
purpos
:
model
.
brdgrp
.
rec
.
purpos
,
revflg
:
model
.
brdgrp
.
rec
.
revflg
,
...
...
@@ -128,7 +128,7 @@ export default {
objtyp
:
'brd'
,
objinr
:
model
.
brdgrp
.
rec
.
objinr
,
ownref
:
model
.
brdgrp
.
rec
.
ownref
,
swiftflg
:
model
.
br
d
p
.
swiftflg
,
swiftflg
:
model
.
br
t
p
.
swiftflg
,
},
};
return
params
...
...
src/business/brteus/model/check.js
View file @
df8ca47d
...
...
@@ -130,30 +130,30 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"setmod.docamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"setmod.docamt":[
//
{type: "number", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"setmod.zmqacc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"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"
:[
{
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":[
//
{required: false, message: "输入正确的日期"}
//
],
//
"mtabut.coninf.usr.extkey":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 8,message:"长度不能超过8"}
//
],
"trnmod.trndoc.advnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
...
...
src/business/brteus/model/index.js
View file @
df8ca47d
...
...
@@ -3,7 +3,7 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Brteus
{
constructor
()
{
this
.
data
=
{
gi
tp
:{
br
tp
:{
swiftflg
:
''
,
},
...
...
@@ -51,6 +51,12 @@ export default class Brteus {
},
brdgrp
:
{
ghd
:
{
// wahnum: '',
// remark: '',
// bustyp: '',
segtyp
:
''
,
},
blk
:
{
chaded
:
''
,
nartxt77a
:
''
,
...
...
src/business/brteus/views/index.vue
View file @
df8ca47d
...
...
@@ -16,7 +16,15 @@
</c-content>
</el-tab-pane>
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"表外记账"
name=
"engp"
>
<c-content>
<!-- 表外记账 -->
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
...
...
@@ -27,6 +35,13 @@
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"会计分录"
name=
"glepan"
>
<c-content>
<m-glentry
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
...
...
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