Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
75e26eff
Commit
75e26eff
authored
Feb 21, 2022
by
袁成
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
ssh://nvwa.jiuqi.com.cn:2222/GFP/RBC/rbc-frontend
into develop-yuancheng
parents
99d9841d
9b256d63
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
12 deletions
+4
-12
leafletGenerationTYAction.js
...billexpand/src/query-actions/leafletGenerationTYAction.js
+1
-3
summaryGenerationTYAction.js
...billexpand/src/query-actions/summaryGenerationTYAction.js
+1
-3
undoGenerationTYAction.js
...in-billexpand/src/query-actions/undoGenerationTYAction.js
+1
-3
voucherQueryTYAction.js
...ugin-billexpand/src/query-actions/voucherQueryTYAction.js
+1
-3
No files found.
develop/@gms/gms-plugin-billexpand/src/query-actions/leafletGenerationTYAction.js
View file @
75e26eff
...
@@ -52,9 +52,7 @@ export default {
...
@@ -52,9 +52,7 @@ export default {
})
})
},
},
generateVoucher
(
list
,
context
){
generateVoucher
(
list
,
context
){
GMS
.
$http
.
post
(
'/mechanismVchr/singleCreateVchr'
,{
GMS
.
$http
.
post
(
'/mechanismVchr/singleCreateVchr'
,
list
).
then
(
res
=>
{
data
:
list
}).
then
(
res
=>
{
if
(
res
.
status
===
200
)
{
if
(
res
.
status
===
200
)
{
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/summaryGenerationTYAction.js
View file @
75e26eff
...
@@ -52,9 +52,7 @@ export default {
...
@@ -52,9 +52,7 @@ export default {
})
})
},
},
generateVoucher
(
list
,
context
){
generateVoucher
(
list
,
context
){
GMS
.
$http
.
post
(
'/mechanismVchr/combineCreateVchr'
,{
GMS
.
$http
.
post
(
'/mechanismVchr/allCreateVchr'
,
list
).
then
(
res
=>
{
data
:
list
}).
then
(
res
=>
{
if
(
res
.
status
===
200
)
{
if
(
res
.
status
===
200
)
{
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/undoGenerationTYAction.js
View file @
75e26eff
...
@@ -24,9 +24,7 @@ export default {
...
@@ -24,9 +24,7 @@ export default {
that
.
deleteVchrAsync
(
arr
,
context
);
that
.
deleteVchrAsync
(
arr
,
context
);
},
},
deleteVchrAsync
(
list
,
context
){
deleteVchrAsync
(
list
,
context
){
GMS
.
$http
.
post
(
'/mechanismVchr/deleteVchr'
,{
GMS
.
$http
.
post
(
'/mechanismVchr/deleteVchr'
,
list
).
then
(
res
=>
{
data
:
list
}).
then
(
res
=>
{
if
(
res
.
status
===
200
)
{
if
(
res
.
status
===
200
)
{
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
GMS
.
vbus
.
$emit
(
'previewVoucher'
,
res
.
data
.
data
);
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/voucherQueryTYAction.js
View file @
75e26eff
...
@@ -30,9 +30,7 @@ export default {
...
@@ -30,9 +30,7 @@ export default {
that
.
showVchrAsync
(
obj
,
context
);
that
.
showVchrAsync
(
obj
,
context
);
},
},
showVchrAsync
(
obj
,
context
){
showVchrAsync
(
obj
,
context
){
GMS
.
$http
.
post
(
'/mechanismVchr/showVchr'
,{
GMS
.
$http
.
post
(
'/mechanismVchr/showVchr'
,
obj
).
then
(
res
=>
{
data
:
obj
}).
then
(
res
=>
{
if
(
res
.
status
===
200
)
{
if
(
res
.
status
===
200
)
{
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
if
(
res
.
data
.
data
.
showVoucher
){
//展示凭证
let
resObj
=
res
.
data
.
data
;
let
resObj
=
res
.
data
.
data
;
...
...
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