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
3ec18176
Commit
3ec18176
authored
Jul 13, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
668df75e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
76 deletions
+51
-76
index.js
src/config/CodeTable/index.js
+4
-4
Detp.vue
src/views/Business/Ditopn/Detp.vue
+47
-72
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+0
-0
No files found.
src/config/CodeTable/index.js
View file @
3ec18176
...
...
@@ -260,16 +260,16 @@ const CodeTable = {
{
label
:
"Connected"
,
value
:
"C"
},
{
label
:
"Not connected"
,
value
:
"N"
},
],
avbby
0
:[
avbby
:[
{
label
:
"BY NEGOTIATION"
,
value
:
"N"
},
{
label
:
"BY PAYMENT"
,
value
:
"P"
},
{
label
:
"BY DEF PAYMENT"
,
value
:
"D"
},
{
label
:
"BY MIXED PYMT"
,
value
:
"M"
},
{
label
:
"BY ACCEPTANCE"
,
value
:
"A"
},
],
avbby
:[
{
label
:
"即期付款"
,
value
:
"
SIGT
"
},
{
label
:
"远期付款"
,
value
:
"
USNC
"
},
avbby
0
:[
{
label
:
"即期付款"
,
value
:
"
P
"
},
{
label
:
"远期付款"
,
value
:
"
D
"
},
],
avbwth
:[
{
label
:
"Issuing Bank"
,
value
:
"I"
},
...
...
src/views/Business/Ditopn/Detp.vue
View file @
3ec18176
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"12"
>
<span
v-text=
"model.ditp.fenzhu"
data-path=
".ditp.fenzhu"
>
</span>
</el-col>
<!-- ========================= Left ========================= -->
<el-col
:span=
"12"
>
<el-form-item
label=
"信用证兑付方式"
prop=
"didgrp.rec.avbby"
>
<c-select
v-model=
"model.didgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择"
>
...
...
@@ -12,123 +9,101 @@
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"分批装运货物"
prop=
"didgrp.rec.shppar"
>
<c-select
v-model=
"model.didgrp.rec.shppar"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.shppar"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"付款期限"
prop=
"didgrp.rec.tenmaxday"
>
<c-input
v-model=
"model.didgrp.rec.tenmaxday"
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"分期装运/提供服务"
prop=
"didgrp.rec.fqzytgfw"
>
<c-input
v-model=
"model.didgrp.rec.fqzytgfw"
placeholder=
"请输入"
:readonly=
"true"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"远期付款指示"
prop=
"didgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.defdet"
:readonly=
"true"
style=
"width:70%;margin-right:20px;"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
...
</c-button>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"分期装运/提供服务约定"
prop=
"didgrp.rec.fqtime"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.fqtime"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"交单期限"
prop=
"didgrp.blk.preper"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:readonly=
"this.flag"
style=
"width:70%;margin-right:20px;"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
...
</c-button>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"转运"
prop=
"didgrp.rec.shptrs"
>
<c-select
v-model=
"model.didgrp.rec.shptrs"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
label=
"NOT ALLOWED"
value=
"1"
></el-option>
<el-option
label=
"ALL OWED"
value=
"2"
></el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"didgrp.blk.preperflg"
>
<c-checkbox
v-model=
"model.didgrp.blk.preperflg"
:click=
"preperflgExtkeyEvent()"
>
修改交单期限文本
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"运输方式/服务方式"
prop=
"didgrp.rec.tratyp"
>
<el-form-item
label=
"货物运输或交货方式/服务方式"
prop=
"didgrp.rec.tratyp"
>
<c-select
v-model=
"model.didgrp.rec.tratyp"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.tratyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12
"
>
<el-form-item
label=
"货物转运地(港)"
prop=
"didgrp.rec.shpfro"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.shpfro"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input
>
<el-form-item
label=
"手输运输方式"
prop=
"didgrp.rec.sdsrfs
"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:readonly=
"true"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input
>
</el-form-item
>
<el-form-item
label=
"合同编号"
prop=
"didgrp.rec.conno"
>
<c-input
v-model=
"model.didgrp.rec.conno"
maxlength=
"35"
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"货物目的地/交货地(港)"
prop=
"didgrp.rec.shpto"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.shpto"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
<el-form-item
label=
"合同金额"
prop=
"didgrp.rec.conamt"
>
<el-col
:span=
"8"
>
<c-select
v-model=
"model.didgrp.rec.concur"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
label=
"CNY 人民币"
value=
"CNY"
></el-option>
</c-select>
</el-col>
<el-col
:span=
"16"
>
<c-input
v-model=
"model.didgrp.rec.conamt"
placeholder=
"请输入"
></c-input>
</el-col>
</el-form-item>
</el-col>
<!-- ========================= Right ========================= -->
<el-col
:span=
"12"
>
<el-form-item
label=
"手输运输方式"
prop=
"didgrp.rec.sdsrfs"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.sdsrfs"
:readonly=
"true"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
<el-form-item
label=
"分批装运货物"
prop=
"didgrp.rec.shppar"
>
<c-select
v-model=
"model.didgrp.rec.shppar"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.shppar"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"服务提供地点"
prop=
"didgrp.rec.shppro"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.rec.shppro"
:readonly=
"true"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
<el-form-item
label=
"分期装运/提供服务"
prop=
"didgrp.rec.fqzytgfw"
>
<c-input
v-model=
"model.didgrp.rec.fqzytgfw"
placeholder=
"请输入"
:readonly=
"true"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"合同编号"
prop=
"didgrp.rec.conno"
>
<c-input
v-model=
"model.didgrp.rec.conno"
maxlength=
"35"
placeholder=
"请输入"
></c-input>
<el-form-item
label=
"分期装运/提供服务约定"
prop=
"didgrp.rec.fqtime"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.fqtime"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-form-item
label=
"转运"
prop=
"didgrp.rec.shptrs"
>
<c-select
v-model=
"model.didgrp.rec.shptrs"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
label=
"NOT ALLOWED"
value=
"1"
></el-option>
<el-option
label=
"ALL OWED"
value=
"2"
></el-option>
</c-select>
</el-form-item>
<el-form-item
label=
"货物转运地(港)"
prop=
"didgrp.rec.shpfro"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shpfro"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-form-item
label=
"货物目的地/交货地(港)"
prop=
"didgrp.rec.shpto"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shpto"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
<el-form-item
label=
"服务提供地点"
prop=
"didgrp.rec.shppro"
>
<c-input
type=
"textarea"
:rows=
"3"
v-model=
"model.didgrp.rec.shppro"
:readonly=
"true"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<
!--
<
el-col
:span=
"12"
>
<el-form-item
label=
"合同币种"
prop=
"didgrp.rec.concur"
>
<c-select
v-model=
"model.didgrp.rec.concur"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
label=
"CNY 人民币"
value=
"CNY"
></el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
prop=
"didgrp.rec.conamt"
>
<c-input
v-model=
"model.didgrp.rec.conamt"
placeholder=
"请输入"
></c-input>
</el-form-item>
</el-col>
</el-col>
-->
<!--
<el-col
:span=
"12"
>
<span
v-text=
"model.ditp.sdysfs"
data-path=
".ditp.sdysfs"
>
</span>
...
...
src/views/Business/Ditopn/Ovwp.vue
deleted
100644 → 0
View file @
668df75e
This diff is collapsed.
Click to expand it.
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