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
24f0fb00
Commit
24f0fb00
authored
Jan 12, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到单调整
parent
e016ae99
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
63 deletions
+78
-63
Docpre.vue
src/views/Business/Ditdck/Docpre.vue
+6
-2
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+70
-59
index.vue
src/views/Business/Ditdck/index.vue
+2
-2
No files found.
src/views/Business/Ditdck/Docpre.vue
View file @
24f0fb00
...
...
@@ -5,7 +5,7 @@
<el-form-item
label=
"不符点"
>
<c-col
:span=
"21"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.blk.docdis"
disabled
maxlength=
"50"
show-word-limit
<c-input
type=
"textarea"
v-model=
"model.bddgrp.blk.docdis"
:disabled=
"!model.bddgrp.blk.docdisflg"
maxlength=
"50"
show-word-limit
placeholder=
"请输入不符点"
></c-input>
</c-col>
...
...
@@ -158,5 +158,8 @@ export default {
created
:
function
()
{},
};
</
script
>
<
style
>
<
style
scoped
>
.el-checkbox
>>>
.el-checkbox__label
{
width
:
70px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Ditdck/Litdckp.vue
View file @
24f0fb00
...
...
@@ -9,17 +9,20 @@
v-model=
"model.didgrp.rec.ownref"
placeholder=
"请输入参考号"
disabled
style=
"width:100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"1"
style=
"text-align: right"
>
<el-form-item
label-width=
"0"
>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
style=
"margin-left: 0"
></c-button>
@
click=
"onSeainf"
>
<span
style=
"font-size:15px;font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"4"
>
...
...
@@ -47,7 +50,7 @@
<!-- =================左边====================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证金额"
prop=
"didgrp.cbs.nom1.cur"
>
<el-form-item
label=
"信用证金额"
>
<c-select
disabled
v-model=
"model.didgrp.cbs.nom1.cur"
...
...
@@ -82,7 +85,7 @@
<!--
</c-col>
-->
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额"
prop=
"didgrp.cbs.opn1.cur"
>
<el-form-item
label=
"单据金额"
>
<c-select
disabled
v-model=
"model.didgrp.cbs.opn1.cur"
...
...
@@ -128,12 +131,11 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"兑付方式"
prop=
"didgrp.rec.avbby"
>
<el-form-item
label=
"兑付方式"
>
<c-select
disabled
v-model=
"model.didgrp.rec.avbby"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择兑付方式"
>
<el-option
...
...
@@ -146,61 +148,49 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"开证日期"
prop=
"didgrp.rec.opndat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"开证日期"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.opndat"
disabled
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择开证日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<c-col
:span=
"
24
"
>
<!--
<span
v-text=
"model.bdtp.zchday"
data-path=
".bdtp.zchday"
>
</span>
-->
<el-form-item
label=
"最迟装运日期"
prop=
"didgrp.rec.shpdat"
>
<el-form-item
label=
"最迟装运日期"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.shpdat"
disabled
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择最迟货物装运/服务提供日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"到期日"
prop=
"didgrp.rec.expdat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"到期日"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.expdat"
disabled
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"到期日"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期地点"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.expplc"
disabled
maxlength=
"35"
show-word-limit
placeholder=
"请输入到期地点"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证类型"
prop=
"didgrp.rec.lcrtyp"
>
<el-form-item
label=
"信用证类型"
>
<c-select
v-model=
"model.didgrp.rec.lcrtyp"
style=
"width: 100%"
...
...
@@ -286,6 +276,23 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期地点"
prop=
"didgrp.rec.expplc"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.expplc"
disabled
maxlength=
"35"
show-word-limit
placeholder=
"请输入到期地点"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height: 20px"
>
<el-divider></el-divider>
</c-col>
<!-- =================单据信息====================== -->
...
...
@@ -330,7 +337,7 @@
<!-- =================左边====================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据类型"
prop=
"bddgrp.rec.docflg"
>
<el-form-item
label=
"单据类型"
>
<c-select
v-model=
"model.bddgrp.rec.docflg"
style=
"width: 100%"
...
...
@@ -350,7 +357,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额"
prop=
"bddgrp.cbs.max.cur"
>
<el-form-item
label=
"单据金额"
>
<c-select
disabled
v-model=
"model.bddgrp.cbs.max.cur"
...
...
@@ -408,74 +415,74 @@
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"到单日期"
prop=
"bddgrp.rec.rcvdat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"到单日期"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.rcvdat"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择到单日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"交单日期"
prop=
"bddgrp.rec.predat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"交单日期"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.predat"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择交单日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"通知日期"
prop=
"bddgrp.rec.orddat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"通知日期"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.orddat"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择通知日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<c-col
:span=
"
24
"
>
<!-- label-width="110px" -->
<el-form-item
label=
"货物装运/服务提供日期"
prop=
"bddgrp.rec.shpdat"
>
<el-form-item
label=
"货物装运/服务提供日期"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.shpdat"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择货物装运/服务提供日期"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"远期起算日"
prop=
"bddgrp.rec.stadat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"远期起算日"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.stadat"
disabled
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择起算日"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"
13
"
>
<el-form-item
label=
"运期到期日"
prop=
"bddgrp.rec.matdat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"运期到期日"
>
<c-date-picker
type=
"date"
v-model=
"model.bddgrp.rec.matdat"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择到期日"
>
</c-date-picker>
...
...
@@ -494,7 +501,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"发票类型"
prop=
"bddgrp.rec.invtyp"
label-width=
"110px"
>
<el-form-item
label=
"发票类型"
label-width=
"110px"
>
<c-select
v-model=
"model.bddgrp.rec.invtyp"
style=
"width: 100%"
...
...
@@ -538,7 +545,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
label=
"申请人编号"
prop=
"didgrp.apl.pts.ref"
>
<c-input
v-model=
"model.didgrp.apl.pts.ref"
...
...
@@ -548,12 +555,12 @@
@
keyup
.
enter
.
native=
"ptsRefEvent"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
</c-col>
<!-- =================右边====================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行"
prop=
"bddgrp.rec.docprbrol"
>
<el-form-item
label=
"交单行"
>
<c-select
v-model=
"model.bddgrp.rec.docprbrol"
:code=
"getValues('bddgrp.rec.docprbrol')"
...
...
@@ -603,7 +610,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行联行名称
(电证用)
"
prop=
"bddgrp.prb.pts.jigomc"
>
<el-form-item
label=
"交单行联行名称"
prop=
"bddgrp.prb.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.jigomc"
...
...
@@ -617,7 +624,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行地址
(电证用)
"
prop=
"bddgrp.prb.pts.dizhii"
>
<el-form-item
label=
"交单行地址"
prop=
"bddgrp.prb.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.dizhii"
...
...
@@ -667,7 +674,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"model.bddgrp.rec.dscinsflg"
>
<el-form-item
label=
""
>
<c-checkbox
v-model=
"model.bddgrp.rec.dscinsflg"
@
change=
"isShowDocpre"
>
录入单据、不符点、结算指示和货运详细信息
</c-checkbox
>
...
...
@@ -741,5 +748,8 @@ export default {
created
:
function
()
{},
};
</
script
>
<
style
>
<
style
scoped
>
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
5px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Ditdck/index.vue
View file @
24f0fb00
...
...
@@ -44,9 +44,9 @@
<m-shpdet
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<
!--
<el-tab-pane
label=
"或有
"
name=
"engp"
>
<
el-tab-pane
label=
"表外
"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
<el-tab-pane
label=
"费用及账务"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
...
...
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