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
2d001be2
Commit
2d001be2
authored
Jun 11, 2021
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0ddf6982
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
Pattern.js
src/model/Ditopn/Pattern.js
+2
-2
index.vue
src/views/Business/Ditopn/index.vue
+1
-1
TodoItem.vue
src/views/Business/Office/TodoItem.vue
+1
-1
index.vue
src/views/Business/Office/index.vue
+1
-0
No files found.
src/model/Ditopn/Pattern.js
View file @
2d001be2
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
"didgrp.cbs.max.amt"
:[
"didgrp.cbs.max.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", required: false, message: "必输项"},
// {max: 18,message:"整数位不能超过14位"},
// {max: 18,message:"整数位不能超过14位"},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
...
@@ -321,7 +321,7 @@ export default {
...
@@ -321,7 +321,7 @@ export default {
],
],
"didgrp.rec.conamt"
:[
"didgrp.rec.conamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", required: false, message: "必输项"},
{
max
:
16
,
message
:
"整数位不能超过13位"
},
{
max
:
16
,
message
:
"整数位不能超过13位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
],
],
...
...
src/views/Business/Ditopn/index.vue
View file @
2d001be2
...
@@ -161,7 +161,7 @@ export default {
...
@@ -161,7 +161,7 @@ export default {
bdflg
:
CodeTable
.
bdflg
,
bdflg
:
CodeTable
.
bdflg
,
avbwth
:
CodeTable
.
avbwth
,
avbwth
:
CodeTable
.
avbwth
,
lcrtyp
:
CodeTable
.
lcrtyp
,
lcrtyp
:
CodeTable
.
lcrtyp
,
avbby
:
CodeTable
.
avbby
,
avbby
:
CodeTable
.
avbby
0
,
shppar
:
CodeTable
.
shppar
,
shppar
:
CodeTable
.
shppar
,
tratyp
:
CodeTable
.
tratyp
,
tratyp
:
CodeTable
.
tratyp
,
dspflg
:
CodeTable
.
dspflg
,
dspflg
:
CodeTable
.
dspflg
,
...
...
src/views/Business/Office/TodoItem.vue
View file @
2d001be2
...
@@ -89,7 +89,7 @@ export default {
...
@@ -89,7 +89,7 @@ export default {
}
}
},
},
mounted
(){
mounted
(){
this
.
onOffpTodo
()
//
this.onOffpTodo()
}
}
}
}
</
script
>
</
script
>
...
...
src/views/Business/Office/index.vue
View file @
2d001be2
...
@@ -186,6 +186,7 @@ export default {
...
@@ -186,6 +186,7 @@ export default {
mounted
:
async
function
(){
mounted
:
async
function
(){
console
.
log
(
"进入office交易"
);
console
.
log
(
"进入office交易"
);
if
(
1
)
return
let
rtnmsg
=
await
Api
.
post
(
"office/init"
,{
params
:{}})
let
rtnmsg
=
await
Api
.
post
(
"office/init"
,{
params
:{}})
console
.
log
(
rtnmsg
)
console
.
log
(
rtnmsg
)
...
...
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