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
221dfd12
Commit
221dfd12
authored
Mar 02, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
码表显示问题
parent
04b695ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
index.js
src/model/Gitatt/index.js
+2
-0
index.js
src/model/Gitfee/index.js
+2
-0
Gitfrep1.vue
src/views/Business/Gitatt/Gitfrep1.vue
+3
-1
Gitsetp1.vue
src/views/Business/Gitfee/Gitsetp1.vue
+7
-2
No files found.
src/model/Gitatt/index.js
View file @
221dfd12
...
...
@@ -33,6 +33,8 @@ export default class Gitatt{
purpos
:
""
,
exptyp
:
""
,
liatypc
:
""
,
purposin
:
""
,
purpos
:
""
,
},
cbs
:{
max
:{
...
...
src/model/Gitfee/index.js
View file @
221dfd12
...
...
@@ -29,6 +29,8 @@ export default class Gitfee {
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Valid until .gidgrp.rec.expdat
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
purposin
:
""
,
purpos
:
""
,
},
cbs
:
{
max
:
{
...
...
src/views/Business/Gitatt/Gitfrep1.vue
View file @
221dfd12
...
...
@@ -279,7 +279,9 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
codes
:
{
...
CodeTable
,
},
}
},
methods
:{...
Event
},
...
...
src/views/Business/Gitfee/Gitsetp1.vue
View file @
221dfd12
...
...
@@ -69,7 +69,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"保函种类"
prop=
"gidgrp.rec.gartyp"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
placeholder=
"请选择保函种类"
:code=
"codes.typgar
2
"
>
:code=
"codes.typgar"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -139,13 +139,18 @@
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Event
from
"~/model/Gitfee/Event"
import
CodeTable
from
"~/config/CodeTable"
;
export
default
{
inject
:
[
'root'
],
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