正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -881,7 +881,7 @@ | @@ -881,7 +881,7 @@ | ||
881 | </style> | 881 | </style> |
882 | 882 | ||
883 | <script> | 883 | <script> |
884 | - import { getMt1201List,addMt1201,ediMt1201,getFenList,getCountryCode,selectCustomcode,sendCreateMt1201,sendEditeMt1201,sendRemoveMt1201,sendBatchDelMt1201,sendBatchApllyMt1201 } from '../../api/mt1201' | 884 | + import { getAWBM1List,addMt1201,ediMt1201,getFenList,getCountryCode,selectCustomcode,sendCreateMt1201,sendEditeMt1201,sendRemoveMt1201,sendBatchDelMt1201,sendBatchApllyMt1201 } from '../../api/mt1201' |
885 | import{addResponse,selectResponseList} from "../../api/InResponse"; | 885 | import{addResponse,selectResponseList} from "../../api/InResponse"; |
886 | import FileSaver from "file-saver"; | 886 | import FileSaver from "file-saver"; |
887 | import XLSX from "xlsx"; | 887 | import XLSX from "xlsx"; |
@@ -1422,7 +1422,7 @@ | @@ -1422,7 +1422,7 @@ | ||
1422 | getList(){ | 1422 | getList(){ |
1423 | let _this = this; | 1423 | let _this = this; |
1424 | this.tableloading=true; | 1424 | this.tableloading=true; |
1425 | - getMt1201List(this.defaultQuery).then(res =>{ | 1425 | + getAWBM1List(this.defaultQuery).then(res =>{ |
1426 | this.sumNmmsCount=0; | 1426 | this.sumNmmsCount=0; |
1427 | this.sumNmmsPrice=0; | 1427 | this.sumNmmsPrice=0; |
1428 | this.sumNmmsWeight=0; | 1428 | this.sumNmmsWeight=0; |
-
请 注册 或 登录 后发表评论