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
e8dc8b78
Commit
e8dc8b78
authored
Jul 12, 2023
by
WH
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
# Conflicts: # src/business/letamc/model/check.js
parents
526ed049
eaecef55
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
buildCommons.js
src/business/letamc/event/buildCommons.js
+1
-0
Conp.vue
src/business/letamc/views/Conp.vue
+6
-6
check.js
src/business/letdav/model/check.js
+1
-0
No files found.
src/business/letamc/event/buildCommons.js
View file @
e8dc8b78
...
...
@@ -56,6 +56,7 @@ export default {
cbsMap
:
{
MAX
:
model
.
ledgrp
.
cbs
.
max
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
MAC2
:
model
.
ledgrp
.
cbs
.
mac2
,
OPC2
:
model
.
ledgrp
.
cbs
.
opc2
,
...
...
src/business/letamc/views/Conp.vue
View file @
e8dc8b78
...
...
@@ -28,12 +28,12 @@
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.nom1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
...
...
@@ -58,12 +58,12 @@
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.opn1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
...
...
@@ -215,12 +215,12 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.cnf.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.cnf.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
src/business/letdav/model/check.js
View file @
e8dc8b78
...
...
@@ -102,6 +102,7 @@ export default {
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"bedgrp.rec.disdat"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"betp.oth.pts.ref"
:[
...
...
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