车辆接口更新
This commit is contained in:
		| @ -50,56 +50,56 @@ export class NetworkFreightComponent implements OnInit { | ||||
|  | ||||
|       index: 'invoiceTaxRate' }, | ||||
|     {  | ||||
|       title: '电子发票账号', | ||||
|       title: '云开票', | ||||
|       width: '150px', | ||||
|  | ||||
|  | ||||
|       index: 'electronicInvoiceAccount' }, | ||||
|       render: 'electronicInvoiceAccount' | ||||
|      }, | ||||
|     {  | ||||
|       title: 'ETC账号', | ||||
|       title: 'e签宝', | ||||
|       width: '150px', | ||||
|  | ||||
|       index: 'etcAccount' }, | ||||
|       render: 'etcAccount' | ||||
|      }, | ||||
|     {  | ||||
|       title: '电子合同账号', | ||||
|       title: '保险', | ||||
|       width: '150px', | ||||
|       index: 'electronicContractAccount' }, | ||||
|       render: 'electronicContractAccount' }, | ||||
|     {  | ||||
|       title: '开户行', | ||||
|       title: '平安银行', | ||||
|       width: '150px', | ||||
|       index: 'bankName' }, | ||||
|       render: 'bankName' }, | ||||
|     {  | ||||
|       title: '虚拟账户', | ||||
|       title: '浦发银行', | ||||
|       width: '150px', | ||||
|       index: 'virtualAccount' }, | ||||
|     { | ||||
|       title: '附加费比例', | ||||
|       index: 'surchargeRate', | ||||
|       width: '150px', | ||||
|       format: (item: any) => { | ||||
|         return item.surchargeRate + '%'; | ||||
|       } | ||||
|     }, | ||||
|       render: 'virtualAccount' | ||||
|      }, | ||||
|     { | ||||
|       title: '操作', | ||||
|       width: '80px', | ||||
|       width: '', | ||||
|       fixed: 'right', | ||||
|       className: 'text-left', | ||||
|       buttons: [ | ||||
|         { | ||||
|           text: '财务设置', | ||||
|           text: '银行设置 ', | ||||
|           click: item => this.roleAction(item, 2) | ||||
|         }, | ||||
|         { | ||||
|           text: '票务设置', | ||||
|           click: item => this.ticket(item) | ||||
|         }, | ||||
|         { | ||||
|           text: '合同设置', | ||||
|           text: '系统配置 ', | ||||
|           click: item => this.roleAction(item, 2) | ||||
|         }, | ||||
|         { | ||||
|           text: '基础设置', | ||||
|           text: '银行卡管理', | ||||
|           click: item => this.roleAction(item, 2) | ||||
|         }, | ||||
|         // { | ||||
|         //   text: '票务设置', | ||||
|         //   click: item => this.ticket(item) | ||||
|         // }, | ||||
|         // { | ||||
|         //   text: '合同设置', | ||||
|         //   click: item => this.roleAction(item, 2) | ||||
|         // }, | ||||
|         { | ||||
|           text: '基础设置 ', | ||||
|           click: item => this.settingAction(item) | ||||
|         } | ||||
|       ] | ||||
| @ -401,7 +401,10 @@ export class NetworkFreightComponent implements OnInit { | ||||
|       } | ||||
|     }); | ||||
|   } | ||||
|    | ||||
|   // 云开票 | ||||
|   setMakeInvoice() { | ||||
|  | ||||
|   } | ||||
|   /* | ||||
|    * 根据地区code查询地区列表 | ||||
|    */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user