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
zhouqian
vue-gjjs
Commits
be21bfc5
Commit
be21bfc5
authored
Dec 13, 2022
by
WuBing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betset页面修改
parent
f8204f15
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
79 deletions
+54
-79
Pattern.js
src/model/Betacc/Pattern.js
+0
-8
Pattern.js
src/model/Betset/Pattern.js
+0
-7
Accp.vue
src/views/Business/Betacc/Accp.vue
+2
-2
Setp.vue
src/views/Business/Betset/Setp.vue
+52
-62
No files found.
src/model/Betacc/Pattern.js
View file @
be21bfc5
...
...
@@ -18,8 +18,6 @@ export default {
"ledgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"betp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -41,7 +39,6 @@ export default {
"bedgrp.cbs.max.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bedgrp.prb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -55,7 +52,6 @@ export default {
"bedgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bedgrp.prb.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -104,23 +100,19 @@ export default {
"setmod.docamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.redamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"aamset.utlamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"aamset.utlamt2"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"snadat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
...
...
src/model/Betset/Pattern.js
View file @
be21bfc5
...
...
@@ -18,7 +18,6 @@ export default {
"ledgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"betp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -40,7 +39,6 @@ export default {
"bedgrp.cbs.max.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bedgrp.prb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -103,12 +101,10 @@ export default {
"setmod.redamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.docamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"trnmod.trndoc.nar754"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -117,18 +113,15 @@ export default {
"setmod.setamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"aamset.utlamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"aamset.utlamt2"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Betacc/Accp.vue
View file @
be21bfc5
...
...
@@ -209,11 +209,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input-currency
<c-input-currency
-min
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input-currency>
></c-input-currency
-min
>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Betset/Setp.vue
View file @
be21bfc5
...
...
@@ -3,35 +3,33 @@
<!-- left -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"出口信用证编号"
prop=
"ledgrp.rec.ownref"
style=
"width: 100%"
>
<c-input
<c-fullbox>
<c-input
v-model=
"model.ledgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入出口信用证编号"
style=
"width: 95%"
disabled
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin-left: 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"1"
style=
"text-align: right"
>
-->
<c-col
:span=
"1"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<c-button
style=
"margin: 0 10px 0 0; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<!--
</el-form-item>
-->
</c-col>
<c-col
:span=
"2"
:offset=
"1"
style=
"text-align: right"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
</c-col>
<!-- <c-col :span="2" :offset="1" style="text-align: right">
<c-button
style="margin: 0 0"
size="small"
...
...
@@ -40,41 +38,35 @@
>
获取
</c-button>
<!--
</el-form-item>
-->
</c-col>
<!--
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"出口单据编号"
prop=
"bedgrp.rec.ownref"
style=
"width: 100%"
>
<c-input
<c-fullbox>
<c-input
v-model=
"model.bedgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入出口单据编号"
style=
"width: 95%"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin-left: 10px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"1"
style=
"text-align: right"
>
-->
<c-col
:span=
"1"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<c-button
style=
"margin: 0 10px 0 0; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<!--
</el-form-item>
-->
</c-col>
<c-col
:span=
"2"
:offset=
"1"
style=
"text-align: right"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
</c-col>
<!-- <c-col :span="2" :offset="1" style="text-align: right">
<c-button
style="margin: 0 0"
size="small"
...
...
@@ -83,10 +75,8 @@
>
获取
</c-button>
<!--
</el-form-item>
-->
</c-col>
<!--
</c-col>
-->
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"单据金额"
prop=
"bedgrp.cbs.max.cur"
>
<c-fullbox>
...
...
@@ -97,12 +87,12 @@
placeholder=
"请输入单据金额"
disabled
></c-input>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max.amt"
style=
"width: 50%"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
<
template
slot=
"footer"
>
<c-checkbox
v-model=
"model.betp.adaflg"
...
...
@@ -127,11 +117,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max.amt"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -223,11 +213,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
<c-input
-currency-min
v-model=
"model.ledgrp.cbs.opn1.amt"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency-min
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -316,10 +306,10 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"setmod.docamt"
>
<c-input
<c-input
-currency
v-model=
"model.setmod.docamt"
placeholder=
"请输入结算金额"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -337,11 +327,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"setmod.setamt"
>
<c-input
<c-input
-currency
v-model=
"model.setmod.setamt"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -359,11 +349,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"aamset.utlamt"
>
<c-input
<c-input
-currency
v-model=
"model.aamset.utlamt"
placeholder=
"请输入单据部分金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -381,11 +371,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"aamset.utlamt2"
>
<c-input
<c-input
-currency
v-model=
"model.aamset.utlamt2"
placeholder=
"请输入附加金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -437,11 +427,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"setmod.redamt"
>
<c-input
<c-input
-currency
v-model=
"model.setmod.redamt"
placeholder=
"请输入折扣金额"
:disabled=
"frepayflg"
></c-input>
></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