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
7b9ab60b
Commit
7b9ab60b
authored
Jan 10, 2023
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn修改
parent
1ba623ed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
index.js
src/config/CodeTable/index.js
+0
-4
Detp.vue
src/views/Business/Litopn/Detp.vue
+3
-3
Ovwp1.vue
src/views/Business/Litopn/Ovwp1.vue
+2
-1
No files found.
src/config/CodeTable/index.js
View file @
7b9ab60b
...
...
@@ -4295,10 +4295,6 @@ const CodeTable = {
{
label
:
`USD-美元`
,
value
:
`USD`
},
],
lcrtyp
:
[
{
label
:
"可转让"
,
value
:
"IT"
},
{
label
:
"不可转让"
,
value
:
"I"
},
],
lcrtyp1
:
[
{
label
:
"不可撤销"
,
value
:
"I"
},
{
label
:
"不可撤销可转让"
,
value
:
"IT"
},
{
label
:
"可撤销"
,
value
:
"R"
},
...
...
src/views/Business/Litopn/Detp.vue
View file @
7b9ab60b
...
...
@@ -8,7 +8,7 @@
v-model=
"model.lidgrp.rec.avbwth"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"
codes.avbwth
"
:code=
"
getValues('lidgrp.rec.avbwth','avbwth')
"
>
</c-select>
</el-form-item>
...
...
@@ -123,7 +123,7 @@
<c-input
v-model=
"model.lidgrp.drw.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
地址编码
"
placeholder=
"请输入
汇票付款人
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.drw.pts.extkey')
"
...
...
@@ -158,7 +158,7 @@
<el-form-item
label=
"名称地址"
prop=
"lidgrp.drw.pts.adrblk"
>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
:disabled=
"this.flag2
|| model.lidgrp.drw.pts.adrblk != ''
"
v-model=
"model.lidgrp.drw.pts.adrblk"
maxlength=
"135"
:rows=
"4"
...
...
src/views/Business/Litopn/Ovwp1.vue
View file @
7b9ab60b
...
...
@@ -45,7 +45,7 @@
v-model=
"model.lidgrp.rec.lcrtyp"
placeholder=
"请选择信用证类型"
style=
"width: 100%"
:code=
"
codes.lcrtyp
"
:code=
"
getValues('lidgrp.rec.lcrtyp','lcrtyp')
"
>
</c-select>
</el-form-item>
...
...
@@ -529,6 +529,7 @@
type=
"textarea"
:rows=
"4"
v-model=
"model.lidgrp.ben.pts.adrblk"
:disabled=
"model.lidgrp.ben.pts.adrblk != ''"
maxlength=
"80"
show-word-limit
placeholder=
"请输入名称地址"
...
...
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