...
|
...
|
@@ -881,7 +881,7 @@ |
|
|
</style>
|
|
|
|
|
|
<script>
|
|
|
import { getMt1201List,addMt1201,ediMt1201,getFenList,getCountryCode,selectCustomcode,sendCreateMt1201,sendEditeMt1201,sendRemoveMt1201,sendBatchDelMt1201,sendBatchApllyMt1201 } from '../../api/mt1201'
|
|
|
import { getAWBM1List,addMt1201,ediMt1201,getFenList,getCountryCode,selectCustomcode,sendCreateMt1201,sendEditeMt1201,sendRemoveMt1201,sendBatchDelMt1201,sendBatchApllyMt1201 } from '../../api/mt1201'
|
|
|
import{addResponse,selectResponseList} from "../../api/InResponse";
|
|
|
import FileSaver from "file-saver";
|
|
|
import XLSX from "xlsx";
|
...
|
...
|
@@ -1422,7 +1422,7 @@ |
|
|
getList(){
|
|
|
let _this = this;
|
|
|
this.tableloading=true;
|
|
|
getMt1201List(this.defaultQuery).then(res =>{
|
|
|
getAWBM1List(this.defaultQuery).then(res =>{
|
|
|
this.sumNmmsCount=0;
|
|
|
this.sumNmmsPrice=0;
|
|
|
this.sumNmmsWeight=0;
|
...
|
...
|
|