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
ce724650
Commit
ce724650
authored
Mar 02, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by字段与td不对应修改
parent
e4da5547
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
index.js
src/config/CodeTable/index.js
+7
-0
Lttinf.vue
src/views/Business/Lttopn/Lttinf.vue
+6
-4
No files found.
src/config/CodeTable/index.js
View file @
ce724650
...
...
@@ -588,6 +588,13 @@ const CodeTable = {
{
label
:
"混合付款"
,
value
:
"M"
},
{
label
:
"承兑"
,
value
:
"A"
},
],
avbby1
:[
{
label
:
"BY NEGOTIATION"
,
value
:
"N"
},
{
label
:
"BY PAYMENT"
,
value
:
"P"
},
{
label
:
"BY DEF PAYMENT"
,
value
:
"D"
},
{
label
:
"BY MIXED PYMT"
,
value
:
"M"
},
{
label
:
"BY ACCEPTANCE"
,
value
:
"A"
},
],
avbby0
:
[
{
label
:
"远期承兑"
,
value
:
"A"
},
{
label
:
"远期付款"
,
value
:
"D"
},
...
...
src/views/Business/Lttopn/Lttinf.vue
View file @
ce724650
...
...
@@ -153,14 +153,14 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"by"
prop=
"ledgrp.rec.avbby"
>
<c-fullbox>
<c-
inpu
t
<c-
selec
t
v-model=
"model.ledgrp.rec.avbby"
maxlength=
"3"
style=
"width: 100%"
placeholder=
"请输入"
disabled
:code=
"codes.avbby"
></c-
inpu
t>
:code=
"codes.avbby
1
"
></c-
selec
t>
<
template
slot=
"footer"
>
<c-checkbox
v-model=
"model.ledgrp.rec.redclsflg"
...
...
@@ -412,10 +412,12 @@ export default {
'9 8 "Info" 150 5 6:1 0 I'
,
],
data
:
[],
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{
},
};
</
script
>
<
style
>
...
...
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