This commit is contained in:
shilixia 2021-11-24 14:46:33 +08:00
parent 2274557301
commit c5857abdbf
9 changed files with 17 additions and 21 deletions

View File

@ -193,7 +193,7 @@ export const asyncRoutes = [
} }
, ,
{ {
path: 'operationdo', path: 'operationdo/:id',
name: 'operationdo', name: 'operationdo',
component: () => import('@/views/wpm/operationdo'), component: () => import('@/views/wpm/operationdo'),
meta: { title: '车间操作跳转界面', icon: 'example', perms: ['index_manage'] }, meta: { title: '车间操作跳转界面', icon: 'example', perms: ['index_manage'] },

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<el-card> <el-card>
<el-row :gutter="24"> <el-row :gutter="2">
<!--表格--> <!--表格-->
<el-col :span="6"> <el-col :span="6">
<el-card> <el-card>

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<el-card > <el-card >
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="6" > <el-col :span="6" >
<el-card > <el-card >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">

View File

@ -121,7 +121,7 @@
</el-dialog> </el-dialog>
</el-card> </el-card>
<el-card> <el-card>
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="6" > <el-col :span="6" >
<el-card > <el-card >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">

View File

@ -19,7 +19,7 @@
<el-tabs type="border-card"> <el-tabs type="border-card">
<el-tab-pane label="过程记录"> <el-tab-pane label="过程记录">
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="6" > <el-col :span="6" >
<el-card style="margin-top: 2px"> <el-card style="margin-top: 2px">
<el-button type="primary" icon="el-icon-plus" @click="handleCreate" <el-button type="primary" icon="el-icon-plus" @click="handleCreate"

View File

@ -118,7 +118,7 @@
> >
<el-form label-width="100px" label-position="right"> <el-form label-width="100px" label-position="right">
<el-row <el-row
:gutter="24" :gutter="2"
v-for="(item, $index) in fieldList" v-for="(item, $index) in fieldList"
:key="$index" :key="$index"
> >

View File

@ -51,7 +51,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-card> </el-card>
<el-row gutter="24"> <el-row gutter="2">
<el-col span="8"> <el-col span="8">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
@ -251,7 +251,7 @@
</el-card> </el-card>
</el-col> </el-col>
</el-row> </el-row>
<el-row gutter="24"> <el-row gutter="2">
<el-col span="8"> <el-col span="8">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">

View File

@ -101,15 +101,16 @@
:limit.sync="listQuery.page_size" :limit.sync="listQuery.page_size"
@pagination="subproductionplanList" @pagination="subproductionplanList"
/> />
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="12"> <el-col :span="2">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>车间操作</span> <span>半成品</span>
</div> </div>
<el-button <el-button
type="primary" type="primary"
style="margin-left: 50px" style="margin-left: 2px"
v-for="item in steps" v-for="item in steps"
:key="item.number" :key="item.number"
:label="item.name" :label="item.name"
@ -123,11 +124,6 @@
style="float: right" style="float: right"
>显示全部</el-button >显示全部</el-button
> >
</el-card>
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>半成品</span>
</div>
<el-table <el-table
:data="wproductData" :data="wproductData"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
@ -423,7 +419,7 @@
> >
</el-step> </el-step>
</el-steps> </el-steps>
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="14"> <el-col :span="14">
<el-card class="box-card" v-if="showPrise1 && values === 0"> <el-card class="box-card" v-if="showPrise1 && values === 0">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">

View File

@ -93,7 +93,7 @@
:limit.sync="listQuery.page_size" :limit.sync="listQuery.page_size"
@pagination="subproductionplanList" @pagination="subproductionplanList"
/> />
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="12"> <el-col :span="12">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
@ -406,7 +406,7 @@
> >
</el-step> </el-step>
</el-steps> </el-steps>
<el-row :gutter="24"> <el-row :gutter="2">
<el-col :span="14"> <el-col :span="14">
<el-card class="box-card" v-if="showPrise1 && values === 0"> <el-card class="box-card" v-if="showPrise1 && values === 0">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">