Commit 498ac04a authored by kangzhenfei's avatar kangzhenfei

工作流web

parent eec6386f
<template> <template>
<div class="detail" style="width:90%;margin:0 auto"> <div class="detail table-detail">
<Row> <Row>
<Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed> <Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed>
<Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed> <Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed>
......
<template> <template>
<div class="detail" style="width:90%;margin:0 auto"> <div class="detail table-detail">
<Row> <Row>
<Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed> <Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed>
<Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed> <Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed>
......
<template> <template>
<div class="detail" style="width:90%;margin:0 auto"> <div class="detail table-detail">
<Row> <Row>
<Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed> <Filed :span="8" :name="l('code')">{{formValidate.code}}</Filed>
<Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed> <Filed :span="8" :name="l('creationTime')">{{formValidate.creationTime}}</Filed>
......
<template> <template>
<div class="detail" style="width:90%;margin:0 auto"> <div class="detail table-detail">
<Row> <Row>
<Filed :span="12" :name="'生产协调单'">{{results.technical_coordination_code}}</Filed> <Filed :span="12" :name="'生产协调单'">{{results.technical_coordination_code}}</Filed>
<Filed :span="12" :name="'任务号'">{{results.taskCode}}</Filed> <Filed :span="12" :name="'任务号'">{{results.taskCode}}</Filed>
......
<template> <template>
<div class="pdf-detail" style="width:85%;margin:0 auto"> <div class="pdf-detail table-detail">
<div class="cerioficate-pdf-detail"> <div class="cerioficate-pdf-detail">
<div class="bian-hao">产品合格证编号:{{results.serialNumber}}</div> <div class="bian-hao">产品合格证编号:{{results.serialNumber}}</div>
<div class="body-d"> <div class="body-d">
...@@ -120,7 +120,8 @@ export default { ...@@ -120,7 +120,8 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.pdf-detail { .pdf-detail {
margin: 0 20px 20px 20px; // margin: 0 20px 20px 20px;
background: #fff;
.pdf-out { .pdf-out {
text-align: right; text-align: right;
} }
......
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