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
806382a5
Commit
806382a5
authored
Jan 20, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
191a98d7
eefa9aff
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
+6
-1
Pattern.js
src/model/Ditopn/Pattern.js
+4
-0
Detp.vue
src/views/Business/Ditopn/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+1
-0
Setpan.vue
src/views/Public/Setpan.vue
+0
-0
No files found.
src/model/Ditopn/Pattern.js
View file @
806382a5
...
...
@@ -567,6 +567,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"liaall.limmod.limpts.nonrevflg1"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"liaall.limmod.othp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
...
...
src/views/Business/Ditopn/Detp.vue
View file @
806382a5
...
...
@@ -14,7 +14,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"付款期限"
prop=
"didgrp.rec.tenmaxday"
>
<c-input
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model
.
number=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
style=
"width:100%"
maxlength=
"3"
></c-input>
<c-input
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model
.
number=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
style=
"width:100%"
maxlength=
"3"
@
keyup
.
enter
.
native=
"defaultFunction('didgrp.rec.tenmaxday', model.didgrp.rec.tenmaxday)"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
806382a5
...
...
@@ -529,6 +529,7 @@
v-model=
"model.didgrp.apl.pts.extact"
style=
"width: 100%"
placeholder=
"请选择External Account"
:code=
"getValues('didgrp.apl.pts.extact')"
>
</c-select>
</el-form-item>
...
...
src/views/Public/Setpan.vue
View file @
806382a5
This diff is collapsed.
Click to expand it.
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