Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b8f6cf62
authored
2023-08-29 14:15:44 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
54d86c82
4cc1df44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/system/dymbgl/components/editDialog.vue
src/views/system/dymbgl/dymbgl.vue
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
b8f6cf6
This diff is collapsed.
Click to expand it.
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
b8f6cf6
...
...
@@ -51,7 +51,7 @@
<el-col
:span=
"12"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"handleSearch"
>
查询
</el-button>
<
el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button
>
<
!--
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
--
>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
b8f6cf6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-29
09:50:32
* @LastEditTime: 2023-08-29
14:13:09
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -193,7 +193,8 @@
},
1000
);
};
if
([
'zsdy'
,
'zmdy'
].
includes
(
that
.
ruleForm
.
tmpno
))
{
LODOP
.
SET_PRINT_MODE
(
"RESELECT_ORIENT"
,
true
);
// 设置为横向打印
LODOP
.
SET_PRINT_PAGESIZE
(
2
,
0
,
0
,
"B4"
);
// LODOP.SET_PRINT_MODE("RESELECT_ORIENT", true); // 手动设置方向
}
LODOP
.
PRINT_DESIGN
();
//打印设计或者打印维护需要放到最后
}
...
...
src/views/system/dymbgl/dymbgl.vue
View file @
b8f6cf6
...
...
@@ -5,7 +5,7 @@
<el-row>
<el-col
:span=
"24"
class=
"btnColRight"
>
<el-form-item>
<
el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button>
--
>
<el-button
type=
"primary"
@
click=
"openAddDialog"
>
新增
</el-button>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment