页面样式调整
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<el-link type="warning" @click="crud.toView(scope.row)">{{ scope.row.inspection_code }}</el-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="path" label="质保书列表" width="80px">
|
||||
<el-table-column prop="path" label="质保书列表" min-width="100" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
<el-button type="primary" icon="el-icon-folder-opened" circle @click="Picconfirm(scope.$index, scope.row)" />
|
||||
</template>
|
||||
@@ -136,9 +136,9 @@
|
||||
<el-table-column prop="source_bill_code" label="源单据编号" width="150px" />
|
||||
<el-table-column prop="input_optname" label="创建人" />
|
||||
<el-table-column prop="input_time" label="创建时间" width="150px" />
|
||||
<el-table-column prop="check_optname" label="检验人姓名" />
|
||||
<el-table-column prop="check_optname" label="检验人" />
|
||||
<el-table-column prop="check_time" label="检验时间" width="150px" />
|
||||
<el-table-column prop="confirm_optname" label="确认人姓名" />
|
||||
<el-table-column prop="confirm_optname" label="确认人" />
|
||||
<el-table-column prop="confirm_time" label="确认时间" width="150px" />
|
||||
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column v-if="false" prop="inspection_id" label="理化质检单标识" />
|
||||
<el-table-column prop="inspection_code" label="质检单号" width="135" />
|
||||
<el-table-column prop="inspection_type" label="单据类型" :formatter="format_inspection_type" />
|
||||
<el-table-column min-width="100" show-overflow-tooltip prop="inspection_type" label="单据类型" :formatter="format_inspection_type" />
|
||||
<el-table-column prop="bill_status" label="单据状态" :formatter="formatStatus" />
|
||||
<el-table-column v-if="false" prop="biz_date" label="业务日期" />
|
||||
<el-table-column v-if="false" prop="material_id" label="物料标识" />
|
||||
@@ -200,7 +200,7 @@
|
||||
<el-table-column prop="input_time" label="创建时间" width="135" />
|
||||
<el-table-column prop="check_optname" label="检验人" />
|
||||
<el-table-column prop="check_time" label="检验时间" width="135" />
|
||||
<el-table-column prop="confirm_optname" label="结论判定人" />
|
||||
<el-table-column prop="confirm_optname" label="结论判定人" min-width="100" />
|
||||
<el-table-column prop="confirm_time" label="结论判定时间" width="135" />
|
||||
<el-table-column label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
<el-table-column type="selection" width="55"/>
|
||||
<el-table-column v-if="false" prop="inspection_id" label="理化质检单标识"/>
|
||||
<el-table-column prop="inspection_code" label="质检单号" width="135"/>
|
||||
<el-table-column prop="inspection_type" label="单据类型" :formatter="format_inspection_type"/>
|
||||
<el-table-column min-width="100" show-overflow-tooltip prop="inspection_type" label="单据类型" :formatter="format_inspection_type"/>
|
||||
<el-table-column prop="bill_status" label="单据状态" :formatter="formatStatus"/>
|
||||
<el-table-column v-if="false" prop="biz_date" label="业务日期"/>
|
||||
<el-table-column v-if="false" prop="material_id" label="物料标识"/>
|
||||
@@ -222,7 +222,7 @@
|
||||
<el-table-column prop="input_time" label="创建时间" width="135"/>
|
||||
<el-table-column prop="check_optname" label="检验人"/>
|
||||
<el-table-column prop="check_time" label="检验时间" width="135"/>
|
||||
<el-table-column prop="confirm_optname" label="结论判定人"/>
|
||||
<el-table-column prop="confirm_optname" label="结论判定人" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column prop="confirm_time" label="结论判定时间" width="135"/>
|
||||
<el-table-column label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column v-if="false" prop="inspection_id" label="工序质检单标识" />
|
||||
<el-table-column prop="inspection_code" label="质检单号" width="120px" />
|
||||
<el-table-column prop="workordercard_id" label="工艺指令卡" />
|
||||
<el-table-column prop="workordercard_id" label="工艺指令卡" min-width="90" show-overflow-tooltip />
|
||||
<el-table-column prop="workprocedure_name" label="工序名称" />
|
||||
<el-table-column prop="device_name" label="设备名称" />
|
||||
<el-table-column prop="bucketunique" label="桶号" min-width="120" show-overflow-tooltip/>
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
@select-all="onSelectAll"
|
||||
>
|
||||
<el-table-column type="selection" width="55" />
|
||||
<!-- <el-table-column
|
||||
<!-- <el-table-column
|
||||
label="操作"
|
||||
width="115"
|
||||
align="center"
|
||||
@@ -184,7 +184,7 @@
|
||||
</el-table-column>-->
|
||||
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="订单编码">
|
||||
<template slot-scope="scope">
|
||||
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>
|
||||
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column show-overflow-tooltip :formatter="stateFormat" prop="bill_status" label="单据状态" />
|
||||
|
||||
@@ -200,8 +200,8 @@
|
||||
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="订单编码" />
|
||||
<el-table-column show-overflow-tooltip :formatter="stateFormat" width="100" prop="bill_status" label="单据状态" />
|
||||
<el-table-column prop="stor_name" label="仓库" width="100" />
|
||||
<el-table-column prop="io_type" label="出入库类型" :formatter="ioFormat" width="80" />
|
||||
<el-table-column show-overflow-tooltip prop="bill_type" :formatter="bill_typeFormat" width="100" label="业务类型" />
|
||||
<el-table-column prop="io_type" label="出入库类型" :formatter="ioFormat" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column show-overflow-tooltip prop="bill_type" :formatter="bill_typeFormat" min-width="120" label="业务类型" />
|
||||
<el-table-column show-overflow-tooltip width="135" prop="biz_date" label="业务日期" />
|
||||
<el-table-column show-overflow-tooltip :formatter="create_modeFormat" prop="create_mode" label="生成方式" width="100" />
|
||||
<el-table-column label="明细数" align="center" prop="detail_count" width="100" />
|
||||
|
||||
Reference in New Issue
Block a user