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
0d633e86
Commit
0d633e86
authored
Aug 24, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litrog测试bug解决
parent
15121639
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
Shpdet.vue
src/views/Business/Litrog/Shpdet.vue
+8
-6
No files found.
src/views/Business/Litrog/Shpdet.vue
View file @
0d633e86
...
...
@@ -42,7 +42,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Transport Doc. Type"
prop=
"brdgrp.rec.trpdoctyp"
>
<c-select
v-model=
"model.brdgrp.rec.trpdoctyp"
style=
"width:100%"
placeholder=
"请选择Transport Doc. Type"
>
</c-select>
<el-option
v-for=
"item in codes.trpdoctyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -61,7 +63,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Mode of Transport"
prop=
"brdgrp.rec.tramod"
>
<c-select
v-model=
"model.brdgrp.rec.tramod"
style=
"width:100%"
placeholder=
"请选择Mode of Transport"
>
</c-select>
<el-option
v-for=
"item in codes.tramod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -126,10 +130,8 @@
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.brdgrp.rec.rtoaplflg"
style=
"margin-left:140px;padding: 0 10px;"
>
Release Goods to Applicant
</c-checkbox>
</c-col>
<c-checkbox
v-model=
"model.brdgrp.rec.rtoaplflg"
style=
"margin-left:140px;padding: 0 10px;"
>
To Applicant
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Release to Address"
prop=
"brdgrp.blk.relstoadr"
>
...
...
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