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
zhouqian
vue-gjjs
Commits
d9d4b40c
Commit
d9d4b40c
authored
Aug 25, 2022
by
zhujiazhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtset,Cptopn交易页面修改
parent
fece17ab
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
18 deletions
+25
-18
Outp.vue
src/views/Business/Brtset/Outp.vue
+2
-2
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+14
-0
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+0
-16
index.vue
src/views/Business/Cptopn/index.vue
+3
-0
Sbxx.vue
src/views/Public/Sbxx.vue
+6
-0
No files found.
src/views/Business/Brtset/Outp.vue
View file @
d9d4b40c
...
...
@@ -131,7 +131,7 @@
style=
"width: 100%"
>
<el-option
v-for=
"item in
options
"
v-for=
"item in
codes.gitopn_cur
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -386,7 +386,7 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
options
:
[],
};
},
};
...
...
src/views/Business/Brtset/Utlp.vue
View file @
d9d4b40c
...
...
@@ -285,6 +285,20 @@
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"Open Amt.L/C"
prop=
"lidgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.lidgrp.cbs.opn1.cur"
maxlength=
"3"
placeholder=
"请输入Currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"lidgrp.cbs.opn1.amt"
label-width=
"5px"
>
<c-input
v-model=
"model.lidgrp.cbs.opn1.amt"
placeholder=
"请输入Balance"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name of Bill Contract"
prop=
"brdgrp.rec.nam"
>
<c-input
v-model=
"model.brdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name of Bill Contract"
disabled
></c-input>
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
d9d4b40c
...
...
@@ -440,22 +440,6 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"货物类型"
>
<c-select
v-model=
"model.cpdgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择货物类型"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-col>
...
...
src/views/Business/Cptopn/index.vue
View file @
d9d4b40c
...
...
@@ -246,6 +246,9 @@ export default {
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Public/Sbxx.vue
View file @
d9d4b40c
...
...
@@ -226,10 +226,16 @@ export default {
if
(
this
.
model
.
bopmod
.
szflg
===
'3'
){
this
.
model
.
bopmod
.
ownextkey
=
''
;
this
.
model
.
bopmod
.
acttyp
=
''
;
this
.
model
.
bopmod
.
basflg
=
''
;
}
}
},
created
:
function
()
{
//给人民币申报赋值
this
.
model
.
cnybop
.
cnyflg
=
"2"
;
this
.
model
.
cnybop
.
traflg
=
"2"
;
this
.
model
.
cnybop
.
libflg
=
"2"
;
this
.
model
.
cnybop
.
vouflg
=
"2"
;
},
watch
:
{
"model.bopmod.ownextkey"
:
function
(){
...
...
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