Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
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
ximai
mes-pad
Commits
48be7531
Commit
48be7531
authored
Mar 18, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:去掉打印
parent
fa3838ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
index.vue
pages/mes/prodReport/index.vue
+0
-5
$u.mixin.js
store/$u.mixin.js
+2
-2
No files found.
pages/mes/prodReport/index.vue
View file @
48be7531
...
...
@@ -1339,11 +1339,6 @@ userTempVisible: false,
this
.
form
=
{};
const
t
=
this
;
this
.
tableData
=
[]
console
.
log
({
workunitId
:
t
.
vuex_workunit
.
workunitId
,
...
this
.
tableParams
,
...
params
},
'this.tableParams'
)
this
.
$u
.
api
.
getTaskList
({
workunitId
:
t
.
vuex_workunit
.
workunitId
,
...
...
store/$u.mixin.js
View file @
48be7531
...
...
@@ -40,7 +40,7 @@ module.exports = {
});
this
.
pdfSocket
.
on
(
'connect'
,
()
=>
{
globalThis
.
connect
=
true
;
console
.
log
(
'连接成功444'
);
//
console.log('连接成功444');
// TODO: Do something for your project
});
this
.
pdfSocket
.
on
(
'clients'
,
(
clients
)
=>
{
...
...
@@ -53,7 +53,7 @@ module.exports = {
});
},
printPdfSocket
(
params
)
{
console
.
log
(
this
.
pdfSocket
,
'pdfSocket'
)
//
console.log(this.pdfSocket, 'pdfSocket')
if
(
!
this
.
pdfSocket
)
{
this
.
createSocket
()
}
...
...
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