169.74227454a7b7fdf9f21d.js 74 KB

1
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[169],{"N/rr":function(n,t,e){"use strict";e.r(t);var o=e("CcnG"),l=function(){},c=e("pMnS"),g=e("7FkJ"),a=e("xouH"),i=e("Ip0R"),M=e("y9Pr"),_=e("dWZg"),s=e("XWCS"),C=e("zC/G"),O=e("Hw1A"),P=e("gIcY"),r=e("9iie"),d=e("els3"),p=e("lLAP"),u=e("Irb3"),b=e("08s3"),m=e("M2Lx"),y=e("wFw1"),f=e("K9Ia"),h=e("Gi3i"),k=function(){function n(n,t,e){this.otherPageControlService=n,this.tool=t,this.msg=e,this.loading=!1,this.btnLoading=!1,this.tabModalName="characteristics",this.hosId=this.tool.getCurrentHospital().id,this.clinicalMultiplayerMode=[{label:"\u662f\u5426\u5f00\u542f",value:0}],this.showAppendUser=[{label:"\u662f\u5426\u5f00\u542f",value:0}],this.clinicalIntegralCalculationMethod=null,this.clinicalExecutionMethod=null,this.configs={},this.searchTimerSubject=new f.a,this.isLoading=!1,this.clinicalTaskIds=[],this.taskTypes=[],this.associationType=null,this.clinicalIntegralCalculationMethods=[],this.dLoading=!1,this.clinicalExecutionMethods=[]}return n.prototype.ngOnInit=function(){var n=this;this.searchTimerSubject.pipe(Object(h.a)(500)).subscribe((function(t){t[0].call(n,t[1])})),this.getAssociationType(),this.getTaskTypes()},n.prototype.changeMultiplayerMode=function(n){console.log(n),n[0].checked||(this.clinicalIntegralCalculationMethod=null,this.clinicalExecutionMethod=null,this.clinicalTaskIds=[],this.showAppendUser[0].checked=0)},n.prototype.searchTimer=function(n,t){this.isLoading=!0,this.searchTimerSubject.next([n,t])},n.prototype.changeTasktype=function(n){this.searchTimer(this.getTaskTypes,n)},n.prototype.getAssociationType=function(){var n=this;this.loading=!0,this.otherPageControlService.getDictionary("association_types").subscribe((function(t){n.associationType=t.find((function(n){return"other"===n.value})),n.associationType&&n.getIntegralCalculationMethod()}))},n.prototype.getTaskTypes=function(n){var t=this;void 0===n&&(n="");var e={idx:0,sum:9999,taskType:{taskName:n,simpleQuery:!0,hosId:{id:this.hosId},associationType:{key:"association_types",value:"other"}}};this.isLoading=!0,this.otherPageControlService.getTaskTypes(e).subscribe((function(n){t.isLoading=!1,200==n.status&&(t.taskTypes=n.list||[])}))},n.prototype.getIntegralCalculationMethod=function(){var n=this;this.dLoading=!0,this.otherPageControlService.getDictionary("clinical_integral_calculation_method").subscribe((function(t){n.dLoading=!1,n.clinicalIntegralCalculationMethods=t,n.getClinicalExecutionMethod()}))},n.prototype.getClinicalExecutionMethod=function(){var n=this;this.dLoading=!0,this.otherPageControlService.getDictionary("clinical_execution_method").subscribe((function(t){n.dLoading=!1,n.clinicalExecutionMethods=t,n.getConfig()}))},n.prototype.tabModal=function(n){this.tabModalName=n},n.prototype.submitForm=function(){var n=this;if(this.associationType)if(!this.clinicalMultiplayerMode[0].checked||this.clinicalIntegralCalculationMethod)if(!this.clinicalMultiplayerMode[0].checked||this.clinicalExecutionMethod)if(!this.clinicalMultiplayerMode[0].checked||this.clinicalTaskIds.length){var t={id:this.configs.id,associationType:this.associationType.id,clinicalTaskIds:this.clinicalTaskIds.length?this.clinicalTaskIds.toString():void 0,hosId:this.hosId,clinicalMultiplayerMode:this.clinicalMultiplayerMode[0].checked?1:0,clinicalIntegralCalculationMethod:this.clinicalMultiplayerMode[0].checked?this.clinicalIntegralCalculationMethod:void 0,clinicalExecutionMethod:this.clinicalMultiplayerMode[0].checked?this.clinicalExecutionMethod:void 0,showAppendUser:this.showAppendUser[0].checked?1:0};this.btnLoading=!0,this.otherPageControlService.simplePost("addData","taskTypeConfig",t).subscribe((function(t){n.btnLoading=!1,200==t.status&&n.getConfig()}))}else this.msg.create("warning","\u8bf7\u9009\u62e9\u5173\u8054\u4efb\u52a1\u7c7b\u578b\uff01");else this.msg.create("warning","\u8bf7\u9009\u62e9\u6267\u884c\u65b9\u5f0f\uff01");else this.msg.create("warning","\u8bf7\u9009\u62e9\u79ef\u5206\u8ba1\u7b97\u65b9\u5f0f\uff01");else this.msg.create("warning","\u8bf7\u5148\u914d\u7f6e\u5176\u4ed6\u4e34\u5e8a\u670d\u52a1\u7684\u4e1a\u52a1\u7c7b\u578b\uff01")},n.prototype.getConfig=function(){var n=this;this.loading=!0;var t={idx:0,sum:10,taskTypeConfig:{hosId:this.hosId,associationType:this.associationType.id}};this.otherPageControlService.getConfig(t).subscribe((function(t){n.loading=!1,200==t.status&&(n.configs=t.list[0]||{},n.clinicalMultiplayerMode[0].checked=1==n.configs.clinicalMultiplayerMode,n.showAppendUser[0].checked=1==n.configs.showAppendUser,n.clinicalIntegralCalculationMethod=n.configs.clinicalIntegralCalculationMethod,n.clinicalExecutionMethod=n.configs.clinicalExecutionMethod,n.clinicalTaskIds=n.configs.clinicalTaskIds?n.configs.clinicalTaskIds.split(",").map((function(n){return+n})):[])}))},n}(),x=e("67Y/"),T=e("c/rV"),I=function(){function n(n){this.mainService=n}return n.prototype.getDictionary=function(n){return this.mainService.getDictionary("list",n)},n.prototype.getConfig=function(n){return this.mainService.getFetchDataList("simple/data","taskTypeConfig",n)},n.prototype.getTaskTypes=function(n){return this.mainService.getFetchDataList("simple/data","taskType",n).pipe(Object(x.a)((function(n){return Array.isArray(n.list)?n.list=n.list.map((function(n){return{id:n.id,taskName:n.taskName}})):n.list=[],n})))},n.prototype.simplePost=function(n,t,e){return this.mainService.simplePost(n,t,e)},n.ngInjectableDef=o.lc({factory:function(){return new n(o.mc(T.a))},token:n,providedIn:"root"}),n}(),w=e("rllv"),z=e("Xuik"),v=[["[_nghost-%COMP%]{width:100%;height:100%}.w320px[_ngcontent-%COMP%]{width:320px}.remandTypeId[_ngcontent-%COMP%] .ant-select-selection{border:1px solid red!important}.turnoff[_ngcontent-%COMP%]{margin:0 0 13px}.turnoff[_ngcontent-%COMP%] .ant-checkbox-wrapper[_ngcontent-%COMP%]{color:#333!important}.dynamic[_ngcontent-%COMP%]{margin-top:8px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.dynamic[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{width:90%}.dynamic[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{margin-left:8px;cursor:pointer;font-size:18px}.TaskTypeManagement[_ngcontent-%COMP%]{height:calc(100vh - 88px);background:#f9fafb;overflow:hidden;padding:16px 20px}.TaskTypeManagement[_ngcontent-%COMP%] .pagination[_ngcontent-%COMP%]{margin-top:14px;margin-bottom:14px;bottom:12px;right:5px}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%]{float:left;width:24%;height:100%;border:1px solid #e5e9ed;background:#fff;color:#333;font-size:14px;position:relative;overflow:hidden}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{width:100%;height:40px;line-height:40px;padding-left:16px;border-bottom:1px solid #e5e9ed;position:relative;background:#fff;z-index:2}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%]{width:100%;border-bottom:1px solid #e5e9ed;position:relative;background:#fff;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:34px;line-height:34px;border-right:1px solid #e5e9ed;text-align:center;color:#666;cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]:hover{color:#49b856;background:#f0f6ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]:nth-last-child(1){border:none}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .taskTypes[_ngcontent-%COMP%]{width:100%;height:92%;overflow-y:auto;z-index:1;padding-bottom:30px}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .taskTypes[_ngcontent-%COMP%] .itemChoice[_ngcontent-%COMP%]{color:#49b856;background:#f0f6ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .taskTypes[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]{width:100%;height:34px;line-height:34px;text-align:center;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .taskTypes[_ngcontent-%COMP%] .item.checked[_ngcontent-%COMP%], .TaskTypeManagement[_ngcontent-%COMP%] .taskType[_ngcontent-%COMP%] .taskTypes[_ngcontent-%COMP%] .item[_ngcontent-%COMP%]:hover{color:#49b856;background:#f0f6ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%]{height:100%;border:1px solid #e5e9ed;background:#fff;color:#333;position:relative}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .top[_ngcontent-%COMP%]{height:61px;line-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e9ed;position:relative;z-index:2}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .items[_ngcontent-%COMP%]{background:#f0f6ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{border-right:1px solid #e5e9ed;width:30%;text-align:center;cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]:hover{background:#f0f6ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .top[_ngcontent-%COMP%]:nth-last-child(4){border:none}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%]{width:100%;padding:16px;background:#fff;height:89%;overflow:auto}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] nz-form-label[_ngcontent-%COMP%]{margin-left:0!important}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{background:#f9fafb;border:1px solid #e5e9ed;border-radius:10px 10px 0 0;padding:24px 120px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .label[_ngcontent-%COMP%]{margin-left:16px;font-size:14px;color:#333}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%]{padding:15px 15px 0;background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%]{width:100%;height:100%}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%]{border-radius:5px;position:relative}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .table_title[_ngcontent-%COMP%]{font-size:18px;margin:14px 0;text-align:center}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%]{background-image:-webkit-gradient(linear,left top,right top,from(#72c172),to(#3bb197));background-image:linear-gradient(to right,#72c172,#3bb197)}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:0 0;color:#fff;text-align:center;font-size:14px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-body[_ngcontent-%COMP%]{border-bottom:1px solid #e5e9ed;background:#f9fafb}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%]{background:#f9fafb;border:1px solid #e5e9ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] .zzBontton[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{border-bottom:1px solid #e5e9ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{text-align:center;font-size:14px;border:none;color:#333;overflow:hidden}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] .lin[_ngcontent-%COMP%]{width:68.2%;height:2rem;border-bottom:.1rem solid #e5e9ed;position:absolute;text-align:center;margin-left:0;margin-top:-.8%;-webkit-transform:rotate(6.5deg);transform:rotate(6.5deg)}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:none}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] nz-input-number[_ngcontent-%COMP%]{width:50px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{margin:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1){cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):active, .TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):hover{color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ruleList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%] .box[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even){background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%]{padding:0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%]{height:88px;background:#fff;border-radius:10px 10px 0 0;padding:15px 22px 0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:18px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .carrItems[_ngcontent-%COMP%]{color:#49b856;border-color:#49b856!important}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%]{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px auto;font-size:14px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem[_ngcontent-%COMP%]{height:40px;line-height:28px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem[_ngcontent-%COMP%] .carrItem_icon[_ngcontent-%COMP%]{width:35px;height:35px;border:1px solid #e5e9ed;border-radius:50%;text-align:center;line-height:35px;margin-right:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem[_ngcontent-%COMP%] .carrItem_icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:18px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem1[_ngcontent-%COMP%]{float:left;width:45%;height:40px;line-height:28px;padding-left:10%;cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem1[_ngcontent-%COMP%] .carrItem_icon[_ngcontent-%COMP%]{width:35px;height:35px;border:1px solid #e5e9ed;border-radius:50%;text-align:center;line-height:35px;float:left;margin-right:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_top[_ngcontent-%COMP%] .process[_ngcontent-%COMP%] .carrItem1[_ngcontent-%COMP%] .carrItem_icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:18px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%]{padding:0 240px 24px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{padding-right:10%}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .icon_btn[_ngcontent-%COMP%]{cursor:pointer;font-size:18px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .icon_text[_ngcontent-%COMP%]{display:block;cursor:pointer;position:relative;right:5px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%]{height:70px;padding-top:4px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{height:65px;border:1px solid #e5e9ed;border-radius:5px;background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%]{height:100%;width:90%;float:left;padding:2px 12px;overflow:auto}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%]{width:24%;height:28px;display:inline-block;border:1px solid #e5e9ed;border-radius:20px;text-align:center;line-height:26px;background:#f9fafb;margin-right:1%;margin-bottom:2px;font-size:12px;padding-left:8px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{width:75%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:14px;color:#999;cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%]{height:100%;width:10%;float:right;text-align:center;padding-top:15px;border-left:1px solid #e5e9ed;cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{display:block;font-size:16px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:hover{color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ysgcItem[_ngcontent-%COMP%] .ysgc_cont[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%] .icon_text[_ngcontent-%COMP%]{right:1px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%]{padding:10px 15px 0;background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .tab_btn[_ngcontent-%COMP%]{cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .tab_btn[_ngcontent-%COMP%]:hover{color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .table_title[_ngcontent-%COMP%]{font-size:18px;margin:14px 0;text-align:center}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%]{background-image:-webkit-gradient(linear,left top,right top,from(#72c172),to(#3bb197));background-image:linear-gradient(to right,#72c172,#3bb197)}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:0 0;color:#fff;text-align:center;font-size:14px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-body[_ngcontent-%COMP%]{background:#f9fafb}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%]{background:#f9fafb;border:1px solid #e5e9ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{text-align:center;font-size:14px;border:none;color:#333}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:none}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] nz-input-number[_ngcontent-%COMP%]{width:40px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{margin:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1){cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):active, .TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):hover{color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .glxxItem[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even){background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%]{padding:0;background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%]{width:100%;position:relative;overflow:hidden;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_L[_ngcontent-%COMP%]{width:70%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_L[_ngcontent-%COMP%] .top_L_item[_ngcontent-%COMP%]{margin-left:4px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_L[_ngcontent-%COMP%] .label[_ngcontent-%COMP%]{font-size:14px;color:#333;margin-left:0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_L[_ngcontent-%COMP%] input[_ngcontent-%COMP%], .TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_L[_ngcontent-%COMP%] nz-select[_ngcontent-%COMP%]{font-size:12px;width:100px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_R[_ngcontent-%COMP%]{border:0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .top[_ngcontent-%COMP%] .top_R[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]{margin-left:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%]{padding:10px 15px 0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .table[_ngcontent-%COMP%]{min-height:528px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%]{float:right;margin-bottom:5px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:14px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .operate[_ngcontent-%COMP%] .num[_ngcontent-%COMP%]{font-size:18px;color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%]{background-image:-webkit-gradient(linear,left top,right top,from(#72c172),to(#3bb197));background-image:linear-gradient(to right,#72c172,#3bb197)}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:0 0;color:#fff;text-align:center;font-size:14px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-body[_ngcontent-%COMP%]{border-bottom:1px solid #e5e9ed;background:#f9fafb}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%]{background:#f9fafb;border:1px solid #e5e9ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] .zzBontton[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{border-bottom:1px solid #e5e9ed}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{text-align:center;font-size:14px;border:none;color:#333}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:none}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] nz-input-number[_ngcontent-%COMP%]{width:40px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{margin:10px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1){cursor:pointer}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):active, .TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):hover{color:#49b856}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .ktksItemList[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even){background:#fff}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .pagination[_ngcontent-%COMP%]{margin-top:25px;margin-bottom:14px;bottom:12px;right:5px;position:relative;height:30px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .ktksItem[_ngcontent-%COMP%] .pagination[_ngcontent-%COMP%] .page[_ngcontent-%COMP%]{position:absolute;right:5px}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .bottom[_ngcontent-%COMP%]{height:60px;border-radius:0 0 10px 10px;padding:10px 240px 0;border-top:0}.TaskTypeManagement[_ngcontent-%COMP%] .taskTypeInfo[_ngcontent-%COMP%] .list[_ngcontent-%COMP%] .bottom[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{width:80px;height:34px;display:block;margin:0 auto}.newOrder1[_ngcontent-%COMP%]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%]{width:480px;background:#fff;border-radius:5px;padding:12px 20px;color:#333;font-size:14px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .fixHieght[_ngcontent-%COMP%]{max-height:400px;overflow-y:auto}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .pagination[_ngcontent-%COMP%]{margin-top:14px;margin-bottom:14px;bottom:12px;right:5px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{font-size:18px;text-align:center;line-height:24px;margin:0 0 12px;position:relative}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;right:0;top:0;font-size:20px;color:#666;cursor:pointer;padding:0 5px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{overflow:hidden}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .items1[_ngcontent-%COMP%]{height:686px;overflow:auto}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .addItem[_ngcontent-%COMP%]{height:28px;line-height:28px;text-align:center;border:1px dashed #999;color:#999;border-radius:5px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .addItem[_ngcontent-%COMP%]:hover{background:#e5e9ed;cursor:pointer}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%]{border:1px solid #e5e9ed;border-radius:5px;margin-top:6px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%]{background:#f9fafb;padding:5px 16px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .top[_ngcontent-%COMP%]{height:34px;border-bottom:2px solid #e5e9ed;line-height:34px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont[_ngcontent-%COMP%]{height:53px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_title[_ngcontent-%COMP%], .newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_title[_ngcontent-%COMP%] .ant-form-item-label[_ngcontent-%COMP%]{height:30px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%]{height:100px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_top[_ngcontent-%COMP%]{height:30px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_top[_ngcontent-%COMP%] .label1[_ngcontent-%COMP%]{float:left}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%]{height:70px;padding-top:4px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{height:65px;border:1px solid #e5e9ed;border-radius:5px;background:#fff}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%]{height:100%;width:85%;float:left;padding:2px 12px;overflow:auto}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%]{width:24%;height:28px;display:inline-block;border:1px solid #e5e9ed;border-radius:20px;text-align:center;line-height:26px;background:#f9fafb;margin-right:1%;margin-bottom:2px;font-size:12px;padding-left:8px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{width:75%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_L[_ngcontent-%COMP%] .item_yq[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{font-size:14px;color:#999;cursor:pointer}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%]{height:100%;width:15%;float:right;text-align:center;padding-top:15px;border-left:1px solid #e5e9ed;cursor:pointer}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{display:block;font-size:16px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont1[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_type[_ngcontent-%COMP%] .item_type_cont[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] .item_type_cont_R[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:hover{color:#49b856}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont2[_ngcontent-%COMP%]{height:150px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont2[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%]{height:75px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont2[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_level[_ngcontent-%COMP%], .newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_cont[_ngcontent-%COMP%] .cont2[_ngcontent-%COMP%] .item_types[_ngcontent-%COMP%] .item_title[_ngcontent-%COMP%]{height:35px}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%]{border-top:1px solid #e5e9ed;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]:hover{background:#f0f6ed}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%] .stop[_ngcontent-%COMP%]{line-height:34px;color:#49b856;text-align:center}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%] .start[_ngcontent-%COMP%]{border-right:1px solid #e5e9ed;height:100%;line-height:32px;text-align:center;color:#49b856}.newOrder1[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .Items[_ngcontent-%COMP%] .Items_bott[_ngcontent-%COMP%] .delete[_ngcontent-%COMP%]{border-left:1px solid #e5e9ed;height:100%;line-height:32px;text-align:center;color:#ff3b53}.newOrder1[_ngcontent-%COMP%] .btns[_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newOrder1[_ngcontent-%COMP%] .btns[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin:9px 9px 0}.newOrder[_ngcontent-%COMP%]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%]{width:1000px;background:#fff;border-radius:5px;padding:12px 20px;color:#333;font-size:14px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .pagination[_ngcontent-%COMP%]{margin-top:14px;margin-bottom:14px;bottom:12px;right:5px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{font-size:18px;text-align:center;line-height:24px;margin:0 0 12px;position:relative}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;right:0;top:0;font-size:20px;color:#666;cursor:pointer;padding:0 5px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{width:960px;border:1px solid #e5e9ed;background:#f9fafb;border-radius:5px;overflow:hidden}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%]{background-image:-webkit-gradient(linear,left top,right top,from(#72c172),to(#3bb197));background-image:linear-gradient(to right,#72c172,#3bb197)}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .thead[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background:0 0;color:#fff;text-align:center;font-size:14px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-body[_ngcontent-%COMP%]{background:#f9fafb}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%]{background:#f9fafb;border:1px solid #e5e9ed}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]{text-align:center;font-size:14px;border:none;color:#333}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border:none}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] nz-input-number[_ngcontent-%COMP%]{width:40px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] .line[_ngcontent-%COMP%]{margin:10px}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1){cursor:pointer}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):active, .newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%] .coop[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-child(2n-1):hover{color:#49b856}.newOrder[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .ant-table-tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(even){background:#fff}.newOrder[_ngcontent-%COMP%] .btns[_ngcontent-%COMP%]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newOrder[_ngcontent-%COMP%] .btns[_ngcontent-%COMP%] .btn[_ngcontent-%COMP%]{margin:9px 9px 0}.pagination[_ngcontent-%COMP%]{margin-top:25px;margin-bottom:14px;bottom:12px;right:5px;position:relative;height:30px}.pagination[_ngcontent-%COMP%] .page[_ngcontent-%COMP%]{position:absolute;right:5px}.save[_ngcontent-%COMP%]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:99}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%]{width:350px;height:220px;background:#fff;border-radius:5px;padding:10px 20px;color:#333}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{width:100%;text-align:center;font-size:18px;position:relative}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;right:0;top:0;font-size:20px;color:#666;cursor:pointer;padding:0 5px}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{width:310px;height:117px;background:#f9fafb;border:1px solid #e5e9ed;border-radius:5px;overflow:hidden;margin-top:12px}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div[_ngcontent-%COMP%]{text-align:center;margin:0}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div.icon[_ngcontent-%COMP%]{margin-top:17px}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div.icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{color:#34b349;font-size:30px!important}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div.icon[_ngcontent-%COMP%] i.transport-wenhao[_ngcontent-%COMP%]{color:#f5a523}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div.icon[_ngcontent-%COMP%] i.transport-shibai[_ngcontent-%COMP%]{color:#ff3a52}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div.defeat[_ngcontent-%COMP%]{color:#333;font-size:18px}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] div[_ngcontent-%COMP%]:nth-child(3){font-size:14px;color:#666}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{margin-top:10px}.save[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] button.btn[_ngcontent-%COMP%]{margin-left:8px}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%]{width:480px;height:auto}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%]{width:100%;height:auto;padding:18px 14px 0}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .addForm[_ngcontent-%COMP%] .ant-form-item[_ngcontent-%COMP%]{margin-bottom:15px}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .addForm[_ngcontent-%COMP%] .ant-form-item[_ngcontent-%COMP%] .ant-form-item-label[_ngcontent-%COMP%]{line-height:0;text-align:left}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .editForm[_ngcontent-%COMP%] .ant-form-item[_ngcontent-%COMP%]{margin-bottom:15px}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] .content[_ngcontent-%COMP%] .editForm[_ngcontent-%COMP%] .ant-form-item[_ngcontent-%COMP%] .ant-form-item-label[_ngcontent-%COMP%]{line-height:0;text-align:left}.save.add[_ngcontent-%COMP%] .modalBody[_ngcontent-%COMP%] button[_ngcontent-%COMP%]:nth-child(1){margin-right:20px}"]],L=o.Kb({encapsulation:0,styles:v,data:{}});function W(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,1,"nz-option",[],null,null,null,g.c,g.a)),o.Lb(1,573440,[[1,4]],0,a.c,[],{nzLabel:[0,"nzLabel"],nzValue:[1,"nzValue"]},null)],(function(n,t){n(t,1,0,o.Qb(1,"",t.parent.context.$implicit.name,""),o.Qb(1,"",t.parent.context.$implicit.id,""))}),null)}function B(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),o.Bb(16777216,null,null,1,null,W)),o.Lb(2,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(0,null,null,0))],(function(n,t){n(t,2,0,!t.component.dLoading)}),null)}function Y(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,4,"nz-option",[["nzCustomContent",""],["nzDisabled",""]],null,null,null,g.c,g.a)),o.Lb(1,573440,[[1,4]],0,a.c,[],{nzDisabled:[0,"nzDisabled"],nzCustomContent:[1,"nzCustomContent"]},null),(n()(),o.Mb(2,0,null,0,1,"i",[["class","loading-icon"],["nz-icon",""],["nzType","loading"]],null,null,null,null,null)),o.Lb(3,2834432,null,0,M.a,[M.c,o.q,o.R,_.a],{nzType:[0,"nzType"]},null),(n()(),o.gc(-1,0,[" \u641c\u7d22\u4e2d... "]))],(function(n,t){n(t,1,0,"","");n(t,3,0,"loading")}),null)}function S(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,17,"div",[["class","display_flex align-items_center mb8"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,3,"nz-form-label",[["class","label"],["nzRequired",""]],null,null,null,s.f,s.c)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(3,4964352,null,0,O.f,[C.J,o.q,[8,null],[8,null],o.R,o.j],{nzRequired:[0,"nzRequired"]},null),(n()(),o.gc(-1,0,["\u79ef\u5206\u8ba1\u7b97\u65b9\u5f0f"])),(n()(),o.Mb(5,0,null,null,12,"nz-select",[["class","w320px"],["nzPlaceHolder","\u8bf7\u9009\u62e9"]],[[2,"ant-select-lg",null],[2,"ant-select-sm",null],[2,"ant-select-enabled",null],[2,"ant-select-no-arrow",null],[2,"ant-select-disabled",null],[2,"ant-select-allow-clear",null],[2,"ant-select-open",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],(function(n,t,e){var l=!0,c=n.component;"click"===t&&(l=!1!==o.Yb(n,7).toggleDropDown()&&l);"ngModelChange"===t&&(l=!1!==(c.clinicalIntegralCalculationMethod=e)&&l);return l}),g.d,g.b)),o.dc(512,null,a.i,a.i,[]),o.Lb(7,5488640,null,2,a.g,[o.R,a.i,o.j,_.a,o.q,[8,null]],{nzDropdownMatchSelectWidth:[0,"nzDropdownMatchSelectWidth"],nzPlaceHolder:[1,"nzPlaceHolder"]},null),o.ec(603979776,1,{listOfNzOptionComponent:1}),o.ec(603979776,2,{listOfNzOptionGroupComponent:1}),o.dc(1024,null,P.n,(function(n){return[n]}),[a.g]),o.Lb(11,671744,null,0,P.r,[[8,null],[8,null],[8,null],[6,P.n]],{model:[0,"model"]},{update:"ngModelChange"}),o.dc(2048,null,P.o,null,[P.r]),o.Lb(13,16384,null,0,P.p,[[4,P.o]],null,null),(n()(),o.Bb(16777216,null,0,1,null,B)),o.Lb(15,278528,null,0,i.l,[o.gb,o.ab,o.C],{ngForOf:[0,"ngForOf"]},null),(n()(),o.Bb(16777216,null,0,1,null,Y)),o.Lb(17,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null)],(function(n,t){var e=t.component;n(t,3,0,"");n(t,7,0,!1,"\u8bf7\u9009\u62e9"),n(t,11,0,e.clinicalIntegralCalculationMethod),n(t,15,0,e.clinicalIntegralCalculationMethods),n(t,17,0,e.dLoading)}),(function(n,t){n(t,5,1,["large"===o.Yb(t,7).nzSize,"small"===o.Yb(t,7).nzSize,!o.Yb(t,7).nzDisabled,!o.Yb(t,7).nzShowArrow,o.Yb(t,7).nzDisabled,o.Yb(t,7).nzAllowClear,o.Yb(t,7).open,o.Yb(t,13).ngClassUntouched,o.Yb(t,13).ngClassTouched,o.Yb(t,13).ngClassPristine,o.Yb(t,13).ngClassDirty,o.Yb(t,13).ngClassValid,o.Yb(t,13).ngClassInvalid,o.Yb(t,13).ngClassPending])}))}function D(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,1,"nz-option",[],null,null,null,g.c,g.a)),o.Lb(1,573440,[[3,4]],0,a.c,[],{nzLabel:[0,"nzLabel"],nzValue:[1,"nzValue"]},null)],(function(n,t){n(t,1,0,o.Qb(1,"",t.parent.context.$implicit.name,""),o.Qb(1,"",t.parent.context.$implicit.id,""))}),null)}function q(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),o.Bb(16777216,null,null,1,null,D)),o.Lb(2,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(0,null,null,0))],(function(n,t){n(t,2,0,!t.component.dLoading)}),null)}function R(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,4,"nz-option",[["nzCustomContent",""],["nzDisabled",""]],null,null,null,g.c,g.a)),o.Lb(1,573440,[[3,4]],0,a.c,[],{nzDisabled:[0,"nzDisabled"],nzCustomContent:[1,"nzCustomContent"]},null),(n()(),o.Mb(2,0,null,0,1,"i",[["class","loading-icon"],["nz-icon",""],["nzType","loading"]],null,null,null,null,null)),o.Lb(3,2834432,null,0,M.a,[M.c,o.q,o.R,_.a],{nzType:[0,"nzType"]},null),(n()(),o.gc(-1,0,[" \u641c\u7d22\u4e2d... "]))],(function(n,t){n(t,1,0,"","");n(t,3,0,"loading")}),null)}function j(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,17,"div",[["class","display_flex align-items_center mb8"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,3,"nz-form-label",[["class","label"],["nzRequired",""]],null,null,null,s.f,s.c)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(3,4964352,null,0,O.f,[C.J,o.q,[8,null],[8,null],o.R,o.j],{nzRequired:[0,"nzRequired"]},null),(n()(),o.gc(-1,0,["\u6267\u884c\u65b9\u5f0f"])),(n()(),o.Mb(5,0,null,null,12,"nz-select",[["class","w320px"],["nzPlaceHolder","\u8bf7\u9009\u62e9"]],[[2,"ant-select-lg",null],[2,"ant-select-sm",null],[2,"ant-select-enabled",null],[2,"ant-select-no-arrow",null],[2,"ant-select-disabled",null],[2,"ant-select-allow-clear",null],[2,"ant-select-open",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],(function(n,t,e){var l=!0,c=n.component;"click"===t&&(l=!1!==o.Yb(n,7).toggleDropDown()&&l);"ngModelChange"===t&&(l=!1!==(c.clinicalExecutionMethod=e)&&l);return l}),g.d,g.b)),o.dc(512,null,a.i,a.i,[]),o.Lb(7,5488640,null,2,a.g,[o.R,a.i,o.j,_.a,o.q,[8,null]],{nzDropdownMatchSelectWidth:[0,"nzDropdownMatchSelectWidth"],nzPlaceHolder:[1,"nzPlaceHolder"]},null),o.ec(603979776,3,{listOfNzOptionComponent:1}),o.ec(603979776,4,{listOfNzOptionGroupComponent:1}),o.dc(1024,null,P.n,(function(n){return[n]}),[a.g]),o.Lb(11,671744,null,0,P.r,[[8,null],[8,null],[8,null],[6,P.n]],{model:[0,"model"]},{update:"ngModelChange"}),o.dc(2048,null,P.o,null,[P.r]),o.Lb(13,16384,null,0,P.p,[[4,P.o]],null,null),(n()(),o.Bb(16777216,null,0,1,null,q)),o.Lb(15,278528,null,0,i.l,[o.gb,o.ab,o.C],{ngForOf:[0,"ngForOf"]},null),(n()(),o.Bb(16777216,null,0,1,null,R)),o.Lb(17,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null)],(function(n,t){var e=t.component;n(t,3,0,"");n(t,7,0,!1,"\u8bf7\u9009\u62e9"),n(t,11,0,e.clinicalExecutionMethod),n(t,15,0,e.clinicalExecutionMethods),n(t,17,0,e.dLoading)}),(function(n,t){n(t,5,1,["large"===o.Yb(t,7).nzSize,"small"===o.Yb(t,7).nzSize,!o.Yb(t,7).nzDisabled,!o.Yb(t,7).nzShowArrow,o.Yb(t,7).nzDisabled,o.Yb(t,7).nzAllowClear,o.Yb(t,7).open,o.Yb(t,13).ngClassUntouched,o.Yb(t,13).ngClassTouched,o.Yb(t,13).ngClassPristine,o.Yb(t,13).ngClassDirty,o.Yb(t,13).ngClassValid,o.Yb(t,13).ngClassInvalid,o.Yb(t,13).ngClassPending])}))}function A(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,1,"nz-option",[],null,null,null,g.c,g.a)),o.Lb(1,573440,[[5,4]],0,a.c,[],{nzLabel:[0,"nzLabel"],nzValue:[1,"nzValue"]},null)],(function(n,t){n(t,1,0,t.parent.context.$implicit.taskName,t.parent.context.$implicit.id)}),null)}function J(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,2,null,null,null,null,null,null,null)),(n()(),o.Bb(16777216,null,null,1,null,A)),o.Lb(2,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(0,null,null,0))],(function(n,t){n(t,2,0,!t.component.isLoading)}),null)}function F(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,4,"nz-option",[["nzCustomContent",""],["nzDisabled",""]],null,null,null,g.c,g.a)),o.Lb(1,573440,[[5,4]],0,a.c,[],{nzDisabled:[0,"nzDisabled"],nzCustomContent:[1,"nzCustomContent"]},null),(n()(),o.Mb(2,0,null,0,1,"i",[["class","loading-icon"],["nz-icon",""],["nzType","loading"]],null,null,null,null,null)),o.Lb(3,2834432,null,0,M.a,[M.c,o.q,o.R,_.a],{nzType:[0,"nzType"]},null),(n()(),o.gc(-1,0,[" \u641c\u7d22\u4e2d... "]))],(function(n,t){n(t,1,0,"","");n(t,3,0,"loading")}),null)}function E(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,17,"div",[["class","display_flex align-items_center mb8"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,3,"nz-form-label",[["class","label"],["nzRequired",""]],null,null,null,s.f,s.c)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(3,4964352,null,0,O.f,[C.J,o.q,[8,null],[8,null],o.R,o.j],{nzRequired:[0,"nzRequired"]},null),(n()(),o.gc(-1,0,["\u5173\u8054\u4efb\u52a1\u7c7b\u578b"])),(n()(),o.Mb(5,0,null,null,12,"nz-select",[["class","w320px"],["nzAllowClear",""],["nzMode","multiple"],["nzPlaceHolder","\u8bf7\u9009\u62e9\u5173\u8054\u4efb\u52a1\u7c7b\u578b"],["nzServerSearch",""],["nzShowSearch",""]],[[2,"ant-select-lg",null],[2,"ant-select-sm",null],[2,"ant-select-enabled",null],[2,"ant-select-no-arrow",null],[2,"ant-select-disabled",null],[2,"ant-select-allow-clear",null],[2,"ant-select-open",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"nzOnSearch"],[null,"ngModelChange"],[null,"click"]],(function(n,t,e){var l=!0,c=n.component;"click"===t&&(l=!1!==o.Yb(n,7).toggleDropDown()&&l);"nzOnSearch"===t&&(l=!1!==c.changeTasktype(e)&&l);"ngModelChange"===t&&(l=!1!==(c.clinicalTaskIds=e)&&l);return l}),g.d,g.b)),o.dc(512,null,a.i,a.i,[]),o.Lb(7,5488640,null,2,a.g,[o.R,a.i,o.j,_.a,o.q,[8,null]],{nzDropdownMatchSelectWidth:[0,"nzDropdownMatchSelectWidth"],nzAllowClear:[1,"nzAllowClear"],nzShowSearch:[2,"nzShowSearch"],nzPlaceHolder:[3,"nzPlaceHolder"],nzServerSearch:[4,"nzServerSearch"],nzMode:[5,"nzMode"]},{nzOnSearch:"nzOnSearch"}),o.ec(603979776,5,{listOfNzOptionComponent:1}),o.ec(603979776,6,{listOfNzOptionGroupComponent:1}),o.dc(1024,null,P.n,(function(n){return[n]}),[a.g]),o.Lb(11,671744,null,0,P.r,[[8,null],[8,null],[8,null],[6,P.n]],{model:[0,"model"]},{update:"ngModelChange"}),o.dc(2048,null,P.o,null,[P.r]),o.Lb(13,16384,null,0,P.p,[[4,P.o]],null,null),(n()(),o.Bb(16777216,null,0,1,null,J)),o.Lb(15,278528,null,0,i.l,[o.gb,o.ab,o.C],{ngForOf:[0,"ngForOf"]},null),(n()(),o.Bb(16777216,null,0,1,null,F)),o.Lb(17,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null)],(function(n,t){var e=t.component;n(t,3,0,"");n(t,7,0,!1,"","","\u8bf7\u9009\u62e9\u5173\u8054\u4efb\u52a1\u7c7b\u578b","","multiple"),n(t,11,0,e.clinicalTaskIds),n(t,15,0,e.taskTypes),n(t,17,0,e.isLoading)}),(function(n,t){n(t,5,1,["large"===o.Yb(t,7).nzSize,"small"===o.Yb(t,7).nzSize,!o.Yb(t,7).nzDisabled,!o.Yb(t,7).nzShowArrow,o.Yb(t,7).nzDisabled,o.Yb(t,7).nzAllowClear,o.Yb(t,7).open,o.Yb(t,13).ngClassUntouched,o.Yb(t,13).ngClassTouched,o.Yb(t,13).ngClassPristine,o.Yb(t,13).ngClassDirty,o.Yb(t,13).ngClassValid,o.Yb(t,13).ngClassInvalid,o.Yb(t,13).ngClassPending])}))}function N(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,10,"div",[["class","display_flex align-items_center mb8"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,3,"nz-form-label",[["class","label"]],null,null,null,s.f,s.c)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(3,4964352,null,0,O.f,[C.J,o.q,[8,null],[8,null],o.R,o.j],null,null),(n()(),o.gc(-1,0,["\u5217\u8868\u662f\u5426\u663e\u793a\u8ffd\u52a0\u4eba\u6309\u94ae"])),(n()(),o.Mb(5,0,null,null,5,"nz-checkbox-group",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],(function(n,t,e){var o=!0,l=n.component;"ngModelChange"===t&&(o=!1!==(l.showAppendUser=e)&&o);return o}),r.e,r.b)),o.Lb(6,245760,null,0,d.b,[o.q,p.a,o.j,o.R],null,null),o.dc(1024,null,P.n,(function(n){return[n]}),[d.b]),o.Lb(8,671744,null,0,P.r,[[8,null],[8,null],[8,null],[6,P.n]],{model:[0,"model"]},{update:"ngModelChange"}),o.dc(2048,null,P.o,null,[P.r]),o.Lb(10,16384,null,0,P.p,[[4,P.o]],null,null)],(function(n,t){var e=t.component;n(t,3,0),n(t,6,0),n(t,8,0,e.showAppendUser)}),(function(n,t){n(t,5,0,o.Yb(t,10).ngClassUntouched,o.Yb(t,10).ngClassTouched,o.Yb(t,10).ngClassPristine,o.Yb(t,10).ngClassDirty,o.Yb(t,10).ngClassValid,o.Yb(t,10).ngClassInvalid,o.Yb(t,10).ngClassPending)}))}function H(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,19,"div",[],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,10,"div",[["class","display_flex align-items_center mb8"]],null,null,null,null,null)),(n()(),o.Mb(2,0,null,null,3,"nz-form-label",[["class","label"]],null,null,null,s.f,s.c)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(4,4964352,null,0,O.f,[C.J,o.q,[8,null],[8,null],o.R,o.j],null,null),(n()(),o.gc(-1,0,["\u591a\u4eba\u6a21\u5f0f\u652f\u6301"])),(n()(),o.Mb(6,0,null,null,5,"nz-checkbox-group",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],(function(n,t,e){var o=!0,l=n.component;"ngModelChange"===t&&(o=!1!==(l.clinicalMultiplayerMode=e)&&o);"ngModelChange"===t&&(o=!1!==l.changeMultiplayerMode(e)&&o);return o}),r.e,r.b)),o.Lb(7,245760,null,0,d.b,[o.q,p.a,o.j,o.R],null,null),o.dc(1024,null,P.n,(function(n){return[n]}),[d.b]),o.Lb(9,671744,null,0,P.r,[[8,null],[8,null],[8,null],[6,P.n]],{model:[0,"model"]},{update:"ngModelChange"}),o.dc(2048,null,P.o,null,[P.r]),o.Lb(11,16384,null,0,P.p,[[4,P.o]],null,null),(n()(),o.Bb(16777216,null,null,1,null,S)),o.Lb(13,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(16777216,null,null,1,null,j)),o.Lb(15,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(16777216,null,null,1,null,E)),o.Lb(17,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(16777216,null,null,1,null,N)),o.Lb(19,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null)],(function(n,t){var e=t.component;n(t,4,0),n(t,7,0),n(t,9,0,e.clinicalMultiplayerMode),n(t,13,0,e.clinicalMultiplayerMode[0].checked),n(t,15,0,e.clinicalMultiplayerMode[0].checked),n(t,17,0,e.clinicalMultiplayerMode[0].checked),n(t,19,0,e.clinicalMultiplayerMode[0].checked)}),(function(n,t){n(t,6,0,o.Yb(t,11).ngClassUntouched,o.Yb(t,11).ngClassTouched,o.Yb(t,11).ngClassPristine,o.Yb(t,11).ngClassDirty,o.Yb(t,11).ngClassValid,o.Yb(t,11).ngClassInvalid,o.Yb(t,11).ngClassPending)}))}function U(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,0,"div",[],null,null,null,null,null))],null,null)}function V(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,10,"div",[["class","list"]],null,null,null,null,null)),(n()(),o.Bb(16777216,null,null,1,null,H)),o.Lb(2,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(16777216,null,null,1,null,U)),o.Lb(4,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Mb(5,0,null,null,5,"div",[["class","bottom"]],null,null,null,null,null)),(n()(),o.Mb(6,0,null,null,4,"button",[["class","login-form-button"],["nz-button",""],["nzType","primary"]],[[1,"nz-wave",0]],[[null,"click"]],(function(n,t,e){var o=!0,l=n.component;"click"===t&&(o=!1!==l.submitForm()&&o);return o}),u.b,u.a)),o.dc(512,null,C.J,C.J,[o.S]),o.Lb(8,1818624,null,1,b.a,[o.q,o.j,o.R,m.b,C.J,o.K,C.n,[2,C.j],[2,y.a]],{nzLoading:[0,"nzLoading"],nzType:[1,"nzType"]},null),o.ec(603979776,7,{listOfIconElement:1}),(n()(),o.gc(-1,0,["\u4fdd\u5b58"]))],(function(n,t){var e=t.component;n(t,2,0,"characteristics"==e.tabModalName),n(t,4,0,"automaticOrderCreation"==e.tabModalName);n(t,8,0,e.btnLoading,"primary")}),(function(n,t){n(t,6,0,o.Yb(t,8).nzWave)}))}function Q(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,5,"div",[["class","list"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,4,"div",[["class","loadingFull display_flex justify-content_flex-center align-items_center"]],null,null,null,null,null)),(n()(),o.Mb(2,0,null,null,3,"div",[["class","loadingFullInner"]],null,null,null,null,null)),(n()(),o.Mb(3,0,null,null,0,"img",[["alt",""],["src","../../../assets/images/loading.gif"]],null,null,null,null,null)),(n()(),o.Mb(4,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),o.gc(-1,null,["\u52a0\u8f7d\u4e2d..."]))],null,null)}function G(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,16,"div",[["class","TaskTypeManagement"]],null,null,null,null,null)),(n()(),o.Mb(1,0,null,null,15,"div",[["class","taskTypeInfo"]],null,null,null,null,null)),(n()(),o.Mb(2,0,null,null,10,"div",[["class","top"]],null,null,null,null,null)),(n()(),o.Mb(3,0,null,null,4,"div",[["class","item"]],null,[[null,"click"]],(function(n,t,e){var o=!0,l=n.component;"click"===t&&(o=!1!==l.tabModal("characteristics")&&o);return o}),null,null)),o.dc(512,null,i.E,i.F,[o.C,o.D,o.q,o.R]),o.Lb(5,278528,null,0,i.k,[i.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),o.bc(6,{items:0}),(n()(),o.gc(-1,null,[" \u7279\u6027\u914d\u7f6e "])),(n()(),o.Mb(8,0,null,null,4,"div",[["class","item"]],null,[[null,"click"]],(function(n,t,e){var o=!0,l=n.component;"click"===t&&(o=!1!==l.tabModal("automaticOrderCreation")&&o);return o}),null,null)),o.dc(512,null,i.E,i.F,[o.C,o.D,o.q,o.R]),o.Lb(10,278528,null,0,i.k,[i.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),o.bc(11,{items:0}),(n()(),o.gc(-1,null,[" \u81ea\u52a8\u5efa\u5355\u914d\u7f6e "])),(n()(),o.Bb(16777216,null,null,1,null,V)),o.Lb(14,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null),(n()(),o.Bb(16777216,null,null,1,null,Q)),o.Lb(16,16384,null,0,i.m,[o.gb,o.ab],{ngIf:[0,"ngIf"]},null)],(function(n,t){var e=t.component,o=n(t,6,0,"characteristics"==e.tabModalName);n(t,5,0,"item",o);var l=n(t,11,0,"automaticOrderCreation"==e.tabModalName);n(t,10,0,"item",l),n(t,14,0,!e.loading),n(t,16,0,e.loading)}),null)}var K=o.Ib("app-other-page-control",k,(function(n){return o.ic(0,[(n()(),o.Mb(0,0,null,null,1,"app-other-page-control",[],null,null,null,G,L)),o.Lb(1,114688,null,0,k,[I,w.a,z.g],null,null)],(function(n,t){n(t,1,0)}),null)}),{},{},[]),X=e("EdU/"),$=e("/Yna"),Z=e("JRKe"),nn=e("Ed4d"),tn=e("8WaK"),en=e("QfCi"),on=e("CghO"),ln=e("Sq/J"),cn=e("eDkP"),gn=e("Fzqc"),an=e("ZYCi"),Mn=function(){},_n=e("5uwh"),sn=e("uTmk"),Cn=e("IOtJ"),On=e("4c35"),Pn=e("qAlS"),rn=e("h5O1"),dn=e("D3Pk"),pn=e("SL+W"),un=e("8e7N"),bn=e("bQgi"),mn=e("6dbk"),yn=e("wx2m"),fn=e("28A0"),hn=e("J+Fg"),kn=e("n8Rd"),xn=e("QvIU"),Tn=e("iHsM"),In=e("tNz9"),wn=e("rBva"),zn=e("XLv6"),vn=e("QQsT"),Ln=e("nH7t"),Wn=e("UjjO"),Bn=e("hKCq"),Yn=e("dJ6Q"),Sn=e("eNAM"),Dn=e("nBas"),qn=e("vGXY"),Rn=e("z6Tj"),jn=e("kgsp"),An=e("kwqV"),Jn=e("hlDO"),Fn=e("tZ8a"),En=e("iO/g"),Nn=e("WAj7"),Hn=e("9UnD"),Un=e("ukEd"),Vn=e("KMFx"),Qn=e("8Bmj"),Gn=e("YMkR"),Kn=e("cg/a"),Xn=e("OsWL"),$n=e("MP3s"),Zn=e("EQkA"),nt=e("a/fG"),tt=e("H+n6"),et=e("X4wW"),ot=e("Kb1l"),lt=e("0x7Z"),ct=e("ZLNL"),gt=e("OiR+"),at=e("HJO+"),it=e("FMzt"),Mt=e("Ee7L"),_t=e("ygly"),st=e("GSSa"),Ct=e("kIv3"),Ot=e("X5Tt"),Pt=e("6Cds"),rt=e("YBEz"),dt=e("ADsi");e.d(t,"OtherPageControlModuleNgFactory",(function(){return pt}));var pt=o.Jb(l,[],(function(n){return o.Vb([o.Wb(512,o.m,o.sb,[[8,[c.a,K,X.a,X.b,$.a,Z.a,nn.a,tn.a,en.a,on.a,ln.a]],[3,o.m],o.I]),o.Wb(4608,i.o,i.n,[o.E,[2,i.J]]),o.Wb(5120,C.B,C.P,[i.c,[3,C.B]]),o.Wb(4608,cn.d,cn.d,[cn.k,cn.f,o.m,cn.i,cn.g,o.A,o.K,i.c,gn.b,[2,i.i]]),o.Wb(5120,cn.l,cn.m,[cn.d]),o.Wb(4608,P.x,P.x,[]),o.Wb(4608,m.c,m.c,[]),o.Wb(4608,P.e,P.e,[]),o.Wb(1073742336,i.b,i.b,[]),o.Wb(1073742336,an.q,an.q,[[2,an.v],[2,an.n]]),o.Wb(1073742336,Mn,Mn,[]),o.Wb(1073742336,_.b,_.b,[]),o.Wb(1073742336,_n.a,_n.a,[]),o.Wb(1073742336,M.b,M.b,[]),o.Wb(1073742336,C.k,C.k,[]),o.Wb(1073742336,sn.a,sn.a,[]),o.Wb(1073742336,Cn.a,Cn.a,[]),o.Wb(1073742336,gn.a,gn.a,[]),o.Wb(1073742336,On.e,On.e,[]),o.Wb(1073742336,Pn.g,Pn.g,[]),o.Wb(1073742336,cn.h,cn.h,[]),o.Wb(1073742336,P.w,P.w,[]),o.Wb(1073742336,P.j,P.j,[]),o.Wb(1073742336,C.y,C.y,[]),o.Wb(1073742336,rn.a,rn.a,[]),o.Wb(1073742336,dn.b,dn.b,[]),o.Wb(1073742336,pn.a,pn.a,[]),o.Wb(1073742336,m.d,m.d,[]),o.Wb(1073742336,un.a,un.a,[]),o.Wb(1073742336,C.L,C.L,[]),o.Wb(1073742336,b.c,b.c,[]),o.Wb(1073742336,C.z,C.z,[]),o.Wb(1073742336,bn.c,bn.c,[]),o.Wb(1073742336,mn.h,mn.h,[]),o.Wb(1073742336,mn.a,mn.a,[]),o.Wb(1073742336,mn.e,mn.e,[]),o.Wb(1073742336,yn.a,yn.a,[]),o.Wb(1073742336,fn.c,fn.c,[]),o.Wb(1073742336,hn.d,hn.d,[]),o.Wb(1073742336,kn.c,kn.c,[]),o.Wb(1073742336,a.h,a.h,[]),o.Wb(1073742336,xn.f,xn.f,[]),o.Wb(1073742336,Tn.d,Tn.d,[]),o.Wb(1073742336,In.a,In.a,[]),o.Wb(1073742336,C.u,C.u,[]),o.Wb(1073742336,wn.d,wn.d,[]),o.Wb(1073742336,zn.b,zn.b,[]),o.Wb(1073742336,d.c,d.c,[]),o.Wb(1073742336,vn.a,vn.a,[]),o.Wb(1073742336,Ln.a,Ln.a,[]),o.Wb(1073742336,Wn.b,Wn.b,[]),o.Wb(1073742336,Bn.g,Bn.g,[]),o.Wb(1073742336,Bn.b,Bn.b,[]),o.Wb(1073742336,Yn.a,Yn.a,[]),o.Wb(1073742336,Sn.a,Sn.a,[]),o.Wb(1073742336,Dn.c,Dn.c,[]),o.Wb(1073742336,Dn.b,Dn.b,[]),o.Wb(1073742336,qn.a,qn.a,[]),o.Wb(1073742336,Rn.b,Rn.b,[]),o.Wb(1073742336,O.g,O.g,[]),o.Wb(1073742336,jn.b,jn.b,[]),o.Wb(1073742336,An.e,An.e,[]),o.Wb(1073742336,Jn.b,Jn.b,[]),o.Wb(1073742336,Fn.d,Fn.d,[]),o.Wb(1073742336,En.a,En.a,[]),o.Wb(1073742336,z.h,z.h,[]),o.Wb(1073742336,z.f,z.f,[]),o.Wb(1073742336,C.A,C.A,[]),o.Wb(1073742336,Nn.g,Nn.g,[]),o.Wb(1073742336,Nn.d,Nn.d,[]),o.Wb(1073742336,Nn.e,Nn.e,[]),o.Wb(1073742336,Hn.g,Hn.g,[]),o.Wb(1073742336,Hn.e,Hn.e,[]),o.Wb(1073742336,Un.a,Un.a,[]),o.Wb(1073742336,Vn.b,Vn.b,[]),o.Wb(1073742336,Qn.b,Qn.b,[]),o.Wb(1073742336,Gn.b,Gn.b,[]),o.Wb(1073742336,Kn.b,Kn.b,[]),o.Wb(1073742336,Xn.b,Xn.b,[]),o.Wb(1073742336,$n.c,$n.c,[]),o.Wb(1073742336,Zn.a,Zn.a,[]),o.Wb(1073742336,nt.a,nt.a,[]),o.Wb(1073742336,tt.a,tt.a,[]),o.Wb(1073742336,et.a,et.a,[]),o.Wb(1073742336,ot.c,ot.c,[]),o.Wb(1073742336,lt.a,lt.a,[]),o.Wb(1073742336,ct.b,ct.b,[]),o.Wb(1073742336,gt.a,gt.a,[]),o.Wb(1073742336,at.a,at.a,[]),o.Wb(1073742336,it.a,it.a,[]),o.Wb(1073742336,C.F,C.F,[]),o.Wb(1073742336,Mt.a,Mt.a,[]),o.Wb(1073742336,_t.b,_t.b,[]),o.Wb(1073742336,st.b,st.b,[]),o.Wb(1073742336,C.q,C.q,[]),o.Wb(1073742336,Ct.a,Ct.a,[]),o.Wb(1073742336,Ot.d,Ot.d,[]),o.Wb(1073742336,Pt.a,Pt.a,[]),o.Wb(1073742336,P.u,P.u,[]),o.Wb(1073742336,rt.b,rt.b,[]),o.Wb(1073742336,dt.a,dt.a,[]),o.Wb(1073742336,l,l,[]),o.Wb(1024,an.l,(function(){return[[{path:"",component:k}]]}),[]),o.Wb(256,z.b,{nzAnimate:!0,nzDuration:3e3,nzMaxStack:7,nzPauseOnHover:!0,nzTop:24},[]),o.Wb(256,Hn.b,{nzTop:"24px",nzBottom:"24px",nzPlacement:"topRight",nzDuration:4500,nzMaxStack:7,nzPauseOnHover:!0,nzAnimate:!0},[])])}))}}]);