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
7ea19396
Commit
7ea19396
authored
Dec 29, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保函修改
parent
732a3add
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
Pattern.js
src/model/Gitcom/Pattern.js
+2
-2
Addbcb.vue
src/views/Business/Gitame/Addbcb.vue
+1
-1
Addbcb1.vue
src/views/Business/Gitame/Addbcb1.vue
+1
-1
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+5
-3
No files found.
src/model/Gitcom/Pattern.js
View file @
7ea19396
...
...
@@ -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/Gitame/Addbcb.vue
View file @
7ea19396
...
...
@@ -32,7 +32,7 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
activeNames
:
[
"
coninfp
"
],
activeNames
:
[
"
addbcb1
"
],
};
},
...
...
src/views/Business/Gitame/Addbcb1.vue
View file @
7ea19396
...
...
@@ -24,7 +24,7 @@
<c-col
:span=
"24"
>
<c-form-item
label=
"GITAMERMK"
prop=
"addbcb.gitamermk"
>
<c-input
:disabled=
"model.addbcb.gitamecho
!='有特殊规定,条件为:
'"
:disabled=
"model.addbcb.gitamecho
=='无特殊规定
'"
type=
"textarea"
v-model=
"model.addbcb.gitamermk"
maxlength=
"34"
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
7ea19396
...
...
@@ -252,9 +252,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"索赔当事人"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择索赔当事人"
@
change=
"eventFunction('gcdgrp.rec.docprbrol')"
>
<el-option
v-for=
"item in codes.docprbrol"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
@
change=
"eventFunction('gcdgrp.rec.docprbrol')"
:code=
"getValues('gcdgrp.rec.docprbrol', 'docprbrol')"
>
<!-- <el-option v-for="item in codes.docprbrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> -->
</c-select>
</el-form-item>
</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