xiugai
This commit is contained in:
parent
2274557301
commit
c5857abdbf
|
|
@ -193,7 +193,7 @@ export const asyncRoutes = [
|
|||
}
|
||||
,
|
||||
{
|
||||
path: 'operationdo',
|
||||
path: 'operationdo/:id',
|
||||
name: 'operationdo',
|
||||
component: () => import('@/views/wpm/operationdo'),
|
||||
meta: { title: '车间操作跳转界面', icon: 'example', perms: ['index_manage'] },
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card>
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<!--表格-->
|
||||
<el-col :span="6">
|
||||
<el-card>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<el-card >
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="6" >
|
||||
<el-card >
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
</el-dialog>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="6" >
|
||||
<el-card >
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<el-tabs type="border-card">
|
||||
<el-tab-pane label="过程记录">
|
||||
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="6" >
|
||||
<el-card style="margin-top: 2px">
|
||||
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
>
|
||||
<el-form label-width="100px" label-position="right">
|
||||
<el-row
|
||||
:gutter="24"
|
||||
:gutter="2"
|
||||
v-for="(item, $index) in fieldList"
|
||||
:key="$index"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
</el-form-item>
|
||||
</el-form>
|
||||
</el-card>
|
||||
<el-row gutter="24">
|
||||
<el-row gutter="2">
|
||||
<el-col span="8">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
@ -251,7 +251,7 @@
|
|||
</el-card>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row gutter="24">
|
||||
<el-row gutter="2">
|
||||
<el-col span="8">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
|
|||
|
|
@ -101,15 +101,16 @@
|
|||
:limit.sync="listQuery.page_size"
|
||||
@pagination="subproductionplanList"
|
||||
/>
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="2">
|
||||
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>车间操作</span>
|
||||
<span>半成品</span>
|
||||
</div>
|
||||
<el-button
|
||||
<el-button
|
||||
type="primary"
|
||||
style="margin-left: 50px"
|
||||
style="margin-left: 2px"
|
||||
v-for="item in steps"
|
||||
:key="item.number"
|
||||
:label="item.name"
|
||||
|
|
@ -123,11 +124,6 @@
|
|||
style="float: right"
|
||||
>显示全部</el-button
|
||||
>
|
||||
</el-card>
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>半成品</span>
|
||||
</div>
|
||||
<el-table
|
||||
:data="wproductData"
|
||||
@selection-change="handleSelectionChange"
|
||||
|
|
@ -423,7 +419,7 @@
|
|||
>
|
||||
</el-step>
|
||||
</el-steps>
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="14">
|
||||
<el-card class="box-card" v-if="showPrise1 && values === 0">
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
:limit.sync="listQuery.page_size"
|
||||
@pagination="subproductionplanList"
|
||||
/>
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="12">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
>
|
||||
</el-step>
|
||||
</el-steps>
|
||||
<el-row :gutter="24">
|
||||
<el-row :gutter="2">
|
||||
<el-col :span="14">
|
||||
<el-card class="box-card" v-if="showPrise1 && values === 0">
|
||||
<div slot="header" class="clearfix">
|
||||
|
|
|
|||
Loading…
Reference in New Issue