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
4e3ff652
Commit
4e3ff652
authored
Nov 12, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除Decompression
parent
3ba0c98c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
index.vue
pages/mes/prodReport/index.vue
+0
-17
No files found.
pages/mes/prodReport/index.vue
View file @
4e3ff652
...
@@ -247,20 +247,6 @@
...
@@ -247,20 +247,6 @@
Number(feedback.isSerialReport) === 1
Number(feedback.isSerialReport) === 1
"
"
>
>
<
u
-
col
:
span
=
"6"
>
<
u
-
form
-
item
label
=
"Decompression:"
prop
=
"Decompression"
label
-
width
=
"110px"
>
<
uni
-
easyinput
type
=
"text"
v
-
model
=
"feedback.decompressionValue"
style
=
"width: 200px"
:
placeholder
=
"$t('请输入Decompression')"
/>
<
/u-form-item
>
<
/u-col
>
<
u
-
col
:
span
=
"6"
>
<
u
-
col
:
span
=
"6"
>
<
u
-
form
-
item
:
label
=
"$t('备注:')"
name
=
"qrcode"
>
<
u
-
form
-
item
:
label
=
"$t('备注:')"
name
=
"qrcode"
>
<
uni
-
easyinput
<
uni
-
easyinput
...
@@ -2295,7 +2281,6 @@ export default {
...
@@ -2295,7 +2281,6 @@ export default {
abnormalRemark
:
null
,
abnormalRemark
:
null
,
printTemplate
:
''
,
printTemplate
:
''
,
tableSizeData
:
[],
tableSizeData
:
[],
decompressionValue
:
''
,
remark
:
''
,
remark
:
''
,
tableSizeColumn
:
[
tableSizeColumn
:
[
{
{
...
@@ -2561,7 +2546,6 @@ export default {
...
@@ -2561,7 +2546,6 @@ export default {
}
}
if
(
item
.
isSerialReport
&&
Number
(
item
.
isSerialReport
)
===
1
)
{
if
(
item
.
isSerialReport
&&
Number
(
item
.
isSerialReport
)
===
1
)
{
par
[
'qrcode'
]
=
item
.
qrcode
par
[
'qrcode'
]
=
item
.
qrcode
par
[
'decompressionValue'
]
=
item
.
decompressionValue
par
[
'remark'
]
=
item
.
remark
par
[
'remark'
]
=
item
.
remark
}
}
apires
=
this
.
$u
.
api
.
feedback
(
par
)
apires
=
this
.
$u
.
api
.
feedback
(
par
)
...
@@ -2657,7 +2641,6 @@ export default {
...
@@ -2657,7 +2641,6 @@ export default {
}
}
if
(
item
.
isSerialReport
&&
Number
(
item
.
isSerialReport
)
===
1
)
{
if
(
item
.
isSerialReport
&&
Number
(
item
.
isSerialReport
)
===
1
)
{
this
.
feedbackForms
[
0
][
'qrcode'
]
=
''
this
.
feedbackForms
[
0
][
'qrcode'
]
=
''
this
.
feedbackForms
[
0
][
'decompressionValue'
]
=
''
this
.
isFocus
=
true
this
.
isFocus
=
true
// this.proVisible = true;
// this.proVisible = true;
this
.
$refs
.
uModal
.
clearLoading
()
this
.
$refs
.
uModal
.
clearLoading
()
...
...
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