Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -372,7 +372,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
text: '查看明细',
|
text: '查看明细',
|
||||||
click: item =>
|
click: item =>
|
||||||
this.router.navigate(['ticket/cancellation-invoice/detail/' + item.id], {
|
this.router.navigate(['ticket/cancellation-invoice/detail/' + item.id], {
|
||||||
queryParams: { type: 1, expressno: item.expressno, ltdId: item.ltdId }
|
queryParams: { type: 1, expressno: item.expressno, ltdId: item.shipperId }
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -249,7 +249,7 @@ export class InvoicedListComponent implements OnInit {
|
|||||||
text: '查看明细',
|
text: '查看明细',
|
||||||
click: item =>
|
click: item =>
|
||||||
this.router.navigate(['/ticket/invoice-list/detail/' + item.id], {
|
this.router.navigate(['/ticket/invoice-list/detail/' + item.id], {
|
||||||
queryParams: { expressno: item.expressno, type: 2, ltdId: item.ltdId }
|
queryParams: { expressno: item.expressno, type: 2, ltdId: item.shipperId }
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -49,9 +49,9 @@ export class ShipperBaseService extends BaseService {
|
|||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
getEnterpriseProject(params?: any) {
|
getEnterpriseProject(params?: any) {
|
||||||
if (this.list.length > 0) {
|
// if (this.list.length > 0) {
|
||||||
return of(this.list);
|
// return of(this.list);
|
||||||
}
|
// }
|
||||||
return this.request(this.$api_get_enterprise_project, params).pipe(
|
return this.request(this.$api_get_enterprise_project, params).pipe(
|
||||||
map((res: any) => {
|
map((res: any) => {
|
||||||
if (!res) {
|
if (!res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user