Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -44,8 +44,6 @@ export class AbnormalGoldComponent implements OnInit {
|
||||
nzTitle: '清分',
|
||||
nzContent: ClearingModalComponent,
|
||||
nzOnOk: com => {
|
||||
console.log(com.sf.value);
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
@ -25,8 +25,6 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
|
||||
loadDetail(id: any) {
|
||||
this.service.request(this.service.$api_get_cost_detail, { id }).subscribe(res => {
|
||||
console.log(res);
|
||||
|
||||
if (res) {
|
||||
this.costInfo = res;
|
||||
}
|
||||
|
||||
@ -139,7 +139,6 @@ export class ExpensesPayableComponent implements OnInit {
|
||||
click: item => {
|
||||
this.st.removeRow(item);
|
||||
this.data = this.data.filter(i => i.id !== item.id);
|
||||
console.log(this.st.data, this.st._data);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -138,7 +138,6 @@ export class ExpensesReceivableComponent implements OnInit {
|
||||
click: item => {
|
||||
this.st.removeRow(item);
|
||||
this.data = this.data.filter(i => i.id !== item.id);
|
||||
console.log(this.st.data, this.st._data);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -72,7 +72,6 @@ export class DriverAccountDetailComponent implements OnInit {
|
||||
}
|
||||
|
||||
stChange(e: STChange): void {
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
exportList() {
|
||||
|
||||
@ -72,7 +72,6 @@ export class FreightAccountDetailComponent implements OnInit {
|
||||
}
|
||||
|
||||
stChange(e: STChange): void {
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
exportList() {
|
||||
|
||||
@ -26,7 +26,6 @@ export class SettingFinancialComponent implements OnInit {
|
||||
this.initSF(this.i);
|
||||
}
|
||||
initSF(staff: any) {
|
||||
console.log(staff);
|
||||
this.schema = {
|
||||
properties: {
|
||||
name: {
|
||||
@ -90,7 +89,6 @@ export class SettingFinancialComponent implements OnInit {
|
||||
staffName: this.sf.value.name
|
||||
};
|
||||
// this.service.request(this.service.$api_addStaff, params).subscribe((res) => {
|
||||
// console.log(res);
|
||||
// if (res) {
|
||||
// this.service.msgSrv.success('保存成功!');
|
||||
// this.modal.close(true);
|
||||
|
||||
@ -34,7 +34,6 @@ export class PayableOrderDetailComponent implements OnInit {
|
||||
|
||||
loadHeadInfo() {
|
||||
this.service.request(this.service.$api_get_fico_ph_header, { id: this.id }).subscribe(res => {
|
||||
console.log(res);
|
||||
if (res) {
|
||||
this.headerInfo = res;
|
||||
}
|
||||
|
||||
@ -30,7 +30,6 @@ export class PaymentOrderDetailComponent implements OnInit {
|
||||
|
||||
loadHeadInfo() {
|
||||
// this.service.request(this.service.$api_get_input_invoice_header, { id: this.id }).subscribe(res => {
|
||||
// console.log(res);
|
||||
// if (res) {
|
||||
// this.headerInfo = res;
|
||||
// }
|
||||
|
||||
@ -35,7 +35,6 @@ export class ReceivableOrderDetailComponent implements OnInit {
|
||||
|
||||
loadHeadInfo() {
|
||||
this.service.request(this.service.$api_get_fico_header, { id: this.id }).subscribe(res => {
|
||||
console.log(res);
|
||||
if (res) {
|
||||
this.headerInfo = res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user