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
af231db0
Commit
af231db0
authored
Feb 22, 2023
by
xionglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转让信用证bug修复
parent
f19d7271
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
12 deletions
+19
-12
Event.js
src/model/Infbtd/Event.js
+2
-0
Addbcb.vue
src/views/Business/Lttcan/Addbcb.vue
+6
-1
Canp.vue
src/views/Business/Lttcan/Canp.vue
+6
-10
Ovwp.vue
src/views/Business/Lttcan/Ovwp.vue
+5
-1
No files found.
src/model/Infbtd/Event.js
View file @
af231db0
...
...
@@ -76,6 +76,8 @@ export default {
},
async
handleReset
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
},
async
handleSearch
()
{
...
...
src/views/Business/Lttcan/Addbcb.vue
View file @
af231db0
...
...
@@ -28,7 +28,12 @@ export default {
},
computed
:{
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
handleChange
(){
}
},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Lttcan/Canp.vue
View file @
af231db0
...
...
@@ -140,7 +140,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"装运日期"
prop=
"ltdgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.ltdgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择装运日期"
...
...
@@ -177,7 +177,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"开证日期及其形式"
prop=
"ltdgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.ltdgrp.rec.opndat"
style=
"width: 100%"
placeholder=
"请选择开证日期及其形式"
...
...
@@ -203,7 +203,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"到期日及其到期地点"
prop=
"ltdgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.ltdgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择到期日"
...
...
@@ -237,7 +237,6 @@
maxlength=
"300"
show-word-limit
placeholder=
"请输入承兑报文的详细内容"
:disabled=
"!sndmsg"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -295,8 +294,7 @@
}"
:enRef=
"true"
:enNam=
"true"
:disabled=
"false"
:disabled1=
"true"
disabled
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -309,8 +307,7 @@
}"
:enRef=
"true"
:enNam=
"true"
:disabled=
"false"
:disabled1=
"true"
disabled
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -323,8 +320,7 @@
}"
:enRef=
"true"
:enNam=
"true"
:disabled=
"false"
:disabled1=
"true"
disabled
></c-ptsmsg>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Lttcan/Ovwp.vue
View file @
af231db0
...
...
@@ -33,7 +33,11 @@ export default {
},
computed
:{
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
handleChange
(){
}
},
created
:
function
()
{},
};
</
script
>
...
...
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