Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
cf814caf
Commit
cf814caf
authored
Aug 15, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8685caff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
packing.vue
src/views/productTraceability/packing.vue
+2
-2
repairStatistics.vue
src/views/productionStatis/repairStatistics.vue
+3
-1
No files found.
src/views/productTraceability/packing.vue
View file @
cf814caf
...
@@ -105,8 +105,8 @@
...
@@ -105,8 +105,8 @@
</el-table-column>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"contract"
>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"contract"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<div>
工厂
</div>
<div>
市场
</div>
<div>
Country
</div>
<div>
Market
</div>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
contract
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
contract
||
'-'
}}
</span>
...
...
src/views/productionStatis/repairStatistics.vue
View file @
cf814caf
...
@@ -357,7 +357,9 @@ export default {
...
@@ -357,7 +357,9 @@ export default {
xData
.
push
(
item
.
typeSimple
)
xData
.
push
(
item
.
typeSimple
)
}
}
defectQtyData
.
push
(
item
.
defectQty
)
defectQtyData
.
push
(
item
.
defectQty
)
inputData
.
push
(
item
.
inPut
)
if
(
_this
.
choseType
===
'day'
||
_this
.
choseType
===
'week'
||
_this
.
choseType
===
'month'
)
{
inputData
.
push
(
item
.
inPut
)
}
// if (this.choseType === 'day' || this.choseType === 'week' || this.choseType === 'month') {
// if (this.choseType === 'day' || this.choseType === 'week' || this.choseType === 'month') {
failureProportionData
.
push
(
item
.
failureProportion
)
failureProportionData
.
push
(
item
.
failureProportion
)
// } else {
// } else {
...
...
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