修改
This commit is contained in:
@@ -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// 初始化表格列宽
|
||||
|
||||
@@ -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="分切组" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user