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
4e8110fb
Commit
4e8110fb
authored
Mar 25, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询加东西
parent
31a133f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
pageType.js
develop/@gms/gms-plugin-billexpand/src/actions/pageType.js
+2
-0
showDetailSPAction.js
...s/gms-plugin-billexpand/src/actions/showDetailSPAction.js
+1
-1
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+6
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/pageType.js
View file @
4e8110fb
...
@@ -58,6 +58,8 @@ export default {
...
@@ -58,6 +58,8 @@ export default {
}
else
{
}
else
{
GMS
.
vbus
.
$emit
(
"resetBillData"
,
data
.
data
.
id
,
state
);
GMS
.
vbus
.
$emit
(
"resetBillData"
,
data
.
data
.
id
,
state
);
}
}
}
else
{
GMS
.
vbus
.
$Message
.
info
(
'请返回单据id'
);
}
}
if
(
data
.
data
&&
data
.
data
.
message
)
{
if
(
data
.
data
&&
data
.
data
.
message
)
{
GMS
.
vbus
.
$Message
.
info
(
data
.
data
.
message
);
GMS
.
vbus
.
$Message
.
info
(
data
.
data
.
message
);
...
...
develop/@gms/gms-plugin-billexpand/src/actions/showDetailSPAction.js
View file @
4e8110fb
...
@@ -6,7 +6,7 @@ export default {
...
@@ -6,7 +6,7 @@ export default {
let
name
=
GMS
.
$hideContainer
.
addComponent
(
addInfoModal
,
{},
function
(
c
)
{
let
name
=
GMS
.
$hideContainer
.
addComponent
(
addInfoModal
,
{},
function
(
c
)
{
let
BILLID
=
param
.
param
.
billId
||
'BILLID'
;
let
BILLID
=
param
.
param
.
billId
||
'BILLID'
;
let
BILLNAME
=
param
.
param
.
billName
||
'BILLNAME'
;
let
BILLNAME
=
param
.
param
.
billName
||
'BILLNAME'
;
let
BILLEDITNAME
=
param
.
param
.
billDefineName
||
'BILLEDITNAME'
;
let
BILLEDITNAME
=
param
.
param
.
viewName
||
param
.
param
.
billDefineName
||
'BILLEDITNAME'
;
GMS
.
showDetailAction
=
true
;
//详情,点击确定按钮。记录此参数
GMS
.
showDetailAction
=
true
;
//详情,点击确定按钮。记录此参数
component
=
c
;
component
=
c
;
c
.
bill
=
bill
;
c
.
bill
=
bill
;
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
4e8110fb
...
@@ -1439,6 +1439,12 @@ export default {
...
@@ -1439,6 +1439,12 @@ export default {
"key"
:
"billName"
,
"key"
:
"billName"
,
"type"
:
"String"
,
"type"
:
"String"
,
},{
},{
"isRequired"
:
true
,
"ref"
:
"columnField"
,
"type"
:
"field"
,
"title"
:
"页面名称"
,
"key"
:
"viewName"
},{
"isRequired"
:
false
,
"isRequired"
:
false
,
"title"
:
"单据界面"
,
"title"
:
"单据界面"
,
"key"
:
"billDefineName"
,
"key"
:
"billDefineName"
,
...
...
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