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
fe7917e0
Commit
fe7917e0
authored
Aug 31, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Getcan
parent
0b64bc69
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
13 deletions
+17
-13
index.js
src/model/Getcan/index.js
+1
-0
Canp.vue
src/views/Business/Getcan/Canp.vue
+5
-4
index.vue
src/views/Business/Getcan/index.vue
+2
-2
Gitsetp1.vue
src/views/Business/Gitcrj/Gitsetp1.vue
+9
-7
No files found.
src/model/Getcan/index.js
View file @
fe7917e0
...
...
@@ -48,6 +48,7 @@ export default class Getcan{
redamt
:
""
,
// Reduced Amount to be Paid .gidgrp.rec.redamt
outcur
:
""
,
// Amount Outstanding .gidgrp.rec.outcur
outamt
:
""
,
// Outstanding Amount .gidgrp.rec.outamt
purpos
:
""
,
},
cbs
:{
max
:{
...
...
src/views/Business/Getcan/Canp.vue
View file @
fe7917e0
...
...
@@ -146,12 +146,13 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Purpose of Message"
prop=
"gidgrp.rec.purpos"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.gidgrp.rec.purpos"
disabled
maxlength=
"16"
placeholder=
"请输入"
></c-input>
style=
"width: 100%"
placeholder=
""
:code=
"codes.purpos"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Getcan/index.vue
View file @
fe7917e0
...
...
@@ -83,7 +83,7 @@ import Doctre from "~/views/Public/Doctre"
import
Docpan
from
"~/views/Public/Docpan"
import
Setpan
from
"~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
//
import Mt769p from "./Mt769p"
import
Mt769p
from
"./Mt769p"
export
default
{
...
...
@@ -96,7 +96,7 @@ export default {
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
//
"m-mt769p" : Mt769p,
"m-mt769p"
:
Mt769p
,
},
provide
()
{
return
{
...
...
src/views/Business/Gitcrj/Gitsetp1.vue
View file @
fe7917e0
...
...
@@ -358,13 +358,13 @@
<el-card
class=
"box-card"
>
<
template
>
<el-radio
v-model=
"
model.
rejtypsel"
label=
"
Pending instructions
"
></el-radio>
v-model=
"rejtypsel"
label=
"
1
"
>
Pending instructions
</el-radio>
<el-radio
v-model=
"
model.
rejtypsel"
label=
"
Outright,return documents
"
></el-radio>
v-model=
"rejtypsel"
label=
"
2
"
>
Outright,return documents
</el-radio>
</
template
>
</el-card>
</c-col>
...
...
@@ -948,7 +948,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
rejtypsel
:
"1"
};
},
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