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
b5f142b7
Commit
b5f142b7
authored
Oct 14, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bttdrv页面修改
parent
2b885f12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Pattern.js
src/model/Bttdrv/Pattern.js
+1
-1
Dscinsp.vue
src/views/Business/Bttdrv/Dscinsp.vue
+4
-3
No files found.
src/model/Bttdrv/Pattern.js
View file @
b5f142b7
...
...
@@ -308,7 +308,7 @@ export default {
"btdgrp.blk.setinsbt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
1300
,
message
:
"长度不能超过1300
"
}
],
...
...
src/views/Business/Bttdrv/Dscinsp.vue
View file @
b5f142b7
...
...
@@ -56,7 +56,7 @@
<el-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"结汇指示交易记录"
prop=
"btdgrp.blk.setinsbt"
>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.setinsbt"
maxlength=
"
65
"
show-word-limit
placeholder=
"请输入结汇指示交易记录"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.setinsbt"
maxlength=
"
1300
"
show-word-limit
placeholder=
"请输入结汇指示交易记录"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
@@ -110,9 +110,10 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据状态"
prop=
"btdgrp.rec.docsta"
>
<c-input
v-model=
"model.btdgrp.rec.docsta"
style=
"width:100%"
<c-select
v-model=
"model.btdgrp.rec.docsta"
style=
"width:100%"
:code=
"codes.docsta2"
placeholder=
"请选择单据状态"
disabled
>
</c-
inpu
t>
</c-
selec
t>
</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