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
bfb01b50
Commit
bfb01b50
authored
Jan 04, 2022
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到单、付款页面优化
parent
eab0cf84
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
1 deletions
+62
-1
Event.js
src/model/Ditdck/Event.js
+1
-0
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+36
-0
index.vue
src/views/Business/Bdtset/index.vue
+20
-0
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+3
-1
index.vue
src/views/Business/Ditdck/index.vue
+2
-0
No files found.
src/model/Ditdck/Event.js
View file @
bfb01b50
...
@@ -7,6 +7,7 @@ export default {
...
@@ -7,6 +7,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
this
.
model
.
bddgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
bddgrp_rec_ownref
;
}
}
else
else
...
...
src/views/Business/Bdtset/Utlp.vue
View file @
bfb01b50
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入信用证参考号"
placeholder=
"请输入信用证参考号"
style=
"width:160px"
style=
"width:160px"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -30,6 +31,7 @@
...
@@ -30,6 +31,7 @@
v-model=
"model.didgrp.rec.expdat"
v-model=
"model.didgrp.rec.expdat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Date of Expiry"
placeholder=
"请选择Date of Expiry"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -42,6 +44,7 @@
...
@@ -42,6 +44,7 @@
style=
"width: 95%"
style=
"width: 95%"
maxlength=
"3"
maxlength=
"3"
placeholder=
"请输入Currency"
placeholder=
"请输入Currency"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -51,6 +54,7 @@
...
@@ -51,6 +54,7 @@
<c-input
<c-input
v-model=
"model.didgrp.cbs.opn1.amt"
v-model=
"model.didgrp.cbs.opn1.amt"
placeholder=
"请输入Balance"
placeholder=
"请输入Balance"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -67,6 +71,7 @@
...
@@ -67,6 +71,7 @@
style=
"width: 160px"
style=
"width: 160px"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入单据参考号"
placeholder=
"请输入单据参考号"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -86,6 +91,7 @@
...
@@ -86,6 +91,7 @@
v-model=
"model.bddgrp.rec.nam"
v-model=
"model.bddgrp.rec.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Name of Bill Contract"
placeholder=
"请输入Name of Bill Contract"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -99,6 +105,7 @@
...
@@ -99,6 +105,7 @@
v-model=
"model.bddgrp.cbs.max.cur"
v-model=
"model.bddgrp.cbs.max.cur"
style=
"width: 95%"
style=
"width: 95%"
placeholder=
"请选择单据金额"
placeholder=
"请选择单据金额"
disabled
>
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
@@ -109,6 +116,7 @@
...
@@ -109,6 +116,7 @@
<c-input
<c-input
v-model=
"model.bddgrp.cbs.max.amt"
v-model=
"model.bddgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
placeholder=
"请输入单据金额"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -121,6 +129,7 @@
...
@@ -121,6 +129,7 @@
v-model=
"model.bddgrp.cbs.opn1.cur"
v-model=
"model.bddgrp.cbs.opn1.cur"
style=
"width: 95%"
style=
"width: 95%"
placeholder=
"请选择单据余额"
placeholder=
"请选择单据余额"
disabled
></c-select>
></c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -130,6 +139,7 @@
...
@@ -130,6 +139,7 @@
<c-input
<c-input
v-model=
"model.bddgrp.cbs.opn1.amt"
v-model=
"model.bddgrp.cbs.opn1.amt"
placeholder=
"请输入Balance"
placeholder=
"请输入Balance"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -142,6 +152,7 @@
...
@@ -142,6 +152,7 @@
v-model=
"model.bddgrp.rec.rcvdat"
v-model=
"model.bddgrp.rec.rcvdat"
style=
"width: 95%"
style=
"width: 95%"
placeholder=
"请选择到单日期"
placeholder=
"请选择到单日期"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -157,6 +168,7 @@
...
@@ -157,6 +168,7 @@
v-model=
"model.bddgrp.rec.stadat"
v-model=
"model.bddgrp.rec.stadat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择Start Date"
placeholder=
"请选择Start Date"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -170,6 +182,7 @@
...
@@ -170,6 +182,7 @@
v-model=
"model.bddgrp.rec.matdat"
v-model=
"model.bddgrp.rec.matdat"
style=
"width: 95%"
style=
"width: 95%"
placeholder=
"请选择Maturity Date"
placeholder=
"请选择Maturity Date"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -183,6 +196,7 @@
...
@@ -183,6 +196,7 @@
<c-input
<c-input
v-model=
"model.bddgrp.rec.tenmaxday"
v-model=
"model.bddgrp.rec.tenmaxday"
placeholder=
"请输入单据到期日"
placeholder=
"请输入单据到期日"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -193,7 +207,15 @@
...
@@ -193,7 +207,15 @@
v-model=
"model.bddgrp.rec.docflg"
v-model=
"model.bddgrp.rec.docflg"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择单据类型"
placeholder=
"请选择单据类型"
disabled
>
>
<el-option
v-for=
"item in codes.brdtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -203,7 +225,15 @@
...
@@ -203,7 +225,15 @@
v-model=
"model.bddgrp.rec.docsta"
v-model=
"model.bddgrp.rec.docsta"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择单据状态"
placeholder=
"请选择单据状态"
disabled
>
<el-option
v-for=
"item in codes.docsta"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -216,6 +246,7 @@
...
@@ -216,6 +246,7 @@
v-model=
"model.bddgrp.apl.pts.ref"
v-model=
"model.bddgrp.apl.pts.ref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入申请人"
placeholder=
"请输入申请人"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -226,6 +257,7 @@
...
@@ -226,6 +257,7 @@
v-model=
"model.bddgrp.apl.pts.nam"
v-model=
"model.bddgrp.apl.pts.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Name of Party"
placeholder=
"请输入Name of Party"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -236,6 +268,7 @@
...
@@ -236,6 +268,7 @@
v-model=
"model.bddgrp.ben.pts.ref"
v-model=
"model.bddgrp.ben.pts.ref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入受益人"
placeholder=
"请输入受益人"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -246,6 +279,7 @@
...
@@ -246,6 +279,7 @@
v-model=
"model.bddgrp.ben.pts.nam"
v-model=
"model.bddgrp.ben.pts.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入远期期限"
placeholder=
"请输入远期期限"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -256,6 +290,7 @@
...
@@ -256,6 +290,7 @@
v-model=
"model.bddgrp.prb.pts.ref"
v-model=
"model.bddgrp.prb.pts.ref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入交单行"
placeholder=
"请输入交单行"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -266,6 +301,7 @@
...
@@ -266,6 +301,7 @@
v-model=
"model.bddgrp.prb.pts.nam"
v-model=
"model.bddgrp.prb.pts.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入Name of Party"
placeholder=
"请输入Name of Party"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Bdtset/index.vue
View file @
bfb01b50
...
@@ -150,6 +150,26 @@ export default {
...
@@ -150,6 +150,26 @@ export default {
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{
codes
:
{
...
CodeTable
,
docsta
:[
{
label
:
"已寄单索款"
,
value
:
"A"
},
{
label
:
"已到单"
,
value
:
"B"
},
{
label
:
"已到期付款确认"
,
value
:
"C"
},
{
label
:
"待付款"
,
value
:
"D"
},
{
label
:
"付款成功"
,
value
:
"E"
},
{
label
:
"已拒付"
,
value
:
"F"
},
{
label
:
"已退单"
,
value
:
"G"
},
{
label
:
"Clean documents received"
,
value
:
"H"
},
{
label
:
"Discrepant documents received"
,
value
:
"I"
},
{
label
:
"Goods released, wait for documents"
,
value
:
"J"
},
{
label
:
"Goods released, documents received"
,
value
:
"K"
},
{
label
:
"Documents sent on approval basis"
,
value
:
"L"
},
{
label
:
"Documents taken up"
,
value
:
"M"
},
{
label
:
"Documents settled free of payment"
,
value
:
"N"
},
{
label
:
"Discrepant document received in trust"
,
value
:
"T"
},
{
label
:
"Other Type of Advice, wait for documents"
,
value
:
"O"
},
{
label
:
"Documents have been refused and returned"
,
value
:
"R"
},
],
},
},
}
}
},
},
...
...
src/views/Business/Ditdck/Litdckp.vue
View file @
bfb01b50
...
@@ -519,8 +519,10 @@
...
@@ -519,8 +519,10 @@
maxlength=
"20"
maxlength=
"20"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请输入收款行行号"
placeholder=
"请输入收款行行号"
@
keyup
.
enter
.
native=
"ptsBanknoEvent"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bddgrp.skh.pts.bankno')"
></c-input>
></c-input>
<!-- @keyup.enter.native="ptsBanknoEvent" -->
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Ditdck/index.vue
View file @
bfb01b50
...
@@ -64,6 +64,8 @@
...
@@ -64,6 +64,8 @@
</el-tab-pane>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</div>
</div>
</c-page>
</c-page>
</
template
>
</
template
>
...
...
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