Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
0327e78b
Commit
0327e78b
authored
Nov 01, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxysdb 交易修改
parent
1064ae5a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
30 deletions
+18
-30
index.js
src/config/CodeTable/index.js
+4
-1
index.js
src/page/Frontend/Nxysdb/event/index.js
+3
-3
Check.js
src/page/Frontend/Nxysdb/model/Check.js
+3
-3
index.js
src/page/Frontend/Nxysdb/model/index.js
+3
-5
Mainpanel.vue
src/page/Frontend/Nxysdb/views/Mainpanel.vue
+4
-17
addDialog.vue
src/page/Frontend/Nxysdb/views/addDialog.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
0327e78b
...
...
@@ -12935,6 +12935,9 @@ const CodeTable = {
{
label
:
"排队调整申请中"
,
value
:
"4"
},
{
label
:
"撤销申请"
,
value
:
"3"
},
],
dtatyp
:
[
{
value
:
'1'
,
label
:
'参与者信息'
},
{
value
:
'2'
,
label
:
'直间参关系'
}
]
};
export
default
CodeTable
;
src/page/Frontend/Nxysdb/event/index.js
View file @
0327e78b
...
...
@@ -5,7 +5,7 @@ import Utils from "~/utils";
export
default
{
methods
:
{
async
handleSearch
()
{
let
begdat
=
this
.
model
.
fdd
p
.
begdat
;
let
begdat
=
this
.
model
.
nxp
p
.
begdat
;
if
(
!
begdat
||
begdat
==
""
)
{
this
.
$notify
.
error
({
title
:
this
.
$t
(
"financing.错误"
),
...
...
@@ -13,7 +13,7 @@ export default {
});
return
;
}
let
enddat
=
this
.
model
.
fdd
p
.
enddat
;
let
enddat
=
this
.
model
.
nxp
p
.
enddat
;
if
(
!
enddat
||
enddat
==
""
)
{
this
.
$notify
.
error
({
title
:
this
.
$t
(
"financing.错误"
),
...
...
@@ -24,7 +24,7 @@ export default {
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/frontend/nxysdb/query"
,
{
...
this
.
model
.
fdd
p
,
...
this
.
model
.
nxp
p
,
pageNum
:
this
.
pagination
.
pageNum
,
pageSize
:
this
.
pagination
.
pageSize
});
...
...
src/page/Frontend/Nxysdb/model/Check.js
View file @
0327e78b
export
default
{
"
fdd
p.begdat"
:
[
"
nxp
p.begdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"
fdd
p.enddat"
:
[
"
nxp
p.enddat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"
fdd
p.filnam"
:
[
"
nxp
p.filnam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
0
,
message
:
"长度不能超过0"
}
],
...
...
src/page/Frontend/Nxysdb/model/index.js
View file @
0327e78b
...
...
@@ -3,11 +3,9 @@ import moment from "moment";
export
default
class
Nxysdb
{
constructor
()
{
this
.
data
=
{
fddp
:
{
begdat
:
moment
(
new
Date
()).
add
(
-
3
,
'd'
).
format
(
'YYYY-MM-DD'
),
// 导入起始日期 .fddp.begdat
enddat
:
moment
(
new
Date
()).
format
(
'YYYY-MM-DD'
),
// 导入截止日期 .fddp.enddat
filtyp
:
""
,
// 文件类型 .fddp.filtyp
filnam
:
""
,
// 文件名 .fddp.filnam
nxpp
:
{
dtatyp
:
""
,
// 文件类型 .nxpp.filtyp
cod
:
""
,
// 文件名 .nxpp.filnam
},
cpsfxdgrp
:
{
fxdlst
:
[],
// .cpsfxdgrp.fxdlst
...
...
src/page/Frontend/Nxysdb/views/Mainpanel.vue
View file @
0327e78b
...
...
@@ -6,26 +6,13 @@
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
文件类型"
prop=
"fddp.fil
typ"
style=
"width: 100%"
>
<c-select
v-model=
"model.
fddp.filtyp"
style=
"width: 100%"
placeholder=
"请选择文件类型"
dbCode=
"FIL
TYP"
/>
<el-form-item
label=
"
基础数据类型"
prop=
"nxpp.dta
typ"
style=
"width: 100%"
>
<c-select
v-model=
"model.
nxpp.dtatyp"
style=
"width: 100%"
placeholder=
"请选择基础数据类型"
dbCode=
"DTA
TYP"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"文件名"
prop=
"fddp.filnam"
style=
"width: 100%"
>
<c-input
v-model=
"model.fddp.filnam"
style=
"width: 100%"
placeholder=
"请输入文件名"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"导入日期"
prop=
"rcvdatsta"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.fddp.begdat"
style=
"width: 100%"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.fddp.enddat"
style=
"width: 100%"
></c-date-picker>
</c-col>
<el-form-item
label=
"参与者行号"
prop=
"nxpp.cod"
style=
"width: 100%"
>
<c-input
v-model=
"model.nxpp.cod"
style=
"width: 100%"
placeholder=
"请输入参与者行号"
/>
</el-form-item>
</c-col>
</c-col>
...
...
src/page/Frontend/Nxysdb/views/addDialog.vue
View file @
0327e78b
...
...
@@ -9,7 +9,7 @@
:on-success=
"handleSuccess"
:limit=
"1"
:show-file-list=
"false"
accept=
".x
ml
"
accept=
".x
ls,.xlsx
"
>
<c-button
slot=
"trigger"
size=
"small"
type=
"primary"
>
导入
</c-button>
</el-upload>
...
...
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