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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Setpan.vue
src/views/Public/Setpan.vue
+3
-3
No files found.
src/views/Public/Setpan.vue
View file @
2aef04bc
...
...
@@ -3,19 +3,19 @@
<!-- ====================顶部==================== -->
<c-col
:span=
"6"
style=
"margin-left:9px"
>
<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>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<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>
</c-col>
<c-col
:span=
"6"
>
<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>
</c-col>
...
...
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