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
86f64f24
Commit
86f64f24
authored
Aug 02, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函页面字段补充
parent
f1fa7571
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletions
+47
-1
index.js
src/config/CodeTable/index.js
+4
-0
Docpan.vue
src/views/Public/Docpan.vue
+43
-1
No files found.
src/config/CodeTable/index.js
View file @
86f64f24
...
...
@@ -6864,5 +6864,9 @@ const CodeTable = {
{
label
:
"HK HONG KONG"
,
value
:
"HK"
},
{
label
:
"GB Great Britain"
,
value
:
"GB"
},
],
trndoc_advdoc
:[
{
label
:
"经核验,证实电相符/印鉴相符。"
,
value
:
""
},
{
label
:
"信用证真实性待核实。"
,
value
:
"2"
},
],
}
export
default
CodeTable
;
src/views/Public/Docpan.vue
View file @
86f64f24
...
...
@@ -151,7 +151,49 @@
>
</
template
>
</el-table-column>
</c-istream-table-docpan>
</c-istream-table-docpan>
</c-col>
<c-col
:span=
"12"
style=
"margin-top:20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"国内证落款"
prop=
"trnmod.trndoc.advnam"
>
<c-input
v-model=
"model.trnmod.trndoc.advnam"
maxlength=
"50"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"修改申请人名称"
prop=
"trnmod.trndoc.amdapl"
v-if=
" root.trnName== 'detame' || root.trnName == 'bftsnd'"
>
<c-input
v-model=
"model.trnmod.trndoc.amdapl"
maxlength=
"100"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"国内证通知书"
prop=
"trnmod.trndoc.advdoc"
v-if=
" root.trnName== 'detopn' || root.trnName == 'detame'"
>
<c-select
v-model=
"model.trnmod.trndoc.advdoc"
placeholder=
"请选择"
style=
"width: 100%"
:code=
"codes.trndoc_advdoc"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<
template
>
<el-dialog
...
...
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