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
15121639
Commit
15121639
authored
Aug 24, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litrog,litdla测试bug解决
parent
dc38207b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
index.js
src/config/CodeTable/index.js
+8
-1
Accp.vue
src/views/Business/Litdla/Accp.vue
+5
-1
Rog.vue
src/views/Business/Litrog/Rog.vue
+4
-3
No files found.
src/config/CodeTable/index.js
View file @
15121639
...
...
@@ -133,7 +133,14 @@ const CodeTable = {
invtyp
:
[
{
label
:
"type1"
,
value
:
"1"
}
],
trpdoctyp
:
[
{
label
:
"Ocean Bill of Lading"
,
value
:
"Ocean Bill of Lading"
},
{
label
:
"Other Transport Document"
,
value
:
"Other Transport Document"
},
],
tramod
:
[
{
label
:
"Multi-model transport"
,
value
:
"Multi-model transport"
},
{
label
:
"Sea"
,
value
:
"Sea"
},
],
stacty
:
[
{
label
:
"AALAND ISLAND"
,
value
:
"AX"
},
{
label
:
"Afghanistan"
,
value
:
"AF"
},
...
...
src/views/Business/Litdla/Accp.vue
View file @
15121639
...
...
@@ -174,7 +174,11 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"是否接受此笔减额修改"
prop=
"ameflg"
>
<c-input
disabled
v-model=
"model.ameflg"
></c-input>
<c-select
v-model=
"model.ameflg"
disabled
>
<el-option
v-for=
"item in codes.ameflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</el-col>
...
...
src/views/Business/Litrog/Rog.vue
View file @
15121639
...
...
@@ -171,7 +171,8 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"担保银行"
prop=
"guabnkval"
>
<c-input
v-model=
"model.guabnkval"
maxlength=
"40"
placeholder=
"请输入担保银行"
></c-input>
<c-input
v-model=
"model.guabnkval"
maxlength=
"40"
style=
"width: 72%"
placeholder=
"请输入担保银行"
></c-input>
<span>
(提货担保面函落款)
</span>
</el-form-item>
</c-col>
</el-col>
...
...
@@ -285,7 +286,7 @@
:rows=
"5"
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"
35
"
maxlength=
"
200
"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
...
...
@@ -293,7 +294,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
(提货担保面函落款)
发票类型"
prop=
"brdgrp.rec.invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"brdgrp.rec.invtyp"
>
<c-select
v-model=
"model.brdgrp.rec.invtyp"
style=
"width:100%"
...
...
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