| | |
| | | <script setup> |
| | | import request from "@/utils/request" |
| | | import {ElDatePicker, ElMessage} from "element-plus" |
| | | import {nextTick, onMounted, onUnmounted, reactive, ref, watch} from "vue" |
| | | import {Search} from "@element-plus/icons-vue" |
| | | import {useRouter} from 'vue-router' |
| | | import {changeFilterEvent, filterChanged} from "@/hook" |
| | | |
| | | import {useI18n} from 'vue-i18n' |
| | | import deepClone from "@/utils/deepClone"; |
| | | //语言获取 |
| | | const {t} = useI18n() |
| | | let router = useRouter() |
| | | let produceList = ref([]) |
| | | let details = ref([]) |
| | | |
| | | const data = ref({ |
| | | printList:[] |
| | | }) |
| | | |
| | | const {currentRoute} = useRouter() |
| | | const route = currentRoute.value |
| | | data.value.printList = JSON.parse(route.query.printList) |
| | | let flowCardCount=data.value.printList.length |
| | | onMounted(() => { |
| | | // if (id === null || id === undefined || id === '') { |
| | | // return |
| | | // } |
| | | |
| | | request.post(`/processCard/getSelectPrinting`, data.value).then((res) => { |
| | | if (res.code == 200) { |
| | | |
| | | produceList.value = deepClone(res.data.data) |
| | | |
| | | } else { |
| | | ElMessage.warning(res.msg) |
| | | router.push("/login") |
| | | } |
| | | }) |
| | | } |
| | | ) |
| | | |
| | | // 打印方法 |
| | | const printFlowCard = () => { |
| | | // 需要打印的局部区域赋予"print-wrap"的id |
| | | let el = document.getElementById("printFlowCard"); |
| | | let doc = document; |
| | | let body = doc.body || doc.getElementsByTagName("body")[0]; |
| | | let printId = "print-" + Date.now(); |
| | | |
| | | // 创建无副作用的打印容器(因不确定页面的打印元素有无其它样式) |
| | | let content = doc.createElement("div"); |
| | | content.id = printId; |
| | | |
| | | // 样式控制与打印无关的元素隐藏 |
| | | let style = doc.createElement("style"); |
| | | style.innerHTML = |
| | | "body>#" + |
| | | printId + |
| | | "{display:none}@media print{body>:not(#" + |
| | | printId + |
| | | "){display:none !important}body>#" + |
| | | printId + |
| | | "{display:block;padding-top:1px}}"; |
| | | // |
| | | content.innerHTML = el.outerHTML; |
| | | // // console.log("el.outerHTML", el.outerHTML); |
| | | body.appendChild(style); |
| | | |
| | | // 与style元素设置的样式相配合 |
| | | // 把打印内容的元素添加到body(作为body的子元素,可用body的子选择器 '>' 控制打印样式) |
| | | body.appendChild(content); |
| | | setTimeout(() => { |
| | | window.print(); |
| | | body.removeChild(content); |
| | | body.removeChild(style); |
| | | }, 20); |
| | | } |
| | | </script> |
| | | |
| | | <template> |
| | | <div class="shu" style="height:0px;"></div> |
| | | <div id="big" class="big"> |
| | | <div id="content"> |
| | | <table id="tab" border="1"> |
| | | <el-button id="printButton" @click="printFlowCard">打印</el-button> |
| | | <div id="printFlowCard"> |
| | | <table v-for="(item,id) in produceList" id="contentTable" :key="id"> |
| | | <thead> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <div class="bj">1</div> |
| | | <h1>洛阳北方玻璃技术股份有限公司</h1> |
| | | <h1>生产流程卡</h1> |
| | | <div id="top"> |
| | | <span>包装方式:铁架</span><span |
| | | style="float: right;position: relative;right: 5px;">流程卡号:<label class="liuchengka" |
| | | for="">NG23120401A01</label>/1共2架</span></div> |
| | | <tr v-for="(itemFlow,index) in item.detail" :key="index"> |
| | | <td colspan="24"> |
| | | <div id="bj" style="float: right;font-size: 28px">{{ id+1 }}</div> |
| | | <div>常州市吉利玻璃有限公司</div> |
| | | <div>生产流程卡</div> |
| | | <div style="text-align: right;font-weight: bolder">流程卡号: {{ itemFlow.process_id }}/{{ itemFlow.technologyNumber }} 共 {{flowCardCount}} 架</div> |
| | | </td> |
| | | </tr> |
| | | <tr style="height:25px;"> |
| | | <td style="min-width:70px;">客户名称:</td> |
| | | <td style="min-width:200px;">钢化设备事业部</td> |
| | | <td style="min-width:200px;" colspan="2">项目名称:钢化设备事业部(23-12-1-01)</td> |
| | | <td style="min-width:75px;">工艺流程:</td> |
| | | <td style="min-width:550px;" colspan="17">切割->磨边->打孔->钢化->包装</td> |
| | | <tr v-for="(items,index) in item.detail" :key="index"> |
| | | <td>客户名称:</td> |
| | | <td colspan="2">{{ items.customer_name }}</td> |
| | | <td>项目名称:</td> |
| | | <td colspan="2">{{ items.project }}</td> |
| | | <td style="width:100px">工艺流程:</td> |
| | | <td colspan="16">{{ items.process }}</td> |
| | | </tr> |
| | | <tr style="height:25px;"> |
| | | <td>磨 边:</td> |
| | | <td>精抛</td> |
| | | <td colspan="2" style="word-wrap: break-word;">单片名称:<span class="dpmc">5mm欧洲灰平钢</span></td> |
| | | <td>成品名称:</td> |
| | | <td class="chengpinmingcheng" colspan="17" style="word-wrap: break-word;">5mm欧洲灰平钢</td> |
| | | <tr v-for="(itemTr,index) in item.detail" :key="index"> |
| | | <td>磨边类型:</td> |
| | | <td colspan="2">{{ itemTr.edging_type }}</td> |
| | | <td>单片名称:</td> |
| | | <td colspan="2">{{ itemTr.glass_child }}</td> |
| | | <td>产品名称:</td> |
| | | <td colspan="16">{{ itemTr.product_name }}</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <table border="1" style="border-collapse: collapse;" frame="below"> |
| | | <tbody> |
| | | <tr> |
| | | <td rowspan="2" style="min-width:70px;">序号</td> |
| | | <td rowspan="2" style="min-width:200px;">编号</td> |
| | | <td rowspan="2" style="min-width:100px;">宽(弧长)*高</td> |
| | | <td rowspan="2" style="min-width:49px;">数量</td> |
| | | <td rowspan="2" style="min-width:49px;">面积</td> |
| | | <td rowspan="2" style="min-width:49px;">周长</td> |
| | | <td rowspan="2" style="min-width:73px;">半径</td> |
| | | <td rowspan="2" style="min-width:73px;">备注</td> |
| | | <td style="min-width:59px;" colspan="2">切割</td> |
| | | <td style="min-width:59px;" colspan="2">磨边</td> |
| | | <td style="min-width:59px;" colspan="2">打孔</td> |
| | | <td style="min-width:59px;" colspan="2">钢化</td> |
| | | <td style="min-width:59px;" colspan="2">包装</td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </td> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <table class="tab" border="1" frame="below"> |
| | | <tbody> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">2</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1视窗玻璃ACB50.10.02-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1698</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.15</td> |
| | | <td style="min-width:49px;height:35.5px;">8.15</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">1</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1视窗玻璃ACB50.10.01-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1428</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.45</td> |
| | | <td style="min-width:49px;height:35.5px;">10.6</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">3</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2视窗玻璃ACB50.10.01-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1428</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.45</td> |
| | | <td style="min-width:49px;height:35.5px;">10.6</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">5</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3视窗玻璃ACB50.10.01-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1428</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.45</td> |
| | | <td style="min-width:49px;height:35.5px;">10.6</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">4</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2视窗玻璃ACB50.10.03-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1338</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.91</td> |
| | | <td style="min-width:49px;height:35.5px;">6.71</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">6</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3视窗玻璃ACB50.10.03-003</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1338</span>*339</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.91</td> |
| | | <td style="min-width:49px;height:35.5px;">6.71</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">见图A,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr style="height: 20px;line-height: 20px;"> |
| | | <td colspan="22">数量:<label class="zsl" for="">15片</label> 重量:<label class="zzl" |
| | | for="">91.50kg</label> 面积:<label class="zmj" for="">7.32m²</label></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="50%" style="word-wrap: break-word;;" colspan="5" rowspan="7"><textarea |
| | | style="width: 100%; height: 90%; overflow: hidden; border: 0px;font-size:12px;">1)按企标。 |
| | | 2)各工序:成品玻璃贴编号及尺寸标签。 |
| | | 3)磨边:此单宽,高尺寸公差均为(0~-1)。 |
| | | 4)钢化:北玻商标,位置如图。 |
| | | |
| | | </textarea></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="70px" height="23px;">完工签名</td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>接收签名</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>生产日期</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>质检签名</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>架子编号</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | </tr> |
| | | <tr height="65px"> |
| | | <td colspan="22"><span id="qrcode1" class="qr" title="NG23120401A01/1"><canvas width="60" height="60" |
| | | style="display: none;"></canvas><img alt="Scan me!" |
| | | src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAulJREFUaEPtmuFywyAMg5P3f+jsmjU7cG1/AtLrErqfLSwIW5bsdF2WZVs6/rbtd9u6rtXu6PNj0fF9ttce53gG/W8FxuO0cwIubz67KXvbx9roc/X7MuJq9rSeeX/GEeHWzXb9ZQFbTlrutQKj9V5kVQ4Tp73vXyL8Bfy8bntbrbfrrScaqfVCDZLLYXXztICJby0VX+G7Us2junNKhC8PmNwKRSGiROa0IomzZ4nqiHrmU3XYGozoEJ61/AhguiX1tiPfm1VpdQ8VSgXDaV6aZOvfAN5IDJVrc7omcVu1rNWu9jxjnR6w2ntSR6PIFVX8qBBGSUnObK/SNsK3B2zbwxYdLV2Pp7NllJVotl62zQAl6+RuKQIUjXiUlKY15Ou7AB8prWph5lO9qpm5o955GHE10+s/Dk8HmNKD5JpSu4fDZFeJsx4l5Cp9G8DREI/4pVrJKHPKCk8emZqLlrOEU8vbAlaNB/nc1qL3iPAZ/W35fyKZq/zAdIB7ORzpMfGpvO1RbipDBusGuzn8Bfx8i3iZCFMzTemn7i+rP8lRa0MimRv1dentAKsS0WrcM4dGdjTKmpEWNmwPe6cK6sW19NKKvqrVH2daquMiDlMj4B2YOKmanWoWTkO82wEm43FWsfIiTO1dL4ezbEPjcTvAdsRDsysyFtQ3e7ev0qaHsy/WcjrANKZVU5pckxd5VYdJd2mwWFXp6QCTLJG+Eq+yEQ9VYdXEUKaU36PxuB1gtXmwwMl6Eq+UEU9v9c6s6PALcfK5WTGjlH0rYFU/Rznr9cMRz4mbkT/PLnL4x6Vqu5hZy48CjjSPHFbrjMtrD6M6oeowucT9maTDKhB1XWUCzK/pLwGYtDS69cxTUzapLwW8Zw9HeDrAxPmokpY6TNJGHkCdjLyFw0rhoDSnIkUpLRmPXh0eSWnKDlXyIm8gcTgCEGnlZQET0F4eZfyi1KXUVw1LefbTvLSaftXDQYe/gIM0JA6X234ACjSUFgdqRbsAAAAASUVORK5CYII=" |
| | | style="display: block;"><span class="ma">NG23120401A01/1</span></span></td> |
| | | </tr> |
| | | </tfoot> |
| | | </table> |
| | | </div> |
| | | </div> |
| | | <div class="shu" style="height:0px;"></div> |
| | | <div id="big" class="big"> |
| | | <div id="content"> |
| | | <table id="tab" border="1"> |
| | | <thead> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <div class="bj">1</div> |
| | | <h1>洛阳北方玻璃技术股份有限公司</h1> |
| | | <h1>生产流程卡</h1> |
| | | <div id="top"> |
| | | <span>包装方式:铁架</span><span |
| | | style="float: right;position: relative;right: 5px;">流程卡号:<label class="liuchengka" |
| | | for="">NG23120401B02</label>/1共2架</span></div> |
| | | </td> |
| | | </tr> |
| | | <tr style="height:25px;"> |
| | | <td style="min-width:70px;">客户名称:</td> |
| | | <td style="min-width:200px;">钢化设备事业部</td> |
| | | <td style="min-width:200px;" colspan="2">项目名称:钢化设备事业部(23-12-1-01)</td> |
| | | <td style="min-width:75px;">工艺流程:</td> |
| | | <td style="min-width:550px;" colspan="17">切割->磨边->钢化->包装</td> |
| | | </tr> |
| | | <tr style="height:25px;"> |
| | | <td>磨 边:</td> |
| | | <td>精抛</td> |
| | | <td colspan="2" style="word-wrap: break-word;">单片名称:<span class="dpmc">5mm欧洲灰平钢</span></td> |
| | | <td>成品名称:</td> |
| | | <td class="chengpinmingcheng" colspan="17" style="word-wrap: break-word;">5mm欧洲灰平钢</td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <table border="1" style="border-collapse: collapse;" frame="below"> |
| | | <tbody> |
| | | <tr> |
| | | <td rowspan="2" style="min-width:70px;">序号</td> |
| | | <td rowspan="2" style="min-width:200px;">编号</td> |
| | | <td rowspan="2" style="min-width:100px;">宽(弧长)*高</td> |
| | | <td rowspan="2" style="min-width:49px;">数量</td> |
| | | <td rowspan="2" style="min-width:49px;">面积</td> |
| | | <td rowspan="2" style="min-width:49px;">周长</td> |
| | | <td rowspan="2" style="min-width:73px;">半径</td> |
| | | <td rowspan="2" style="min-width:73px;">备注</td> |
| | | <td style="min-width:59px;" colspan="2">切割</td> |
| | | <td style="min-width:59px;" colspan="2">磨边</td> |
| | | <td style="min-width:59px;" colspan="2">钢化</td> |
| | | <td style="min-width:59px;" colspan="2">包装</td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | <td style="min-width:59px;" colspan="2"></td> |
| | | </tr> |
| | | <tr> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </td> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | <tr> |
| | | <td colspan="22"> |
| | | <table class="tab" border="1" frame="below"> |
| | | <tbody> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">11</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1钢化5</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1852</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.53</td> |
| | | <td style="min-width:49px;height:35.5px;">7.98</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | <td rowspan='2'>序号</td> |
| | | <td rowspan='2'>宽*高</td> |
| | | <td rowspan='2'>数量</td> |
| | | <td rowspan='2'>面积</td> |
| | | <td rowspan='2'>周长</td> |
| | | <td rowspan='2'>半径</td> |
| | | <td rowspan='2'>备注</td> |
| | | <td colspan='2'>切割</td> |
| | | <td colspan='2'>磨边</td> |
| | | <td colspan='2'>钢化</td> |
| | | <td colspan='2'>中空</td> |
| | | <td colspan='2'>包装</td> |
| | | <td colspan='2'></td> |
| | | <td colspan='2'></td> |
| | | <td colspan='2'></td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">9</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1钢化3</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1835</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">6</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.57</td> |
| | | <td style="min-width:49px;height:35.5px;">23.74</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | <tr> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | <td>正品</td> |
| | | <td>次品</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">14</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2钢化3</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1835</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">4</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.05</td> |
| | | <td style="min-width:49px;height:35.5px;">15.82</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">19</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3钢化3</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1835</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">6</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">1.57</td> |
| | | <td style="min-width:49px;height:35.5px;">23.74</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">13</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2钢化2</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1732</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.5</td> |
| | | <td style="min-width:49px;height:35.5px;">7.5</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">12</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2钢化1</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1692</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.48</td> |
| | | <td style="min-width:49px;height:35.5px;">7.34</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">16</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2钢化5</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1492</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.43</td> |
| | | <td style="min-width:49px;height:35.5px;">6.54</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">21</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3钢化5</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1492</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.43</td> |
| | | <td style="min-width:49px;height:35.5px;">6.54</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">10</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1钢化4</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1435</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.62</td> |
| | | <td style="min-width:49px;height:35.5px;">9.47</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">15</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-2钢化4</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1435</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.62</td> |
| | | <td style="min-width:49px;height:35.5px;">9.47</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">20</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3钢化4</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1435</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">3</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.62</td> |
| | | <td style="min-width:49px;height:35.5px;">9.47</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">8</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1钢化2</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1387</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.4</td> |
| | | <td style="min-width:49px;height:35.5px;">6.12</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">18</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3钢化2</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1387</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.4</td> |
| | | <td style="min-width:49px;height:35.5px;">6.12</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">7</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-1钢化1</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1347</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.39</td> |
| | | <td style="min-width:49px;height:35.5px;">5.96</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | <tr class="tr"> |
| | | <td style="min-width:70px;height:35.5px;" class="tab_td1">17</td> |
| | | <td style="min-width:200px;height:35.5px;" class="tab_td2">01-3钢化1</td> |
| | | <td style="min-width:100px;height:35.5px;" class="kg"><span class="kuan">1347</span>*143</td> |
| | | <td style="min-width:49px;height:35.5px;" class="sl">2</td> |
| | | <td style="min-width:49px;height:35.5px;" class="mj">0.39</td> |
| | | <td style="min-width:49px;height:35.5px;">5.96</td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3 banjin"></td> |
| | | <td style="min-width:73px;height:35.5px;" class="tab_td3">不打商标,</td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td style="min-width:29px;height:35.5px;"></td> |
| | | <td class="xh" style="display:none;">1</td> |
| | | </tr> |
| | | </tbody> |
| | | </table> |
| | | </td> |
| | | <tr v-for="(itemDatile,index) in item.detailList" :key="index"> |
| | | <td>{{ itemDatile.order_number }}</td> |
| | | <td>{{ itemDatile.child_width }}</td> |
| | | <td>{{ itemDatile.quantity }}</td> |
| | | <td>{{ itemDatile.total_area }}</td> |
| | | <td>{{ itemDatile.perimeter }}</td> |
| | | <td>{{ itemDatile.bend_radius }}</td> |
| | | <td>{{ itemDatile.order_number }}</td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | </tbody> |
| | | <tfoot> |
| | | <tr style="height: 20px;line-height: 20px;"> |
| | | <td colspan="22">数量:<label class="zsl" for="">43片</label> 重量:<label class="zzl" |
| | | for="">125.00kg</label> 面积:<label class="zmj" for="">10.00m²</label></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="50%" style="word-wrap: break-word;;" colspan="5" rowspan="7"> |
| | | <textarea style="width: 100%; height: 90%; overflow: hidden; border: 0px;font-size:12px;">1)按企标。 |
| | | 2)各工序:成品玻璃贴编号及尺寸标签。 |
| | | 3)磨边:此单宽,高尺寸公差均为(0~-1)。 |
| | | 4)钢化:北玻商标,位置如图。 |
| | | </textarea> |
| | | <td colspan="24" v-for="(itemsum,index) in item.detail" :key="index"> |
| | | 数量: |
| | | <label>{{ itemsum.quantity }}</label> |
| | | 面积: |
| | | <label>{{ itemsum.gross_area }}</label> |
| | | 重量: |
| | | <label>{{ itemsum.gross_area }}</label> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td width="70px" height="23px;">完工签名</td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <td width="56px;" height="23px;" colspan="2"></td> |
| | | <tr v-for="(itemtextarea,index) in item.detail" :key="index"> |
| | | <td colspan="6" rowspan="6" style="width: 450px;height: 150px "> |
| | | <div style="width: 100%;height: 100%"><textarea style="height: 98%;width: 98%">{{ itemtextarea.processing_note }}</textarea></div> |
| | | </td> |
| | | <td>完工签名</td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr> |
| | | <td>接收签名</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td>接受签名</td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr> |
| | | <td>生产日期</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr> |
| | | <td>质检签名</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr> |
| | | <td>架子编号</td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td colspan="2"></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | <td></td> |
| | | </tr> |
| | | <tr height="65px"> |
| | | <td colspan="22"><span id="qrcode2" class="qr" title="NG23120401B02/1"><canvas width="60" height="60" |
| | | style="display: none;"></canvas><img alt="Scan me!" |
| | | src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAxBJREFUaEPtmuFyhDAIhPX9H9rO2dpJOOBboh2rXn9W47GBXZboPE3TMg38Lcv3snmeB1b7S7Zn2qvbbxzxm69onwk42l3a7Wp6vYqgzG6/YTNcjXmtyC3D1cXq/dGGtf8/FXDESdpdy7MNkMI/CzhaE8WgxuxmWF1MQd4WsLpBloetwlNJ0+ZWYnjjsLqYWkR0vQ0+okFUHZWqed3rxbAbsA3CilSUHU+0aAM+gMH8SBmmvkpZIIVtn2/pU6WJ2hrb3zm8D18GMGU24iYBzPow9VW6Xo2568PVxRQMXfdUlNZQySsY5kUlgvK05h7FYamKfmSIH8BqZqi8qDy9giHH5bk1T/Wz3v+W4dsDjg4AyBqq0xE5MUW8qlyP+nuq0o8FbHe3mtlM3OlZau+veOzwTIsEhEY2pYudAtj2YRItAlpZTyee1U5gVdx7flmlLw/YHuKNTjBUwjRleevVkqee3x06PB5wpMrkclQ1p0pQrmd9Npu3uz5MqnwbwJtKE8focC/qhVQxntOK1JZUO0pKd+LxAfxzMKZkps3O5TJMokMlP7JBZFJIN9TjpU7IohMPehipqcL5UwFXpZ4O2BXVjwzD6GYOiVa1jCx31fWeOqtnV6oH92ILvbTaGkbn5tUEiJ9LULWUrGU0Ld0WsPoFQJXjtGFthqtcVivD0wL5VcttAJPTOmpE88RMHUVVjiqx/ooW3ay2Ieqt3WxqRKsqgKpX6Lw0zcMRFyvtJxsQWp5RJqk/04atuvE4wHtfphEPFQWm0iQfT4LqjodULtH1ywHe+62lOmVVVJrsKlVENrnt/rj0soCrxl3hZuamVOX2VDzLIA0lstOyZXYbwDS4E39UEfOyT5uqCmv6Qny0D6smIasE1d1Vh4U/BVwVrYyT1epSK6L0qkUZ81oQ5KUvD1jNCnlvUnRlo+hkZJeXprcAipEfpQO9spWMx2gfHnVFlT5MAIlGKYdJ+klZifMtBahKIhqMtsaupAmovU4VQUFlnFVNjarSnagePTxQEN6JB/X00c31knj48PDfAX8Bd8KdHJuN7HEAAAAASUVORK5CYII=" |
| | | style="display: block;"><span class="ma">NG23120401B02/1</span></span></td> |
| | | <tr> |
| | | <td colspan="17" rowspan="2"> |
| | | <div style="width: 60px;height: 60px;background-color: red"></div> |
| | | </td> |
| | | </tr> |
| | | </tfoot> |
| | | </table> |
| | | </div> |
| | | </div> |
| | | |
| | | </template> |
| | | |
| | | <style scoped> |
| | | .JColResizer { |
| | | table-layout: fixed; |
| | | * { |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| | | |
| | | .JColResizer>tbody>tr>td, |
| | | .JColResizer>tbody>tr>th { |
| | | overflow: hidden; |
| | | padding-left: 0 !important; |
| | | padding-right: 0 !important; |
| | | #printButton{ |
| | | margin-top: -40px; |
| | | width: 100px; |
| | | } |
| | | |
| | | .JCLRgrips { |
| | | height: 0px; |
| | | position: relative; |
| | | #printFlowCard { |
| | | margin-top: -40px; |
| | | text-align: center; |
| | | //font-weight: bolder; |
| | | height: 600px; |
| | | } |
| | | |
| | | .JCLRgrip { |
| | | margin-left: -5px; |
| | | position: absolute; |
| | | z-index: 5; |
| | | #contentTable { |
| | | border-collapse: collapse; |
| | | border: 1px solid black; |
| | | width: 100%; |
| | | |
| | | } |
| | | |
| | | .JCLRgrip .JColResizer { |
| | | position: absolute; |
| | | background-color: red; |
| | | filter: alpha(opacity=1); |
| | | opacity: 0; |
| | | width: 10px; |
| | | height: 100%; |
| | | cursor: e-resize; |
| | | top: 0px |
| | | #contentTable thead { |
| | | font-size: 13px; |
| | | font-weight: bolder; |
| | | } |
| | | |
| | | .JCLRLastGrip { |
| | | position: absolute; |
| | | width: 1px; |
| | | #contentTable thead div { |
| | | font-size: 15px; |
| | | font-weight: bolder; |
| | | } |
| | | |
| | | .JCLRgripDrag { |
| | | border-left: 1px dotted black; |
| | | #contentTable tr td { |
| | | border: 1px solid black; |
| | | height: 22px; |
| | | font-weight: bolder; |
| | | } |
| | | #contentTable tbody{ |
| | | height: 22px; |
| | | } |
| | | |
| | | .JCLRFlex { |
| | | width: auto !important; |
| | | #contentTable tbody td { |
| | | width: 50px; |
| | | } |
| | | |
| | | .JCLRgrip.JCLRdisabledGrip .JColResizer { |
| | | cursor: default; |
| | | display: none; |
| | | #contentTable tfoot{ |
| | | font-size: 12px; |
| | | font-weight: bolder; |
| | | } |
| | | |
| | | |
| | | /* 在 .footer 元素后始终插入分页符 */ |
| | | @media print { |
| | | #contentTable {page-break-after: always;} |
| | | } |
| | | |
| | | |
| | | thead { display:table-header-group;page-break-inside:avoid; } |
| | | tbody { display:table-row-group;} |
| | | tfoot { display:table-footer-group;page-break-inside:avoid; } |
| | | |
| | | |
| | | </style> |