diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue index 9a672c1b..e5c8f728 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue @@ -57,44 +57,9 @@ - - - - - - - + @@ -302,182 +267,6 @@ 取 消 - - - - - - - - - - - - - - - - - - -
- - 运单号 - 订单号 - -
- - -
-
- - - - - - - - - - - - - - - - - -
- - 下单时间 - - -
- -
-
-
-
- - - -
- - - 查询 - - - 追加 - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index 0c4848af..bacff7aa 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -4,56 +4,58 @@ - +
- - 批次号 + 运单号 + 批次号
+ + +
- - - + + + - - - - + + + + - - - - - -
- - 创建时间 - - -
- + + + + + + + +
@@ -282,6 +284,7 @@ export default { currentId:null, openForm: false, titleForm: "", + queryOrderType:'1', titleWayBill:null, openWayBillForm:false, @@ -308,15 +311,19 @@ export default { queryParams: { pageNum: 1, pageSize: 20, - billCode:null, - orderSN:null, - batchNo:null, + + queryKey:null, + + batchNo: null, + batchName: null, + transType: null, + startSiteCode: null, + nextSiteCode: null, + carNo: null, destCountry: null, - destCountryName: null, params:{ - queryOrderType: '0', - queryOrderDateType: '1', - blHLK:'1', + queryOrderType: '1', + billCode: null }, }, queryCoParams: { @@ -356,6 +363,13 @@ export default { /** 查询TMS组批次列表 */ getList() { this.loading = true; + if(this.queryOrderType=='1'){ + this.queryParams.params.billCode=this.queryParams.queryKey; + this.queryParams.batchNo=null; + }else{ + this.queryParams.batchNo=this.queryParams.queryKey; + this.queryParams.params.billCode=null; + } this.queryParams=this.addDateRange(this.queryParams, this.dateTimeRange,"createTime"); listEmisTmsSiteBatch(this.queryParams).then(response => { this.emisTmsBatchList = response.rows;