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
37bb1fe7
Commit
37bb1fe7
authored
Jul 24, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrv修改
parent
4dbf370d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
buildCommons.js
src/business/letdrv/event/buildCommons.js
+1
-0
index.js
src/business/letdrv/model/index.js
+1
-0
Drv.vue
src/business/letdrv/views/Drv.vue
+2
-2
No files found.
src/business/letdrv/event/buildCommons.js
View file @
37bb1fe7
...
@@ -35,6 +35,7 @@ export default {
...
@@ -35,6 +35,7 @@ export default {
let
dataObj
=
{
let
dataObj
=
{
rec
:
{
rec
:
{
objtyp
:
'LED'
,
objtyp
:
'LED'
,
objinr
:
model
.
ledgrp
.
rec
.
inr
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
ownref
:
model
.
ledgrp
.
rec
.
ownref
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
opndat
:
model
.
ledgrp
.
rec
.
opndat
,
expdat
:
model
.
ledgrp
.
rec
.
expdat
,
expdat
:
model
.
ledgrp
.
rec
.
expdat
,
...
...
src/business/letdrv/model/index.js
View file @
37bb1fe7
...
@@ -36,6 +36,7 @@ export default class Letdrv {
...
@@ -36,6 +36,7 @@ export default class Letdrv {
number
:
''
,
number
:
''
,
ledgrp
:
{
ledgrp
:
{
rec
:
{
rec
:
{
inr
:
''
,
revflg
:
''
,
revflg
:
''
,
expdat
:
''
,
expdat
:
''
,
expplc
:
''
,
expplc
:
''
,
...
...
src/business/letdrv/views/Drv.vue
View file @
37bb1fe7
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
v-model=
"model.bedgrp.cbs.max.cur"
v-model=
"model.bedgrp.cbs.max.cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请输入单据金额"
placeholder=
"请输入单据金额"
disabled
:code=
"codes.curtxt1"
:code=
"codes.curtxt1"
></c-select>
></c-select>
</el-form-item>
</el-form-item>
...
@@ -309,7 +309,7 @@
...
@@ -309,7 +309,7 @@
<c-input-currency
<c-input-currency
v-model=
"model.bedgrp.cbs.max2.amt"
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
disabled
></c-input-currency>
></c-input-currency>
</el-form-item>
</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