|
|
|
@ -382,7 +382,7 @@ |
|
|
|
</el-form> |
|
|
|
<!-- 物料查询表格 - rqrq --> |
|
|
|
<el-table :data="materialQueryList" :height="300" border highlight-current-row ref="materialQueryTable" v-loading="materialQueryLoading" @selection-change="handleMaterialSelectionChange" style="width: 100%;"> |
|
|
|
<el-table-column type="selection" width="50"></el-table-column> |
|
|
|
<el-table-column type="selection" width="30"></el-table-column> |
|
|
|
<el-table-column |
|
|
|
v-for="(item,index) in materialQueryColumnList" :key="index" |
|
|
|
:sortable="item.columnSortable" |
|
|
|
|