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
6d896804
Commit
6d896804
authored
Oct 09, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面效果调整
parent
d33fcb8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
25 deletions
+19
-25
Finp.vue
src/views/Business/Cptopn/Finp.vue
+3
-1
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+14
-23
Wg.vue
src/views/Business/Cptopn/Wg.vue
+2
-1
No files found.
src/views/Business/Cptopn/Finp.vue
View file @
6d896804
...
...
@@ -520,7 +520,9 @@ export default {
return
{
};
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
onSeainf
(){}
},
created
:
function
()
{},
};
</
script
>
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
6d896804
...
...
@@ -7,7 +7,7 @@
<c-input
v-model=
"model.cptp.recget.sdamod.dadsnd"
placeholder=
""
readonly
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -27,7 +27,7 @@
v-model=
"model.cpdgrp.rec.nam"
maxlength=
"16"
placeholder=
""
readonly
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -113,7 +113,7 @@
v-model=
"model.cpdgrp.rec.othbch"
maxlength=
"8"
placeholder=
""
readonly
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -165,6 +165,7 @@
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
""
disabled
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -322,12 +323,7 @@
style=
"width: 100%"
placeholder=
""
v-model=
"model.cpdgrp.rec.swftyp"
:disabled=
"
model.cpdgrp.cbs.nom1.amt === '0.000' ||
model.cptp.liqtyp==='B' ||
model.cptp.liqtyp==='O' ||
model.cpdgrp.cbs.nom1.amt === ''
"
:disabled=
"model.cptp.liqtyp!='C' && model.cptp.liqtyp!='S'"
>
<el-option
v-for=
"item in codes.swftyp"
...
...
@@ -372,10 +368,7 @@
style=
"width: 100%"
placeholder=
"请选择清算模式"
:disabled=
"
model.cpdgrp.cbs.nom1.amt === '0.000' ||
model.cpdgrp.cbs.nom1.amt === '0' ||
model.cpdgrp.cbs.nom1.amt === ''
"
model.cpdgrp.cbs.nom1.amt === '0.000' "
>
<el-option
v-for=
"item in liqtypOptions"
...
...
@@ -414,7 +407,7 @@
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
readonly
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -422,7 +415,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
readonly
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
...
...
@@ -442,7 +435,7 @@
<c-input
type=
"textarea"
placeholder=
""
readonly
disabled
rows=
"9"
style=
"width: 90%"
></c-input>
...
...
@@ -456,7 +449,7 @@
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
readonly
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -468,7 +461,6 @@
style=
"width: 90%"
maxlength=
"35"
placeholder=
""
readonly
></c-input>
</el-form-item>
</c-col>
...
...
@@ -476,7 +468,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
readonly
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
...
...
@@ -496,7 +488,7 @@
<c-input
type=
"textarea"
placeholder=
""
readonly
disabled
rows=
"9"
style=
"width: 90%"
></c-input>
...
...
@@ -509,7 +501,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
readonly
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
...
...
@@ -525,7 +517,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
readonly
style=
"width: 90%"
></c-input>
<c-input
placeholder=
""
disabled
style=
"width: 90%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -2313,7 +2305,6 @@ export default {
mixins
:
[
CommonProcess
],
data
()
{
return
{
model3
:
""
,
trntyp
:
[
{
value
:
"0"
,
label
:
"贸易"
},
{
value
:
"1"
,
label
:
"非贸易"
},
...
...
src/views/Business/Cptopn/Wg.vue
View file @
6d896804
...
...
@@ -19,7 +19,7 @@
</c-col>
<c-col
:span=
"7"
:offset=
"1"
>
<c-checkbox
v-model=
"model.bopmod.basflg"
>
基础数据
</c-checkbox>
<c-checkbox
v-model=
"model.bopmod.basflg"
:disabled=
"model.bopmod.szflg==='3'||model.bopmod.szflg===''"
>
基础数据
</c-checkbox>
</c-col>
<c-col
:span=
"16"
>
...
...
@@ -28,6 +28,7 @@
v-model=
"model.bopmod.acttyp"
style=
"width: 100%"
placeholder=
"请选择"
:disabled=
"model.bopmod.szflg==='2'"
>
<el-option
v-for=
"item in codes.acttyp"
...
...
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