Commit eec6386f authored by kangzhenfei's avatar kangzhenfei

工作流

parent ec093eca
<template>
<div class="detail" style="width:90%;margin:0 auto">
<div class="detail table-detail">
<Row>
<Filed :span="6" :name="l('productName')">{{entity.productName}}</Filed>
<Filed :span="6" :name="l('mesCode')">{{entity.mesCode}}</Filed>
......
<style lang="less" scope>
@import "../shen.less";
</style>
<template>
<div class="new-detail">
<Row>
......
<template>
<div class="detail" style="width:90%;margin:0 auto">
<div class="detail table-detail">
<Row>
<Filed :span="8" :name="l('documentCode')">{{processData.orderMaterial.code}}</Filed>
<Filed :span="8" :name="l('platesNum')">{{processData.orderMaterial.platesnum}}</Filed>
......
<template>
<div class="detail"style="width:90%;margin:0 auto" >
<div class="detail table-detail">
<Row>
<Filed :span="12" :name="'工艺更改单'">{{results.changeorder_code}}</Filed>
<Filed :span="12" :name="'提出人'">{{results.propose_user_name}}</Filed>
......
<template>
<div class="detail" style="width:90%;margin:0 auto">
<div class="detail table-detail">
<Row>
<!-- <Filed :span="8" :name="l('unqualifiedCode')">{{entity.unqualified_order_code}}</Filed>
<Filed :span="8" :name="l('department')">{{entity.department_name}}</Filed>
......
......@@ -4,10 +4,20 @@
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
}
.table-detail{
padding: 20px 100px;
display: block;
width: 98%;
margin: 0 auto;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
.ivu-row .filed-col > .label{
background: #267feb1e;
}
}
.Design{
margin:20px auto;
width: 98%;
padding: 20px;
padding: 20px 100px;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
.ivu-timeline-item-head{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment