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
e1cc6599
Commit
e1cc6599
authored
Dec 15, 2022
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易页面优化
parent
68b126fa
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
37 deletions
+40
-37
cur.js
src/service/test/cur.js
+1
-1
Atp.js
src/views/Statics/Dbiatp/Atp.js
+1
-0
AtpInfo.vue
src/views/Statics/Dbiatp/AtpInfo.vue
+1
-1
Currency.vue
src/views/Statics/Dbicur/Currency.vue
+1
-1
index.vue
src/views/Statics/Dbicur/index.vue
+3
-3
Trl.js
src/views/Statics/Dbitrl/Trl.js
+1
-2
index.vue
src/views/Statics/Dbitrl/index.vue
+1
-1
Cur.js
src/views/Statics/Infcur/Cur.js
+1
-2
Infsea.vue
src/views/Statics/Infcur/Infsea.vue
+30
-26
No files found.
src/service/test/cur.js
View file @
e1cc6599
...
...
@@ -17,7 +17,7 @@ export function edit(data) {
}
export
function
deleteById
(
data
)
{
return
Api
.
post
(
`/manager/cur/deleteById
`
,
data
)
return
Api
.
post
(
`/manager/cur/deleteById
?inr=
${
data
}
`
)
}
// export function addAdrData(inr, data) {
...
...
src/views/Statics/Dbiatp/Atp.js
View file @
e1cc6599
...
...
@@ -88,6 +88,7 @@ export const Pattern = {
{
"max"
:
1
,
"message"
:
"最大长度1个字符"
,
"trigger"
:
"blur"
}
],
"dealtim"
:
[
{
"required"
:
true
,
"message"
:
"无法保存数据"
}
],
}
...
...
src/views/Statics/Dbiatp/AtpInfo.vue
View file @
e1cc6599
...
...
@@ -160,7 +160,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交易处理时间"
prop=
"dealtim"
>
<c-input-currency
class=
"input-currency-left"
<c-input-currency
value=
"0.0"
class=
"input-currency-left"
v-model=
"model.dealtim"
placeholder=
"请输入交易处理时间"
>
...
...
src/views/Statics/Dbicur/Currency.vue
View file @
e1cc6599
...
...
@@ -103,7 +103,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"最大金额"
prop=
"maxamt"
>
<c-input-currency
v-model=
"model.maxamt"
placeholder=
"请输入最大金额"
>
<c-input-currency
class=
"input-currency-left"
v-model=
"model.maxamt"
placeholder=
"请输入最大金额"
>
</c-input-currency>
</el-form-item>
</c-col>
...
...
src/views/Statics/Dbicur/index.vue
View file @
e1cc6599
...
...
@@ -7,9 +7,9 @@
</c-content>
</el-form>
<div
style=
"text-align: center"
>
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitAdd"
v-if=
"type === 'add'"
>
提 交
1
</c-button>
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitEdit"
v-if=
"type === 'edit'"
>
提 交
2
</c-button>
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitDelete"
v-if=
"type === 'delete'"
>
提 交
3
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitAdd"
v-if=
"type === 'add'"
>
提 交
</c-button>
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitEdit"
v-if=
"type === 'edit'"
>
提 交
</c-button>
<c-button
type=
"primary"
style=
"margin-right: 10px"
@
click=
"commitDelete"
v-if=
"type === 'delete'"
>
提 交
</c-button>
<c-button
type=
"primary"
@
click=
"goBack"
>
返 回
</c-button>
</div>
...
...
src/views/Statics/Dbitrl/Trl.js
View file @
e1cc6599
...
...
@@ -26,8 +26,7 @@ export const Pattern = {
{
"max"
:
6
,
"message"
:
"最大长度6个字符"
,
"trigger"
:
"blur"
}
],
"relcur"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
3
,
"message"
:
"最大长度3个字符"
,
"trigger"
:
"blur"
}
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
},
],
"relamt"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"trigger"
:
"blur"
},
...
...
src/views/Statics/Dbitrl/index.vue
View file @
e1cc6599
...
...
@@ -127,7 +127,7 @@ export default {
edit
(
this
.
model
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
"保存成功!"
);
this
.
goBack
()
this
.
goBack
(
true
)
})
.
catch
((
err
)
=>
{
this
.
$message
.
error
(
"保存失败!"
);
...
...
src/views/Statics/Infcur/Cur.js
View file @
e1cc6599
...
...
@@ -64,8 +64,7 @@ export const Pattern = {
{
"max"
:
3
,
"message"
:
"最大长度3个字符"
,
"trigger"
:
"blur"
}
],
"newcur"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
{
"max"
:
3
,
"message"
:
"最大长度3个字符"
,
"trigger"
:
"blur"
}
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
},
],
"altcod"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
...
...
src/views/Statics/Infcur/Infsea.vue
View file @
e1cc6599
...
...
@@ -147,34 +147,38 @@ export default {
// curDelete(index, row) {
// this.$router.push(`/statics/dbdcur/${row.inr}`)
// },
//进行删除统一化
curDelete
(
idx
,
row
)
{
this
.
$confirm
(
"是否确认删除?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
,
})
.
then
(()
=>
{
let
paramsData
=
{
};
paramsData
.
inr
=
row
.
inr
;
deleteById
(
paramsData
)
.
then
((
res
)
=>
{
console
.
log
(
res
);
this
.
$message
.
success
(
"删除成功!"
);
this
.
onInfcurSearch
();
// this.onSearch();
// this.goBack(true)
})
.
catch
((
err
)
=>
{
console
.
log
(
err
);
this
.
$message
.
error
(
"删除失败!"
);
});
}).
catch
(()
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"已取消删除"
,
});
});
this
.
$router
.
push
(
`/statics/dbdcur/
${
row
.
inr
}
`
)
},
// curDelete(idx, row) {
// this.$confirm("是否确认删除?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// let paramsData = { };
// paramsData.inr = row.inr;
// deleteById(paramsData)
// .then((res) => {
// console.log(res);
// this.$message.success("删除成功!");
// this.onInfcurSearch();
// // this.onSearch();
// // this.goBack(true)
// })
// .catch((err) => {
// console.log(err);
// this.$message.error("删除失败!");
// });
// }).catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
goBack
(
update
)
{
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
);
this
.
$router
.
push
({
name
:
"StaticsInfcur"
,
params
:
{
update
}
});
...
...
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