正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
@@ -807,7 +807,7 @@ | @@ -807,7 +807,7 @@ | ||
807 | waybill:undefined, | 807 | waybill:undefined, |
808 | customText:undefined | 808 | customText:undefined |
809 | }, | 809 | }, |
810 | - paymodel:[{value:'PP',label:'预付'},{value:'DP',label:'到付'}], | 810 | + paymodel:[{value:'PP',label:'预付'},{value:'CC',label:'到付'}], |
811 | customext5: [ | 811 | customext5: [ |
812 | {value:'001',label:'普通货物'}, | 812 | {value:'001',label:'普通货物'}, |
813 | {value:'002',label:'国际转运货物'}, | 813 | {value:'002',label:'国际转运货物'}, |
@@ -730,7 +730,6 @@ | @@ -730,7 +730,6 @@ | ||
730 | //获取进港理货列表 | 730 | //获取进港理货列表 |
731 | getMt5201List(){ | 731 | getMt5201List(){ |
732 | this.tableLoading=true; | 732 | this.tableLoading=true; |
733 | - console.log(this.defaultQuery) | ||
734 | getMt5201List(this.defaultQuery).then(res =>{ | 733 | getMt5201List(this.defaultQuery).then(res =>{ |
735 | this.sumNmmsCount=0; | 734 | this.sumNmmsCount=0; |
736 | this.sumNmmsPrice=0; | 735 | this.sumNmmsPrice=0; |
-
请 注册 或 登录 后发表评论