This commit is contained in:
2022-12-17 11:54:47 +08:00
parent 01419ecf8d
commit 59dc7f04f2
14 changed files with 133 additions and 23 deletions

View File

@@ -234,7 +234,7 @@ export async function blobValidate(data) {
* 注prop,title有一个必传
*/
export function flexWidth(prop, tableData, title, num = 0) {
if (tableData.length === 0) { // 表格没数据不做处理
if (!tableData || tableData.length === 0) { // 表格没数据不做处理
return
}
let flexWidth = 0// 初始化表格列宽

View File

@@ -332,7 +332,7 @@
<el-table-column prop="restruct_container_name" label="改制来源子卷号" width="120px" />
<el-table-column prop="package_box_sn" label="改制来源子卷木箱号" width="150px" />
<el-table-column prop="resource_name" label="机台编码" min-width="110" show-overflow-tooltip />
<el-table-column prop="ext_code" label="点位" min-width="110" show-overflow-tooltip />
<el-table-column prop="point_code" label="点位" min-width="110" show-overflow-tooltip />
<el-table-column prop="product_name" label="产品编码" min-width="130" show-overflow-tooltip />
<el-table-column prop="product_area" label="生产区域" />
<el-table-column prop="split_group" label="分切组" />

View File

@@ -150,7 +150,6 @@ export default {
open() {
debugger
this.crud.query.mater_type = this.opendtlParam
// this.crud.toQuery()
},
submit() {
this.rows = this.$refs.multipleTable.selection