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
589e3d41
Commit
589e3d41
authored
Sep 07, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账务Settlement表check添加
parent
e7b4b2a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
commonProcess.js
src/mixin/commonProcess.js
+1
-5
Setpan.vue
src/views/Public/Setpan.vue
+7
-5
No files found.
src/mixin/commonProcess.js
View file @
589e3d41
...
...
@@ -276,15 +276,11 @@ export default {
* @param {String} isCover 非机构双击后需要回填的字段值是覆盖还是叠加,部分覆盖值为对象,false为叠加,如{TXT:false},k值为modelUrl的k,如全部覆盖则isCover='T',如全部叠加则isCover='',默认全部覆盖
*/
showGridPromptDialog
(
rulePath
,
columns
,
shadow
,
modelUrl
,
isCover
=
"T"
,
Dialog
=
'etyDialog'
)
{
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
this
.
executeRule
(
rulePath
,
{
'EventType'
:
4
}
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
data
.
params
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
else
{
console
.
log
(
"in if"
)
console
.
log
(
this
.
root
.
$ref
)
console
.
log
(
this
.
root
.
$refs
)
console
.
log
(
this
.
root
.
$refs
[
Dialog
]);
this
.
root
.
$refs
[
Dialog
].
show
=
true
this
.
root
.
promptData
=
{
title
:
res
.
data
.
title
,
...
...
src/views/Public/Setpan.vue
View file @
589e3d41
...
...
@@ -296,11 +296,13 @@
</el-table-column>
<el-table-column
label=
"Account"
prop=
"act"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.act"
>
<el-option
v-for=
"item in scope.act"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
<el-form-item
label=
"0"
:prop=
"'setglg.setgll.' + scope.$index + '.act'"
>
<c-select
v-model=
"scope.row.act"
>
<el-option
v-for=
"item in scope.act"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"C"
prop=
"debcdtflg"
width=
"45px"
>
...
...
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