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
863397ba
Commit
863397ba
authored
Mar 09, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getame修改
parent
c5ef2530
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
Cfap.vue
src/views/Business/Brtudp/Cfap.vue
+1
-1
Payp.vue
src/views/Business/Brtudp/Payp.vue
+2
-2
Ameps20.vue
src/views/Business/Getame/Ameps20.vue
+0
-1
Ovwp1.vue
src/views/Business/Getame/Ovwp1.vue
+4
-1
No files found.
src/views/Business/Brtudp/Cfap.vue
View file @
863397ba
...
...
@@ -6,7 +6,7 @@
v-model=
"model.cfabrt.cfaflg"
style=
"width: 100%"
placeholder=
"请选择数据采集标志"
:code=
"codes.cfaflg"
:code=
"codes.cfaflg
1
"
@
change=
"eventFunction('cfabrt.cfaflg')"
>
</c-select>
...
...
src/views/Business/Brtudp/Payp.vue
View file @
863397ba
...
...
@@ -290,7 +290,7 @@
<c-input
v-model=
"model.aamset.utlamt"
placeholder=
"请输入单据金额"
:disabled=
"model.brdgrp.rec.acpnowflg == ''"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -312,7 +312,7 @@
<c-input
v-model=
"model.aamset.utlamt2"
placeholder=
"请输入附加金额"
:disabled=
"model.brdgrp.rec.acpnowflg == ''"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Getame/Ameps20.vue
View file @
863397ba
...
...
@@ -183,7 +183,6 @@
>
<c-select
v-model=
"model.gitamep.ramrol"
:disabled=
"model.trnmod.swiadd.amemsgdonflg == ''"
style=
"width: 100%"
placeholder=
"请输入保函修改的收件人"
>
...
...
src/views/Business/Getame/Ovwp1.vue
View file @
863397ba
...
...
@@ -1070,7 +1070,10 @@
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
codes
:
{
...
CodeTable
}
,
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
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