|
|
@ -83,10 +83,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="codeBandingList" @selection-change="handleSelectionChange">
|
|
|
|
<el-table v-loading="loading" :data="codeBandingList" @selection-change="handleSelectionChange">
|
|
|
|
<el-table-column type="selection" width="55" align="center" v-if="false"/>
|
|
|
|
<el-table-column type="selection" width="55" align="center" v-if="false"/>
|
|
|
|
<el-table-column label="箱体码" align="center" prop="BOX_CODE" width="110"/>
|
|
|
|
<el-table-column label="箱体码" align="center" prop="BOX_CODE" width="200"/>
|
|
|
|
<el-table-column label="箱体型号" align="center" prop="BOX_NAME" width="110"/>
|
|
|
|
<el-table-column label="箱体型号" align="center" prop="BOX_NAME" width="160"/>
|
|
|
|
<el-table-column label="内胆码" align="center" prop="LINER_CODE" width="110"/>
|
|
|
|
<el-table-column label="内胆码" align="center" prop="LINER_CODE" width="200"/>
|
|
|
|
<el-table-column label="内胆型号" align="center" prop="LINER_NAME" />
|
|
|
|
<el-table-column label="内胆型号" align="center" prop="LINER_NAME" width="160"/>
|
|
|
|
<el-table-column label="SAP订单编号" align="center" prop="ORDER_CODE" width="100"/>
|
|
|
|
<el-table-column label="SAP订单编号" align="center" prop="ORDER_CODE" width="100"/>
|
|
|
|
<el-table-column label="产线编号" align="center" prop="PRODUCT_LINE_CODE" width="80"/>
|
|
|
|
<el-table-column label="产线编号" align="center" prop="PRODUCT_LINE_CODE" width="80"/>
|
|
|
|
<el-table-column label="产线名称" align="center" prop="PRODUCT_LINE_NAME" width="80"/>
|
|
|
|
<el-table-column label="产线名称" align="center" prop="PRODUCT_LINE_NAME" width="80"/>
|
|
|
@ -95,7 +95,7 @@
|
|
|
|
<span>{{ parseTime(scope.row.RECORD_TIME1, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
|
<span>{{ parseTime(scope.row.RECORD_TIME1, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="产品SN码" align="center" prop="PRODUCT_CODE" width="100"/>
|
|
|
|
<el-table-column label="产品SN码" align="center" prop="PRODUCT_CODE" width="200"/>
|
|
|
|
<el-table-column label="产品SN码绑定时间" align="center" prop="RECORD_TIME2" width="180" >
|
|
|
|
<el-table-column label="产品SN码绑定时间" align="center" prop="RECORD_TIME2" width="180" >
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span>{{ parseTime(scope.row.RECORD_TIME2, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
|
<span>{{ parseTime(scope.row.RECORD_TIME2, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
|
|
|
@ -120,7 +120,7 @@ import { listCodeBanding } from "@/api/report/codeBanding";
|
|
|
|
import { findProductLineList } from '@//api/base/productLine'
|
|
|
|
import { findProductLineList } from '@//api/base/productLine'
|
|
|
|
import { parseTime } from '@//utils/ruoyi'
|
|
|
|
import { parseTime } from '@//utils/ruoyi'
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "ProductOffLine",
|
|
|
|
name: "CodeBandingReport",
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
// 遮罩层
|
|
|
|
// 遮罩层
|
|
|
|