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
bbbfcfb4
Commit
bbbfcfb4
authored
Dec 21, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betset、cltdav禅道缺陷修改。
parent
cabad5f3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
Event.js
src/model/Cltdav/Event.js
+2
-0
Cnyp1.vue
src/views/Business/Betset/Cnyp1.vue
+1
-0
Sel.vue
src/views/Business/Cltdav/Sel.vue
+1
-1
No files found.
src/model/Cltdav/Event.js
View file @
bbbfcfb4
...
...
@@ -16,12 +16,14 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'cur必输!'
});
return
;
}
this
.
model
.
bptbck
.
bptbckg
=
[];
let
rtnmsg
=
await
this
.
executeRule
(
"butsea"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
console
.
log
(
rtnmsg
.
data
.
ccdbatg
)
//TODO 处理数据逻辑
this
.
model
.
bptbck
.
bptbckg
=
rtnmsg
.
data
.
ccdbatg
;
this
.
$refs
.
table
.
$refs
.
urls
.
$refs
.
table
.
toggleAllSelection
();
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
...
...
src/views/Business/Betset/Cnyp1.vue
View file @
bbbfcfb4
...
...
@@ -8,6 +8,7 @@
v-model=
"model.cnybop.cnyflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2101表"
:disabled=
"model.bedgrp.cbs.max.cur !== 'CNY'"
>
<el-option
v-for=
"item in codes.cnyflg"
...
...
src/views/Business/Cltdav/Sel.vue
View file @
bbbfcfb4
...
...
@@ -171,7 +171,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
>
<c-edit-table
:model=
"model"
v-bind=
"docgrd"
ref=
"table"
>
</c-edit-table>
</c-col>
</div>
...
...
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