cnhis-design-vue 3.2.14-beta.21 → 3.2.14-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -1
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/src/components/NoData.vue2.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/hooks/useNestTable.js +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/button-print/index.d.ts +4 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue2.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/Preview.vue2.js +1 -1
- package/es/components/button-print/src/utils/dialog.js +1 -1
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +1 -1
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +1 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/default-page/src/constants/index.js +1 -1
- package/es/components/default-page/src/index.vue2.js +1 -1
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -1
- package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/expand-field/src/index.vue2.js +1 -1
- package/es/components/expand-field/src/utils/constant.js +1 -1
- package/es/components/fabric-chart/index.d.ts +19 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +19 -2
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +13 -0
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +7 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +2 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldColor.vue2.js +1 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/TableStyle.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue2.js +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -1
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +2 -2
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/constants/filter.js +1 -1
- package/es/components/field-set/src/constants/index.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-config/src/hooks/useLocale.js +1 -1
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/iho-chat/index.d.ts +20 -4
- package/es/components/iho-chat/src/Index.vue.d.ts +20 -4
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +1 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useData.d.ts +3 -3
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/hooks/useWebSocket.js +1 -1
- package/es/components/iho-chat/src/utils/chatSock.js +1 -1
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +1 -1
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +1 -1
- package/es/components/map/src/Map.vue2.js +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -1
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/recommend-search/src/components/BaseSearch.js +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +1 -1
- package/es/components/scale-view/index.d.ts +31 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/NoData.vue2.js +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-input.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +72 -0
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/SelectPersonType.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/slider-tree/src/index.vue2.js +1 -1
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
- package/es/components/table-export-field/src/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/template-render/src/components/index.d.ts +23 -23
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +1 -1
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +1 -1
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
- package/es/shared/assets/img/ai__avatar.png.js +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/logo.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,computed as a,ref as n,watch as t,nextTick as l,openBlock as i,createElementBlock as o,renderSlot as d,createVNode as r,unref as u,withCtx as s,mergeProps as w,createElementVNode as g,normalizeClass as p,createBlock as f,resolveDynamicComponent as c,createCommentVNode as v,createTextVNode as y,Fragment as m,renderList as _,toDisplayString as x,h as I}from"vue";import{isArray as C,isString as L,isNumber as h,isFunction as B,isObject as b,pick as k}from"lodash-es";import{NPopover as P,NImage as E,NDivider as U,NSpace as H,NButton as z,NTag as T,NEllipsis as j}from"naive-ui";import F from"../../../../form-render/index.js";const N={class:"c-info-header__patient"},R={class:"c-info-header__patientHeader"},$={key:0,class:"c-info-header__patientHeader--name"},S={key:1,class:"c-info-header__patientHeader--sex"},V={key:2,class:"c-info-header__patientHeader--age"};var D=e({__name:"index",props:{patientInfo:{default:()=>({})},patientEditable:{type:Boolean}},setup(e){const D=e,M=a((()=>D.patientInfo&&C(D.patientInfo.tagList)?D.patientInfo.tagList.filter((e=>e.render||L(e.content)&&e.content)):[])),O={warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"},W={warning:"#fff",info:"#2563F4"};function q({type:e="warning"}){return{color:O[e],textColor:W[e]}}function A(e){return()=>L(e)||h(e)?e:B(e)?e():b(e)?I(e):null}const G=n(!1),J=a((()=>{var e,a,n,t,l,i,o,d,r,u,s,w,g,p,f,c;return D.patientEditable?[{val_key:"name",is_null:"0",is_empty:"0",alias:(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.116"))||"姓名",html_type:"INPUT",...D.patientInfo.nameProps},{val_key:"sex",alias:(null==(a=window.getLanguageByCode)?void 0:a.call(window,"10010.1.122"))||"性别",html_type:"SELECT",is_null:"0",option:[{text:(null==(n=window.getLanguageByCode)?void 0:n.call(window,"10010.1.205"))||"未知",value:(null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.205"))||"未知"},{text:(null==(l=window.getLanguageByCode)?void 0:l.call(window,"10010.1.203"))||"男",value:(null==(i=window.getLanguageByCode)?void 0:i.call(window,"10010.1.203"))||"男"},{text:(null==(o=window.getLanguageByCode)?void 0:o.call(window,"10010.1.204"))||"女",value:(null==(d=window.getLanguageByCode)?void 0:d.call(window,"10010.1.204"))||"女"}],...D.patientInfo.sexProps},{val_key:"age",alias:"年龄",html_type:"INPUT_NUMBER",is_null:"0",is_empty:"0",decoratorProps:{style:{flex:2}},...D.patientInfo.ageProps,suffixConfig:{alias:"年龄单位",is_null:"0",val_key:"ageUnit",html_type:"SELECT",decoratorProps:{style:{flex:1}},option:[{value:(null==(r=window.getLanguageByCode)?void 0:r.call(window,"10010.1.144"))||"天",text:(null==(u=window.getLanguageByCode)?void 0:u.call(window,"10010.1.144"))||"天"},{value:(null==(s=window.getLanguageByCode)?void 0:s.call(window,"10010.1.347"))||"月",text:(null==(w=window.getLanguageByCode)?void 0:w.call(window,"10010.1.347"))||"月"},{value:"岁",text:"岁"},{value:(null==(g=window.getLanguageByCode)?void 0:g.call(window,"10010.1.350"))||"小时",text:(null==(p=window.getLanguageByCode)?void 0:p.call(window,"10010.1.350"))||"小时"},{value:"分",text:"分"},{value:(null==(f=window.getLanguageByCode)?void 0:f.call(window,"10010.1.346"))||"周",text:(null==(c=window.getLanguageByCode)?void 0:c.call(window,"10010.1.346"))||"周"}],...D.patientInfo.ageUnitProps}}]:[]})),K=n();async function Q(){K.value&&(await K.value.validate(),Object.assign(D.patientInfo,k(K.value.getFormValues(),["name","sex","age","ageUnit"])),G.value=!1)}return t(G,(async e=>{await l(),e&&K.value&&K.value.setFormValues(D.patientInfo||{})})),(a,n)=>(i(),o("section",N,[d(a.$slots,"avatar",{},(()=>[r(u(P),null,{trigger:s((()=>[r(u(E),w({style:{"border-radius":"50%"},width:36,height:36,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:s((()=>[r(u(E),w({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),g("section",null,[g("header",R,[r(u(P),{disabled:!e.patientEditable,trigger:"manual",placement:"bottom",show:G.value},{trigger:s((()=>{var a;return[g("section",{class:p(["c-info-header__patientHeaderWrapper",{"in-edit":G.value}]),onDblclick:n[0]||(n[0]=a=>e.patientEditable&&(G.value=!0))},[e.patientInfo.name?(i(),o("div",$,[(i(),f(c(A(e.patientInfo.name))))])):v("v-if",!0),e.patientInfo.sex?(i(),o("div",S,[y(" / "),(i(),f(c(A(e.patientInfo.sex))))])):v("v-if",!0),null!=e.patientInfo.age?(i(),o("div",V,[y(" / "),(i(),f(c(A(e.patientInfo.age)))),(i(),f(c(A(null!=(a=e.patientInfo.ageUnit)?a:"岁"))))])):v("v-if",!0)],34)]})),default:s((()=>[r(u(F),{column:"6",size:"small","label-placement":"left",style:{width:"200px",margin:"4px 0 -8px 0"},"field-list":u(J),ref_key:"formRenderRef",ref:K},null,8,["field-list"]),r(u(U),{style:{margin:"8px -14px",width:"calc(100% + 28px)"}}),r(u(H),{justify:"end"},{default:s((()=>[r(u(z),{size:"small",onClick:n[1]||(n[1]=e=>G.value=!1)},{default:s((()=>{var e;return[y((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.
|
1
|
+
import{defineComponent as e,computed as a,ref as n,watch as t,nextTick as l,openBlock as i,createElementBlock as o,renderSlot as d,createVNode as r,unref as u,withCtx as s,mergeProps as w,createElementVNode as g,normalizeClass as p,createBlock as f,resolveDynamicComponent as c,createCommentVNode as v,createTextVNode as y,Fragment as m,renderList as _,toDisplayString as x,h as I}from"vue";import{isArray as C,isString as L,isNumber as h,isFunction as B,isObject as b,pick as k}from"lodash-es";import{NPopover as P,NImage as E,NDivider as U,NSpace as H,NButton as z,NTag as T,NEllipsis as j}from"naive-ui";import F from"../../../../form-render/index.js";const N={class:"c-info-header__patient"},R={class:"c-info-header__patientHeader"},$={key:0,class:"c-info-header__patientHeader--name"},S={key:1,class:"c-info-header__patientHeader--sex"},V={key:2,class:"c-info-header__patientHeader--age"};var D=e({__name:"index",props:{patientInfo:{default:()=>({})},patientEditable:{type:Boolean}},setup(e){const D=e,M=a((()=>D.patientInfo&&C(D.patientInfo.tagList)?D.patientInfo.tagList.filter((e=>e.render||L(e.content)&&e.content)):[])),O={warning:"#fcc200",info:"rgba(45, 122, 255, 0.1)"},W={warning:"#fff",info:"#2563F4"};function q({type:e="warning"}){return{color:O[e],textColor:W[e]}}function A(e){return()=>L(e)||h(e)?e:B(e)?e():b(e)?I(e):null}const G=n(!1),J=a((()=>{var e,a,n,t,l,i,o,d,r,u,s,w,g,p,f,c;return D.patientEditable?[{val_key:"name",is_null:"0",is_empty:"0",alias:(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.116"))||"姓名",html_type:"INPUT",...D.patientInfo.nameProps},{val_key:"sex",alias:(null==(a=window.getLanguageByCode)?void 0:a.call(window,"10010.1.122"))||"性别",html_type:"SELECT",is_null:"0",option:[{text:(null==(n=window.getLanguageByCode)?void 0:n.call(window,"10010.1.205"))||"未知",value:(null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.205"))||"未知"},{text:(null==(l=window.getLanguageByCode)?void 0:l.call(window,"10010.1.203"))||"男",value:(null==(i=window.getLanguageByCode)?void 0:i.call(window,"10010.1.203"))||"男"},{text:(null==(o=window.getLanguageByCode)?void 0:o.call(window,"10010.1.204"))||"女",value:(null==(d=window.getLanguageByCode)?void 0:d.call(window,"10010.1.204"))||"女"}],...D.patientInfo.sexProps},{val_key:"age",alias:"年龄",html_type:"INPUT_NUMBER",is_null:"0",is_empty:"0",decoratorProps:{style:{flex:2}},...D.patientInfo.ageProps,suffixConfig:{alias:"年龄单位",is_null:"0",val_key:"ageUnit",html_type:"SELECT",decoratorProps:{style:{flex:1}},option:[{value:(null==(r=window.getLanguageByCode)?void 0:r.call(window,"10010.1.144"))||"天",text:(null==(u=window.getLanguageByCode)?void 0:u.call(window,"10010.1.144"))||"天"},{value:(null==(s=window.getLanguageByCode)?void 0:s.call(window,"10010.1.347"))||"月",text:(null==(w=window.getLanguageByCode)?void 0:w.call(window,"10010.1.347"))||"月"},{value:"岁",text:"岁"},{value:(null==(g=window.getLanguageByCode)?void 0:g.call(window,"10010.1.350"))||"小时",text:(null==(p=window.getLanguageByCode)?void 0:p.call(window,"10010.1.350"))||"小时"},{value:"分",text:"分"},{value:(null==(f=window.getLanguageByCode)?void 0:f.call(window,"10010.1.346"))||"周",text:(null==(c=window.getLanguageByCode)?void 0:c.call(window,"10010.1.346"))||"周"}],...D.patientInfo.ageUnitProps}}]:[]})),K=n();async function Q(){K.value&&(await K.value.validate(),Object.assign(D.patientInfo,k(K.value.getFormValues(),["name","sex","age","ageUnit"])),G.value=!1)}return t(G,(async e=>{await l(),e&&K.value&&K.value.setFormValues(D.patientInfo||{})})),(a,n)=>(i(),o("section",N,[d(a.$slots,"avatar",{},(()=>[r(u(P),null,{trigger:s((()=>[r(u(E),w({style:{"border-radius":"50%"},width:36,height:36,"preview-disabled":"",src:e.patientInfo.avatar},e.patientInfo.avatarProps),null,16,["src"])])),default:s((()=>[r(u(E),w({width:200,"preview-disabled":"",src:e.patientInfo.avatarPreview||e.patientInfo.avatar},e.patientInfo.avatarPreviewProps),null,16,["src"])])),_:1})])),g("section",null,[g("header",R,[r(u(P),{disabled:!e.patientEditable,trigger:"manual",placement:"bottom",show:G.value},{trigger:s((()=>{var a;return[g("section",{class:p(["c-info-header__patientHeaderWrapper",{"in-edit":G.value}]),onDblclick:n[0]||(n[0]=a=>e.patientEditable&&(G.value=!0))},[e.patientInfo.name?(i(),o("div",$,[(i(),f(c(A(e.patientInfo.name))))])):v("v-if",!0),e.patientInfo.sex?(i(),o("div",S,[y(" / "),(i(),f(c(A(e.patientInfo.sex))))])):v("v-if",!0),null!=e.patientInfo.age?(i(),o("div",V,[y(" / "),(i(),f(c(A(e.patientInfo.age)))),(i(),f(c(A(null!=(a=e.patientInfo.ageUnit)?a:"岁"))))])):v("v-if",!0)],34)]})),default:s((()=>[r(u(F),{column:"6",size:"small","label-placement":"left",style:{width:"200px",margin:"4px 0 -8px 0"},"field-list":u(J),ref_key:"formRenderRef",ref:K},null,8,["field-list"]),r(u(U),{style:{margin:"8px -14px",width:"calc(100% + 28px)"}}),r(u(H),{justify:"end"},{default:s((()=>[r(u(z),{size:"small",onClick:n[1]||(n[1]=e=>G.value=!1)},{default:s((()=>{var e;return[y((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.32"))||"取消")]})),_:1}),r(u(z),{size:"small",type:"info",onClick:Q},{default:s((()=>{var e;return[y((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.428"))||"确认")]})),_:1})])),_:1})])),_:1},8,["disabled","show"]),d(a.$slots,"tags",{tagList:u(M)},(()=>[(i(!0),o(m,null,_(e.patientInfo.tagList||[],(e=>(i(),f(u(T),w({key:e.content,size:"medium",bordered:!1,color:q(e)},e),{default:s((()=>[e.render?(i(),f(c(e.render),{key:0})):(i(),f(u(j),{key:1,style:{"max-width":"96px"}},{default:s((()=>[y(x(e.content),1)])),_:2},1024))])),_:2},1040,["color"])))),128))]))]),d(a.$slots,"avatarInfo")])]))}});export{D as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent,computed,ref,watch,openBlock,createElementBlock,normalizeClass,normalizeStyle,unref,createElementVNode,createVNode,withCtx,Fragment,renderList,toDisplayString,createBlock,createCommentVNode,nextTick}from"vue";import{NSpace,NIcon}from"naive-ui";import{ArrowUndoSharp}from"@vicons/ionicons5";import InputNumber from"./InputNumber.vue.js";import{useDraggable}from"@vueuse/core";import{getNumber}from"../utils/index.js";const _hoisted_1={class:"keys"},_hoisted_2=["onClick"],_hoisted_3=["onClick"],_hoisted_4={class:"btns"},_hoisted_5=["onClick"],_hoisted_6={class:"inputs"},_hoisted_7={class:"inputs-right"},_hoisted_8=createElementVNode("hr",null,null,-1);var _sfc_main=defineComponent({__name:"NumberPanel",props:{defaultValue:{type:Number},value:{type:Number},mode:{type:String},positionInitialValue:{type:Object,default:()=>({x:0,y:0})},moveOffset:{type:Object,default:()=>({x:0,y:0})},drag:{type:Boolean,default:!1}},emits:["change"],setup(__props,{emit:emit}){const props=__props,NUMBERKEYS="1234567890.",DAYS=[3,7,14,30],DOSENUMBERKEYS="123/456*789-0.+",CALCULATIONSYMBOLS=["+","-","*","/"],isNumber=computed((()=>"number"===props.mode)),isDay=computed((()=>"day"===props.mode&&!isNumber.value)),isDose=computed((()=>"dose"===props.mode&&!isNumber.value)),numberKeys=computed((()=>(isDose.value?DOSENUMBERKEYS:NUMBERKEYS).split(""))),days=ref(DAYS),doses=ref([2,3,4,5,6,7,8]),inputValue=ref(""),integerValue=ref(),numeratorValue=ref(),denominatorValue=ref(),inputValueStatus=ref("success"),numeratorValueStatus=ref("success"),denominatorValueStatus=ref("success"),keyboardRef=ref(null),inputRef=ref(null),style=init();function init(){if(props.defaultValue&&(inputValue.value=props.defaultValue.toString()),props.drag){const{x:e,y:t,style:a}=useDraggable(keyboardRef,{initialValue:props.positionInitialValue,onMove:(e,t)=>{var a,u,n,l;e.x+=null!=(u=null==(a=props.moveOffset)?void 0:a.x)?u:0,e.y+=null!=(l=null==(n=props.moveOffset)?void 0:n.y)?l:0}});return a}}async function setFocus(){var e,t,a;const u=null==(a=null==(t=null==(e=inputRef.value)?void 0:e.$childrenRefs)?void 0:t.$refs)?void 0:a.inputElRef;await nextTick(),u.focus()}function keydown(key){switch(key){case"Undo":updateValue(key);break;case"Enter":if(!validator())return void(inputValueStatus.value="error");emit("change",eval(inputValue.value)),setFocus();break;default:"number"==typeof key?(inputValue.value=key.toString(),setInputValueStatus(),setFocus()):updateValue(key)}}function onKeydown(e){["Enter"].includes(e.key)&&keydown("Enter")}async function updateValue(e){var t,a,u;const n=null==(u=null==(a=null==(t=inputRef.value)?void 0:t.$childrenRefs)?void 0:a.$refs)?void 0:u.inputElRef,{selectionStart:l,selectionEnd:o}=n,r=inputValue.value.split("");if("Undo"===e){const e=l===o?1:o-l,t=l===o?l-1:l;inputValue.value&&t>-1&&r.splice(t,e)}else r.splice(l,o-l,e);inputValue.value=r.join(""),await nextTick(),n.focus();const s="Undo"===e?l?o>l?l:l-1:0:l+1;n.setSelectionRange(s,s),setInputValueStatus()}function validator(){if(!inputValue.value)return!1;if(CALCULATIONSYMBOLS.slice(2).includes(inputValue.value[0]))return!1;if(CALCULATIONSYMBOLS.includes(inputValue.value[inputValue.value.length-1]))return!1;const e=[];let t=[];const a=inputValue.value.split("");a.forEach(((u,n)=>{CALCULATIONSYMBOLS.includes(u)?(e.push(t.join("")),t=[]):(t.push(u),n===a.length-1&&e.push(t.join("")))}));return!!e.every(((e,t)=>0===t&&!e||/^\d*(.\d+)?$/.test(e)))}function updateFraction(e){setInputStatus(inputValue,inputValueStatus)&&(inputValue.value=(Math.round(+inputValue.value*(1/e)*100)/100).toString(),setInputValueStatus())}function calculateFraction(){if(!setInputStatus(inputValue,inputValueStatus)||!setInputStatus(numeratorValue,numeratorValueStatus,!0)||!setInputStatus(denominatorValue,denominatorValueStatus,!0))return;const e=getNumber(integerValue.value)+getNumber(numeratorValue.value)/getNumber(denominatorValue.value);inputValue.value=(Math.round(+inputValue.value*e*100)/100).toString(),setInputValueStatus()}function setInputStatus(e,t,a){if((a||e.value&&"."!==e.value)&&(!a||e.value))return!0;t.value="error"}function setInputValueStatus(){inputValueStatus.value=inputValue.value?"success":"error"}return watch((()=>props.value),(e=>inputValue.value=(e||"").toString()),{immediate:!0}),(e,t)=>(openBlock(),createElementBlock("div",{class:normalizeClass(["c-keyboard",{isFixed:__props.drag}]),ref_key:"keyboardRef",ref:keyboardRef,style:normalizeStyle(unref(style)),onKeydown:onKeydown},[createElementVNode("div",{class:normalizeClass(["left",{isDose:unref(isDose)}])},[createVNode(InputNumber,{ref_key:"inputRef",ref:inputRef,modelValue:inputValue.value,"onUpdate:modelValue":t[0]||(t[0]=e=>inputValue.value=e),status:inputValueStatus.value,"onUpdate:status":t[1]||(t[1]=e=>inputValueStatus.value=e)},null,8,["modelValue","status"]),createElementVNode("div",_hoisted_1,[createVNode(unref(NSpace),{class:"margin-offset","wrap-item":!1},{default:withCtx((()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(numberKeys),(e=>(openBlock(),createElementBlock("span",{key:e,class:normalizeClass("0"===e?"is-0":""),onClick:t=>keydown(e)},toDisplayString(e),11,_hoisted_2)))),128))])),_:1}),createVNode(unref(NSpace),{class:"margin-offset","wrap-item":!1},{default:withCtx((()=>{var e;return[createElementVNode("span",{class:"opt",onClick:t[2]||(t[2]=e=>keydown("Undo"))},[createVNode(unref(NIcon),{component:unref(ArrowUndoSharp)},null,8,["component"])]),createElementVNode("span",{class:"opt",onClick:t[3]||(t[3]=e=>keydown("Enter"))},(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.
|
1
|
+
import{defineComponent,computed,ref,watch,openBlock,createElementBlock,normalizeClass,normalizeStyle,unref,createElementVNode,createVNode,withCtx,Fragment,renderList,toDisplayString,createBlock,createCommentVNode,nextTick}from"vue";import{NSpace,NIcon}from"naive-ui";import{ArrowUndoSharp}from"@vicons/ionicons5";import InputNumber from"./InputNumber.vue.js";import{useDraggable}from"@vueuse/core";import{getNumber}from"../utils/index.js";const _hoisted_1={class:"keys"},_hoisted_2=["onClick"],_hoisted_3=["onClick"],_hoisted_4={class:"btns"},_hoisted_5=["onClick"],_hoisted_6={class:"inputs"},_hoisted_7={class:"inputs-right"},_hoisted_8=createElementVNode("hr",null,null,-1);var _sfc_main=defineComponent({__name:"NumberPanel",props:{defaultValue:{type:Number},value:{type:Number},mode:{type:String},positionInitialValue:{type:Object,default:()=>({x:0,y:0})},moveOffset:{type:Object,default:()=>({x:0,y:0})},drag:{type:Boolean,default:!1}},emits:["change"],setup(__props,{emit:emit}){const props=__props,NUMBERKEYS="1234567890.",DAYS=[3,7,14,30],DOSENUMBERKEYS="123/456*789-0.+",CALCULATIONSYMBOLS=["+","-","*","/"],isNumber=computed((()=>"number"===props.mode)),isDay=computed((()=>"day"===props.mode&&!isNumber.value)),isDose=computed((()=>"dose"===props.mode&&!isNumber.value)),numberKeys=computed((()=>(isDose.value?DOSENUMBERKEYS:NUMBERKEYS).split(""))),days=ref(DAYS),doses=ref([2,3,4,5,6,7,8]),inputValue=ref(""),integerValue=ref(),numeratorValue=ref(),denominatorValue=ref(),inputValueStatus=ref("success"),numeratorValueStatus=ref("success"),denominatorValueStatus=ref("success"),keyboardRef=ref(null),inputRef=ref(null),style=init();function init(){if(props.defaultValue&&(inputValue.value=props.defaultValue.toString()),props.drag){const{x:e,y:t,style:a}=useDraggable(keyboardRef,{initialValue:props.positionInitialValue,onMove:(e,t)=>{var a,u,n,l;e.x+=null!=(u=null==(a=props.moveOffset)?void 0:a.x)?u:0,e.y+=null!=(l=null==(n=props.moveOffset)?void 0:n.y)?l:0}});return a}}async function setFocus(){var e,t,a;const u=null==(a=null==(t=null==(e=inputRef.value)?void 0:e.$childrenRefs)?void 0:t.$refs)?void 0:a.inputElRef;await nextTick(),u.focus()}function keydown(key){switch(key){case"Undo":updateValue(key);break;case"Enter":if(!validator())return void(inputValueStatus.value="error");emit("change",eval(inputValue.value)),setFocus();break;default:"number"==typeof key?(inputValue.value=key.toString(),setInputValueStatus(),setFocus()):updateValue(key)}}function onKeydown(e){["Enter"].includes(e.key)&&keydown("Enter")}async function updateValue(e){var t,a,u;const n=null==(u=null==(a=null==(t=inputRef.value)?void 0:t.$childrenRefs)?void 0:a.$refs)?void 0:u.inputElRef,{selectionStart:l,selectionEnd:o}=n,r=inputValue.value.split("");if("Undo"===e){const e=l===o?1:o-l,t=l===o?l-1:l;inputValue.value&&t>-1&&r.splice(t,e)}else r.splice(l,o-l,e);inputValue.value=r.join(""),await nextTick(),n.focus();const s="Undo"===e?l?o>l?l:l-1:0:l+1;n.setSelectionRange(s,s),setInputValueStatus()}function validator(){if(!inputValue.value)return!1;if(CALCULATIONSYMBOLS.slice(2).includes(inputValue.value[0]))return!1;if(CALCULATIONSYMBOLS.includes(inputValue.value[inputValue.value.length-1]))return!1;const e=[];let t=[];const a=inputValue.value.split("");a.forEach(((u,n)=>{CALCULATIONSYMBOLS.includes(u)?(e.push(t.join("")),t=[]):(t.push(u),n===a.length-1&&e.push(t.join("")))}));return!!e.every(((e,t)=>0===t&&!e||/^\d*(.\d+)?$/.test(e)))}function updateFraction(e){setInputStatus(inputValue,inputValueStatus)&&(inputValue.value=(Math.round(+inputValue.value*(1/e)*100)/100).toString(),setInputValueStatus())}function calculateFraction(){if(!setInputStatus(inputValue,inputValueStatus)||!setInputStatus(numeratorValue,numeratorValueStatus,!0)||!setInputStatus(denominatorValue,denominatorValueStatus,!0))return;const e=getNumber(integerValue.value)+getNumber(numeratorValue.value)/getNumber(denominatorValue.value);inputValue.value=(Math.round(+inputValue.value*e*100)/100).toString(),setInputValueStatus()}function setInputStatus(e,t,a){if((a||e.value&&"."!==e.value)&&(!a||e.value))return!0;t.value="error"}function setInputValueStatus(){inputValueStatus.value=inputValue.value?"success":"error"}return watch((()=>props.value),(e=>inputValue.value=(e||"").toString()),{immediate:!0}),(e,t)=>(openBlock(),createElementBlock("div",{class:normalizeClass(["c-keyboard",{isFixed:__props.drag}]),ref_key:"keyboardRef",ref:keyboardRef,style:normalizeStyle(unref(style)),onKeydown:onKeydown},[createElementVNode("div",{class:normalizeClass(["left",{isDose:unref(isDose)}])},[createVNode(InputNumber,{ref_key:"inputRef",ref:inputRef,modelValue:inputValue.value,"onUpdate:modelValue":t[0]||(t[0]=e=>inputValue.value=e),status:inputValueStatus.value,"onUpdate:status":t[1]||(t[1]=e=>inputValueStatus.value=e)},null,8,["modelValue","status"]),createElementVNode("div",_hoisted_1,[createVNode(unref(NSpace),{class:"margin-offset","wrap-item":!1},{default:withCtx((()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(numberKeys),(e=>(openBlock(),createElementBlock("span",{key:e,class:normalizeClass("0"===e?"is-0":""),onClick:t=>keydown(e)},toDisplayString(e),11,_hoisted_2)))),128))])),_:1}),createVNode(unref(NSpace),{class:"margin-offset","wrap-item":!1},{default:withCtx((()=>{var e;return[createElementVNode("span",{class:"opt",onClick:t[2]||(t[2]=e=>keydown("Undo"))},[createVNode(unref(NIcon),{component:unref(ArrowUndoSharp)},null,8,["component"])]),createElementVNode("span",{class:"opt",onClick:t[3]||(t[3]=e=>keydown("Enter"))},(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.33"))||"确定")]})),_:1})])],2),unref(isDay)?(openBlock(),createBlock(unref(NSpace),{key:0,class:"right-days","wrap-item":!1,justify:"center",vertical:""},{default:withCtx((()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(days.value,(e=>{var t;return openBlock(),createElementBlock("span",{class:"btn",key:e,onClick:t=>keydown(e)},toDisplayString(e)+((null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.144"))||"天"),9,_hoisted_3)})),128))])),_:1})):createCommentVNode("v-if",!0),unref(isDose)?(openBlock(),createBlock(unref(NSpace),{key:1,class:"right-dose","wrap-item":!1},{default:withCtx((()=>[createElementVNode("div",_hoisted_4,[(openBlock(!0),createElementBlock(Fragment,null,renderList(doses.value,(e=>(openBlock(),createElementBlock("span",{class:"btn",key:e,onClick:t=>updateFraction(e)},"1/"+toDisplayString(e),9,_hoisted_5)))),128))]),createVNode(unref(NSpace),{justify:"center",vertical:"","wrap-item":!1},{default:withCtx((()=>{var e;return[createElementVNode("div",_hoisted_6,[createVNode(InputNumber,{integer:"",modelValue:integerValue.value,"onUpdate:modelValue":t[4]||(t[4]=e=>integerValue.value=e)},null,8,["modelValue"]),createElementVNode("div",_hoisted_7,[createVNode(InputNumber,{integer:"",modelValue:numeratorValue.value,"onUpdate:modelValue":t[5]||(t[5]=e=>numeratorValue.value=e),status:numeratorValueStatus.value,"onUpdate:status":t[6]||(t[6]=e=>numeratorValueStatus.value=e)},null,8,["modelValue","status"]),_hoisted_8,createVNode(InputNumber,{integer:"",modelValue:denominatorValue.value,"onUpdate:modelValue":t[7]||(t[7]=e=>denominatorValue.value=e),status:denominatorValueStatus.value,"onUpdate:status":t[8]||(t[8]=e=>denominatorValueStatus.value=e)},null,8,["modelValue","status"])])]),createElementVNode("span",{class:"btn",onClick:calculateFraction},(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.145"))||"分子式剂量")]})),_:1})])),_:1})):createCommentVNode("v-if",!0)],38))}});export{_sfc_main as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,reactive as a,computed as t,onMounted as n,openBlock as s,createElementBlock as o,createElementVNode as l,createVNode as r,unref as i,withCtx as c,createTextVNode as d,toDisplayString as p,Fragment as m,renderList as u,createCommentVNode as g}from"vue";import{useMessage as v,NInput as q,NButton as L}from"naive-ui";const h={class:"c-map"},y={class:"search-container"},f={class:"map-input-search"},k={class:"input-addon"},w=l("div",{id:"map-core"},null,-1),_={key:0,class:"address-list"},S=["onClick"],P={class:"title"};var C=e({__name:"Map",props:{locationProp:{type:String,default:""},ak:{type:String,default:"KP3BZ-OAC3W-PY6RY-OJ6DV-JYKN3-H6F72"}},emits:["selectLocation"],setup(e,{emit:C}){const O=e,T=a({qq:null,searchKey:"",centrePoint:{},location:{lng:"",lat:""},localObj:{},map:null,ac:null,addressList:[],markers:[],timeout:null,searchService:null,geocoder:{}}),M=t((()=>{var e,a;return null==(a=null==(e=T.addressList)?void 0:e[0])?void 0:a.name})),B=t((()=>O.locationProp&&JSON.parse(O.locationProp)||null)),I=v(),E=e=>{if(e&&"geolocation"==e.module){T.location.lng=e.lng,T.location.lat=e.lat;const a=new T.qq.maps.LatLng(e.lat,e.lng);x({latLng:a}),K({lat:e.lat,lng:e.lng})}else console.log("用户不允许获取地理位置"),T.location.lng=113.275,T.location.lat=23.117},K=e=>{const a=T.qq;var t=new a.maps.LatLng(e.lat,e.lng);T.centrePoint=t,T.map.panTo(t);const n=new a.maps.Marker({position:t,map:T.map});T.markers.push(n)},N=e=>{for(var a;a=e.pop();)a.setMap(null)},b=()=>{T.markers&&T.markers.length&&N(T.markers),T.markers=[]},x=(e={})=>{const a=T.qq,t=e.latLng,n=new a.maps.Geocoder;n.setComplete((e=>{if("GEO_INFO"===e.type){var t=new a.maps.LatLngBounds,n=e.detail.nearPois||[];b(),T.addressList=n||[];for(let e=0;e<n.length;e++){const o=n[e];var s=new a.maps.Marker({map:T.map});s.setPosition(o.latLng),s.setTitle(e+1),T.markers.push(s),t.extend(o.latLng)}T.map.fitBounds(t)}var o=e.detail.location||{};K(o)})),n.setError((function(){alert("出错了,请输入正确的经纬度!!!")})),n.getAddress(t)},A=()=>{let e=T.searchKey;e&&(T.markers&&T.markers.length&&N(T.markers),T.searchService.setLocation(""),T.searchService.setPageCapacity(50),T.searchService.search(e))},G=(e,a)=>{const t=T.qq,{name:n,address:s,latLng:o}=e,{lat:l,lng:r}=o,i=new t.maps.Geocoder;i.setComplete((function(e){if("GEO_INFO"===e.type){const{addressComponents:{province:a,city:t,district:o,country:i}}=e.detail,c=JSON.stringify({name:n,address:s,province:a,city:t,district:o,country:i,lat:l,lng:r});C("selectLocation",{locationProp:c,isInit:!1})}})),i.setError((function(){alert("出错了,请输入正确的经纬度!!!")})),i.getAddress(o)},J=e=>{var a={zoom:12,center:new e.maps.LatLng(39.916527,116.397128),mapTypeId:e.maps.MapTypeId.ROADMAP};T.map=new e.maps.Map(document.getElementById("map-core"),a);const{lat:t,lng:n,address:s}=B.value||{};if(t&&n){const a=new e.maps.LatLng(t,n);x({latLng:a})}else s?setTimeout((()=>{A()}),300):new T.qq.maps.Geolocation(O.ak,"qqmap").getLocation(E,(function(e){console.log(e)}),{timeout:9e3});T.qq.maps.event.addDomListener(T.map,"click",(function(e){x({latLng:e.latLng})}))},Y=e=>{T.qq=e,setTimeout((()=>{J(e),(()=>{const e=T.qq;T.searchService=new e.maps.SearchService({complete:function(a){var t,n,s=a.detail.pois||[],o=new e.maps.LatLngBounds;if("CITY_LIST"===a.type)return T.searchService.setLocation(a.detail.cities[0].cityName),void T.searchService.search(T.searchKey);if(T.addressList=s||[],b(),"POI_LIST"===a.type)for(var l=0,r=s.length;l<r;l++){var i=s[l];o.extend(i.latLng),t=l,n=void 0,(n=new e.maps.Marker({map:T.map})).setPosition(s[t].latLng),n.setTitle(l+1),T.markers.push(n)}T.map.fitBounds(o)},error:function(e){console.log(e),"NO_RESULTS"!==e?I.warning("地址检索先输入城市名称"):I.warning("查无结果!")},autoExtend:!0})})()}),0)},j=()=>{(()=>{var e,a;let t=window;if(t.qq)return t.qq._preloader?t.qq._preloader:Promise.resolve(t.qq);{const n=O.ak||(null==(a=null==(e=t._qq)?void 0:e.call(t))?void 0:a.ak);return t.qq={},t.qq._preloader=new Promise((e=>{t._initBaiduMap=function(){e(t.qq),t.document.body.removeChild(a),t.qq._preloader=null,t._initBaiduMap=null};const a=document.createElement("script");window.document.body.appendChild(a),a.src=`https://map.qq.com/api/js?v=2.exp&key=${n}&callback=_initBaiduMap`;const s=document.createElement("script");window.document.body.appendChild(s),s.src="https://3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"})),t.qq._preloader}})().then(Y)};return n((()=>{setTimeout((()=>{j()}),200)})),(e,a)=>(s(),o("div",h,[l("div",y,[l("div",f,[r(i(q),{value:T.searchKey,"onUpdate:value":a[0]||(a[0]=e=>T.searchKey=e),placeholder:"请输入地址","enter-button":"检索"},null,8,["value"]),l("span",k,[r(i(L),{type:"primary",size:"small",onClick:A},{default:c((()=>[d("检索")])),_:1})])])]),w,T.addressList&&T.addressList.length?(s(),o("ul",_,[l("li",null,[d(" 地址:"+p(i(M))+" ",1),r(i(L),{type:"primary",size:"small",onClick:a[1]||(a[1]=e=>G(T.addressList[0]))},{default:c((()=>{var e;return[d((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.
|
1
|
+
import{defineComponent as e,reactive as a,computed as t,onMounted as n,openBlock as s,createElementBlock as o,createElementVNode as l,createVNode as r,unref as i,withCtx as c,createTextVNode as d,toDisplayString as p,Fragment as m,renderList as u,createCommentVNode as g}from"vue";import{useMessage as v,NInput as q,NButton as L}from"naive-ui";const h={class:"c-map"},y={class:"search-container"},f={class:"map-input-search"},k={class:"input-addon"},w=l("div",{id:"map-core"},null,-1),_={key:0,class:"address-list"},S=["onClick"],P={class:"title"};var C=e({__name:"Map",props:{locationProp:{type:String,default:""},ak:{type:String,default:"KP3BZ-OAC3W-PY6RY-OJ6DV-JYKN3-H6F72"}},emits:["selectLocation"],setup(e,{emit:C}){const O=e,T=a({qq:null,searchKey:"",centrePoint:{},location:{lng:"",lat:""},localObj:{},map:null,ac:null,addressList:[],markers:[],timeout:null,searchService:null,geocoder:{}}),M=t((()=>{var e,a;return null==(a=null==(e=T.addressList)?void 0:e[0])?void 0:a.name})),B=t((()=>O.locationProp&&JSON.parse(O.locationProp)||null)),I=v(),E=e=>{if(e&&"geolocation"==e.module){T.location.lng=e.lng,T.location.lat=e.lat;const a=new T.qq.maps.LatLng(e.lat,e.lng);x({latLng:a}),K({lat:e.lat,lng:e.lng})}else console.log("用户不允许获取地理位置"),T.location.lng=113.275,T.location.lat=23.117},K=e=>{const a=T.qq;var t=new a.maps.LatLng(e.lat,e.lng);T.centrePoint=t,T.map.panTo(t);const n=new a.maps.Marker({position:t,map:T.map});T.markers.push(n)},N=e=>{for(var a;a=e.pop();)a.setMap(null)},b=()=>{T.markers&&T.markers.length&&N(T.markers),T.markers=[]},x=(e={})=>{const a=T.qq,t=e.latLng,n=new a.maps.Geocoder;n.setComplete((e=>{if("GEO_INFO"===e.type){var t=new a.maps.LatLngBounds,n=e.detail.nearPois||[];b(),T.addressList=n||[];for(let e=0;e<n.length;e++){const o=n[e];var s=new a.maps.Marker({map:T.map});s.setPosition(o.latLng),s.setTitle(e+1),T.markers.push(s),t.extend(o.latLng)}T.map.fitBounds(t)}var o=e.detail.location||{};K(o)})),n.setError((function(){alert("出错了,请输入正确的经纬度!!!")})),n.getAddress(t)},A=()=>{let e=T.searchKey;e&&(T.markers&&T.markers.length&&N(T.markers),T.searchService.setLocation(""),T.searchService.setPageCapacity(50),T.searchService.search(e))},G=(e,a)=>{const t=T.qq,{name:n,address:s,latLng:o}=e,{lat:l,lng:r}=o,i=new t.maps.Geocoder;i.setComplete((function(e){if("GEO_INFO"===e.type){const{addressComponents:{province:a,city:t,district:o,country:i}}=e.detail,c=JSON.stringify({name:n,address:s,province:a,city:t,district:o,country:i,lat:l,lng:r});C("selectLocation",{locationProp:c,isInit:!1})}})),i.setError((function(){alert("出错了,请输入正确的经纬度!!!")})),i.getAddress(o)},J=e=>{var a={zoom:12,center:new e.maps.LatLng(39.916527,116.397128),mapTypeId:e.maps.MapTypeId.ROADMAP};T.map=new e.maps.Map(document.getElementById("map-core"),a);const{lat:t,lng:n,address:s}=B.value||{};if(t&&n){const a=new e.maps.LatLng(t,n);x({latLng:a})}else s?setTimeout((()=>{A()}),300):new T.qq.maps.Geolocation(O.ak,"qqmap").getLocation(E,(function(e){console.log(e)}),{timeout:9e3});T.qq.maps.event.addDomListener(T.map,"click",(function(e){x({latLng:e.latLng})}))},Y=e=>{T.qq=e,setTimeout((()=>{J(e),(()=>{const e=T.qq;T.searchService=new e.maps.SearchService({complete:function(a){var t,n,s=a.detail.pois||[],o=new e.maps.LatLngBounds;if("CITY_LIST"===a.type)return T.searchService.setLocation(a.detail.cities[0].cityName),void T.searchService.search(T.searchKey);if(T.addressList=s||[],b(),"POI_LIST"===a.type)for(var l=0,r=s.length;l<r;l++){var i=s[l];o.extend(i.latLng),t=l,n=void 0,(n=new e.maps.Marker({map:T.map})).setPosition(s[t].latLng),n.setTitle(l+1),T.markers.push(n)}T.map.fitBounds(o)},error:function(e){console.log(e),"NO_RESULTS"!==e?I.warning("地址检索先输入城市名称"):I.warning("查无结果!")},autoExtend:!0})})()}),0)},j=()=>{(()=>{var e,a;let t=window;if(t.qq)return t.qq._preloader?t.qq._preloader:Promise.resolve(t.qq);{const n=O.ak||(null==(a=null==(e=t._qq)?void 0:e.call(t))?void 0:a.ak);return t.qq={},t.qq._preloader=new Promise((e=>{t._initBaiduMap=function(){e(t.qq),t.document.body.removeChild(a),t.qq._preloader=null,t._initBaiduMap=null};const a=document.createElement("script");window.document.body.appendChild(a),a.src=`https://map.qq.com/api/js?v=2.exp&key=${n}&callback=_initBaiduMap`;const s=document.createElement("script");window.document.body.appendChild(s),s.src="https://3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"})),t.qq._preloader}})().then(Y)};return n((()=>{setTimeout((()=>{j()}),200)})),(e,a)=>(s(),o("div",h,[l("div",y,[l("div",f,[r(i(q),{value:T.searchKey,"onUpdate:value":a[0]||(a[0]=e=>T.searchKey=e),placeholder:"请输入地址","enter-button":"检索"},null,8,["value"]),l("span",k,[r(i(L),{type:"primary",size:"small",onClick:A},{default:c((()=>[d("检索")])),_:1})])])]),w,T.addressList&&T.addressList.length?(s(),o("ul",_,[l("li",null,[d(" 地址:"+p(i(M))+" ",1),r(i(L),{type:"primary",size:"small",onClick:a[1]||(a[1]=e=>G(T.addressList[0]))},{default:c((()=>{var e;return[d((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.33"))||"确定")]})),_:1})]),(s(!0),o(m,null,u(T.addressList,((e,a)=>(s(),o("li",{class:"address-item",key:a},[l("div",{onClick:a=>G(e)},[l("div",P,p(e.name),1),l("span",null,p(e.address),1)],8,S)])))),128))])):g("v-if",!0)]))}});export{C as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,ref as a,watch as
|
1
|
+
import{defineComponent as e,ref as a,watch as n,nextTick as t,onBeforeUnmount as c,openBlock as i,createElementBlock as r,createElementVNode as l,createVNode as o,unref as s,withCtx as u,createTextVNode as v}from"vue";import{fabric as d}from"../../../shared/utils/fabricjs/index.js";import{NButton as p}from"naive-ui";import{isString as f}from"lodash-es";const h={class:"c-picture-clipper"},m={class:"canvas-right"},g={key:0,class:"preview-border"},w=["src"],y={class:"btns"};var C=e({__name:"PictureClipper",props:{source:{type:[String,File]}},emits:["save"],setup(e,{emit:C}){const P=e,b=500,k={x:250,y:270},R={originX:"center",originY:"center",left:k.x,top:k.y},_=a(null),L=a(),j={canvas:null,img:null,clipPath:null};function S(){var e;if(!j.canvas)return;const{width:a=0,height:n=0,left:t=0,top:c=0,scaleX:i=1,scaleY:r=1}=j.clipPath,l=a*i,o=n*r;L.value=null==(e=j.canvas)?void 0:e.toDataURL({left:t-l/2,top:c-o/2,width:l,height:o})}function U(){j.canvas&&C("save",L.value)}function x(e){var a;j.canvas&&(null==(a=j.clipPath)||a.setCoords().set({...R,...e,scaleX:1,scaleY:1}),F(),L.value="")}function F(){const{canvas:e,clipPath:a}=j;e&&a&&(j.canvas.discardActiveObject(),j.clipPath.bringToFront(),j.canvas.setActiveObject(j.clipPath))}return n((()=>P.source),(async e=>{e&&(await t(),async function(){const{minLength:e,sourceScale:a,sourceUrl:n}=await function(){return new Promise(((a,n)=>{if(f(P.source))e(P.source).then((e=>a(e)));else if(Object.prototype.toString.call(P.source).includes("File")){const n=new FileReader;n.onload=t=>{e(n.result).then((e=>a(e)))},n.readAsDataURL(P.source)}}));function e(e){return new Promise(((a,n)=>{const t=d.util.createImage();t.src=e,t.onload=n=>{const{width:c,height:i}=t;a({sourceScale:c>=i?b/c:b/i,minLength:Math.min(c,i),sourceUrl:e})}}))}}();j.canvas||(j.canvas=new d.Canvas(_.value,{width:b,height:b,backgroundColor:"#fff",selection:!1,containerClass:"c-picture-clipper__canvas",fireRightClick:!0}));j.img&&j.canvas.remove(j.img),d.Image.fromURL(n,(function(e){e.scale(a).set({...R,evented:!1,selectable:!1}),j.canvas.add(e),j.img=e,F()}));const t=e*a;j.clipPath?x({width:t,height:t}):(j.clipPath=new d.Rect({...R,width:t,height:t,fill:"transparent",lockRotation:!0,borderColor:"#5585f5",cornerColor:"#5585f5",cornerSize:10,transparentCorners:!1}),j.canvas.add(j.clipPath),F(),j.canvas.on("mouse:down",(e=>{F()})))}())}),{immediate:!0}),c((()=>{var e,a;null==(e=j.canvas)||e.off(),null==(a=j.canvas)||a.clear()})),(e,a)=>(i(),r("div",h,[l("canvas",{ref_key:"canvasRef",ref:_},null,512),l("div",m,[L.value?(i(),r("img",{key:1,src:L.value,alt:""},null,8,w)):(i(),r("span",g)),l("div",y,[o(s(p),{onClick:a[0]||(a[0]=()=>x())},{default:u((()=>[v("撤销")])),_:1}),o(s(p),{type:"primary",onClick:S},{default:u((()=>{var e;return[v((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.490"))||"预览")]})),_:1}),o(s(p),{type:"primary",onClick:U},{default:u((()=>{var e;return[v((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.244"))||"保存")]})),_:1})])])]))}});export{C as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,ref as l,provide as a,computed as t,watch as i,onMounted as n,openBlock as
|
1
|
+
import{defineComponent as e,ref as l,provide as a,computed as t,watch as i,onMounted as n,openBlock as o,createElementBlock as u,createElementVNode as r,Fragment as s,renderList as c,unref as d,normalizeClass as v,createCommentVNode as f,createVNode as m,withCtx as g,createTextVNode as p,toDisplayString as h,createBlock as w,withDirectives as y,vShow as k,isRef as C}from"vue";import{useMessage as b,NPopover as _,NModal as A,NCard as S,NIcon as x,NButton as L,NForm as B,NFormItem as F,NInput as q}from"naive-ui";import{CloseOutline as N,AddOutline as j}from"@vicons/ionicons5";import I from"../../table-filter/src/hooks/useMixins.js";import E from"../../table-filter/src/hooks/useRenderWidget.js";import R from"../../table-filter/src/hooks/useAdvanced.js";import U from"../../table-filter/src/components/render-widget/index.vue.js";import{WidgetTypeEnums as T}from"../../table-filter/src/types/enums.js";import"moment/locale/zh-cn";import{cloneDeep as D}from"lodash-es";import{InjectionFilterApiConfig as O,InjectionFilterSearchConfig as P}from"../../table-filter/src/constants/index.js";const V={class:"quick-search-block quick-search-table"},z={class:"quick-row"},M={class:"quick-item-title"},Q={class:"quick-item-col"},W={class:"svg-wrap"},G={class:"flex_right"},J={class:"class-filter-content"},Y={class:"quickSearch-content"},H=r("span",{class:"label"},"父类名称:",-1),K=["onDblclick","onClick"],X={class:"s-content"};var Z=e({__name:"index",props:{searchFieldList:{type:Array,default:()=>[]},quickSearchConfig:{type:Array,default:()=>[]},tableId:{type:String,default:""},selectCriticalNum:{type:Number,default:10},filterApiConfig:{type:Object}},emits:["getFilterParam","onFilterSearch","clearQuickSearchConfig"],setup(e,{expose:Z,emit:$}){var ee;const le=e,ae={classname:{required:!0,message:(null==(ee=window.getLanguageByCode)?void 0:ee.call(window,"10010.1.360"))||"请输入分类名称",trigger:["input","blur"]}},te=b(),{handleGetConfigApi:ie,outQuickSearchFn:ne}=I(),{getRenderSearchConObj:oe,resetRenderWidgetValue:ue,isRender:re}=E(),{transformData:se,getCacheDef:ce,transformParams:de}=R(),ve=l(null),fe=l({classname:""});let me=l(!1),ge=l([]),pe=l([]),he=l(!1),we=l("");const ye=l(),ke=l(),Ce=l([]);a(O,le.filterApiConfig),a(P,ge);let be=t((()=>!!pe.value.length&&pe.value.some((e=>e.isAdd)))),_e=t((()=>(e,l="name")=>e.alias||e[l]));function Ae(){return function(e){if(!Array.isArray(e))return[];let l=[];for(let a=0;a<e.length;a++){let t=e[a];const i=oe(t);!l.find((e=>e.field_key===i.field_key))&&i&&l.push(i)}return l.filter((e=>e.value))}(ge.value)||[]}function Se(){var e;null==(e=ve.value)||e.validate((e=>{var l;if(e)return;let a=Ae();a.length||(a=[]);let t=null==(l=pe.value.filter((e=>e.selected))[0])?void 0:l.value;!async function(e){var l;try{if(!await ie(e,"requestSaveTableCondiTion",{},le.filterApiConfig))return;me.value=!1,null==(l=ve.value)||l.restoreValidation(),fe.value.classname="",pe.value=[],qe()}catch(e){console.log(e)}}({tableId:le.tableId||"",setting:JSON.stringify({displayCategory:t,name:fe.value.classname,conObj:a.map((e=>(e.unit&&(e.value=[]),e.widgetType===T.SELECTDYNAMIC&&(e.dynamicBaseList=e.value.map((e=>e.includes("&")?{label:e.split("&")[0],value:e.split("&")[1]}:{label:e,value:e})),e.value=e.value.map((e=>e.includes("&")?e.split("&")[1]:e))),e)))}),conditionList:"[]"})}))}function xe(e){setTimeout((()=>{ke.value&&ke.value.focus()}),100),he.value=!0}function Le(){he.value=!1,we.value&&(pe.value.forEach((e=>e.selected=!1)),pe.value.push({disabled:!0,value:we.value,selected:!0,isAdd:!0}),we.value="")}function Be(e){!function(e){pe.value.splice(e,1)}(e)}function Fe(){me.value=!1}function qe(){Ne(ge.value),$("clearQuickSearchConfig")}function Ne(e){Array.isArray(e)&&(e.forEach((e=>{ue(e)})),ne.handlerInitSearchItem(ge.value))}return i((()=>le.searchFieldList),(e=>{e&&e.length>0&&function(){let e=D(se(le.searchFieldList,{_filterApiConfig:le.filterApiConfig,_selectCriticalNum:le.selectCriticalNum})).filter((e=>1==e.isShowSearch&&1!=e.filterExplicit))||[];ge.value=e||[],ne.handlerInitSearchItem(ge.value)}()}),{immediate:!0,deep:!0}),i((()=>ge),(()=>{const e=Ae()||[],l=de(e);$("getFilterParam",e,l),Ce.value.forEach((e=>e(l)))}),{deep:!0}),n((()=>{const e=le.quickSearchConfig;if(e&&e.length>0)return l=e,void ge.value.forEach((e=>{var a,t;if(re(e)){const i=l.find((l=>l.field_key===e.columnName));i&&(null==(a=i.value)?void 0:a.length)>0&&(e.value=ce(e,i.value),e.unit=null!=(t=i.unit)?t:"")}}));var l;Ne(ge.value)})),Z({openSaveToCalss:function(){var e;let l=Ae();l&&(l.length>0?me.value=!0:te.warning((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.409"))||"请设置搜索条件"))},clearData:qe,onFilterSearch:function(){let e=Ae()||[];const l=de(e);return $("onFilterSearch",e,l,!1),ge.value},getFilterParams:function(){const e=Ae()||[];return de(e)},setFilterParams:function(e){const l=e?Object.keys(e):[];l.length>0&&ge.value.forEach((a=>{var t;if(re(a)&&l.includes(a.columnName)){const l=e[a.columnName];a.value=Array.isArray(l)&&!1===(null==(t=a.widgetCfg)?void 0:t.multiple)?l[0]:l}}))},getOriginalConfig:function(){return le.searchFieldList},onFilterChange:function(e){Ce.value.push(e)}}),(e,l)=>{var a,t;return o(),u("div",null,[r("div",V,[(o(!0),u(s,null,c(d(ge),(e=>(o(),u("div",{class:v(["quick-item",{"quick-block":e._isBlock}]),key:e.sid||e.columnName},[r("div",z,[f(" title "),r("div",M,[m(d(_),{trigger:"hover"},{trigger:g((()=>[p(h(d(_e)(e,"title")),1)])),default:g((()=>[r("span",null,h(d(_e)(e,"title")),1)])),_:2},1024)]),f(" content "),r("div",Q,[f(" 直接渲染组件 "),e.isRender?(o(),w(U,{key:0,cfg:e,modelValue:e.value,"onUpdate:modelValue":l=>e.value=l,unit:e.unit,"onUpdate:unit":l=>e.unit=l},null,8,["cfg","modelValue","onUpdate:modelValue","unit","onUpdate:unit"])):f("v-if",!0)])])],2)))),128))]),f(" 保存到分类的弹窗 "),m(d(A),{show:d(me),maskClosable:!1,"positive-text":(null==(a=window.getLanguageByCode)?void 0:a.call(window,"10010.1.428"))||"确认","negative-text":(null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.32"))||"取消",onPositiveClick:Se,onNegativeClick:Fe,class:"classification-modal-block"},{default:g((()=>{var e;return[m(d(S),{title:(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.407"))||"设置筛选分类",style:{width:"520px"},bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":g((()=>[r("div",W,[m(d(x),{component:d(N),size:"24",onClick:Fe},null,8,["component"])])])),footer:g((()=>[r("div",G,[m(d(L),{onClick:Fe},{default:g((()=>{var e;return[p((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.32"))||"取消")]})),_:1}),m(d(L),{type:"info",onClick:Se},{default:g((()=>{var e;return[p((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.428"))||"确认")]})),_:1})])])),default:g((()=>[r("div",J,[m(d(B),{ref_key:"formRef",ref:ve,"label-placement":"left",rules:ae,model:fe.value},{default:g((()=>{var e;return[m(d(F),{label:(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.408"))||"筛选集名称",path:"classname"},{default:g((()=>{var e;return[m(d(q),{value:fe.value.classname,"onUpdate:value":l[0]||(l[0]=e=>fe.value.classname=e),placeholder:(null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.360"))||"请输入分类名称",clearable:""},null,8,["value"])]})),_:1})]})),_:1},8,["model"]),r("div",Y,[H,(o(!0),u(s,null,c(d(pe),((e,l)=>(o(),u("div",{class:"parent-name",key:l,onDblclick:l=>function(e){e.disabled=!1,setTimeout((()=>{ye.value.length>0&&ye.value[0].focus()}),100)}(e),onClick:a=>function(e,l){e.disabled&&(pe.value.forEach(((e,a)=>{a!==l&&(e.selected=!1)})),e.selected=!e.selected)}(e,l)},[e.disabled?(o(),u("div",{key:0,class:v(["edit-tag",{"edit-tag-select":e.selected&&e.disabled}])},[r("div",X,h(e.value),1),m(d(x),{component:d(N),class:"anticon-close",size:"20",onClick:e=>Be(l)},null,8,["component","onClick"])],2)):(o(),w(d(q),{key:1,ref_for:!0,ref_key:"parentInputRef",ref:ye,class:"parent-input",style:{width:"100px"},value:e.value,"onUpdate:value":l=>e.value=l,disabled:e.disabled,onBlur:()=>e.disabled=!0,maxlength:20},null,8,["value","onUpdate:value","disabled","onBlur"]))],40,K)))),128)),d(be)?f("v-if",!0):(o(),u(s,{key:0},[y(m(d(L),{dashed:"",icon:"plus",class:"ant-btn",onClick:xe},{default:g((()=>[m(d(x),{component:d(j),size:"20"},null,8,["component"]),p("添加分类 ")])),_:1},512),[[k,!d(he)]]),y(m(d(q),{ref_key:"parentInputAddRef",ref:ke,class:"parent-input",style:{width:"100px"},value:d(we),"onUpdate:value":l[1]||(l[1]=e=>C(we)?we.value=e:we=e),valueModifiers:{trim:!0},onBlur:Le,maxlength:20},null,8,["value"]),[[k,d(he)]])],64))])])])),_:1})]})),_:1},8,["show"])])}}});export{Z as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,inject as a,ref as t,computed as o,createVNode as l,mergeProps as n}from"vue";import{isFunction as r}from"lodash-es";import{uuidGenerator as u}from"../../../../shared/utils/index.js";import{useDebounceFn as s,onClickOutside as p}from"@vueuse/core";import{NPopover as i,NInput as c,NSpin as d}from"naive-ui";import{InjectionRecommendSearchRootSlots as v,InjectionRecommendSearchRef as m}from"../constant/index.js";var f=e({props:{displayValue:{type:String},valueFormatter:{type:Function},show:{type:Boolean},loading:{type:Boolean},placeholder:{type:String,default:"请输入"},clearable:{type:Boolean,default:!0},inputProps:{type:Object,default:()=>({})},popProps:{type:Object,default:()=>({})},clearPatternOnOpenMenu:{type:Boolean,default:!0}},emits:["update:show","keydown","clear","search","openMenu","closeMenu"],setup(e,{expose:f,emit:h,slots:g}){const
|
1
|
+
import{defineComponent as e,inject as a,ref as t,computed as o,createVNode as l,mergeProps as n}from"vue";import{isFunction as r}from"lodash-es";import{uuidGenerator as u}from"../../../../shared/utils/index.js";import{useDebounceFn as s,onClickOutside as p}from"@vueuse/core";import{NPopover as i,NInput as c,NSpin as d}from"naive-ui";import{InjectionRecommendSearchRootSlots as v,InjectionRecommendSearchRef as m}from"../constant/index.js";var f,h=e({props:{displayValue:{type:String},valueFormatter:{type:Function},show:{type:Boolean},loading:{type:Boolean},placeholder:{type:String,default:(null==(f=window.getLanguageByCode)?void 0:f.call(window,"10010.1.383"))||"请输入"},clearable:{type:Boolean,default:!0},inputProps:{type:Object,default:()=>({})},popProps:{type:Object,default:()=>({})},clearPatternOnOpenMenu:{type:Boolean,default:!0}},emits:["update:show","keydown","clear","search","openMenu","closeMenu"],setup(e,{expose:f,emit:h,slots:g}){const w=a(v,{}),y=u(),b=s(((e="")=>{h("search",e)}),300),M=t(e.show),P=o({get:()=>M.value||e.show,set(e){h("update:show",e),M.value=e}}),O=a(m,t()),x=t(""),B=o({get:()=>P.value?x.value:e.displayValue,set(e){x.value=e||"",b(e)}});function j(e){var a;"INPUT"===(null==(a=e.target)?void 0:a.tagName)&&k()}function k(){P.value||(P.value=!0,h("openMenu"),e.clearPatternOnOpenMenu&&(x.value=""))}function C(){var e;P.value=!1,null==(e=O.value)||e.blur(),h("closeMenu")}function F(){h("clear")}return p(O,(e=>{var a;if(!P.value)return;const t=e;if(!t.target)return C();!function(e){let a=!1,t=e;for(;t;){if(t.id===y){a=!0;break}t=t.parentElement}return a}(t.target)?C():null==(a=O.value)||a.focus()})),f({setPattern(e){x.value=e},closeMenu:C,openMenu:k}),()=>l(i,n({trigger:"manual",class:"recommend-search",placement:"bottom-start",show:P.value,"onUpdate:show":e=>P.value=e,"show-arrow":!1,width:"trigger"},e.popProps),{trigger:()=>l(c,n(e.inputProps,{placeholder:e.placeholder,clearable:e.clearable,onClear:F,onFocus:j,onClick:j,onKeydown:e=>h("keydown",e),ref:O,value:B.value,"onUpdate:value":e=>B.value=e}),w),default:()=>l(d,{show:e.loading},{default:()=>[l("section",{id:y,class:"base-search__menu",style:"min-height: 100px"},[r(null==g?void 0:g.menu)?g.menu():null])]})})}});export{h as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{
|
1
|
+
import{createElementVNode as e,defineComponent as t,ref as o,watch as n,onMounted as l,computed as a,openBlock as r,createElementBlock as c,createVNode as s,unref as i,mergeProps as m,withCtx as u,Fragment as d,renderSlot as p,createCommentVNode as y,renderList as v,toDisplayString as h}from"vue";import{useVModel as f,useVirtualList as g}from"@vueuse/core";import w from"./RecommendMenu.vue.js";import b from"./BaseSearch.js";var _,L,k;const j={class:"recommend-search"},C=e("section",{class:"recommend-search__empty"},(null==(_=window.getLanguageByCode)?void 0:_.call(window,"10010.1.445"))||"暂无数据",-1),M=["onClick"],O=["title"],B=e("section",{class:"recommend-search__empty"},(null==(L=window.getLanguageByCode)?void 0:L.call(window,"10010.1.445"))||"暂无数据",-1);var A=t({__name:"RecommendInput",props:{value:{type:String},options:{type:Array,default:()=>[]},placeholder:{type:String,default:(null==(k=window.getLanguageByCode)?void 0:k.call(window,"10010.1.383"))||"请输入"},clearable:{type:Boolean,default:!0},commonList:{type:Array,default:()=>[]},recentList:{type:Array,default:()=>[]},recommendDeletable:{type:Boolean,default:!0}},emits:["update:value","search","delete","choose","clear","openMenu","closeMenu"],setup(t,{emit:_}){const L=t,k=o();function A(e=""){var t;null==(t=k.value)||t.setPattern(e)}const S=f(L,"value",_);n(S,A),l((()=>A(S.value)));const D=a((()=>S.value?L.options:L.options.filter((e=>{return L.commonList.every(t)&&L.recentList.every(t);function t(t){return t.itemObj!==e.itemObj}}))));function $(e){S.value=e,_("search",e)}function x(){_("openMenu")}function P(){_("closeMenu")}function R({type:e,value:t}){var o;S.value=t.itemObj,null==(o=k.value)||o.closeMenu(),_("choose",{type:e,value:t.itemObj})}const{list:E,wrapperProps:H,containerProps:I}=g(D,{itemHeight:32,overscan:3});function K(e){["ArrowUp","ArrowDown","Enter"].includes(e.key)&&console.log(e)}return(o,n)=>(r(),c("section",j,[s(i(b),m({ref_key:"baseSearchRef",ref:k,"display-value":i(S),"clear-pattern-on-open-menu":!1,placeholder:t.placeholder,clearable:t.clearable,onKeydown:K,onSearch:$,onOpenMenu:x,onCloseMenu:P},o.$attrs),{menu:u((()=>[i(S)?(r(),c(d,{key:1},[i(D).length?(r(),c("section",m({key:0,class:"recommend-search__optionContainer"},i(I),{style:{height:"256px"}}),[e("section",m({class:"recommend-search__optionList"},i(H)),[(r(!0),c(d,null,v(i(E),(t=>(r(),c("div",{onClick:e=>R({value:t.data}),key:t.data.itemObj,class:"recommend-search__option"},[e("div",{class:"recommend-search__optionText",title:t.data.itemObj},h(t.data.itemObj),9,O)],8,M)))),128))],16)],16)):p(o.$slots,"empty",{key:1},(()=>[B]))],64)):(r(),c(d,{key:0},[s(w,{"common-list":t.commonList,"recent-list":t.recentList,deletable:t.recommendDeletable,onDelete:n[0]||(n[0]=e=>o.$emit("delete",e)),onChoose:R},null,8,["common-list","recent-list","deletable"]),t.commonList.length||t.recentList.length?y("v-if",!0):p(o.$slots,"empty",{key:0},(()=>[C]))],64))])),_:3},16,["display-value","placeholder","clearable"])]))}});export{A as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{
|
1
|
+
import{createElementVNode as e,defineComponent as a,ref as l,computed as t,openBlock as o,createElementBlock as n,createVNode as r,unref as u,mergeProps as i,isRef as c,withCtx as s,normalizeProps as v,guardReactiveProps as d,Fragment as p,renderList as m,normalizeClass as y,toDisplayString as f,createBlock as h,createCommentVNode as g,renderSlot as w}from"vue";import{jsonParse as K}from"../../../../shared/utils/index.js";import{Checkmark as _}from"@vicons/ionicons5";import{useVModel as S,useVirtualList as b}from"@vueuse/core";import{isObject as k}from"lodash-es";import C from"./BaseSearch.js";import{NIcon as M}from"naive-ui";var L,j;const x={class:"recommend-search"},P=["onClick"],A=["title"],B=e("section",{class:"recommend-search__empty"},(null==(L=window.getLanguageByCode)?void 0:L.call(window,"10010.1.445"))||"暂无数据",-1);var O=a({__name:"RecommendSelect",props:{value:{type:[String,Number]},labelKey:{type:String,default:"label"},valueKey:{type:String,default:"value"},placeholder:{type:String,default:(null==(j=window.getLanguageByCode)?void 0:j.call(window,"10010.1.147"))||"请选择"},editPlaceholder:{type:String,default:"请输入关键字进行搜索"},options:{type:Array,default:()=>[]},commonList:{type:Array,default:()=>[]},recentList:{type:Array,default:()=>[]}},emits:["update:value","search","delete","choose","clear","openMenu","closeMenu"],setup(a,{emit:L}){const j=a,O=l(!1),R=t((()=>O.value?j.editPlaceholder:j.placeholder)),U=l();function $(e){return K(e.itemObj)}const H=t((()=>j.commonList.map($))),N=t((()=>j.recentList.map($))),T=t((()=>j.options.filter((e=>{return H.value.every(a)&&N.value.every(a);function a(a){return a[j.valueKey]!==e[j.valueKey]}}))));function q(e){let a="";return[...E.value,U.value].find((l=>{if(k(l)&&l[j.valueKey]===e)return a=l[j.labelKey],!0})),a}const z=l(),D=S(j,"value",L),E=t((()=>[...H.value,...N.value,...T.value]));function F(e=""){L("search",e)}function G(){F(),L("openMenu")}function I(){L("closeMenu")}function J(){D.value=null,L("clear")}function Q(e){var a,l;k(e)&&(D.value=e[j.valueKey],null==(a=z.value)||a.closeMenu(),U.value=e,l=e[j.valueKey],L("choose",{value:l,option:{...U.value}}))}const{list:V,wrapperProps:W,containerProps:X}=b(E,{itemHeight:32,overscan:5});return(l,t)=>(o(),n("section",x,[r(u(C),i({ref_key:"baseSearchRef",ref:z,value:u(D),"onUpdate:value":t[0]||(t[0]=e=>c(D)?D.value=e:null),show:O.value,"onUpdate:show":t[1]||(t[1]=e=>O.value=e),"display-value":q(u(D)),placeholder:u(R),onOpenMenu:G,onCloseMenu:I,onSearch:F,onClear:J},l.$attrs),{menu:s((()=>[u(E).length?(o(),n("section",i({key:0,class:"recommend-search__optionContainer",style:{height:"256px"}},u(X)),[e("section",v(d(u(W))),[(o(!0),n(p,null,m(u(V),(l=>(o(),n("div",{onClick:e=>Q(l.data),key:l.data[a.valueKey],class:y(["recommend-search__option",{"is-active":l.data[a.valueKey]===u(D)}])},[e("div",{class:"recommend-search__optionText",title:l.data.itemObj},f(l.data[a.labelKey]),9,A),l.data[a.valueKey]===u(D)?(o(),h(u(M),{key:0,component:u(_)},null,8,["component"])):g("v-if",!0)],10,P)))),128))],16)],16)):w(l.$slots,"empty",{key:1},(()=>[B]))])),_:3},16,["value","show","display-value","placeholder"])]))}});export{O as default};
|
@@ -109,6 +109,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
109
109
|
type: BooleanConstructor;
|
110
110
|
default: boolean;
|
111
111
|
};
|
112
|
+
isGeneratePrintPdf: {
|
113
|
+
type: BooleanConstructor;
|
114
|
+
default: boolean;
|
115
|
+
};
|
112
116
|
}, {
|
113
117
|
ScaleViewState: {
|
114
118
|
other: string;
|
@@ -252,6 +256,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
252
256
|
type: BooleanConstructor;
|
253
257
|
default: boolean;
|
254
258
|
};
|
259
|
+
isGeneratePrintPdf: {
|
260
|
+
type: BooleanConstructor;
|
261
|
+
default: boolean;
|
262
|
+
};
|
255
263
|
}>> & {
|
256
264
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
257
265
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -866,6 +874,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
866
874
|
type: BooleanConstructor;
|
867
875
|
default: boolean;
|
868
876
|
};
|
877
|
+
isGeneratePrintPdf: {
|
878
|
+
type: BooleanConstructor;
|
879
|
+
default: boolean;
|
880
|
+
};
|
869
881
|
}>> & {
|
870
882
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
871
883
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -896,6 +908,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
896
908
|
fontSizeObj: Record<string, any>;
|
897
909
|
hasExtendBtn: boolean;
|
898
910
|
printingHideBtn: boolean;
|
911
|
+
isGeneratePrintPdf: boolean;
|
899
912
|
}>>;
|
900
913
|
declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
|
901
914
|
form: {
|
@@ -914,6 +927,10 @@ declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
|
|
914
927
|
type: BooleanConstructor;
|
915
928
|
default: boolean;
|
916
929
|
};
|
930
|
+
isGeneratePrintPdf: {
|
931
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
932
|
+
default: boolean;
|
933
|
+
};
|
917
934
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
918
935
|
form: {
|
919
936
|
type: ObjectConstructor;
|
@@ -931,11 +948,16 @@ declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
|
|
931
948
|
type: BooleanConstructor;
|
932
949
|
default: boolean;
|
933
950
|
};
|
951
|
+
isGeneratePrintPdf: {
|
952
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
953
|
+
default: boolean;
|
954
|
+
};
|
934
955
|
}>> & {
|
935
956
|
onScaleChange?: ((...args: any[]) => any) | undefined;
|
936
957
|
}, {
|
937
958
|
item: Record<string, any>;
|
938
959
|
isLock: boolean;
|
960
|
+
isGeneratePrintPdf: boolean | Record<string, any>;
|
939
961
|
form: Record<string, any>;
|
940
962
|
inputLock: boolean;
|
941
963
|
}>>;
|
@@ -956,6 +978,10 @@ declare const CCheckbox: SFCWithInstall<import("vue").DefineComponent<{
|
|
956
978
|
type: BooleanConstructor;
|
957
979
|
default: boolean;
|
958
980
|
};
|
981
|
+
isGeneratePrintPdf: {
|
982
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
983
|
+
default: boolean;
|
984
|
+
};
|
959
985
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
960
986
|
form: {
|
961
987
|
type: ObjectConstructor;
|
@@ -973,11 +999,16 @@ declare const CCheckbox: SFCWithInstall<import("vue").DefineComponent<{
|
|
973
999
|
type: BooleanConstructor;
|
974
1000
|
default: boolean;
|
975
1001
|
};
|
1002
|
+
isGeneratePrintPdf: {
|
1003
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
1004
|
+
default: boolean;
|
1005
|
+
};
|
976
1006
|
}>> & {
|
977
1007
|
onScaleChange?: ((...args: any[]) => any) | undefined;
|
978
1008
|
}, {
|
979
1009
|
item: Record<string, any>;
|
980
1010
|
isLock: boolean;
|
1011
|
+
isGeneratePrintPdf: boolean | Record<string, any>;
|
981
1012
|
form: Record<string, any>;
|
982
1013
|
inputLock: boolean;
|
983
1014
|
}>>;
|
@@ -107,6 +107,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
107
107
|
type: BooleanConstructor;
|
108
108
|
default: boolean;
|
109
109
|
};
|
110
|
+
isGeneratePrintPdf: {
|
111
|
+
type: BooleanConstructor;
|
112
|
+
default: boolean;
|
113
|
+
};
|
110
114
|
}, {
|
111
115
|
ScaleViewState: {
|
112
116
|
other: string;
|
@@ -250,6 +254,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
250
254
|
type: BooleanConstructor;
|
251
255
|
default: boolean;
|
252
256
|
};
|
257
|
+
isGeneratePrintPdf: {
|
258
|
+
type: BooleanConstructor;
|
259
|
+
default: boolean;
|
260
|
+
};
|
253
261
|
}>> & {
|
254
262
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
255
263
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -864,6 +872,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
864
872
|
type: BooleanConstructor;
|
865
873
|
default: boolean;
|
866
874
|
};
|
875
|
+
isGeneratePrintPdf: {
|
876
|
+
type: BooleanConstructor;
|
877
|
+
default: boolean;
|
878
|
+
};
|
867
879
|
}>> & {
|
868
880
|
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
869
881
|
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
@@ -894,5 +906,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
894
906
|
fontSizeObj: Record<string, any>;
|
895
907
|
hasExtendBtn: boolean;
|
896
908
|
printingHideBtn: boolean;
|
909
|
+
isGeneratePrintPdf: boolean;
|
897
910
|
}>;
|
898
911
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,reactive as o,ref as
|
1
|
+
import{defineComponent as e,reactive as o,ref as a,watch as t,nextTick as n,openBlock as s,createElementBlock as i,normalizeClass as l,unref as r,createCommentVNode as m,Fragment as u,createBlock as c,mergeProps as d,createElementVNode as p,normalizeStyle as v,createVNode as f,withCtx as g,renderList as w,toDisplayString as h,createTextVNode as y,resolveDynamicComponent as k,renderSlot as S}from"vue";import C from"./hooks/use-noData.js";import{ScaleViewProps as b}from"./hooks/scaleview-props.js";import{getScaleViewState as D}from"./hooks/scaleview-state.js";import{ScaleViewComputed as E}from"./hooks/scaleview-computed.js";import{ScaleViewInit as j}from"./hooks/scaleview-init.js";import{ScaleViewSubmit as _}from"./hooks/scaleview-submit.js";import{ScaleViewMethods as x}from"./hooks/scaleview-methods.js";import{handleQueryParams as F,isCollection as L}from"./utils/judge-types.js";import{useEvent as P}from"./hooks/use-event.js";import"xe-utils";import"moment";import q from"../../../shared/utils/vexutilsExpand.js";import N from"./components/NoData.vue.js";import R from"./components/EvaluateCountdown.vue.js";import A from"./components/EvaluatePage.vue.js";import B from"./components/AnswerParse.vue.js";import M from"./components/ScaleScore.js";import O from"./components/DescribeContent.vue.js";import{NForm as T,NFormItem as V,NButton as I}from"naive-ui";const J=["innerHTML"],G={key:0,class:"required-text"},W={key:1,class:"evalute-label"},H=["onClick"],Q=p("i",{class:"scale-view-iconfont icon-scale-view-dengpao"},null,-1),$={key:1,class:"footer"};var z=e({__name:"ScaleView",props:b,emits:["onCloseSetting","submitNoRequest","onSubmit","startWriteScale"],setup(e,{expose:b,emit:z}){const K=e,{ScaleViewState:U}=D(),X=o(U),Y=a(null),Z=a(null),ee=a(null),{noDataState:oe,setNoData:ae,resetNodata:te}=C(),ne=F(),{showEvatip:se,isFormBoldOpen:ie,scaleStyle:le,handlePageClass:re,isShowItem:me,handleShowQuestionNumber:ue,hasScore:ce,isPreviewScale:de,showEvaluateEntry:pe,showEvaluateCoundownPage:ve,showScaleFooter:fe,isCancelBtn:ge,isSaveBtn:we,showEvaluateLabel:he,showAnswerParse:ye,propsConfig:ke,evaluatePageProps:Se,evaluateCountdownProps:Ce,isEvaluetaResSituation:be,disableEdit:De,desStart:Ee,desEnd:je,desContent:_e}=E(K,X,{query:ne,scaleViewDom:Y}),{initForm:xe}=j(K,X,z,{query:ne}),{submitMethod:Fe,onSubmitData:Le,onSubmitForm:Pe,handleScoreJson:qe}=_(K,X,z,{query:ne,formRef:ee,countdownDom:Z}),{nextLogicEvent:Ne,handleDynamicDataRelation:Re}=P(K,X),{scaleChange:Ae,labelChange:Be,vodFileList:Me,writeGuage:Oe,closeEvaluateCountdown:Te,showEvaTipModal:Ve}=x(K,X,z,{nextLogicEvent:Ne,handleDynamicDataRelation:Re,isPreviewScale:de,submitMethod:Fe,isEvaluetaResSituation:be,handleScoreJson:qe,disableEdit:De});(()=>{let{id:e}=ne;e&&(X.shareId=e)})();const Ie=e=>{try{te(),xe(e)}catch(e){console.log(e,"--error"),X.spinning=!1,X.hasFrontAddress=!1,ae(!0,null==e?void 0:e.resultMsg,null==e?void 0:e.result)}};t((()=>K.ids),((e,o)=>{o?e.guage_id&&e.guage_id!=o.guage_id&&Ie(e):e.guage_id&&Ie(e)}),{immediate:!0}),t((()=>K.guageData),(e=>{if(!e||!Object.keys(e||{}).length)return;X.form={},X.formArray=[];const o=JSON.parse(JSON.stringify(e));n((()=>{xe(o)}))}),{immediate:!0});const Je=q.debounce(Le,300),Ge=()=>{z("onCloseSetting")};return b({getScaleData:()=>({...X}),onSubmitForm:Pe,cancel:Ge}),(e,o)=>(s(),i("div",{class:l(["c-scale-view-block",{"c-scale-view-block-hasfooter":r(fe)}]),ref_key:"scaleViewDom",ref:Y},[m(' <template v-if="state.spinning">\n <n-spin :show="state.spinning" description="加载中"></n-spin>\n </template> '),X.spinning||X.hasFrontAddress?m("v-if",!0):(s(),i(u,{key:0},[r(oe).noData?(s(),c(N,{key:0,noDataImg:r(oe).noDataImg,noDataTip:r(oe).noDataTip},null,8,["noDataImg","noDataTip"])):(s(),i(u,{key:1},[r(pe)?(s(),c(A,d({key:0},r(Se),{onWriteGuage:r(Oe)}),null,16,["onWriteGuage"])):(s(),i(u,{key:1},[r(ve)?(s(),c(R,d({key:0,ref_key:"countdownDom",ref:Z},r(Ce),{onCloseEvaluateCountdown:r(Te)}),null,16,["onCloseEvaluateCountdown"])):m("v-if",!0),p("div",{class:l(["scale-container",{"scale-container-nopadding":r(re),"scale-container-hasfooter":r(fe)}]),style:v(r(le))},[r(ce)?(s(),c(r(M),{key:0,config:X.config,maxScore:X.maxScore},null,8,["config","maxScore"])):m("v-if",!0),r(Ee)?(s(),c(O,{key:1,content:r(_e)},null,8,["content"])):m("v-if",!0),f(r(T),{ref_key:"formRef",ref:ee,model:X.form,rules:X.rules,"require-mark-placement":"left",class:"main"},{default:g((()=>[(s(!0),i(u,null,w(X.formArray,((e,o)=>(s(),i(u,{key:(e.id||e.seq)+o},[r(me)(e)?(s(),c(r(V),{key:0,path:e.val_key,"show-label":!r(L)(e.type),class:"c-scle-form-item"},{label:g((()=>[p("span",{class:l({"scale-label-required":r(ie)(e)}),innerHTML:r(ue)(e)},null,10,J),r(ie)(e)?(s(),i("span",G,"(必填)")):m("v-if",!0),r(he)(e)?(s(),i("span",W,h(r(he)(e)),1)):m("v-if",!0),r(se)(e)?(s(),i("span",{key:2,class:"evalute-tip",onClick:o=>r(Ve)(e)},[Q,y(" 查看提示 ")],8,H)):m("v-if",!0)])),default:g((()=>[(s(),c(k(e.renderCom),d(r(ke)(e,o),{key:(e.id||e.seq)+o,onScaleChange:r(Ae),onOnChange:o=>r(Be)(o,e),onVodFileList:r(Me)}),null,16,["onScaleChange","onOnChange","onVodFileList"])),r(ye)(e)?(s(),c(B,{key:0,item:e},null,8,["item"])):m("v-if",!0)])),_:2},1032,["path","show-label"])):m("v-if",!0)],64)))),128))])),_:1},8,["model","rules"]),r(je)?(s(),c(O,{key:2,content:r(_e)},null,8,["content"])):m("v-if",!0)],6),r(fe)?(s(),i("div",$,[m(" 分享的链接 隐藏取消按钮 "),r(ge)?(s(),c(r(I),{key:0,onClick:Ge},{default:g((()=>{var e;return[y((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.32"))||"取消")]})),_:1})):m("v-if",!0),r(we)?(s(),c(r(I),{key:1,onClick:r(Je),disabled:X.banSubmit,type:"primary"},{default:g((()=>{var e;return[y((null==(e=window.getLanguageByCode)?void 0:e.call(window,"10010.1.244"))||"保存")]})),_:1},8,["onClick","disabled"])):m("v-if",!0),S(e.$slots,"extendBtn")])):m("v-if",!0)],64))],64))],64))],2))}});export{z as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as a,computed as
|
1
|
+
import{defineComponent as a,computed as e,openBlock as t,createElementBlock as o,unref as s,createCommentVNode as n,createElementVNode as r,toDisplayString as i}from"vue";import l from"../../../../shared/assets/img/nodata.png.js";import p from"../../../../shared/assets/img/no-permission.png.js";import m from"../../../../shared/assets/img/failure.png.js";import d from"../../../../shared/assets/img/notfound.png.js";var g;const u={class:"no-data-tip NoData-page"},f=["src"],c={key:1};var w=a({__name:"NoData",props:{noDataTip:{type:String,default:(null==(g=window.getLanguageByCode)?void 0:g.call(window,"10010.1.445"))||"暂无数据"},noDataImg:{type:String,default:"nodata"},showImg:{type:Boolean,default:!0}},setup(a){const g=a,w=e((()=>{let a=null;switch(g.noDataImg){case"no-permission":a=p;break;case"failure":a=m;break;case"nodata":a=l;break;default:a=d}return a})),v=e((()=>{var a;let e="";switch(g.noDataImg){case"no-permission":e="请联系管理员";break;case"failure":e=(null==(a=window.getLanguageByCode)?void 0:a.call(window,"10010.1.449"))||"请稍后再试"}return e}));return(e,l)=>(t(),o("div",u,[a.showImg?(t(),o("img",{key:0,src:s(w),alt:""},null,8,f)):n("v-if",!0),r("p",null,i(a.noDataTip),1),s(v)?(t(),o("span",c,i(s(v)),1)):n("v-if",!0)]))}});export{w as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{computed as e}from"vue";function i(i,f){return{choiceUseKey:e((()=>"RADIO_BLOCK"===i.item.type||"CHECKBOX_BLOCK"===i.item.type?"key":"value")),choiceColor:e((()=>e=>`${e.color||"rgba(0, 0, 0, 0.65)"}`)),showImgWrap:e((()=>e=>!e.prefix&&!e.suffix&&e.imageUrl)),isRadioItem:e((()=>"RADIO_BLOCK"===i.item.type)),isCheckboxItem:e((()=>"CHECKBOX_BLOCK"===i.item.type)),showPreSuffix:e((()=>e=>e.prefix||e.suffix)),handleDefPreSuffix:(e,i,t,r,o)=>{if(e.prefix||e.suffix){if(e.value===t)return!1;if(e.prefix&&0===t.indexOf(e.prefix)){const i=t.substring(e.prefix.length);return f.optionsPreSuffixObj[e.key]=i,e.key}if(e.suffix){const i=t.lastIndexOf(e.suffix);if(e.suffix.length,t.length===i+e.suffix.length){const i=t.lastIndexOf(e.suffix),r=t.substring(0,i);return f.optionsPreSuffixObj[e.key]=r,e.key}}}return t===e.value?e.key:r&&o?(f.othersText=t,"other"):void 0},handleOptions:e=>e.map(((e,i)=>e.prefix||e.suffix?(f.optionsPreSuffixObj[e.key]=void 0,e):e.label?e:null)).filter(Boolean)||[],stopClick:e=>{e.preventDefault(),e.stopPropagation()}}}export{i as default};
|
1
|
+
import{computed as e}from"vue";function i(i,f){return{choiceUseKey:e((()=>"RADIO_BLOCK"===i.item.type||"CHECKBOX_BLOCK"===i.item.type?"key":"value")),choiceColor:e((()=>e=>`${e.color||"rgba(0, 0, 0, 0.65)"}`)),showImgWrap:e((()=>e=>!e.prefix&&!e.suffix&&e.imageUrl)),isRadioItem:e((()=>"RADIO_BLOCK"===i.item.type)),isCheckboxItem:e((()=>"CHECKBOX_BLOCK"===i.item.type)),showPreSuffix:e((()=>e=>e.prefix||e.suffix)),handleDefPreSuffix:(e,i,t,r,o)=>{var n;if(e.prefix||e.suffix){if(e.value===t)return!1;if(e.prefix&&0===(null==(n=null==t?void 0:t.indexOf)?void 0:n.call(t,e.prefix))){const i=t.substring(e.prefix.length);return f.optionsPreSuffixObj[e.key]=i,e.key}if(e.suffix){const i=t.lastIndexOf(e.suffix);if(e.suffix.length,t.length===i+e.suffix.length){const i=t.lastIndexOf(e.suffix),r=t.substring(0,i);return f.optionsPreSuffixObj[e.key]=r,e.key}}}return t===e.value?e.key:r&&o?(f.othersText=t,"other"):void 0},handleOptions:e=>e.map(((e,i)=>e.prefix||e.suffix?(f.optionsPreSuffixObj[e.key]=void 0,e):e.label?e:null)).filter(Boolean)||[],stopClick:e=>{e.preventDefault(),e.stopPropagation()}}}export{i as default};
|
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
type: BooleanConstructor;
|
16
16
|
default: boolean;
|
17
17
|
};
|
18
|
+
isGeneratePrintPdf: {
|
19
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
20
|
+
default: boolean;
|
21
|
+
};
|
18
22
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
19
23
|
form: {
|
20
24
|
type: ObjectConstructor;
|
@@ -32,11 +36,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
32
36
|
type: BooleanConstructor;
|
33
37
|
default: boolean;
|
34
38
|
};
|
39
|
+
isGeneratePrintPdf: {
|
40
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
41
|
+
default: boolean;
|
42
|
+
};
|
35
43
|
}>> & {
|
36
44
|
onScaleChange?: ((...args: any[]) => any) | undefined;
|
37
45
|
}, {
|
38
46
|
item: Record<string, any>;
|
39
47
|
isLock: boolean;
|
48
|
+
isGeneratePrintPdf: boolean | Record<string, any>;
|
40
49
|
form: Record<string, any>;
|
41
50
|
inputLock: boolean;
|
42
51
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,reactive as o,
|
1
|
+
import{defineComponent as e,reactive as o,toRefs as t,computed as i,watch as l,createVNode as s,resolveComponent as n,isVNode as r}from"vue";import{NCheckboxGroup as a,NCheckbox as u,NInput as c,NIcon as p}from"naive-ui";import{api as h}from"v-viewer";import{SearchOutline as d}from"@vicons/ionicons5";import"xe-utils";import"moment";import f from"../../../../../shared/utils/vexutilsExpand.js";import x from"../composables/choose-common.js";var v=e({name:"RCheckbox",components:{NCheckboxGroup:a,NCheckbox:u,NInput:c,NIcon:p},props:{form:{type:Object,default:()=>({})},item:{type:Object,default:()=>({})},isLock:{type:Boolean,default:!1},inputLock:{type:Boolean,default:!1},isGeneratePrintPdf:{type:[Boolean,Object],default:!1}},emits:["scaleChange"],setup(e,u){var c,v;const b=o({curCheckboxValue:[],othersText:"",curOptions:[],optionsPreSuffixObj:{}}),{isGeneratePrintPdf:m}=t(e),k=i((()=>e.isLock||e.inputLock)),{choiceColor:y,showImgWrap:C,handleDefPreSuffix:O,choiceUseKey:g,isCheckboxItem:w,showPreSuffix:j,handleOptions:S,stopClick:V}=x(e,b),P=(null==(v=null==(c=e.item)?void 0:c.setting)?void 0:v.chooseStyleSetting)||1,T=o=>{const t={othersText:b.othersText,optionsPreSuffixObj:b.optionsPreSuffixObj};o&&!b.curCheckboxValue.includes("other")&&b.curCheckboxValue.push("other");const i=JSON.parse(JSON.stringify(b.curCheckboxValue));u.emit("scaleChange",i,e.item,{choiceObj:t,isSetObj:w.value})},L=o=>{var t,i;let l=o.options||[];const s=e.form[e.item.val_key],n=null==(t=null==o?void 0:o.setting)?void 0:t.defaultValue;"EVALUATE_CHECKBOX_BLOCK"===e.item.type&&(l=(null==(i=o.scoreConfigs)?void 0:i.scoreRules)||[]);let r=[];r=n&&f.isJSON(n)?JSON.parse(n):s,e.inputLock?((e,o,t)=>{var i;if(b.curOptions=S(t),!t.length||!o||!o.length)return;const l=[];let s,n=0;const r=o.length;for(;n<r;n++){if(s=o[n],"其他"===s){b.othersText=s,b.curCheckboxValue=["other"],!l.includes("other")&&l.push("other");continue}const e=t.findIndex((e=>e.value===s));if(e<0){b.othersText=s,!l.includes("other")&&l.push("other");continue}const r=null==(i=t[e])?void 0:i.key;l.indexOf(r)<0&&l.push(r)}b.curCheckboxValue=l,T()})(0,o.dbValue||r,l):((e,o,t)=>{var i;if(b.curOptions=S(t),!t.length||!o||!o.length)return;if("EVALUATE_CHECKBOX_BLOCK"===e.type)return b.curCheckboxValue=o,void T();const l=[],s=o.length;let n,r=0;const a=t.some((e=>e.importability||"other"===e.key));for(;r<s;r++){if(n=o[r],"其他"===n){b.othersText=n,b.curCheckboxValue=["other"],!l.includes("other")&&l.push("other");continue}const e=t.findIndex((e=>e.value===n));if(e>0){const o=null==(i=t[e])?void 0:i.key;!l.includes(o)&&l.push(o)}else t.map((e=>{const o=O(e,r,n,!0,a);o&&!l.includes(o)&&l.push(o)}))}b.curCheckboxValue=l,T()})(o,o.dbValue||r,l)};l((()=>e.item),(e=>{e&&Object.keys(e).length&&L(e)}),{immediate:!0});const B=f.debounce(T,200),N=f.debounce((o=>{const t={othersText:b.othersText,optionsPreSuffixObj:b.optionsPreSuffixObj};b.curCheckboxValue.includes(o.key)||b.curCheckboxValue.push(o.key);const i=JSON.parse(JSON.stringify(b.curCheckboxValue));u.emit("scaleChange",i,e.item,{choiceObj:t,isSetObj:w.value})}),200),I=e=>{b.othersText=e,B(!0)},U=e=>s("span",{class:"scale-choice-img-wrap"},[s("img",{class:"show-picture",src:e.imageUrl},null),s("div",{class:"scale-preview-wrap"},[s(p,{size:"24",color:"#fff",component:d,onClick:o=>((e,o)=>{e.preventDefault(),e.stopPropagation();const t=b.curOptions.map((e=>e.imageUrl)).filter(Boolean);if(!t.length)return;const i=t.findIndex((e=>e===o));h({images:t,options:{toolbar:!0,initialViewIndex:i<0?0:i}})})(o,e.imageUrl)},null)])]),E=e=>{var o;const t=e?b.optionsPreSuffixObj[e.key]:b.othersText,i=t||((null==(o=window.getLanguageByCode)?void 0:o.call(window,"10010.1.383"))||"请输入");return s("span",{class:["print-span",{"print-span-disabled":k.value,"print-span-empty":!t}]},[i])},J=e=>{var o;return s("div",{class:"presuffix-wrap"},[e.prefix&&s("span",{class:"prefix-span",style:{color:y.value(e)}},[e.prefix]),m.value?E(e):s(n("n-input"),{value:b.optionsPreSuffixObj[e.key],"onUpdate:value":o=>b.optionsPreSuffixObj[e.key]=o,disabled:k.value,style:{color:y.value(e)},placeholder:(null==(o=window.getLanguageByCode)?void 0:o.call(window,"10010.1.383"))||"请输入",bordered:!1,onInput:o=>((e,o)=>{b.optionsPreSuffixObj[o.key]=e,N(o)})(o,e),onClick:V,type:"textarea",autosize:!0,rows:1},null),e.suffix&&s("span",{class:"suffix-span",style:{color:y.value(e)}},[e.suffix])])},K=e=>s("span",{style:{color:y.value(e)},class:"other-span"},[e.label]),_=e=>{var o;return s("div",{class:"choose-other",onClick:V},[s(n("n-input"),{value:b.othersText,"onUpdate:value":[e=>b.othersText=e,I],disabled:k.value,style:{color:y.value(e)},placeholder:(null==(o=window.getLanguageByCode)?void 0:o.call(window,"10010.1.383"))||"请输入",bordered:!1,type:"textarea",autosize:!0,rows:1},null)])},A=e=>w.value&&j.value(e),z=g.value;return()=>{let o;return s(a,{value:b.curCheckboxValue,"onUpdate:value":[e=>b.curCheckboxValue=e,()=>T(!1)],class:["c-choice-wrap","choice-wrap-"+P],disabled:e.isLock},"function"==typeof(t=o=b.curOptions.map((e=>s("div",{class:"c-choice-radio-div"},[s(n("n-checkbox"),{key:e.value,value:e[z],class:{"c-radio-textarea":e.importability||A(e)}},{default:()=>[C.value(e)&&U(e),A(e)&&J(e),!A(e)&&K(e),e.importability&&(m.value?E():_(e))]})]))))||"[object Object]"===Object.prototype.toString.call(t)&&!r(t)?o:{default:()=>[o]});var t}}});export{v as default};
|
@@ -11,6 +11,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
11
11
|
type: BooleanConstructor;
|
12
12
|
default: boolean;
|
13
13
|
};
|
14
|
+
isGeneratePrintPdf: {
|
15
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
16
|
+
default: boolean;
|
17
|
+
};
|
14
18
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
15
19
|
form: {
|
16
20
|
type: ObjectConstructor;
|
@@ -24,11 +28,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
24
28
|
type: BooleanConstructor;
|
25
29
|
default: boolean;
|
26
30
|
};
|
31
|
+
isGeneratePrintPdf: {
|
32
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
33
|
+
default: boolean;
|
34
|
+
};
|
27
35
|
}>> & {
|
28
36
|
onScaleChange?: ((...args: any[]) => any) | undefined;
|
29
37
|
}, {
|
30
38
|
item: Record<string, any>;
|
31
39
|
isLock: boolean;
|
40
|
+
isGeneratePrintPdf: boolean | Record<string, any>;
|
32
41
|
form: Record<string, any>;
|
33
42
|
}>;
|
34
43
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,
|
1
|
+
import{defineComponent as e,toRefs as t,computed as a,ref as n,watch as l,createVNode as i}from"vue";import{NInput as o}from"naive-ui";var u=e({name:"RInput",components:{NInput:o},props:{form:{type:Object,default:()=>({})},item:{type:Object,default:()=>({})},isLock:{type:Boolean,default:!1},isGeneratePrintPdf:{type:[Boolean,Object],default:!1}},emits:["scaleChange"],setup(e,{emit:u}){var r,p,s,d,m,v;const c=null==(r=e.item)?void 0:r.valueType,f=(null==(p=e.item)?void 0:p.type)||"INPUT",y="INPUT"==f||"EVALUATE_INPUT"==f,w=(null==(d=null==(s=e.item)?void 0:s.setting)?void 0:d.inputRow)||1,g=null==(v=null==(m=e.item)?void 0:m.setting)?void 0:v.defaultPlaceHolder,{isGeneratePrintPdf:P}=t(e),b=a((()=>w&&"auto"!=w?{minRows:w||1,maxRows:w||1}:{minRows:1})),k=e=>{if(!y)return;const t=e.key;e.returnValue="e"!==t&&"E"!==t&&"+"!==t&&"-"!==t},I=n(e.form[e.item.val_key]);l((()=>e.form[e.item.val_key]),(e=>{I.value=e}),{immediate:!0});const L=t=>{I.value=y&&t&&"number"===c?t.replace(/[^\d.]/gi,""):t,u("scaleChange",I.value,e.item)},R=()=>{const t=y?"textarea":c||"text";return P.value?(()=>{var t;const a=I.value,n=a||(null==(t=window.getLanguageByCode)?void 0:t.call(window,"10010.1.383"))||"请输入";return i("div",{class:["input-print-span",{"input-print-span-disabled":e.isLock,"input-print-span-empty":!a}]},[n])})():i(o,{value:I.value,clearable:!0,type:t,autosize:b.value,placeholder:g,disabled:e.isLock,onKeydown:k,"onUpdate:value":L},null)};return()=>R()}});export{u as default};
|
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
type: BooleanConstructor;
|
16
16
|
default: boolean;
|
17
17
|
};
|
18
|
+
isGeneratePrintPdf: {
|
19
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
20
|
+
default: boolean;
|
21
|
+
};
|
18
22
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
19
23
|
form: {
|
20
24
|
type: ObjectConstructor;
|
@@ -32,11 +36,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
32
36
|
type: BooleanConstructor;
|
33
37
|
default: boolean;
|
34
38
|
};
|
39
|
+
isGeneratePrintPdf: {
|
40
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
41
|
+
default: boolean;
|
42
|
+
};
|
35
43
|
}>> & {
|
36
44
|
onScaleChange?: ((...args: any[]) => any) | undefined;
|
37
45
|
}, {
|
38
46
|
item: Record<string, any>;
|
39
47
|
isLock: boolean;
|
48
|
+
isGeneratePrintPdf: boolean | Record<string, any>;
|
40
49
|
form: Record<string, any>;
|
41
50
|
inputLock: boolean;
|
42
51
|
}>;
|