wupengfei
4 天以前 f65b046bf14a1f4a8f316b7214782bcf7b684e90
src/views/EmploymentManage/components/AddOrEditEmploymentView.vue
@@ -91,7 +91,7 @@
              </ProFormItemV2>
            </ProFormColItem>
          </ProFormCol>
          <template v-if="form.billingMethod === EnumBillingMethod.Hour">
          <template v-if="form.billingMethod === EnumBillingMethod.Day">
            <ProFormCol>
              <ProFormColItem :span="12">
                <ProFormItemV2
@@ -550,6 +550,7 @@
const { enterpriseInsuranceProductSelect } = useEnterpriseInsuranceProductSelect({
  supplierEnterpriseId: computed(() => form.supplierEnterpriseId),
  isConfiguredInsurance: computed(() => form.isConfiguredInsurance),
});
const { isLoading } = useQuery({
@@ -731,7 +732,7 @@
      description: form.description,
      checkReceiveMethods: form.checkReceiveMethods,
      settlementAccess: form.settlementAccess,
      insuranceProductId: form.insuranceProductId,
      insuranceProductId: form.insuranceProductId ? form.insuranceProductId : null,
    };
    if (form.billingMethod !== EnumBillingMethod.Face) {
      params.serviceFee = form.serviceFee;