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
adb4b154
Commit
adb4b154
authored
Jan 16, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
1bfa6213
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Pattern.js
src/model/Ditdck/Pattern.js
+4
-1
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+2
-2
No files found.
src/model/Ditdck/Pattern.js
View file @
adb4b154
...
...
@@ -154,7 +154,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"bddgrp.rec.invtyp"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"bddgrp.skh.pts.bankno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
...
...
src/views/Business/Ditdck/Litdckp.vue
View file @
adb4b154
...
...
@@ -478,7 +478,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
运
期到期日"
>
<el-form-item
label=
"
远
期到期日"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.matdat"
...
...
@@ -501,7 +501,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"发票类型"
label-width=
"110px"
>
<el-form-item
label=
"发票类型"
label-width=
"110px"
prop=
"bddgrp.rec.invtyp"
>
<c-select
v-model=
"model.bddgrp.rec.invtyp"
style=
"width: 100%"
...
...
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