|
|
|
@ -1217,14 +1217,14 @@ export default {
|
|
|
|
|
this.queryList2 = re.data.queryList;
|
|
|
|
|
this.fromList2 = re.data.fromList;
|
|
|
|
|
});
|
|
|
|
|
getHead("InvoiceRegistration-afpdj-cpmx","1").then((re) => {
|
|
|
|
|
getHead("InvoiceRegistrationDrug-afpdj-cpmx","1").then((re) => {
|
|
|
|
|
// 处理返回的数据
|
|
|
|
|
this.tableObj3 = re.data;
|
|
|
|
|
this.tableHeader3 = re.data.tableList;
|
|
|
|
|
this.queryList3 = re.data.queryList;
|
|
|
|
|
this.fromList3 = re.data.fromList;
|
|
|
|
|
});
|
|
|
|
|
getHead("InvoiceRegistration-afpdj-djxq","1").then((re) => {
|
|
|
|
|
getHead("InvoiceRegistrationDrug-afpdj-djxq","1").then((re) => {
|
|
|
|
|
// 处理返回的数据
|
|
|
|
|
this.tableObj4 = re.data;
|
|
|
|
|
this.tableHeader4 = re.data.tableList;
|
|
|
|
|