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
80ed1cef
Commit
80ed1cef
authored
Jul 25, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复letdrw缺陷
parent
37bb1fe7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
check.js
src/business/letdrw/model/check.js
+2
-2
Drv.vue
src/business/letdrw/views/Drv.vue
+4
-1
No files found.
src/business/letdrw/model/check.js
View file @
80ed1cef
...
...
@@ -260,8 +260,8 @@ let checkObj = {
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"ledgrp.rec.tenmaxday"
:[
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
max
:
9999
,
message
:
"长度不能超过4"
}
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
number
"
,
max
:
9999
,
message
:
"长度不能超过4"
}
],
"ledgrp.rec.porloa"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/business/letdrw/views/Drv.vue
View file @
80ed1cef
...
...
@@ -205,7 +205,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"单据类型"
prop=
"bedgrp.rec.doctypcod"
>
<c-select
v-model=
"
model.bedgrp.rec.d
octypcod"
v-model=
"
getD
octypcod"
style=
"width: 100%"
placeholder=
"请选择单据类型"
:code=
"codes.doctypcod1"
...
...
@@ -489,6 +489,9 @@ export default {
},
opn1amt
(){
return
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)
},
getDoctypcod
(){
return
this
.
model
.
ledgrp
.
rec
.
avbby
}
}
}
...
...
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