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
023ae280
Commit
023ae280
authored
Sep 01, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitset优化
parent
271f1045
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
11 deletions
+17
-11
index.js
src/config/CodeTable/index.js
+5
-0
Basp1.vue
src/views/Business/Bctset/Basp1.vue
+4
-4
Gitsetp1.vue
src/views/Business/Gctcan/Gitsetp1.vue
+2
-5
Gitsetp1.vue
src/views/Business/Gitcrj/Gitsetp1.vue
+6
-2
No files found.
src/config/CodeTable/index.js
View file @
023ae280
...
...
@@ -5013,6 +5013,11 @@ const CodeTable = {
{
label
:
"Reverse Booking (Document Set)"
,
value
:
"N"
},
{
label
:
"Reverse Booking (Doc. Set, L/C)"
,
value
:
"B"
},
],
rebkpflg2
:
[
{
label
:
"Reverse Booking (Claim)"
,
value
:
"N"
},
{
label
:
"Reverse Booking (Claim, Guarantee)"
,
value
:
"B"
},
// { label: "Contract already settled" ,value: "A"}
],
refper
:
[
{
label
:
"Same Week"
,
value
:
"W="
},
{
label
:
"Same Half-Year"
,
value
:
"H="
},
...
...
src/views/Business/Bctset/Basp1.vue
View file @
023ae280
...
...
@@ -10,7 +10,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"操作类型"
prop=
"bopmod.dbfgrp.bas.actiontype"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.actiontype"
style=
"width:100%"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.actiontype"
:code=
"codes.actiontype"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -29,7 +29,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人类型"
prop=
"bopmod.dbfgrp.bas.custype"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.custype"
style=
"width:100%"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.custype"
:code=
"codes.custype"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -65,7 +65,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"付款币种及金额"
prop=
"bopmod.dbfgrp.bas.txccy"
>
<c-select
v-model=
"model.bopmod.dbfgrp.bas.txccy"
style=
"width:100%"
>
<c-select
v-model=
"model.bopmod.dbfgrp.bas.txccy"
:code=
"codes.curtxt1"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -104,7 +104,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"结算方式"
prop=
"bopmod.dbfgrp.bas.methods"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.methods"
style=
"width:100%"
>
<c-select
disabled
v-model=
"model.bopmod.dbfgrp.bas.methods"
:code=
"codes.methods"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Gctcan/Gitsetp1.vue
View file @
023ae280
...
...
@@ -349,7 +349,7 @@
style=
"width: 100%"
placeholder=
"请选择Booking Procedure"
><el-option
v-for=
"item in
rebkpflg
"
v-for=
"item in
codes.rebkpflg2
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -530,10 +530,7 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
rebkpflg
:
[
{
label
:
"Reverse Booking (Claim)"
,
value
:
"1"
},
{
label
:
"Reverse Booking (Claim, Guarantee)"
,
value
:
"2"
},
],
};
},
methods
:
{
...
Event
},
...
...
src/views/Business/Gitcrj/Gitsetp1.vue
View file @
023ae280
...
...
@@ -205,7 +205,7 @@
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
placeholder=
"请选择type of Undertaking"
:code=
"
codes.
typgar2"
:code=
"typgar2"
>
</c-select>
</el-form-item>
...
...
@@ -949,7 +949,11 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
rejtypsel
:
"1"
rejtypsel
:
"1"
,
typgar2
:
[
{
label
:
"农民工工资保函"
,
value
:
"1"
},
{
label
:
"农民工工资保函2"
,
value
:
"2"
},
],
};
},
methods
:
{
...
Event
},
...
...
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