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
566002e3
Commit
566002e3
authored
Aug 03, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bftdrv交易Bug解决
parent
5ad1c701
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
7 deletions
+33
-7
Pattern.js
src/model/Bftsnd/Pattern.js
+1
-1
Drv.vue
src/views/Business/Bftdrv/Drv.vue
+26
-6
index.vue
src/views/Business/Bftdrv/index.vue
+6
-0
No files found.
src/model/Bftsnd/Pattern.js
View file @
566002e3
...
...
@@ -18,7 +18,7 @@ export default {
"dedgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bftp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Bftdrv/Drv.vue
View file @
566002e3
...
...
@@ -29,7 +29,7 @@
disabled
>
<span
style=
"font-size: 15px; font-family: '宋体'; font-weight: bold"
style=
"font-size: 15px; font-family: '宋体'; font-weight: bold"
>
i
</span
>
</c-button>
...
...
@@ -78,7 +78,7 @@
disabled
>
<span
style=
"font-size: 15px; font-family: '宋体'; font-weight: bold"
style=
"font-size: 15px; font-family: '宋体'; font-weight: bold"
>
i
</span
>
</c-button>
...
...
@@ -293,7 +293,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptsmsg
:model=
"model"
...
...
@@ -333,7 +333,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"单据金额"
prop=
"bfdgrp.cbs.max.cur"
>
...
...
@@ -350,6 +350,22 @@
<c-input
v-model=
"model.bfdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
@
keyup
.
enter
.
native=
"show=!show"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
v-if=
"show==true"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldbfdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.oldbfdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -490,9 +506,10 @@
v-model=
"model.bfdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择交单人"
@
change=
"selectOrCheckboxRule('bfdgrp.rec.docprbrol')"
>
<el-option
v-for=
"item in codes.docprbrol"
v-for=
"item in codes.docprbrol
0
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -513,6 +530,7 @@
:noRef="true"
:disabled="true"
:isAdrblk="false"
:disabledExtkey="model.bfdgrp.rec.docprbrol == 'BEN'"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
>
...
...
@@ -1077,7 +1095,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
show
:
false
,
};
},
computed
:
{
flag
()
{
...
...
src/views/Business/Bftdrv/index.vue
View file @
566002e3
...
...
@@ -64,6 +64,12 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
@
select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
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