提交代理商订单页面

pull/1/head
袁野 2 years ago
parent ce3ea6a5f7
commit e30550fbd2
  1. 2
      src/app/admin/order-manage/dicount-package-order-list/dicount-package-order-list.component.ts
  2. 2
      src/app/admin/order-manage/hlt-charge-order/hlt-charge-order.component.ts
  3. 2
      src/app/admin/order-manage/kfc-order/kfc-order-list/kfc-order-list.component.ts
  4. 2
      src/app/admin/order-manage/member-charge-order/member-charge-order-list/member-charge-order-list.component.ts
  5. 2
      src/app/admin/order-manage/mobile-recharge-order-list/mobile-recharge-order-list.component.ts
  6. 2
      src/app/admin/order-manage/starbucks-order/starbucks-order-list/starbucks-order-list.component.ts
  7. 2
      src/environments/environment.ts

@ -110,7 +110,7 @@ export class DicountPackageOrderListComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -107,7 +107,7 @@ export class HltChargeOrderComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -105,7 +105,7 @@ export class KfcOrderListComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -104,7 +104,7 @@ export class MemberChargeOrderListComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -106,7 +106,7 @@ export class MobileRechargeOrderListComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -104,7 +104,7 @@ export class StarbucksOrderListComponent implements OnInit {
}); });
} }
// 查询订单状态数据 // 查询订单状态数据
this.commonsService.getDictionary('ORDER_OIL_STATUS', data => { this.commonsService.getDictionary('ORDER_STATUS', data => {
this.orderStatusArray = data['return_data']; this.orderStatusArray = data['return_data'];
}); });
this.getRequest(true, this.searchForm.value); this.getRequest(true, this.searchForm.value);

@ -5,7 +5,7 @@
export const environment = { export const environment = {
production: false, production: false,
baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址) baseUrl: 'http://localhost:9302/brest/', // 测试环境服务器地址(请求数据地址)
orderUrl: 'http://localhost:9304/order/', // 测试环境服务器地址(请求数据地址) orderUrl: 'https://hsgcs.dctpay.com/order/', // 测试环境服务器地址(请求数据地址)
imageUrl: 'https://hsgcs.dctpay.com/filesystem/', imageUrl: 'https://hsgcs.dctpay.com/filesystem/',
key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=', key: 'https://hsgcs.dctpay.com/phone-recharge-H5/index.html?codeValue=',
inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=', inviteUrl: 'https://hsgcs.dctpay.com/wx/?action=ic&id=',

Loading…
Cancel
Save