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
37547dd2
Commit
37547dd2
authored
Oct 13, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BRTDCK微调
parent
8ef6eff7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
Pattern.js
src/model/Brtdck/Pattern.js
+1
-0
Brtdckp.vue
src/views/Business/Brtdck/Brtdckp.vue
+4
-4
Limitbody.vue
src/views/Business/Brtdck/Limitbody.vue
+0
-0
index.vue
src/views/Business/Brtdck/index.vue
+2
-2
No files found.
src/model/Brtdck/Pattern.js
View file @
37547dd2
...
...
@@ -183,6 +183,7 @@ export default {
"days"
:[
{
required
:
true
,
message
:
"必输项"
},
// {max: 2,message:"长度不能超过2"}
// {pattern: /^-?[1-9][0-9]{0,2}$/, message: "应在-999至999之间" }
],
"brtp.oth.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/views/Business/Brtdck/Brtdckp.vue
View file @
37547dd2
...
...
@@ -86,7 +86,7 @@
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
""
class=
"m-input-currency"
disabled
:disabled=
"model.mhtyp=='R'"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -231,7 +231,6 @@
style=
"width: 100%"
placeholder=
""
:code=
"codes.curtxt1"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -242,6 +241,7 @@
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
""
class=
"m-input-currency"
:disabled=
"model.mhtyp=='R'"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -275,7 +275,6 @@
style=
"width: 100%"
placeholder=
"请输入Drawn Add Amount"
:code=
"codes.curtxt1"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -287,6 +286,7 @@
v-model=
"model.brdgrp.cbs.max2.amt"
class=
"m-input-currency"
placeholder=
""
:disabled=
"model.mhtyp=='R'"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -526,7 +526,7 @@
v-model=
"model.brdgrp.rec.payrol"
style=
"width: 100%"
placeholder=
"请输入付款人"
:code=
"codes.payrol"
:code=
"codes.payrol
1
"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Brtdck/Limitbody.vue
0 → 100644
View file @
37547dd2
This diff is collapsed.
Click to expand it.
src/views/Business/Brtdck/index.vue
View file @
37547dd2
...
...
@@ -121,14 +121,14 @@ import Shpdet from './Shpdet'
// import Coninfp from "./Coninfp"
// import Docpan from "./Docpan"
// import Doctre from "./Doctre"
//
import Limitbody from "./Limitbody"
import
Limitbody
from
"./Limitbody"
import
Engp
from
'~/views/Public/Engp'
import
Setpan
from
'~/views/Public/Setpan'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
import
Limitbody
from
'~/views/Public/Limitbody'
//
import Limitbody from '~/views/Public/Limitbody'
export
default
{
name
:
'Brtdck'
,
...
...
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