Browse Source

fixed:0018884: 【医生签约】【用户反馈】签约医生、医生电话、团队负责人、指导医生4项,每次都需要手动输入

loki.wu 10 months ago
parent
commit
8187cb332e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/pages/contract/contract_template/controller.dart

+ 4 - 0
lib/pages/contract/contract_template/controller.dart

@@ -93,6 +93,10 @@ class ContractTemplateController extends FControllerBase {
         servicePacks: servicePackageCodes.split('、'),
         photos: ["data:image/png;base64,$base64Image"],
         notes: notes,
+        contractedDoctorName: doctorName,
+        contractedDoctorPhone: doctorPhone,
+        teamLeaderName: principalName,
+        preceptorName: preceptorName,
       ),
     );
     if (result != null && result.isNotEmpty) {