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
99b1a755
Commit
99b1a755
authored
3 years ago
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
布局优化
parent
962a5422
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
13 deletions
+25
-13
Detp.vue
src/views/Business/Ditopn/Detp.vue
+16
-6
Detp1.vue
src/views/Business/Ditopn/Detp1.vue
+0
-0
Tk.vue
src/views/Business/Ditopn/Tk.vue
+4
-4
index.vue
src/views/Business/Ditopn/index.vue
+2
-0
index.vue
src/views/Layout/index.vue
+1
-1
Ptap.vue
src/views/Public/Ptap.vue
+2
-2
No files found.
src/views/Business/Ditopn/Detp.vue
View file @
99b1a755
...
...
@@ -15,27 +15,37 @@
</el-form-item>
<el-form-item
label=
"远期付款指示"
prop=
"didgrp.blk.defdet"
>
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:75%;margin-right:20px;"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
:autosize=
"
{ minRows: 3,maxRows:5}">
</c-input>
<c-button
size=
"medium"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
<c-col
:span=
"20"
>
<c-input
type=
"textarea"
:disabled=
"model.didgrp.rec.avbby == 'P'"
v-model=
"model.didgrp.blk.defdet"
style=
"width:100%"
maxlength=
"140"
show-word-limit
placeholder=
"请输入"
:autosize=
"
{ minRows: 3,maxRows:5}">
</c-input>
</c-col>
<c-col
:span=
"4"
style=
"text-align: right"
>
<c-button
size=
"medium"
style=
"margin:0 0;"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDefdetButtxmsel"
>
</c-button>
</c-col>
</el-form-item>
<el-form-item
label=
"交单期限"
prop=
"didgrp.blk.preper"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:disabled=
"this.flag"
style=
"width:75%;margin-right:20px;"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
<c-button
size=
"medium"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
<c-col
:span=
"20"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.preper"
:disabled=
"this.flag"
style=
"width:100%"
maxlength=
"105"
show-word-limit
placeholder=
"请输入"
></c-input>
</c-col>
<c-col
:span=
"4"
style=
"text-align: right"
>
<c-button
size=
"medium"
type=
"primary"
style=
"margin:0 0;"
icon=
"el-icon-search"
@
click=
"onPreperButtxmsel"
>
</c-button>
</c-col>
</el-form-item>
<el-form-item
label=
""
prop=
"didgrp.blk.preperflg"
>
<c-checkbox
v-model=
"model.didgrp.blk.preperflg"
:click=
"preperflgExtkeyEvent()"
>
修改交单期限文本
</c-checkbox>
</el-form-item>
<el-form-item
label=
"货物运输或交货方式/服务方式"
prop=
"didgrp.rec.tratyp"
>
<c-select
v-model=
"model.didgrp.rec.tratyp"
style=
"width:50%"
placeholder=
"请选择"
@
change=
"recTratypChange"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<el-form-item
label=
"货物运输/交货/服务方式"
prop=
"didgrp.rec.tratyp"
>
<c-col
:span=
"10"
>
<c-select
v-model=
"model.didgrp.rec.tratyp"
style=
"width:90%"
placeholder=
"请选择"
@
change=
"recTratypChange"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<el-option
v-for=
"item in codes.tratyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-col>
</el-form-item>
<el-form-item
v-if=
"model.didgrp.rec.mytype == 'H'"
label=
"手输运输方式"
prop=
"didgrp.rec.sdsrfs"
>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/Detp1.vue
View file @
99b1a755
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/Tk.vue
View file @
99b1a755
...
...
@@ -6,25 +6,25 @@
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"货物描述"
prop=
"didgrp.blk.lcrgod"
>
<el-form-item
label=
"货物描述"
prop=
"didgrp.blk.lcrgod"
label-width=
"180px"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" >
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据要求"
prop=
"didgrp.blk.lcrdoc"
>
<el-form-item
label=
"单据要求"
prop=
"didgrp.blk.lcrdoc"
label-width=
"180px"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:70%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"附加条款"
prop=
"didgrp.blk.adlcnd"
>
<el-form-item
label=
"附加条款"
prop=
"didgrp.blk.adlcnd"
label-width=
"180px"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"给付款
丶承兑丶议付行的指示"
prop=
"didgrp.blk.insbnk
"
>
<el-form-item
label=
"给付款
/承兑/议付行的指示"
prop=
"didgrp.blk.insbnk"
label-width=
"180px
"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
</el-form-item>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Ditopn/index.vue
View file @
99b1a755
...
...
@@ -58,7 +58,9 @@
</el-tab-pane>
<el-tab-pane
label=
"单据要求"
name=
"tk"
>
<!--PD000342 -->
<c-content>
<m-tk
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!-- document rules
...
...
This diff is collapsed.
Click to expand it.
src/views/Layout/index.vue
View file @
99b1a755
...
...
@@ -5,7 +5,7 @@
<el-header
style=
"padding: 0"
>
<headerCom></headerCom>
</el-header>
<
div
style=
"height: 8px"
></div
>
<
!--
<div
style=
"height: 8px"
></div>
--
>
<el-container>
<el-aside
width=
"200px"
style=
"background-color: white"
>
<sideMenu></sideMenu>
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/Ptap.vue
View file @
99b1a755
...
...
@@ -68,7 +68,7 @@
<template
v-else
>
<c-col
:span=
"24"
>
<el-form-item
label=
"名称"
label=
"
电证
名称"
:prop=
"`$
{argadr.grp}.${argadr.rol}.namelc`"
>
<c-input
...
...
@@ -85,7 +85,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地址"
label=
"
电证
地址"
:prop=
"`$
{argadr.grp}.${argadr.rol}.adrelc`"
>
<c-input
...
...
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