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
d88b6df6
Commit
d88b6df6
authored
Jul 14, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtdck 页面优化,条件优化
parent
455ce23d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
Docpre.vue
src/views/Business/Bdtdck/Docpre.vue
+5
-5
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+13
-13
No files found.
src/views/Business/Bdtdck/Docpre.vue
View file @
d88b6df6
...
...
@@ -90,7 +90,7 @@
<c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"收到的通知类"
prop=
"bddgrp.rec.advtyp"
>
<c-select
v-model=
"model.bddgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择Type of Advice Received"
>
<c-select
v-model=
"model.bddgrp.rec.advtyp"
style=
"width:100%"
placeholder=
"请选择Type of Advice Received"
:disabled=
"true"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -104,7 +104,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点通知日期"
prop=
"bddgrp.rec.disdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.disdat"
style=
"width:100%"
placeholder=
"请选择不符点通知日期"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.disdat"
style=
"width:100%"
placeholder=
"请选择不符点通知日期"
:disabled=
"true"
>
</c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -113,11 +113,11 @@
<c-checkbox
v-model=
"model.bddgrp.rec.approvcod"
>
议付行担保议付
</c-checkbox>
</c-col>
<c-col
:span=
"24"
:offset=
"8"
>
<c-col
:span=
"24"
:offset=
"8"
v-if=
"false"
>
<c-checkbox
v-model=
"model.bdtp.cre752flg"
>
Create 752
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"false"
>
<el-form-item
label=
"Further Identification"
prop=
"bdtp.furide"
>
<c-select
v-model=
"model.bdtp.furide"
style=
"width:100%"
placeholder=
"请选择Further Identification"
>
</c-select>
...
...
@@ -125,7 +125,7 @@
</c-col>
<c-col
:span=
"24"
:offset=
"8"
>
<c-checkbox
v-model=
"model.bdtp.cre732flg"
>
Create MT 732
</c-checkbox>
<c-checkbox
v-model=
"model.bdtp.cre732flg"
:disabled=
"!model.bddgrp.rec.acpnowflg != ''"
>
Create MT 732
</c-checkbox>
</c-col>
</c-row>
</c-col>
...
...
src/views/Business/Botdav/Ovwp.vue
View file @
d88b6df6
...
...
@@ -167,7 +167,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"2
st
"
width=
"auto"
>
<el-table-column
label=
"2
nd
"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
...
...
@@ -277,18 +277,18 @@ export default {
{
label
:
"Shipment Advice"
,
value
:
"Shipment Advice"
},
{
label
:
"Weight List"
,
value
:
"Weight List"
},
],
TableValue
:
[
{
id
:
0
,
cmail1
:
""
,
cmail2
:
""
,
docnam
:
""
,
description
:
""
,
serialNum
:
""
,
tableName
:
""
,
tcddoc
:
""
,
},
],
//
TableValue: [
//
{
//
id: 0,
//
cmail1: "",
//
cmail2: "",
//
docnam: "",
//
description: "",
//
serialNum: "",
//
tableName: "",
//
tcddoc: "",
//
},
//
],
newValue
:
{
id
:
0
,
cmail1
:
""
,
...
...
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