|
@@ -34,7 +34,7 @@
|
|
|
<i class="el-icon-refresh"></i>
|
|
|
</el-button>
|
|
|
</div>
|
|
|
- <span
|
|
|
+ <!-- <span
|
|
|
class="el-input"
|
|
|
style="
|
|
|
color: red;
|
|
@@ -44,7 +44,7 @@
|
|
|
font-weight: bold;
|
|
|
"
|
|
|
>万州港实时库存详情</span
|
|
|
- >
|
|
|
+ > -->
|
|
|
<mergeRowTable
|
|
|
ref="excelDom"
|
|
|
v-bind.sync="option"
|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
// 表格请求数据的地址
|
|
|
requestUrl: "/api/v1/wmsh/getLoadPortStockList?apiId=158",
|
|
|
comparison:"materialName",
|
|
|
- columnIndexs:[1,2,3]
|
|
|
+ columnIndexs:[0,1,2,3]
|
|
|
},
|
|
|
option2: {
|
|
|
requestUrl: "/api/v1/wmsh/getLoadPortStockByMaterialName?apiId=493",
|