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
421a22d3
Commit
421a22d3
authored
Aug 16, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letcan/betdrv/betsnd交易文本类弹出框回填
parent
e04ed4c1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
57 additions
and
26 deletions
+57
-26
Pattern.js
src/model/Betsnd/Pattern.js
+3
-3
Drv.vue
src/views/Business/Betdrv/Drv.vue
+15
-10
Dscins.vue
src/views/Business/Betdrv/Dscins.vue
+8
-4
index.vue
src/views/Business/Betdrv/index.vue
+7
-0
Dscins.vue
src/views/Business/Betsnd/Dscins.vue
+8
-4
Libp.vue
src/views/Business/Betsnd/Libp.vue
+3
-2
Rgfdet.vue
src/views/Business/Betsnd/Rgfdet.vue
+4
-2
index.vue
src/views/Business/Betsnd/index.vue
+7
-0
Canp.vue
src/views/Business/Letcan/Canp.vue
+2
-1
No files found.
src/model/Betsnd/Pattern.js
View file @
421a22d3
...
...
@@ -506,7 +506,7 @@ export default {
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnylib.sforeigncountrycode"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
...
...
@@ -521,7 +521,7 @@ export default {
],
"cnybop.cnylib.famt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -537,7 +537,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"cnybop.saddwordlib"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"liaall.limmod.ecifno"
:[
...
...
src/views/Business/Betdrv/Drv.vue
View file @
421a22d3
...
...
@@ -175,14 +175,15 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.opn1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
class=
"m-input-currency"
placeholder=
"请输入Balance"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
</c-col>
...
...
@@ -228,7 +229,7 @@
style=
"width: 100%"
placeholder=
"请选择Received on"
value-format=
"yyyy-MM-dd"
:disabled=
"model.bedgrp.rec.doctypcod=='E'"
disabled
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -327,6 +328,7 @@
v-model=
"model.bedgrp.apl.pts.nam"
maxlength=
"40"
placeholder=
"请输入Name of Party"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -406,22 +408,28 @@
</c-col> -->
<!-- <c-col :span="24" v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"> -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"6"
>
<span
class=
"span_oridoclab"
style=
"width: 100%;"
>
</span>
</c-col>
<c-col
:span=
"6"
>
<span
v-text=
"model.oridoclab"
data-path=
".oridoclab"
class=
"span_oridoclab"
style=
"width: 100%;"
style=
"width: 100%;"
v-show=
"model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldbedgrp.cbs.max.amt"
>
<c-input
<c-input
-currency
v-model=
"model.oldbedgrp.cbs.max.amt"
style=
"width: 100%"
class=
"m-input-currency"
placeholder=
"请输入Balance"
disabled
v-show=
"model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -445,7 +453,6 @@
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
class=
"m-input-currency"
:disabled=
"model.bedgrp.cbs.opn2.amt==0"
></c-input>
<!-- :disabled="model.betp.adaflg==''"
:disabled="model.bedgrp.cbs.opn2.amt==0"-->
...
...
@@ -628,9 +635,7 @@
>
</c-ptap1>
</c-col>
</c-col>
</c-col>
</div>
</template>
...
...
src/views/Business/Betdrv/Dscins.vue
View file @
421a22d3
...
...
@@ -21,9 +21,10 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDocdisButtxmsel"
:disabled=
"model.bedgrp.blk.docdisflg==''"
@
click=
"showGridPromptDialog('betp.docdis.buttxmsel',null,null,
{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')"
>
<!-- @click="onDocdisButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -47,8 +48,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onIntdisButtxmsel
"
@
click=
"
showGridPromptDialog('betp.intdis.buttxmsel',null,null,
{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onIntdisButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -72,8 +74,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onComconButtxmsel
"
@
click=
"
showGridPromptDialog('betp.comcon.buttxmsel',null,null,
{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onComconButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -100,8 +103,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSetinstxmButtxmsel
"
@
click=
"
showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,
{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onSetinstxmButtxmsel" -->
...
</c-button>
</c-col>
...
...
src/views/Business/Betdrv/index.vue
View file @
421a22d3
...
...
@@ -107,6 +107,13 @@
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
src/views/Business/Betsnd/Dscins.vue
View file @
421a22d3
...
...
@@ -22,8 +22,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onIntdisButtxmsel
"
@
click=
"
showGridPromptDialog('betp.intdis.buttxmsel',null,null,
{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onIntdisButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -47,8 +48,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onComconButtxmsel
"
@
click=
"
showGridPromptDialog('betp.comcon.buttxmsel',null,null,
{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onComconButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -75,8 +77,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onSetinstxmButtxmsel
"
@
click=
"
showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,
{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onSetinstxmButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -105,9 +108,10 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onDocdisButtxmsel
"
@
click=
"
showGridPromptDialog('betp.docdis.buttxmsel',null,null,
{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')
"
:disabled="model.bedgrp.blk.docdisflg==''"
>
<!-- @click="onDocdisButtxmsel" -->
...
</c-button>
</c-col>
...
...
src/views/Business/Betsnd/Libp.vue
View file @
421a22d3
...
...
@@ -69,15 +69,16 @@
v-model=
"model.cnybop.cnylib.sforeigncountrycode"
maxlength=
"3"
placeholder=
"请输入境外企业国别地区代码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog
('cnybop.cnylib.sforeigncountrycode')"
@
keyup
.
enter
.
native=
"
eventFunction
('cnybop.cnylib.sforeigncountrycode')"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onLibctySelbut1
"
@
click=
"
showGridPromptDialog('cnybop.libcty.selbut1',null,null,
{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onLibctySelbut1" -->
?
</c-button>
</
template
>
...
...
src/views/Business/Betsnd/Rgfdet.vue
View file @
421a22d3
...
...
@@ -19,8 +19,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onUsatxtButtxmsel
"
@
click=
"
showGridPromptDialog('bedsnd.usatxt.buttxmsel',null,null,
{TXT:'bedsnd.usadet'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onUsatxtButtxmsel" -->
...
</c-button>
</c-col>
...
...
@@ -46,8 +47,9 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onRgfphrButtxmsel
"
@
click=
"
showGridPromptDialog('bedsnd.rgfphr.buttxmsel',null,null,
{TXT:'bedsnd.addphr'},{TXT:false},'doxpDialog')
"
>
<!-- @click="onRgfphrButtxmsel" -->
...
</c-button>
</c-col>
...
...
src/views/Business/Betsnd/index.vue
View file @
421a22d3
...
...
@@ -109,6 +109,13 @@
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
src/views/Business/Letcan/Canp.vue
View file @
421a22d3
...
...
@@ -304,11 +304,12 @@
placeholder=
"请输入Narrative"
></c-input>
<template
slot=
"footer"
>
<!-- @click="onCanletButtxmsel" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
onCanletButtxmsel
"
@
click=
"
showGridPromptDialog('letcanp.canlet.buttxmsel', null, null,
{TXT: 'letcanf.strinf'}, {TXT: false},'doxpDialog')
"
>
...
</c-button>
...
...
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