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
c7653517
Commit
c7653517
authored
Jan 13, 2023
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getfee交易转换
parent
02a7a3e2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
Pattern.js
src/model/Getfee/Pattern.js
+2
-2
BusRouter.js
src/views/Business/BusRouter.js
+0
-1
Gitsetp1.vue
src/views/Business/Getfee/Gitsetp1.vue
+8
-2
No files found.
src/model/Getfee/Pattern.js
View file @
c7653517
...
...
@@ -21,7 +21,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.max.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -34,7 +34,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/views/Business/BusRouter.js
View file @
c7653517
...
...
@@ -343,7 +343,6 @@ import Dbdusr from "~/views/Statics/Dbdusr";
*/
const
BusRouter
=
[
{
path
:
'gctadd'
,
component
:
Gctadd
,
name
:
'Gctadd'
,
meta
:{
title
:
'保函索赔编辑参考号'
}},
{
path
:
'getfee'
,
component
:
Getfee
,
name
:
'Getfee'
,
meta
:{
title
:
'附加传入信息'
}},
{
path
:
'gitatt'
,
component
:
Gitatt
,
name
:
'Gitatt'
,
meta
:
{
title
:
'绑定电子凭证'
}
},
{
path
:
'botrad'
,
component
:
Botrad
,
name
:
'Botrad'
,
meta
:
{
title
:
'出口托收二次寄单'
}
},
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
...
...
src/views/Business/Getfee/Gitsetp1.vue
View file @
c7653517
...
...
@@ -154,10 +154,16 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
class=
"centerLable"
>
<c-checkbox
v-model=
"model.xxtfee.intmbu.umbflg"
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: left"
label-width=
"0"
prop=
"xxtfee.intmbu.umbflg"
>
<c-checkbox
v-model=
"model.xxtfee.intmbu.umbflg"
class=
""
>
重新预定
</c-checkbox
>
</el-form-item>
</c-col>
<!-- <c-col :span="13" >
...
...
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