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
7f636b12
Commit
7f636b12
authored
Jun 18, 2022
by
11528
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
parents
d8b73a06
08c30023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
workOrder.vue
src/views/ProductionProcess/workOrder.vue
+8
-5
MaterialFile.vue
src/views/productionInfo/MaterialFile.vue
+2
-2
No files found.
src/views/ProductionProcess/workOrder.vue
View file @
7f636b12
...
...
@@ -222,8 +222,8 @@
</el-row>
</el-form>
<div>
<el-tabs
type=
"border-card"
>
<el-tab-pane
label=
"工单Bom"
>
<el-tabs
type=
"border-card"
v-model=
"tabsName"
>
<el-tab-pane
label=
"工单Bom"
name=
"bom"
>
<el-table
v-loading=
"Loading1"
:data=
"bomList"
...
...
@@ -297,7 +297,7 @@
@
pagination=
"getBomTable"
/>
</el-tab-pane>
<el-tab-pane
label=
"工站信息"
>
<el-tab-pane
label=
"工站信息"
name=
"station"
>
<el-table
v-loading=
"Loading3"
:data=
"stationList"
...
...
@@ -356,7 +356,7 @@
@
pagination=
"getStationTable"
/>
</el-tab-pane>
<el-tab-pane
label=
"开工信息"
>
<el-tab-pane
label=
"开工信息"
name=
"action"
>
<el-table
v-loading=
"Loading2"
:data=
"lineList"
...
...
@@ -469,6 +469,8 @@ export default {
return
{
// 搜索栏显示(默认显示)
showSearch
:
true
,
// tabs默认选中
tabsName
:
'bom'
,
// 搜索框参数
queryParams
:
{
page
:
1
,
...
...
@@ -576,8 +578,8 @@ export default {
/** 详情按钮方法 */
handleDetail
(
row
)
{
this
.
Loading4
=
true
this
.
open
=
true
getOrder
(
row
.
businessId
).
then
(
response
=>
{
this
.
open
=
true
if
(
response
.
data
===
null
)
{
getOrder1
(
row
.
businessId
).
then
(
response1
=>
{
this
.
form
=
response1
.
data
...
...
@@ -665,6 +667,7 @@ export default {
this
.
stationList
=
[]
this
.
bomList
=
[]
this
.
Loading1
=
true
this
.
tabsName
=
'bom'
},
/** 导入按钮方法 */
handleImport
()
{
...
...
src/views/productionInfo/MaterialFile.vue
View file @
7f636b12
...
...
@@ -72,8 +72,8 @@
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"contract"
>
<
template
slot=
"header"
>
<div>
区域
</div>
<div>
CONTRACT
</div>
<div>
工厂
</div>
<div>
Factory
</div>
</
template
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
contract
||
'-'
}}
</span>
...
...
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