|
@@ -13,8 +13,8 @@
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<div class="table">
|
|
|
- <dilTable v-bind.sync="options" @selection-change="selectionChange" ref="table">
|
|
|
- </dilTable>
|
|
|
+ <mergeRowTable v-bind.sync="options" @selection-change="selectionChange" ref="table">
|
|
|
+ </mergeRowTable>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -30,7 +30,11 @@ export default {
|
|
|
endTime: null,
|
|
|
options:{
|
|
|
// first请求数据的地址
|
|
|
- requestUrl: "/api/v1/wms/getWmspOutboundResult?apiId=152&warehouseId="+3
|
|
|
+ requestUrl: "/api/v1/wms/getWmspOutboundResult?apiId=152&warehouseId="+3,
|
|
|
+ comparison:"orderNumber1",
|
|
|
+ columnIndexs:[
|
|
|
+ 0,1,2,3,4,5,6,7,8,9,10,13
|
|
|
+ ]
|
|
|
// selectionType: "select",
|
|
|
// mapList: [],
|
|
|
},
|
|
@@ -41,6 +45,7 @@ export default {
|
|
|
// this.$router.push("/inboundDetails/" + scope.row.inboundId)
|
|
|
// },
|
|
|
onclick(){
|
|
|
+ console.log(this.options);
|
|
|
let startTime = null;
|
|
|
let endTime = null;
|
|
|
if (this.startTime) {
|