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
2aef04bc
Commit
2aef04bc
authored
Sep 09, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改setpan disable显示
parent
a70ae51e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Setpan.vue
src/views/Public/Setpan.vue
+12
-12
No files found.
src/views/Public/Setpan.vue
View file @
2aef04bc
<
template
>
<
template
>
<c-row
class=
"eibs-tab"
>
<c-row
class=
"eibs-tab"
>
<!-- ====================顶部==================== -->
<!-- ====================顶部==================== -->
<c-col
:span=
"6"
style=
"margin-left:9px"
>
<c-col
:span=
"6"
style=
"margin-left:9px"
>
<el-form-item
label=
"参考号"
label-width=
"50px"
>
<el-form-item
label=
"参考号"
label-width=
"50px"
>
<c-input
v-model=
"model.setmod.ref"
maxlength=
"16"
:readonly=
"true"
placeholder=
"请输入our reference"
>
<c-input
v-model=
"model.setmod.ref"
maxlength=
"16"
:
disabled=
"true"
:
readonly=
"true"
placeholder=
"请输入our reference"
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
>
<c-col
:span=
"4"
>
<el-form-item
label=
"结算金额"
label-width=
"100px"
>
<el-form-item
label=
"结算金额"
label-width=
"100px"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"CNY"
:readonly=
"true"
></c-input>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"CNY"
:
disabled=
"true"
:
readonly=
"true"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"6"
>
<el-form-item
label=
""
label-width=
"7px"
>
<el-form-item
label=
""
label-width=
"7px"
>
<c-input
v-model=
"model.setmod.docamt"
:readonly=
"true"
placeholder=
"请输入document amount"
></c-input>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -259,8 +259,8 @@
...
@@ -259,8 +259,8 @@
</c-table>
</c-table>
</c-col>
</c-col>
<div
style=
"height=500px"
>
<div
style=
"height=500px"
>
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
</div>
</div>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<el-form-item
class=
"formItemLabel"
label=
"Settlement:"
label-width=
"100px"
>
<el-form-item
class=
"formItemLabel"
label=
"Settlement:"
label-width=
"100px"
>
<span
style=
"color:red"
>
{{ this.model.setmod.dspflg == 'C'? "temporary":"" }}
</span>
<span
style=
"color:red"
>
{{ this.model.setmod.dspflg == 'C'? "temporary":"" }}
</span>
...
@@ -298,12 +298,12 @@
...
@@ -298,12 +298,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"Account"
prop=
"act"
width=
"auto"
>
<el-table-column
label=
"Account"
prop=
"act"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-form-item
label=
"0"
:prop=
"'setglg.setgll.' + scope.$index + '.act'"
>
<el-form-item
label=
"0"
:prop=
"'setglg.setgll.' + scope.$index + '.act'"
>
<c-select
v-model=
"scope.row.act"
>
<c-select
v-model=
"scope.row.act"
>
<el-option
v-for=
"item in scope.act"
:key=
"item.value"
:label=
"item.label"
<el-option
v-for=
"item in scope.act"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
:value=
"item.value"
>
</el-option>
</el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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