Commit 8b3c830e by v_vjyjiang

d

parent 5cc05456
## 调用接口方式
## 1. 营销模板相关接口
  1 [营销模板接口](doc/api/customer/template.md)
\ No newline at end of file
<a name="menu" href="/doc">返回主目录</a>
1. [用户获取订单列表](#GetOrderList)
1. [用户获取资质订单列表](#GetQcOrderList)
1. [用户查看订单详情](#GetOrderDetail)
1. [用户获取业务主体信息列表](#GetApplyListByUserAndType)
1. [用户获取业务主体详情](#GetApplyAndSolutionInfo)
1. [商城询价接口](#GetPriceDetail)
1. [用户获取概览数据](#GetOverviewInfoByUser)
1. [立即购买](#SubmitGoodsInfo)
1. [需求提交](#SubmitNeed)
1. [需求列表](#GetNeedList)
1. [需求详情](#GetNeedDetail)
1. [根据交付状态获取订单列表](#GetOrderListByStatus)
1. [关闭需求](#RefuseSolution)
1. [我的资质证照列表](#GetQualificationCertificateListByUserAndType)
1. [我的资质证照详情](#GetQualificationCertificateDetail)
## **<a name="GetOrderList"> 用户获取订单列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeOrderList
#### 参数说明
1、公司注册:
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| ProductType | 是 | string | 产品类型 |
| RegisteredType | 否 | string | 注册类型,productType为 "/ic/cpreg/"时有效 |
| PageNumber | 否 | int | 当前页,默认1,原CurrentPage |
| PageSize | 否 | int | 条数,默认10 |
| DeliveryStatus | 否 | int | 订单交付状态 1: "已付款", 20: "已接单", 30: "已交付", 70: "收集材料中", 80: "递交材料中", 90: "工信部处理中", 100: "收集工商注册材料", 110: "上传注册材料", 120: "园区入驻审核", 130: "工商审核环节", 140: "刻章环节", 150: "证件邮寄环节", 160: "您已签收", 170: "已完成", 179: "即将到期", 180: "已到期", 190: "关闭交付", 200: "未申报", 210: "已申报", 310: "部分已退款", 320: "已退款", 330: "已作废" |
| CompanyProperties | 否 | string | 公司性质,productType为 "/ic/gsreg/"时有效 |
| TaxpayerType | 否 | string | 纳税人类型 |
| SortItem | 否 | string | 排序项,不传默认按修改时间排序,payTime:购买时间,updatedAt:修改时间,endTime:到期时间 |
| SortType | 否 | string | 排序方式,(asc、desc),不传默认倒序 |
#### 参数示例
``` javascript
{
"PageNumber": 1,
"PageSize": 2,
"ProductType": "/ic/kzfw/",
"Action": "DescribeOrderList"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": [
{
"OrderNum": "1593653938980",
"RegionName": "温州",
"RegionId": "330300",
"TotalSum": 13800,
"DeliveryStatus": 20,
"PayTime": "2017-08-29T12:59:15.000Z",
"EndTime": null,
"TimeSpan": null,
"TimeUnit": null,
"UpdatedAt": "2020-07-02T01:40:43.000Z",
"OrderSnapshot": "{\"userName\":\"婷亭婷\",\"serviceArea\":\"温州\",\"serviceCode\":\"330300\",\"contactsName\":\"\",\"contactsPhone\":\"19139640302\",\"verificationCode\":\"811637\"}"
},
{
"OrderNum": "1593614192181",
"RegionName": "上海园区",
"RegionId": "310100",
"TotalSum": 13800,
"DeliveryStatus": 20,
"PayTime": "2017-08-29T12:59:15.000Z",
"EndTime": null,
"TimeSpan": null,
"TimeUnit": null,
"UpdatedAt": "2020-07-01T14:36:33.000Z",
"OrderSnapshot": "{\"userName\":\"婷亭婷\",\"serviceArea\":\"上海园区\",\"serviceCode\":\"310100\",\"contactsName\":\"test-20200701-2235\",\"contactsPhone\":\"18738988150\",\"verificationCode\":\"247172\"}"
}
],
"TotalCount": 23,
"RequestId": "016c3270-c27d-11ea-a3ed-1527eeea4b9b"
}
}
```
#### 参数修改
CurrentPage->PageNumber,
DataCount->TotalCount,
## **<a name="GetQcOrderList"> 用户获取资质订单列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeQualificationCertificateOrderList
#### 参数说明
1、公司注册:
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| PoductType | 否 | string | 产品类型 |
| CompanyName | 否 | string | 公司名称 |
| PageNumber | 否 | int | 当前页,默认1 |
| PageSize | 否 | int | 条数,默认10 |
| DeliveryStatus | 否 | int | 订单交付状态 1: "已付款", 20: "已接单", 30: "已交付", 70: "收集材料中", 80: "递交材料中", 90: "工信部处理中", 100: "收集工商注册材料", 110: "上传注册材料", 120: "园区入驻审核", 130: "工商审核环节", 140: "刻章环节", 150: "证件邮寄环节", 160: "您已签收", 170: "已完成", 179: "即将到期", 180: "已到期", 190: "关闭交付", 200: "未申报", 210: "已申报", 310: "部分已退款", 320: "已退款", 330: "已作废" |
| SortItem | 否 | string | 排序项,不传默认按修改时间排序,payTime:购买时间,updatedAt:修改时间,endTime:到期时间 |
| SortType | 否 | string | 排序方式,(asc、desc),不传默认倒序 |
#### 参数示例
``` javascript
{
"PageNumber": 1,
"PageSize": 1,
"Action": "DescribeQualificationCertificateOrderList"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": [
{
"ProductType": "/qcfw/edi/",
"OrderNum": "1593501648642",
"DeliveryStatus": 70,
"UpdatedAt": "2020-06-30T07:21:52.000Z",
"OrderSnapshot": "{\"address\":\"辽宁省\",\"company\":\"来啊造作啊\",\"needNum\":\"N202006301415CL3nzW1\",\"addressCode\":\"210000\",\"serviceArea\":\"辽宁省\",\"serviceCode\":\"210000\",\"solutionNum\":\"NS_202006301449DbF4g\",\"contactsName\":\"\",\"annual_report\":true,\"contactsPhone\":\"13222222222\"}",
"DeliverContent": "{\"clerkId\":15,\"regInfo\":{},\"skuCode\":\"sv_vat_shareholder_edidomestic4060\",\"baseInfo\":{\"clerkName\":\"j2\",\"isAdviser\":\"已分配\",\"payStatus\":\"待交付\",\"clerkPhone\":\"13381139520\",\"txOrderNum\":1593501648642,\"companyName\":\"来啊造作啊\",\"serviceName\":\"辽宁省\",\"annualReport\":true,\"contactsName\":\"\",\"contactsPhone\":\"13222222222\"},\"cacheInfo\":{\"cmpContactInfo\":{\"contactsPhone\":\"13222222222\"},\"cmpDeliverInfo\":{\"address\":\"辽宁省\",\"company\":\"来啊造作啊\",\"addressCode\":\"210000\",\"companyName\":\"来啊造作啊\",\"serviceArea\":\"210000\",\"annual_report\":true,\"serviceAreaName\":\"辽宁省\"}},\"clerkName\":\"j2\",\"costPrice\":0,\"clerkPhone\":\"13381139520\",\"txOrderNum\":1593501648642,\"clerkOpcode\":\"root/ic\",\"companyInfo\":{\"companyName\":\"来啊造作啊\"},\"serviceCode\":\"210000\",\"serviceName\":\"辽宁省\",\"businessMode\":\"N202006301415CL3nzW1\",\"businessName\":\"edi\",\"businessType\":\"EDI\",\"express_info\":{},\"positionInfo\":{},\"schemeNumber\":\"NS_202006301449DbF4g\",\"sellingPrice\":1000,\"servicerCode\":10,\"servicerName\":\"公司宝\",\"channelNumber\":\"1111111\",\"channelSource\":\"tencentCloud\",\"deliverNumber\":1593501648642,\"deliverStatus\":\"received\",\"registeredInfo\":{}}"
}
],
"TotalCount": 4,
"RequestId": "6e12fc60-c27d-11ea-a3ed-1527eeea4b9b"
}
}
```
## **<a name="GetOrderDetail"> 用户查看订单详情</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeOrderDetail
#### 参数说明
1、公司注册:
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| OrderNum | 是 | string | 订单号 |
#### 参数示例
``` javascript
{
"Action": "DescribeOrderDetail",
"OrderNum":"1111115"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"OrderNum": "1111115",
"MainOrdersNum": "1111115",
"NeedNum": "202006100012",
"UserName": "张三",
"Quantity": 1,
"TotalSum": 300,
"DiscountAmount": 0,
"PayTotalSum": 300,
"RefundSum": 0,
"PayTime": null,
"OrderStatus": 1,
"Notes": "第一单",
"CreatedAt": "2020-06-03T10:17:28.000Z",
"UpdatedAt": null,
"OrderDeliveryInfo": "{\"deliver_content\":{\"agent\":\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/83.0.4103.61 Chrome/83.0.4103.61 Safari/537.36\",\"userid\":\"13\",\"bizpath\":\"/deliverManage/cmpBizDeliverCase\",\"baseInfo\":{\"isVirtual\":\"\",\"isWhether\":\"\",\"payStatus\":\"已交付\",\"contactsName\":\"wangyongfei1122\",\"contactsPhone\":\"23456789\"},\"clientIp\":\"192.168.1.199\",\"username\":\"wangyongfei\",\"classname\":\"bizchance.deliverybillCtl\",\"company_id\":\"11\",\"companyInfo\":{\"spareName\":[\"兴业1\",\"兴业2\",\"兴业3\"],\"spareName1\":\"兴业1\",\"spareNames\":[{\"value\":\"兴业2\",\"status\":1},{\"value\":\"兴业3\",\"status\":1}],\"addressType\":\"practical\",\"companyName\":\"兴业有限公司\",\"fullAddress\":\"发发地方\",\"serviceArea\":\"shanghai\",\"taxpayerType\":\"generalTaxpayer\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示;舞台美术、工艺美术品、包装装璜设计、制作。\",\"registeredDate\":\"2020-06-16\",\"engagedIndustry\":\"culturalMedia\",\"operatingPeriod\":\"发到付\",\"companyProperties\":\"limitedLiabilityCompany\",\"registeredCapital\":80,\"reserveProportion\":79},\"deliverInfo\":{\"isVirtual\":\"\",\"isWhether\":\"\",\"payStatus\":\"已交付\",\"contactsName\":\"张三\",\"contactsPhone\":\"13800138000\"},\"contactsInfo\":{\"contactsName\":\"wangyongfei1122\",\"contactsPhone\":\"23456789\"},\"positionInfo\":{\"positionData\":[{\"fixedPhone\":\"2345678\",\"mailboxInfo\":\"2839273\",\"mobilePhone\":\"45678\",\"persionName\":\"附近的酸辣粉\",\"functionInfo\":\"发链接\",\"houseAddress\":\"的激发了肯德基\"}]},\"deliverNumber\":\"1111115\",\"registeredInfo\":{\"registeredDate\":\"2020-06-16\",\"registeredCapital\":80,\"reserveProportion\":79},\"contributionInfo\":{\"contributionData\":[{\"phoneNumber\":\"1234567\",\"contactAddress\":\"房间爱老师肯定放假啦\",\"hareholderName\":\"兴业\",\"contributionAmount\":\"80\",\"IdentificationNumber\":\"2345678\",\"contributionProportion\":\"10\"}]}},\"created_at\":\"2020-06-12T16:19:53.000Z\",\"updated_at\":\"2020-06-17T08:16:34.000Z\",\"delivery_status\":130,\"delivery_status_name\":\"工商审核环节\"}",
"OrderProductInfo": "{\"time_span\":null,\"time_unit\":null,\"end_time\":null}"
},
"RequestId": "16c9d3d0-b43a-11ea-9bcc-11a1d3415630"
}
}
```
## **<a name="GetApplyListByUserAndType"> 用户获取业务主体信息列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeApplyListByUserAndType
#### 参数说明
1、公司注册:
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| ApplyType | 是 | int | 申请实体类型,1:企业 2:个体户 |
| PageNumber | 否 | int | 当前页,默认1 |
| PageSize | 否 | int | 条数,默认10 |
| ApplyName | 否 | string | 公司/个体户名称 |
| Domicile | 否 | string | 住所 |
#### 参数示例
``` javascript
{
"Action": "DescribeApplyListByUserAndType",
"ApplyType":"1",
"PageNumber":2,
"PageSize":2,
"ApplyName":"",
"Domicile":""
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": [
{
"ApplyName": "上海易销贸易有限公司",
"CreditCode": "91310113MA1GKPDY1K",
"ApplyType": 1,
"Operator": "张惠国",
"RegistCapital": "200.000万人民币",
"BusinessTerm": "2016-07-19 至 2036-07-18",
"EstablishTime": "2016-07-19",
"Domicile": "上海市宝山区虎林路58号1幢611-10室"
},
{
"ApplyName": "北京凝毅文化有限公司",
"CreditCode": "91110105MA00AER958",
"ApplyType": 1,
"Operator": "",
"RegistCapital": "0.000",
"BusinessTerm": null,
"EstablishTime": "2016-12-14",
"Domicile": null
}
],
"TotalCount": 5,
"RequestId": "e5294890-c27d-11ea-a3ed-1527eeea4b9b"
}
}
```
## **<a name="GetApplyAndSolutionInfo"> 用户获取业务主体详情</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeApplyAndSolutionInfo
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| CreditCode | 是 | string | 社会统一信用代码 |
#### 参数示例
``` javascript
{
"Action": "DescribeApplyAndSolutionInfo",
"CreditCode":"1234349555556"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"ApplyInfo": "{\"user_id\":\"1\",\"apply_name\":\"公司名詞\",\"credit_code\":\"1234349555556\",\"apply_type\":1,\"operator\":\"\",\"regist_capital\":\"100萬\",\"business_term\":\"200\",\"establish_time\":\"2009年\",\"domicile\":\"北京市\",\"ent_type\":\"有限責任公司\",\"business_scope\":\"歲的哥哥和繪畫\"}",
"ProductList": "[{\"order_num\":\"1111113\",\"product_type_name\":\"/工商服务/代理记账/\",\"product_type\":\"/ic/dljz/\",\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":\"2020-06-19T08:07:18.000Z\",\"order_snapshot\":{\"contactsName\":\"123\"}},{\"order_num\":\"1111114\",\"product_type_name\":\"/工商服务/注册地址/\",\"product_type\":\"/ic/regaddr/\",\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":{\"memoInfo\":\"11111111111111111111\",\"isWhether\":true,\"addressType\":true,\"companyName\":\"breijinhg\",\"fullAddress\":\"\",\"serviceArea\":\"北京\",\"serviceCode\":\"110100\",\"businessType\":\"公司注册\",\"contactsName\":\"111111\",\"taxpayerType\":\"小规模纳税人\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示; 舞台美术、工艺美术品、包装装璜设计、制作。\",\"contactsPhone\":\"18738988150\",\"engagedIndustry\":\"文化传媒类\",\"companyProperties\":\"有限责任公司\"}},{\"order_num\":\"1111117\",\"product_type_name\":\"/工商服务/工商年报/\",\"product_type\":\"/ic/gsnb/\",\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":{\"memoInfo\":\"11111111111111111111\",\"isWhether\":true,\"addressType\":true,\"companyName\":\"breijinhg\",\"fullAddress\":\"\",\"serviceArea\":\"北京\",\"serviceCode\":\"110100\",\"businessType\":\"公司注册\",\"contactsName\":\"111111\",\"taxpayerType\":\"小规模纳税人\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示; 舞台美术、工艺美术品、包装装璜设计、制作。\",\"contactsPhone\":\"18738988150\",\"engagedIndustry\":\"文化传媒类\",\"companyProperties\":\"有限责任公司\"}},{\"order_num\":\"1111118\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null},{\"order_num\":\"1111119\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null},{\"order_num\":\"1111120\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null},{\"order_num\":\"1111121\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null},{\"order_num\":\"1111122\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null},{\"order_num\":\"1111123\",\"product_type_name\":null,\"product_type\":null,\"delivery_status\":1,\"delivery_status_name\":\"已付款\",\"updated_at\":null,\"order_snapshot\":null}]"
},
"RequestId": "f437a070-b29c-11ea-97f7-efd638e57201"
}
}
```
## **<a name="GetOverviewInfoByUser"> 用户获取概览数据</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeOverviewInfoByUser
#### 参数说明
1、公司注册:
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| ProductTypeOne | 是 | string | 产品大类编码 ic:工商服务 qcfw:资质证照 |
#### 参数示例
``` javascript
{
"Action": "DescribeOverviewInfoByUser",
"ProductTypeOne":"qcfw"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"InternetContentProviderCount": 1,
"WaitConfirmCount": 0,
"ElectronicDataInterchangeCount": 1,
"WaitReceiveFileOrderCount": 0
},
"RequestId": "12bbd250-b29d-11ea-97f7-efd638e57201"
}
}
```
## **<a name="GetPriceDetail"> 商城询价接口</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribePriceDetail
#### 参数说明
1、公司注册: /ic/gsreg/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| CompanyProperties | 是 | string | 公司类型 |
2.云上公司注册 /ic/cpreg/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| RegisteredType | 是 | string | 注册类型 |
3.刻章服务 /ic/kzfw/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| WhetherType | 是 | string | 刻章类型 |
<!-- 4.银行开户 /ic/bankopen/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| userId | 是 | string | 用户id |
| regionId | 是 | string | 地区代码 |
| regionName | 是 | string | 地区拼音 |
| pathCode | 是 | string | 产品类型 | -->
4.工商变更 /ic/gschangs/
税控申请  /ic/sksq/
社保开户 /ic/sbopen/
银行开户 /ic/bankopen/
税控申请 /ic/sksq/
税务报道 /ic/swbd/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
6.icp /qcfw/icp/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| Period | 是 | string | 办理周期 |
7.edi /qcfw/edi/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| Period | 是 | string | 办理周期 |
8.icp年报 /qcfw/icpannals/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
9.edi年报 /qcfw/ediannals/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
10.刻章服务 /ic/dljz/
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| RegionId | 是 | string | 地区代码 |
| RegionName | 是 | string | 地区拼音 |
| PathCode | 是 | string | 产品类型 |
| RegisteredType | 是 | string | 公司类型 |
#### 参数示例
``` javascript
{
"Action": "DescribePriceDetail",
"RegionId":"1",
"PathCode":"/ic/gsreg/",
"WhetherType":"公司章",
"RegionName":"shanghai"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"TotalCost": 58000,
"RealTotalCost": 37700,
"Product": "{\"productIcon\":null,\"productType\":\"/ic/kzfw/\",\"productTypeName\":\"/工商服务/刻章服务/\",\"servicerCode\":null,\"servicerName\":null}",
"ProductSnapshot": "{\"timeSpan\":\"1\",\"timeUnit\":\"p\",\"pid\":\"1003952\",\"productCode\":\"p_business_registration\",\"goodsSubType\":\"sp_business_registration_chapter\",\"subProductCode\":\"sp_business_registration_chapter\",\"qifuzidingyi\":\"shanghai\",\"sv_business_registration_type_fivechapter\":\"1\"}"
},
"RequestId": "c994bb40-b2d4-11ea-b81b-89b08281dc19"
}
}
```
## **<a name="SubmitGoodsInfo"> 立即购买</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:SubmitGoodsInfo
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| VerificationCode | 否 | string | 验证码 |
| Info | 是 | string | 产品信息 支持多个产品提交 数组格式 |
| Info[0].productSnapshot | 是 | string | tx产品快照 |
| Info[0].product | 是 | string | 产品快照 |
| Info[0].showInfo | 是 | string | 核对页展示信息 |
| Info[0].formInfo | 是 | string | 表单信息 |
| Info[0].formInfo.Email | 否 | string | 邮箱 |
| Info[0].formInfo.WechatNo | 否 | string | 微信号 |
#### 参数示例
``` javascript
{
"Action": "SubmitGoodsInfo",
"VerificationCode": "564264",
"Info":"[{\"product\":{\"productIcon\":null,\"productType\":\"/ic/kzfw/\",\"productTypeName\":\"/工商服务/刻章服务/\",\"servicerCode\":\"测试服务商\"},\"productSnapshot\":{\"timeSpan\":\"1\",\"timeUnit\":\"p\",\"pid\":1003952,\"productCode\":\"p_business_registration\",\"goodsSubType\":\"sp_business_registration_chapter\",\"subProductCode\":\"sp_business_registration_chapter\",\"qifuzidingyi\":\"beijing\",\"sv_business_registration_type_fivechapter\":\"1\"},\"showInfo\":[{\"name\":\"公司名称\",\"value\":\"公司宝\"},{\"name\":\"公司名称\",\"value\":\"公司宝\"}],\"formInfo\":{}}]"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"Url": "https://buy.cloud.tencent.com/order/check",
"Param": "{\"itemDetails\":{\"raw_goodsData\":[{\"goodsCategoryId\":100114,\"regionId\":1,\"projectId\":0,\"zoneId\":100001,\"goodsNum\":1,\"payMode\":1,\"goodsDetail\":{\"timeSpan\":\"1\",\"timeUnit\":\"p\",\"pid\":1003952,\"productCode\":\"p_business_registration\",\"goodsSubType\":\"sp_business_registration_chapter\",\"subProductCode\":\"sp_business_registration_chapter\",\"qifuzidingyi\":\"beijing\",\"sv_business_registration_type_fivechapter\":\"1\",\"product\":{\"productIcon\":null,\"productType\":\"/ic/kzfw/\",\"productTypeName\":\"/工商服务/刻章服务/\",\"servicerCode\":\"测试服务商\"},\"productInfo\":[{\"name\":\"公司名称\",\"value\":\"公司宝\"},{\"name\":\"公司名称\",\"value\":\"公司宝\"}],\"formInfo\":{}}}]}}"
},
"RequestId": "a4f61720-b2d9-11ea-bcc3-65805920fb58"
}
}
```
## **<a name="SubmitNeed"> 创建需求</a>**
[返回到目录](#menu)
##### URL
[/api/action/need/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:CreateNeed
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserName | 是 | string | 用户名称 |
| ContactsMobile | 是 | string | 联系人电话 |
| ContactsName | 否 | string | 联系人名称 |
| RegionId | 是 | string | 地区id |
| RegionName | 是 | string | 地区名称 |
| VerificationCode | 是 | string | 验证码 |
| Notes | 否 | string | 备注 |
| ConsultType | 是 | string | 产品类型 |
| ConsultTypeName | 是 | string | 产品类型名称 |
| CompanyName | 否 | string | 公司名称 |
| CompanyName | 否 | string | 公司名称 |
| Email | 否 | string | 邮箱 |
| WechatNo | 否 | string | 微信号 |
#### 参数示例
``` javascript
{
"Action": "CreateNeed",
"UserName": "011",
"ContactsMobile":"17610163852",
"ContactsName":"wdy",
"RegionId":"110100",
"RegionName":"北京",
"ConsultType":"/ic/gsreg/",
"ConsultTypeName":"/工商服务/公司注册/",
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": "",
"RequestId": "ee2b7450-b2c8-11ea-8e5e-ed12303f5d17"
}
}
```
## **<a name="GetNeedList"> 需求列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/need/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeNeedList
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| PageNumber | 否 | string | 页码 |
| PageSize | 否 | string | 页面大小 |
| Status | 否 | string | 状态 |
| ConsultType | 是 | string | 需求类型 |
| Sort | 否 | string | 排序 |
| Sort.key | 是 | string | 字段名称 |
| Sort.value | 是 | string | 排序方式 desc asc |
#### 参数示例
``` javascript
{
"Action": "DescribeNeedList",
"UserId": "011",
"PageNumber":"1",
"PageSize":"10",
"Status":"1",
"RegionName":"北京",
"ConsultType":"/ic/",
"Sort":"{\"key\":\"created_at\",\"value\":\"desc\"}"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"TotalCount": 8,
"DataSet": "[{\"id\":103,\"need_num\":\"N202006201537aL6MrDE\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"wdy\",\"contacts_mobile\":\"17610163852\",\"region_id\":\"320100\",\"region_name\":\"南京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"svlhusghsjhvseiluhuvuivfhi\",\"need_info\":null,\"servicer_code\":\"GSB\",\"servicer_name\":null,\"created_at\":\"2020-06-20T07:37:44.000Z\",\"updated_at\":\"2020-06-20T07:37:44.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":102,\"need_num\":\"N202006201142FJdqXPC\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"wdy\",\"contacts_mobile\":\"17610163852\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"svlhusghsjhvseiluhuvuivfhi\",\"need_info\":null,\"servicer_code\":\"S_202006201007FI8tuF\",\"servicer_name\":\"网易云\",\"created_at\":\"2020-06-20T03:42:37.000Z\",\"updated_at\":\"2020-06-20T03:42:37.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":100,\"need_num\":\"N202006201129Qba19e2\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"wdy\",\"contacts_mobile\":\"17610163852\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"svlhusghsjhvseiluhuvuivfhi\",\"need_info\":null,\"servicer_code\":\"S_202006201007FI8tuF\",\"servicer_name\":\"网易云\",\"created_at\":\"2020-06-20T03:29:33.000Z\",\"updated_at\":\"2020-06-20T03:29:33.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":67,\"need_num\":\"N202006161642ODMRsRW\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"\",\"contacts_mobile\":\"18735397229\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"\",\"need_info\":null,\"servicer_code\":\"gsb\",\"servicer_name\":null,\"created_at\":\"2020-06-16T08:42:14.000Z\",\"updated_at\":\"2020-06-16T08:42:14.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":68,\"need_num\":\"N202006161642nBRBToJ\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"\",\"contacts_mobile\":\"18735397229\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"\",\"need_info\":null,\"servicer_code\":\"gsb\",\"servicer_name\":null,\"created_at\":\"2020-06-16T08:42:14.000Z\",\"updated_at\":\"2020-06-16T08:42:14.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":69,\"need_num\":\"N202006161642dtAo81x\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"\",\"contacts_mobile\":\"18735397229\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"\",\"need_info\":null,\"servicer_code\":\"gsb\",\"servicer_name\":null,\"created_at\":\"2020-06-16T08:42:14.000Z\",\"updated_at\":\"2020-06-16T08:42:14.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":70,\"need_num\":\"N202006161642AjjLIsr\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"\",\"contacts_mobile\":\"18735397229\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"\",\"need_info\":null,\"servicer_code\":\"gsb\",\"servicer_name\":null,\"created_at\":\"2020-06-16T08:42:14.000Z\",\"updated_at\":\"2020-06-16T08:42:14.000Z\",\"deleted_at\":null,\"version\":0},{\"id\":61,\"need_num\":\"N202006141134GQ7HV3a\",\"user_id\":\"011\",\"user_name\":null,\"contacts_name\":\"北京\",\"contacts_mobile\":\"18262855372\",\"region_id\":\"110100\",\"region_name\":\"北京\",\"consult_type\":\"/ic/gsreg/\",\"consult_type_name\":\"/工商服务/公司注册/\",\"status\":1,\"status_name\":\"已提交\",\"notes\":\"00000000000000000\",\"need_info\":null,\"servicer_code\":\"S_202006051002UE4Lse\",\"servicer_name\":\"测试服务商\",\"created_at\":\"2020-06-14T03:34:50.000Z\",\"updated_at\":\"2020-06-14T03:34:50.000Z\",\"deleted_at\":null,\"version\":0}]"
},
"RequestId": "af0cf310-b2ce-11ea-9dd5-03e6b499c7e6"
}
}
```
## **<a name="GetNeedDetail"> 需求详情</a>**
[返回到目录](#menu)
##### URL
[/api/action/need/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeNeedDetail
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| NeedNum | 是 | string | 需求号 |
#### 参数示例
``` javascript
{
"Action": "DescribeNeedDetail",
"NeedNum": "202006100003"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"NeedInfo": "{\"id\":20,\"need_num\":\"N202006130012\",\"user_id\":\"1\",\"user_name\":\"张三\",\"contacts_name\":\"张三\",\"contacts_mobile\":\"13075556693\",\"region_id\":\"1\",\"region_name\":\"北京\",\"consult_type\":\"/qcfw/icp/\",\"consult_type_name\":\"/资质证照/icp/\",\"status\":2,\"status_name\":\"待用户确认\",\"notes\":\"测试数据勿删\",\"need_info\":null,\"servicer_code\":\"gsb\",\"servicer_name\":\"公司宝\",\"created_at\":\"2020-06-03T16:04:45.000Z\",\"updated_at\":\"2020-06-20T08:58:06.000Z\",\"deleted_at\":null,\"version\":null}",
"SolutionInfo": "{\"id\":17,\"need_num\":\"N202006130012\",\"solution_num\":\"NS_202006130920sregN\",\"user_id\":\"1\",\"user_name\":\"张三\",\"solution_content\":{\"id\":26,\"bizopt_id\":32,\"clerkName\":\"小三\",\"clerkPhone\":\"4567800\",\"updated_at\":\"2020-06-02 20:32:14\",\"remark_info\":\"77777777777777777777777\",\"scheme_info\":{\"address\":\"hangzhou\",\"company\":\"77777777777777\",\"annual_report\":true},\"businessType\":\"/qcfw/icp/\",\"servicerCode\":\"1\",\"servicerName\":\"公司宝\",\"salesman_name\":\"小三\",\"facilitator_id\":\"test\",\"salesman_phone\":\"199299949424\",\"refusal_content\":\"\",\"facilitator_name\":\"测试服务商\"},\"is_refusal\":1,\"refusal_notes\":\"测试修改方案\",\"created_at\":\"2020-06-13T01:20:30.000Z\",\"deleted_at\":null,\"version\":0}"
},
"RequestId": "626a5c90-b2d4-11ea-b81b-89b08281dc19"
}
}
```
## **<a name="GetOrderListByStatus"> 根据交付状态获取订单列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeOrderListByStatus
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| Status | 是 | string | 状态码,"150":"证件邮寄环节" |
#### 参数示例
``` javascript
{
"Action": "DescribeOrderListByStatus",
"Status":130
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": [
{
"OrderNum": "1593614115278",
"MainOrdersNum": "1593614115278",
"NeedNum": "",
"UserName": "婷亭婷",
"UserId": "100000013569",
"UpdatedAt": "2020-07-04T15:01:37.000Z",
"TotalSum": 13800,
"RefundSum": null,
"PayTime": "2017-08-29T12:59:15.000Z",
"OrderStatus": 1,
"OrderStatusName": "已付款",
"ServicerCode": "S_202006201810vrHKgE",
"ServicerName": "公司宝",
"ProductType": "/ic/gsreg/",
"ProductTypeName": "/工商服务/公司注册/",
"OrderSnapshot": "{\"memoInfo\":\"test-20200701-2233\",\"userName\":\"婷亭婷\",\"isWhether\":true,\"addressType\":true,\"companyName\":\"test-20200701-2232\",\"fullAddress\":\"have nothing\",\"serviceArea\":\"北京\",\"serviceCode\":\"110100\",\"businessType\":\"公司注册\",\"contactsName\":\"test-20200701-2233\",\"taxpayerType\":\"小规模纳税人\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示; 舞台美术、工艺美术品、包装装璜设计、制作。\",\"contactsPhone\":\"19139640302\",\"engagedIndustry\":\"文化传媒类\",\"verificationCode\":\"128216\",\"companyProperties\":\"有限责任公司\"}",
"EndTime": null,
"TimeSpan": null,
"TimeUnit": null,
"RegionId": "110100",
"RegionName": "北京",
"DeliveryStatus": 130,
"DeliveryStatusName": "工商审核环节",
"DeliverContent": "{\"clerkId\":15,\"regInfo\":{\"uploadList\":[{\"name\":\"1.jpg\",\"title\":\"产权证\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/a9576a50-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"1909275708.jpg\",\"title\":\"法人股东证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/ab5906b0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"2118268909.jpg\",\"title\":\"执行董事证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/ad17a6a0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"经理证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/b132ad20-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"监事证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/b61fd0b0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"购票人\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/b8b7e0b0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"办税人\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/bd370030-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"1909275708.jpg\",\"title\":\"财务负责人\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/bf517bc0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"2118268909.jpg\",\"title\":\"秘书联系人\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/c16e4140-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"1.jpg\",\"title\":\"社保缴费经办人证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/c414d030-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"公积金缴费经办人\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/c6a936b0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"自然人股东证件\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/cb3faec0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"1.jpg\",\"title\":\"自然人股东证件1\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/ce5441c0-bc2d-11ea-b064-972948a03328.jpg\"},{\"name\":\"stefanie.jpg\",\"title\":\"自然人股东证件2\",\"viewUrl\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/d1a25b50-bc2d-11ea-b064-972948a03328.jpg\"}]},\"skuCode\":\"sv_business_registration_category_limited1\",\"baseInfo\":{\"memoInfo\":\"test-20200701-2233\",\"clerkName\":\"j2\",\"isAdviser\":\"已分配\",\"isWhether\":\"yes\",\"payStatus\":\"已交付\",\"clerkPhone\":\"13381139520\",\"txOrderNum\":1593614115278,\"addressType\":\"practical\",\"companyName\":\"test-20200701-2232\",\"companyType\":\"limitedLiabilityCompany\",\"serviceName\":\"北京\",\"annualReport\":false,\"contactsName\":\"test-20200701-2233\",\"officialSeal\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/3f1daf60-be07-11ea-8964-e389a8086788.jpg\",\"taxpayerName\":\"小规模纳税人\",\"taxpayerType\":\"smallScaleTaxpayer\",\"contactsPhone\":\"13800138000\",\"businessLicense\":\"http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/42488980-be07-11ea-8964-e389a8086788.jpg\",\"companyProperties\":\"limitedLiabilityCompany\"},\"cacheInfo\":{\"cmpContactInfo\":{\"contactsName\":\"test-20200701-2233\",\"contactsPhone\":\"19139640302\"},\"cmpDeliverInfo\":{\"memoInfo\":\"test-20200701-2233\",\"isWhether\":\"yes\",\"addressType\":\"practical\",\"companyName\":\"test-20200701-2232\",\"fullAddress\":\"have nothing\",\"serviceArea\":\"110100\",\"taxpayerName\":\"小规模纳税人\",\"taxpayerType\":\"smallScaleTaxpayer\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示; 舞台美术、工艺美术品、包装装璜设计、制作。\",\"engagedIndName\":\"文化传媒类\",\"engagedIndustry\":\"culturalMedia\",\"serviceAreaName\":\"北京\",\"residenceAddress\":\"have nothing\",\"companyProperties\":\"limitedLiabilityCompany\"}},\"clerkName\":\"j2\",\"costPrice\":0,\"clerkPhone\":\"13381139520\",\"txOrderNum\":1593614115278,\"clerkOpcode\":\"root/ic/j2\",\"companyInfo\":{\"spareName\":[\"张建铜1\",\"张建铜2\",\"张建铜3\"],\"spareName1\":\"张建铜1\",\"spareNames\":[{\"value\":\"张建铜2\",\"status\":1},{\"value\":\"张建铜3\",\"status\":1}],\"addressType\":\"practical\",\"companyName\":\"test-20200701-2232\",\"fullAddress\":\"have nothing\",\"serviceArea\":\"110100\",\"taxpayerType\":\"smallScaleTaxpayer\",\"businessScope\":\"演出及经纪业务;组织文化艺术活动;演出票务代理;字画、工艺美术品(金饰品除外)、旅游纪念品的销售;演出器材的销售、租赁;艺术装饰;艺术品展示; 舞台美术、工艺美术品、包装装璜设计、制作。\",\"registeredDate\":\"2020-07-02\",\"engagedIndustry\":\"culturalMedia\",\"operatingPeriod\":\"50年\",\"companyProperties\":\"limitedLiabilityCompany\",\"registeredCapital\":50,\"reserveProportion\":12},\"serviceCode\":\"110100\",\"serviceName\":\"北京\",\"businessName\":\"公司注册\",\"businessType\":\"companyCase\",\"contactsInfo\":{\"contactsName\":\"test-20200701-2233\",\"contactsPhone\":\"13800138000\"},\"express_info\":{},\"positionInfo\":{\"positionData\":[{\"fixedPhone\":\"01023456789\",\"mailboxInfo\":\"1@1.com\",\"mobilePhone\":\"13800138000\",\"persionName\":\"张三\",\"functionInfo\":\"董事长\",\"houseAddress\":\"北京市海淀区\"},{\"fixedPhone\":\"01023456789\",\"mailboxInfo\":\"1@1.com\",\"mobilePhone\":\"13800138000\",\"persionName\":\"张三\",\"functionInfo\":\"总经理\",\"houseAddress\":\"北京市海淀区\"}]},\"schemeNumber\":\"\",\"sellingPrice\":1000,\"servicerCode\":10,\"servicerName\":\"公司宝\",\"channelNumber\":\"1111111\",\"channelSource\":\"tencentCloud\",\"deliverNumber\":\"1593614115278\",\"deliverStatus\":\"received\",\"registeredInfo\":{\"registeredDate\":\"2020-07-02\",\"registeredCapital\":50,\"reserveProportion\":12},\"contributionInfo\":{\"contributionData\":[{\"phoneNumber\":\"13800138000\",\"contactAddress\":\"北京市海淀区\",\"hareholderName\":\"张三\",\"contributionAmount\":\"25\",\"IdentificationNumber\":\"412702198506273455\",\"contributionProportion\":\"50\"},{\"phoneNumber\":\"13800138000\",\"contactAddress\":\"北京市海淀区\",\"hareholderName\":\"张二\",\"contributionAmount\":\"25\",\"IdentificationNumber\":\"412702198506273455\",\"contributionProportion\":\"50\"}]}}"
}
],
"RequestId": "2fe1b390-c27e-11ea-a3ed-1527eeea4b9b"
}
}
```
## **<a name="RefuseSolution"> 关闭需求推送到服务商</a>**
[返回到目录](#menu)
##### URL
[/api/receive/needApi/springBoard]
#### 参数格式 `JSON`人
#### HTTP请求方式 `POST`
#### 渠道执行的类型 Action:ModifySolution
参数名 | 必须 | 字段类型 | 长度限制 | 说明
-|-|-|-|-
NeedNum | Y | string | 100 | 需求号
SolutionNum | Y | string | 100 | 方案号
RefusalContent | Y | string | 100 | 备注信息
#### 参数示例
``` javascript
{
"Action": "ModifySolution",
"NeedNum":"",
"SolutionNum":"",
"RefusalContent":"" //描述
}
```
#### 返回结果
```javascript
{"Response":{"Status":1,"InstanceSet":"","RequestId":"27f65f50-b2d4-11ea-b81b-89b08281dc19"}}
```
## **<a name="GetQualificationCertificateListByUserAndType"> 我的资质证照列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeQualificationCertificateListByUserAndType
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| PageNumber | 否 | string | 页码 默认1 |
| PageSize | 否 | string | 页面大小 默认10 |
| LicenseType | 是 | int | 资质类型 1:icp 2:edi |
| CompanyName | 否 | string | 公司名称 |
| SortType | 否 | string | 按截止时间排序方式,asc:正序 desc:倒序 |
#### 参数示例
``` javascript
{
"Action": "DescribeQualificationCertificateListByUserAndType",
"PageSize":2,
"PageNumber":1,
"LicenseType":2
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": [
{
"UserId": "100000013569",
"UserName": "婷亭婷",
"ServicerCode": "S_202006201810vrHKgE",
"ServicerName": "公司宝",
"CertificateNo": "28999229JDJD",
"CompanyName": "大连欣龙腾商贸有限公司",
"BusinessCoverage": "啥都干",
"IssueDate": "2020-06-01T00:00:00.000Z",
"ExpirationDate": "2020-06-30T00:00:00.000Z",
"BusinessType": "都能办",
"ServiceItem": "啥都干",
"CertificateFile": "http://test-1258715722.cos.ap-beijing.myqcloud.com/materials/zc_18351593165593323202026175953323.jpeg",
"LicenseType": 2,
"LicenseTypeName": "EDI资质"
}
],
"TotalCount": 1,
"RequestId": "0bf5ba70-c27f-11ea-a3ed-1527eeea4b9b"
}
}
```
## **<a name="GetQualificationCertificateDetail"> 我的资质证照详情</a>**
[返回到目录](#menu)
##### URL
[/api/action/order/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 功能模块 Action:DescribeQualificationCertificateDetail
#### 参数说明
| 参数名 | 必填 | 类型 | 描述 |
| ---- | ---- | ---- | ---- |
| UserId | 是 | string | 用户id |
| CertificateNo | 是 | string | 证照编号 |
#### 参数示例
``` javascript
{
"Action": "DescribeQualificationCertificateDetail",
"CertificateNo":"d"
}
```
#### 返回结果
```javascript
{
"Response": {
"Status": 1,
"InstanceSet": {
"QualificationCertificate": "{\"user_id\":\"1\",\"certificate_no\":\"d\",\"company_name\":null,\"business_coverage\":\"d\",\"issue_date\":\"2020-06-09T00:00:00.000Z\",\"expiration_date\":\"2020-06-23T00:00:00.000Z\",\"business_type\":\"d\",\"service_item\":\"d\",\"certificate_file\":\"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_422515919726637762020122237437769592BBA6-5CA0-4536-83B7-7E8BAD85CCFE.jpeg\",\"license_type\":2,\"license_type_name\":\"EDI资质\"}",
"BusinessLicenseInfo": "{\"tx_orders_num\":\"O202006130014\",\"businessLicense\":{\"name\":\"公司宝\",\"type\":\"有限责任公司(法人独资)\",\"address\":\"北京市海淀区北清路164号17-27号院813号\",\"createdAt\":\"2014-02-25\",\"businessTerm\":\"2014-08-07 至 2034-08-06\",\"scopeBusiness\":\"技术开发、技术推广、技术转让、技术咨询、技术服务;计算机系统服务;数据处理(数据处理中的银行卡中心、PUE值在1.5以上的云计算数据中心除外);基础软件服务;应用软件服务;软件开发;软件咨询;产品设计;模型设计;包装装潢设计;教育咨询;经济贸易咨询;文化咨询;体育咨询;公共关系服务;会议服务;工艺美术设计;电脑动画设计;企业策划;设计、制作、代理、发布广告;市场调查;企业管理咨询;组织文化艺术交流活动(不含营业性演出);文艺创作;承办展览展示活动;影视策划;翻译服务;商标转让;商标代理;版权转让、版权代理;财务咨询(不得开展审计、验资、查帐、评估、会计咨询、代理记账等需经专项审批的业务,不得出具相应的审计报告、验资报告、查帐报告、评估报告等文字材料);销售自行开发后的产品、机械设备、计算机、软件及辅助设备、通讯设备、电子产品、日用品、文化用品、工艺品;出租办公用房;机动车公共停车场服务;物业管理;健康咨询(须经审批的诊疗活动除外);代理记账;人力资源服务。(企业依法自主选择经营项目,开展经营活动;代理记账、人力资源服务以及依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事本市产业政策禁止和限制类项目的经营活动。)\",\"enterpriseCode\":\"911101083066224948\",\"registeredCapital\":1000000,\"legalRepresentative\":\"李丽\"}}",
"AnnualReportList": "[{\"annualReportList\":[{\"file\":{\"url\":\"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_13151591685846571202091457265719592BBA6-5CA0-4536-83B7-7E8BAD85CCFE.jpeg\",\"name\":\"jjjjjddd\"},\"year\":2020,\"status\":\"declaresuccess\",\"updated_at\":\"2020-09-01\"},{\"file\":null,\"year\":2021,\"status\":\"waitdeclare\",\"updated_at\":\"2020-09-01\"},{\"file\":null,\"year\":2022,\"status\":\"waitdeclare\",\"updated_at\":\"2020-09-01\"},{\"file\":null,\"year\":2023,\"status\":\"waitdeclare\",\"updated_at\":\"2020-09-01\"}]}]"
},
"RequestId": "d609e110-b29e-11ea-a776-bf0f0e09cf0b"
}
}
```
\ No newline at end of file
<a name="menu" href="/doc">返回主目录</a>
<!-- 1. [创建模板](#createTemplate) -->
1. [编辑模板](#editTemplateContent)
<!-- 1. [修改模板启用状态](#updateSwitchStatus) -->
1. [获取模板信息](#findOneByCode)
<!-- 1. [模板列表查询](#findAndCountAll) -->
<!-- 1. [编辑模板TDK](#editTemplateTdk) -->
1. [获取图片列表](#getImgList)
1. [添加图片](#createImginfo)
1. [获取表单列表](#getFormList)
1. [获取文件上传配置信息](#getOssConfig)
1. [根据链接参数获取模板链接信息](#getTemplateAndLinkInfo)
1. [提交表单记录](#submitFormRecord)
## **<a name="createTemplate"> 创建模板</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:createTemplate
``` javascript
{
"actionType":"createTemplate",
"actionBody":{
"template_content":{}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"version": 0,
"id": 8,
"template_content": {},
"code": "MT202008071137lsUEvo",
"name": "营销模板",
"company_id": null,
"is_enabled": 0,
"updated_at": "2020-08-07T03:37:06.463Z",
"created_at": "2020-08-07T03:37:06.463Z"
},
"requestId": "de0f3ec095ba4a7b96a197493735b670"
}
```
## **<a name="editTemplateContent"> 编辑模板</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:editTemplateContent
``` javascript
{
"actionType":"editTemplateContent",
"actionBody":{
"code":"MT202008070923Q71RQ5",
"template_content":{"aaa":1234}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"requestId": "c4658cf6f2f74c23aeee4f821c2476d6"
}
```
## **<a name="updateSwitchStatus"> 修改模板启用状态</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:updateSwitchStatus
``` javascript
{
"actionType":"updateSwitchStatus",
"actionBody":{
"code":"MT202008070923Q71RQ5",
"is_enabled":1
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"requestId": "ea997b55b8ef4f2a9e9389e57077e630"
}
```
## **<a name="findOneByCode"> 获取模板信息</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:findOneByCode
``` javascript
{
"actionType":"findOneByCode",
"actionBody":{
"code":"MT202008070923Q71RQ5"
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"id": 5,
"code": "MT202008070923Q71RQ5",
"name": "营销模板",
"title": "鸟啼2",
"keyword": "关键词2",
"describe": "描述2",
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_picUrl371415960733478082020630.jpg",
"is_enabled": 1,
"template_content": "{\"aaa\":1234}",
"form_id": null,
"notes": null,
"user_id": null,
"user_name": null,
"company_id": null,
"created_at": "2020-08-07T01:24:22.000Z",
"updated_at": "2020-08-07T03:26:39.000Z",
"deleted_at": null,
"version": 0
},
"requestId": "38f332552bae47e4b6ad1fb2c4cc4eaa"
}
```
## **<a name="findAndCountAll"> 模板列表查询</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:findAndCountAll
``` javascript
{
"actionType":"findAndCountAll",
"actionBody":{
"pageInfo":{
"pageNo":1,
"pageSize":10
},
"search":{
"is_enabled":""
}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"results": {
"count": 8,
"rows": [
{
"id": 8,
"code": "MT202008071137lsUEvo",
"name": "营销模板",
"title": null,
"keyword": null,
"describe": null,
"pic_url": null,
"is_enabled": 0,
"template_content": "{}",
"form_id": null,
"notes": null,
"user_id": null,
"user_name": null,
"company_id": null,
"created_at": "2020-08-07T03:37:06.000Z",
"updated_at": "2020-08-07T03:37:06.000Z",
"deleted_at": null,
"version": 0
},
{
"id": 7,
"code": "MT202008071136DGoQ5s",
"name": "营销模板",
"title": null,
"keyword": null,
"describe": null,
"pic_url": null,
"is_enabled": 0,
"template_content": "{}",
"form_id": null,
"notes": null,
"user_id": null,
"user_name": null,
"company_id": null,
"created_at": "2020-08-07T03:36:16.000Z",
"updated_at": "2020-08-07T03:36:16.000Z",
"deleted_at": null,
"version": 0
}
]
},
"aggresult": {}
},
"requestId": "3a88164f9b9d445bb1fad8ec271cd79f"
}
```
## **<a name="editTemplateTdk"> 编辑模板TDK</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:editTemplateTdk
``` javascript
{
"actionType":"editTemplateTdk",
"actionBody":{
"code":"MT202008070923Q71RQ5",
"title":"鸟啼2",
"keyword":"关键词2",
"pic_url":"https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_picUrl371415960733478082020630.jpg",
"describe":"描述2"
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"requestId": "13126433a9e044c58912d0f00f5a33c5"
}
```
## **<a name="getImgList"> 获取图片列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/templateconfig/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getImgList
``` javascript
{
"actionType": "getImgList",
"actionBody": {
"pageInfo": {
"pageNo": 1,
"pageSize": 2
}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"results": {
"count": 6,
"rows": [
{
"id": 87,
"code": "IMG202008111003ltqKE",
"name": "123",
"company_id": 10,
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_1477159711138453920201110345396.png",
"created_at": "2020-08-11T02:03:17.000Z",
"updated_at": "2020-08-11T02:03:17.000Z",
"deleted_at": null,
"version": 0
},
{
"id": 86,
"code": "IMG202008110930yQail",
"name": "asd",
"company_id": 10,
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_3437159710937925020201192939250small.jpg",
"created_at": "2020-08-11T01:30:32.000Z",
"updated_at": "2020-08-11T01:30:32.000Z",
"deleted_at": null,
"version": 0
}
]
},
"aggresult": {}
},
"requestId": "760d29df6d594a9984e1d660bdcdc997"
}
```
## **<a name="createImginfo"> 添加图片</a>**
[返回到目录](#menu)
##### URL
[/api/action/templateconfig/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:createImginfo
``` javascript
{
"actionType": "createImginfo",
"actionBody": {
"imginfo": {
"name": "hahah",
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_1137159702950007820201011182078huluwa.jpg",
"pic_size": "200K"
}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"version": 0,
"id": 99,
"name": "hahah",
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_1137159702950007820201011182078huluwa.jpg",
"pic_size": "200K",
"code": "IMG2020081111456rOkp",
"company_id": 10,
"updated_at": "2020-08-11T03:45:11.319Z",
"created_at": "2020-08-11T03:45:11.319Z"
},
"requestId": "7b8ff19fb7e84758b029391e9195c44c"
}
```
## **<a name="getFormList"> 获取表单列表</a>**
[返回到目录](#menu)
##### URL
[/api/action/templateconfig/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getFormList
``` javascript
{
"actionType":"getFormList",
"actionBody":{
"pageInfo":{
"pageNo":1,
"pageSize":10
}
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "操作成功",
"data": {
"results": {
"count": 5,
"rows": [
{
"id": 5,
"code": "FM202008111118aCRMw4",
"name": "3",
"form_items": "手机号、单选按钮",
"form_describe": "4",
"notes": null,
"user_id": null,
"user_name": "jytest6",
"company_id": 10,
"record_num": null,
"created_at": "2020-08-11T03:18:59.000Z",
"updated_at": "2020-08-11T03:20:08.000Z",
"deleted_at": null,
"version": 0
},
{
"id": 4,
"code": "FM202008111117FRpd3P",
"name": "2",
"form_items": null,
"form_describe": "2",
"notes": null,
"user_id": 1,
"user_name": "jytest6",
"company_id": 11,
"record_num": null,
"created_at": "2020-08-11T03:17:42.000Z",
"updated_at": "2020-08-11T03:17:42.000Z",
"deleted_at": null,
"version": 0
},
{
"id": 1,
"code": "00001",
"name": "1",
"form_items": "单选按钮、手机号",
"form_describe": "1",
"notes": "test",
"user_id": 1,
"user_name": "zhangsan",
"company_id": 10,
"record_num": 2,
"created_at": "2020-08-07T15:59:56.000Z",
"updated_at": "2020-08-11T03:10:50.000Z",
"deleted_at": null,
"version": null
},
{
"id": 3,
"code": "00001",
"name": "1",
"form_items": "1",
"form_describe": "1",
"notes": "test3",
"user_id": 1,
"user_name": "1",
"company_id": 11,
"record_num": null,
"created_at": "2020-08-07T15:59:56.000Z",
"updated_at": "2020-08-07T15:59:58.000Z",
"deleted_at": null,
"version": null
},
{
"id": 2,
"code": null,
"name": "sssssss",
"form_items": "手机号",
"form_describe": "ss",
"notes": "tset2",
"user_id": null,
"user_name": null,
"company_id": 10,
"record_num": 3,
"created_at": "2020-08-07T10:42:27.000Z",
"updated_at": "2020-08-11T03:10:13.000Z",
"deleted_at": null,
"version": 0
}
]
},
"aggresult": {}
},
"bizmsg": "empty",
"requestId": "7029b432952a4463ae99b0f560e0eefb"
}
```
## **<a name="getOssConfig"> 获取文件上传配置信息</a>**
[返回到目录](#menu)
##### URL
[/api/meta/oss/getOssConfig]
#### 参数 无
#### 返回结果
```javascript
{
"status": 0,
"msg": "操作成功",
"data": {
"OSSAccessKeyId": "LTAI4GC5tSKvqsH2hMqj6pvd",
"policy": "eyJleHBpcmF0aW9uIjoiMjExOS0xMi0zMVQxNjowMDowMC4wMDBaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJzdGFydHMtd2l0aCIsIiRrZXkiLCJ6YyJdXX0=",
"Signature": "o4vlPnpfUFGJQy3Xq/mq23PQMbc=",
"Bucket": "gsb-zc",
"success_action_status": 201,
"url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com"
},
"bizmsg": "empty",
"requestId": "546d54916c81498183d7cddfb4503221"
}
```
## **<a name="getTemplateAndLinkInfo"> 根据链接参数获取模板链接信息</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:getTemplateAndLinkInfo
``` javascript
{
"actionType": "getTemplateAndLinkInfo",
"actionBody": {
"channel_code": 1,
"business_type_code": 1,
"lauch_type_code": 1,
"marketing_subject_code": 1,
"else_channel_param": "test",
"template_id": 10,
"device":"pc"
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"data": {
"templateinfo": {
"id": 10,
"code": "MT202008071548EDJGHs",
"name": "营销模板",
"title": "鸟啼2",
"keyword": "关键词2",
"describe": "描述2",
"pic_url": "https://gsb-zc.oss-cn-beijing.aliyuncs.com/zc_picUrl371415960733478082020630.jpg",
"is_enabled": 1,
"template_content": "{\"list\":[{\"id\":1,\"title\":\"横幅\",\"type\":\"banner\",\"acraoList\":[{\"type\":\"banner\",\"list\":[{\"id\":0,\"url\":\"https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=3650631927,187148042&fm=26&gp=0.jpg\",\"href\":\"\",\"title\":\"1231231\",\"text\":\"123123\"}],\"text_style\":{\"width\":\"100%\",\"height\":\"100%\",\"alignItems\":\"center\",\"padding\":\"70px 90px\"},\"style\":{\"width\":\"1000\",\"height\":\"300\"},\"display_time\":\"1.5\",\"switching_speed\":\"1\",\"id\":0}]},{\"id\":2,\"title\":\"文本\",\"type\":\"text\",\"acraoList\":[{\"id\":1,\"type\":\"text\",\"inner_text\":\"<p class=\\\"ql-align-center\\\">12313123123123123123</p><p class=\\\"ql-align-center\\\"><br></p><p class=\\\"ql-align-center\\\">123123aaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p>\"}]}]}",
"form_id": null,
"notes": null,
"user_id": "hRGcxf2yGHauggUNwWRqjSvf9xqF9LFO",
"user_name": "jytest6",
"company_id": 10,
"created_at": "2020-08-07T07:48:13.000Z",
"updated_at": "2020-08-10T11:20:13.000Z",
"deleted_at": null,
"version": 0
},
"linkinfo": {
"id": 1,
"code": "001",
"name": "001",
"delivery_word": "测试投放",
"else_channel_param": "test",
"template_id": 10,
"channel_name": "1",
"business_type_name": "1",
"lauch_type_name": "1",
"marketing_subject_name": "1",
"channel_code": "1",
"business_type_code": "1",
"lauch_type_code": "1",
"marketing_subject_code": "1",
"is_enabled": 1,
"link_url_pc": null,
"link_url_mobile": null,
"notes": null,
"user_id": "1",
"user_name": "1",
"company_id": 10,
"created_at": "2020-08-08T11:27:13.000Z",
"updated_at": null,
"deleted_at": null,
"version": null
}
},
"requestId": "c190bb6177ce4c8ba018ce5aecda31c0"
}
```
## **<a name="submitFormRecord"> 提交表单记录</a>**
[返回到目录](#menu)
##### URL
[/api/action/template/springBoard]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:submitFormRecord
``` javascript
{
"actionType": "submitFormRecord",
"actionBody": {
"link_code": "TL202008141607VdD4le",
"form_id": 79,
"contact_mobile": "13075556693",
"contact_name": "1234",
"IT202008171022jen9Ar": "test",
"IT202008171023jxT06N": "10"
}
}
```
#### 返回结果
```javascript
{
"status": 0,
"msg": "success",
"requestId": "77d3b071053c44a9b5322bb01b0a27aa"
}
```
.templatelink_page_seelink{width:60%;height:200px;z-index:100000000;background-color:#add8e6;position:Relative;top:200px;left:20%;right:20%}
\ No newline at end of file
.tfhref[data-v-f79a62ac]{width:100%;height:100%;overflow:auto}.tfhref .tfhref_wrapper[data-v-f79a62ac]{display:-webkit-box;display:-ms-flexbox;display:flex}
\ No newline at end of file
.info{background:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.2);padding:15px;margin-bottom:20px}.info h3{margin-bottom:5px}.info .ivu-form-item-content span{font-size:12px;font-family:Helvetica;color:#000;line-height:14px}
\ No newline at end of file
.common{float:left;height:100%;display:table;text-align:center}.size{width:100%;height:100%}.middle-center{display:table-cell;vertical-align:middle}.info-card-wrapper{overflow:hidden}.info-card-wrapper,.info-card-wrapper .ivu-card-body{width:100%;height:100%}.info-card-wrapper .content-con{width:100%;height:100%;position:relative}.info-card-wrapper .content-con .left-area{float:left;height:100%;display:table;text-align:center}.info-card-wrapper .content-con .left-area>.icon{display:table-cell;vertical-align:middle}.info-card-wrapper .content-con .right-area{float:left;height:100%;display:table;text-align:center}.info-card-wrapper .content-con .right-area>div{display:table-cell;vertical-align:middle}.count-to-wrapper .content-outer{display:inline-block}.count-to-wrapper .content-outer .count-to-unit-text{font-style:normal}.count-style{font-size:50px}
\ No newline at end of file
[data-v-6091a83f] .ivu-input,[data-v-6091a83f] .ivu-input-group-append{height:40px;border-radius:0;border-color:transparent;background:transparent}[data-v-6091a83f] .ivu-input-group-append .ivu-btn,[data-v-6091a83f] .ivu-input .ivu-btn{height:40px}[data-v-6091a83f] .ivu-input-group-prepend{display:none}.form-footer{width:70%;position:fixed;bottom:0;right:0;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;background:#fff}
\ No newline at end of file
.dialog_href[data-v-40e2156b]{width:100%}.dialog_href .dialog_href_item[data-v-40e2156b]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_href .dialog_href_item .dialog_href_item_left[data-v-40e2156b]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_href .dialog_href_item .dialog_href_item_right .href_set_radio[data-v-40e2156b]{width:100%;padding-top:7px;margin-left:10px}.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b] .ivu-input,.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b] .ivu-select-selection{margin-left:10px;background:#fff;border-radius:1px;border:1px solid #d9d9d9;font-size:14px;font-family:MicrosoftYaHeiUI;line-height:14px}.dialog_href .dialog_href_item .dialog_href_item_right[data-v-40e2156b] .ivu-select-selected-value{font-size:14px}.dialog_href .dialog_href_item2[data-v-40e2156b]{margin-top:20px}.photo_gallery .photo_gallery_main .photo_gallery_main_btns[data-v-474cd917],.photo_gallery .photo_gallery_main[data-v-474cd917],.photo_gallery[data-v-474cd917]{width:100%}.photo_gallery .photo_gallery_main .photo_gallery_main_btns .uploadBtn[data-v-474cd917]:hover{background:#3faaff}.photo_gallery .photo_gallery_main .photo_gallery_main_btns .uploadBtn[data-v-474cd917]{width:90px;height:32px;background:#1890ff;border-radius:1px;border:none;outline:none;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;cursor:pointer}.photo_gallery .photo_gallery_main .photo_gallery_main_pics[data-v-474cd917]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0 0}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w[data-v-474cd917]:hover{border:1px solid #1890ff}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w[data-v-474cd917]:nth-child(5n+1){margin-left:0}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w[data-v-474cd917]{width:108px;height:90px;background:#f3f3f3;border-radius:1px;margin-left:10px;margin-bottom:20px;overflow:hidden;position:relative;cursor:pointer}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w .photo_gallery_main_pics_silde[data-v-474cd917]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w .photo_gallery_main_pics_silde img[data-v-474cd917]{max-width:100%;max-height:100%}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w .photo_gallery_main_pics_w_dui[data-v-474cd917]{width:24px;height:24px;background:#1890ff;color:#fff;border-radius:100px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:1px;position:absolute;right:-12px;bottom:-12px}.photo_gallery .photo_gallery_main .photo_gallery_main_pics .photo_gallery_main_pics_w_actived[data-v-474cd917]{border:1px solid #1890ff}.photo_gallery .photo_gallery_main .photo_gallery_main_page[data-v-474cd917]{width:100%}.photo_gallery .photo_gallery_main .photo_gallery_main_none[data-v-474cd917]{width:100%;height:100%;min-height:400px;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}.photo_gallery .photo_gallery_main .photo_gallery_main_none .svg-icon[data-v-474cd917]{width:90px;height:96px}[data-v-474cd917] .ivu-page{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}[data-v-474cd917] .ivu-page .ivu-page-item-active{background:#1890ff}[data-v-474cd917] .ivu-page .ivu-page-item-active a{color:#fff}[data-v-474cd917] .ivu-page a{margin:0}[data-v-474cd917] .ivu-upload-list{display:none}.dialog_acrao[data-v-652a0b4e]{width:100%;background:url() no-repeat}.dialog_acrao .dialog_acrao_item[data-v-652a0b4e]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_left[data-v-652a0b4e]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_addpic[data-v-652a0b4e]{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100px;height:90px;border-radius:1px;background:#f8f8f8;border:1px solid #d9d9d9;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:55px;color:#d9d9d9;font-weight:100;cursor:pointer;margin-bottom:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .activeAcrao[data-v-652a0b4e]{background:#eff7ff;border:1px solid #1890ff}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img:hover .acrao_close[data-v-652a0b4e],.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img:hover .acrao_set[data-v-652a0b4e]{display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img[data-v-652a0b4e]{width:84px;height:84px;margin-left:10px;position:relative;background:#d9d9d9;margin-bottom:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img img[data-v-652a0b4e]{width:100%;height:100%}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img .acrao_close[data-v-652a0b4e]{width:14px;height:14px;position:absolute;top:-6px;right:-6px;cursor:pointer;display:none}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .dialog_acrao_img .acrao_set[data-v-652a0b4e]{width:100%;height:25px;background:rgba(26,144,255,.7);position:absolute;left:0;bottom:0;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;display:none}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e] .ivu-input{background:#fff;border-radius:1px;border:1px solid #d9d9d9}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e] .ivu-btn-default{border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e] .ivu-radio{margin-right:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_radio[data-v-652a0b4e]{width:100%;padding-top:7px;margin-left:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right[data-v-652a0b4e] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e]{width:100%;padding-top:20px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail .acrao_set_detail_item[data-v-652a0b4e]{margin-right:40px;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail .acrao_set_detail_item .ivu-btn-default1[data-v-652a0b4e]{height:32px;border:1px solid #d9d9d9;border-radius:1px;font-size:14px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail .acrao_set_detail_item .acrao_set_detail_item_img[data-v-652a0b4e]{width:80px;height:80px;margin-left:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail .acrao_set_detail_item .acrao_set_detail_item_img img[data-v-652a0b4e]{max-width:100%;max-height:100%}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail span[data-v-652a0b4e]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:18px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e] .ivu-input-wrapper{margin-left:10px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e] .ivu-input-suffix span{line-height:28px;font-size:14px;font-family:MicrosoftYaHeiUI;color:#e0e0de}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e] .ivu-input{font-size:14px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e] .ivu-input-with-suffix{padding-right:25px}.dialog_acrao .dialog_acrao_item .dialog_acrao_item_right .acrao_set_detail[data-v-652a0b4e] .ivu-input-suffix{width:25px}.dialog_acrao .dialog_acrao_title[data-v-652a0b4e]{width:100%;padding:13px 14px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.dialog_acrao .dialog_acrao_title h3[data-v-652a0b4e]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;font-weight:500}.dialog_acrao .dialog_acrao_style[data-v-652a0b4e]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item[data-v-652a0b4e],.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active[data-v-652a0b4e]{width:140px;height:90px;padding:5px;background:#fff;border-radius:1px;border:1px solid #d9d9d9;margin-right:10px;cursor:pointer}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item .style_main[data-v-652a0b4e],.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main[data-v-652a0b4e]{width:100%;height:100%;background:hsla(0,0%,85.1%,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item .style_main h3[data-v-652a0b4e],.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main h3[data-v-652a0b4e]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item .style_main p[data-v-652a0b4e],.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main p[data-v-652a0b4e]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active[data-v-652a0b4e]{border:1px solid #1890ff}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main[data-v-652a0b4e]{width:100%;height:100%;background:rgba(24,144,255,.07);border-radius:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main h3[data-v-652a0b4e]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_acrao .dialog_acrao_style .dialog_acrao_style_item_active .style_main p[data-v-652a0b4e]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}.dialog_acrao[data-v-652a0b4e] .ivu-color-picker-picker-panel{min-width:303px}.dialog_banner[data-v-7b09bed5]{width:100%}.dialog_banner .dialog_banner_item[data-v-7b09bed5]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_left[data-v-7b09bed5]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_addpic[data-v-7b09bed5]{width:84px;height:84px;background:#fff;border:1px dashed #d9d9d9;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:55px;color:#d9d9d9;font-weight:100;cursor:pointer;margin-bottom:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img:hover .banner_close[data-v-7b09bed5],.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img:hover .banner_set[data-v-7b09bed5]{display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img[data-v-7b09bed5]{width:84px;height:84px;margin-left:10px;position:relative;background:#d9d9d9;margin-bottom:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img img[data-v-7b09bed5]{width:100%;height:100%}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img .banner_close[data-v-7b09bed5]{width:14px;height:14px;position:absolute;top:-6px;right:-6px;cursor:pointer;display:none}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img .banner_set[data-v-7b09bed5]{width:100%;height:25px;background:rgba(26,144,255,.7);position:absolute;left:0;bottom:0;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;display:none}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5] .ivu-input{background:#fff;border-radius:1px;border:1px solid #d9d9d9}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5] .ivu-btn-default{width:70px;height:32px;border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_radio[data-v-7b09bed5]{width:100%;padding-top:7px;margin-left:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5] .ivu-radio{margin-right:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-7b09bed5] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5]{width:100%;padding-top:20px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail .banner_set_detail_item[data-v-7b09bed5]{margin-right:40px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail span[data-v-7b09bed5]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:18px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5] .ivu-input-wrapper{margin-left:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5] .ivu-input-suffix span{line-height:28px;font-size:14px;font-family:MicrosoftYaHeiUI;color:#e0e0de}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5] .ivu-input{font-size:14px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5] .ivu-input-with-suffix{padding-right:25px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-7b09bed5] .ivu-input-suffix{width:25px}.dialog_banner .dialog_banner_title[data-v-7b09bed5]{width:100%;padding:13px 14px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.dialog_banner .dialog_banner_title h3[data-v-7b09bed5]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;font-weight:500}.dialog_banner .dialog_banner_style[data-v-7b09bed5]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_style .dialog_banner_style_item[data-v-7b09bed5],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active[data-v-7b09bed5]{width:140px;height:90px;padding:5px;background:#fff;border-radius:1px;border:1px solid #d9d9d9;margin-right:10px;cursor:pointer}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main[data-v-7b09bed5],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main[data-v-7b09bed5]{width:100%;height:100%;background:hsla(0,0%,85.1%,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main h3[data-v-7b09bed5],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main h3[data-v-7b09bed5]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main p[data-v-7b09bed5],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main p[data-v-7b09bed5]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active[data-v-7b09bed5]{border:1px solid #1890ff}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main[data-v-7b09bed5]{width:100%;height:100%;background:rgba(24,144,255,.07);border-radius:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main h3[data-v-7b09bed5]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main p[data-v-7b09bed5]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}[data-v-7b09bed5] .vertical-center-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-v-7b09bed5] .vertical-center-modal /deep/ .ivu-modal{top:0}[data-v-7b09bed5] .ivu-modal-body{padding:20px 50px 30px}.dialog_button[data-v-7f88830d]{width:100%}.dialog_button .dialog_button_title[data-v-7f88830d]{width:100%;padding:13px 14px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.dialog_button .dialog_button_title h3[data-v-7f88830d]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;font-weight:500}.dialog_button .dialog_button_btns[data-v-7f88830d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_button .dialog_button_btns .dialog_button_btns_ite[data-v-7f88830d]:hover{border:1px solid #1890ff}.dialog_button .dialog_button_btns .dialog_button_btns_ite[data-v-7f88830d]{width:147px;height:60px;padding:10px;margin-right:50px;margin-bottom:15px;border:1px solid #d9d9d9;cursor:pointer;position:relative;overflow:hidden}.dialog_button .dialog_button_btns .dialog_button_btns_ite button[data-v-7f88830d]{width:100%;height:100%;border-radius:2px;border:1px solid;outline:none;cursor:pointer}.dialog_button .dialog_button_btns .dialog_button_btns_ite_actived[data-v-7f88830d]{border:1px solid #1890ff}.dialog_button .dialog_button_btns .dialog_button_btns_ite[data-v-7f88830d]:nth-child(3n){margin-right:0}.dialog_button .dialog_button_btns .photo_gallery_main_pics_w_dui[data-v-7f88830d]{width:24px;height:24px;background:#1890ff;color:#fff;border-radius:100px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:1px;position:absolute;right:-12px;bottom:-12px}.dialog_button .dialog_button_item[data-v-7f88830d]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_button .dialog_button_item .dialog_button_item_left[data-v-7f88830d]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_button .dialog_button_item .dialog_button_item_right .dialog_button_addpic[data-v-7f88830d]{width:84px;height:84px;background:#fff;border:1px dashed #d9d9d9;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:55px;color:#d9d9d9;font-weight:100;cursor:pointer;margin-bottom:10px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-input{background:#fff;border-radius:1px;border:1px solid #d9d9d9}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-btn-default{width:70px;height:32px;border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-radio{margin-right:10px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_radio[data-v-7f88830d]{width:100%;padding-top:7px;margin-left:10px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d]{width:100%;padding-top:20px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail .banner_set_detail_item[data-v-7f88830d]{margin-right:40px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail span[data-v-7f88830d]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:18px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d] .ivu-input-wrapper{margin-left:10px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d] .ivu-input-suffix span{line-height:28px;font-size:14px;font-family:MicrosoftYaHeiUI;color:#e0e0de}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d] .ivu-input{font-size:14px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d] .ivu-input-with-suffix{padding-right:25px}.dialog_button .dialog_button_item .dialog_button_item_right .banner_set_detail[data-v-7f88830d] .ivu-input-suffix{width:25px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-color-picker-picker-panel{min-width:303px}.dialog_button .dialog_button_item .dialog_button_item_right[data-v-7f88830d] .ivu-color-picker-confirm /deep/ .ivu-btn-default{width:40px;height:24px}.dialog_form[data-v-7a0c0853]{width:100%}.dialog_form .dialog_form_title[data-v-7a0c0853]{width:100%;padding:13px 14px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.dialog_form .dialog_form_title h3[data-v-7a0c0853]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;font-weight:500}.dialog_form .dialog_form_item[data-v-7a0c0853]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_form .dialog_form_item .dialog_form_item_left[data-v-7a0c0853]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_form .dialog_form_item .dialog_form_item_right[data-v-7a0c0853]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_form .dialog_form_item .dialog_form_item_right[data-v-7a0c0853] .ivu-select-selection{border-radius:1px}.dialog_form .dialog_form_check[data-v-7a0c0853]{width:100%}.dialog_form .dialog_form_check .dialog_form_check_main[data-v-7a0c0853]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog_form .dialog_form_check .dialog_form_check_main .dialog_form_chack_main_item[data-v-7a0c0853]:hover{border:1px solid #1890ff}.dialog_form .dialog_form_check .dialog_form_check_main .dialog_form_chack_main_item[data-v-7a0c0853]{padding:10px;border-radius:2px;border:1px solid #d9d9d9;position:relative;overflow:hidden;cursor:pointer}.dialog_form .dialog_form_check .dialog_form_check_main .dialog_form_chack_main_item input[data-v-7a0c0853]{width:121px;height:40px;outline:none;border-radius:2px;font-size:14px;font-family:MicrosoftYaHei;color:#333;line-height:14px;text-align:center;cursor:pointer}.dialog_form .dialog_form_check .dialog_form_check_main .dialog_form_chack_main_item .photo_gallery_main_pics_w_dui[data-v-7a0c0853]{width:24px;height:24px;background:#1890ff;color:#fff;border-radius:100px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:1px;position:absolute;right:-12px;bottom:-12px}.dialog_form .dialog_form_check .dialog_form_check_main .dialog_form_chack_main_item_actived[data-v-7a0c0853]{border:1px solid #1890ff}.upload-img button[data-v-49762258]{width:90px;height:32px;background:#1890ff;border-radius:1px;outline:none;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;cursor:pointer}.upload-img .box[data-v-49762258]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px;min-width:580px}.upload-img .box .image-box[data-v-49762258]{width:108px;height:90px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:1px;padding:10px 0;margin-bottom:10px;background:#f3f3f3}.upload-img .box .image-box img[data-v-49762258]{width:100%;height:100%}.upload-img .box .checkedActive[data-v-49762258]{background:#eff7ff;border:1px solid #1890ff}.upload-img .box .image-box[data-v-49762258]:not(:nth-child(5n+1)){margin-left:10px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content button:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus,.w-e-text:focus{outline:0}.w-e-menu-panel,.w-e-menu-panel *,.w-e-text-container,.w-e-text-container *,.w-e-toolbar,.w-e-toolbar *{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.w-e-clear-fix:after{content:"";display:table;clear:both}.w-e-toolbar .w-e-droplist{position:absolute;left:0;top:0;background-color:#fff;border:1px solid #f1f1f1;border-right-color:#ccc;border-bottom-color:#ccc}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item:hover,.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item:hover{background-color:#f1f1f1}.w-e-toolbar .w-e-droplist .w-e-dp-title{text-align:center;color:#999;line-height:2;border-bottom:1px solid #f1f1f1;font-size:13px}.w-e-toolbar .w-e-droplist ul.w-e-list{list-style:none;line-height:1}.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item{color:#333;padding:5px 0}.w-e-toolbar .w-e-droplist ul.w-e-block{list-style:none;text-align:left;padding:5px}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item{display:inline-block;padding:3px 5px}@font-face{font-family:w-e-icon;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABhQAAsAAAAAGAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIPBGNtYXAAAAFoAAABBAAAAQQrSf4BZ2FzcAAAAmwAAAAIAAAACAAAABBnbHlmAAACdAAAEvAAABLwfpUWUWhlYWQAABVkAAAANgAAADYQp00kaGhlYQAAFZwAAAAkAAAAJAfEA+FobXR4AAAVwAAAAIQAAACEeAcD7GxvY2EAABZEAAAARAAAAERBSEX+bWF4cAAAFogAAAAgAAAAIAAsALZuYW1lAAAWqAAAAYYAAAGGmUoJ+3Bvc3QAABgwAAAAIAAAACAAAwAAAAMD3gGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8fwDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAOgAAAA2ACAABAAWAAEAIOkG6Q3pEulH6Wbpd+m56bvpxunL6d/qDepc6l/qZepo6nHqefAN8BTxIPHc8fz//f//AAAAAAAg6QbpDekS6UfpZel36bnpu+nG6cvp3+oN6lzqX+pi6mjqcep38A3wFPEg8dzx/P/9//8AAf/jFv4W+Bb0FsAWoxaTFlIWURZHFkMWMBYDFbUVsxWxFa8VpxWiEA8QCQ7+DkMOJAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/wAQAA8AABAATAAABNwEnAQMuAScTNwEjAQMlATUBBwGAgAHAQP5Anxc7MmOAAYDA/oDAAoABgP6ATgFAQAHAQP5A/p0yOxcBEU4BgP6A/YDAAYDA/oCAAAQAAAAABAADgAAQACEALQA0AAABOAExETgBMSE4ATEROAExITUhIgYVERQWMyEyNjURNCYjBxQGIyImNTQ2MzIWEyE1EwEzNwPA/IADgPyAGiYmGgOAGiYmGoA4KCg4OCgoOED9AOABAEDgA0D9AAMAQCYa/QAaJiYaAwAaJuAoODgoKDg4/biAAYD+wMAAAAIAAABABAADQAA4ADwAAAEmJy4BJyYjIgcOAQcGBwYHDgEHBhUUFx4BFxYXFhceARcWMzI3PgE3Njc2Nz4BNzY1NCcuAScmJwERDQED1TY4OXY8PT8/PTx2OTg2CwcICwMDAwMLCAcLNjg5djw9Pz89PHY5ODYLBwgLAwMDAwsIBwv9qwFA/sADIAgGBggCAgICCAYGCCkqKlktLi8vLi1ZKiopCAYGCAICAgIIBgYIKSoqWS0uLy8uLVkqKin94AGAwMAAAAAAAgDA/8ADQAPAABsAJwAAASIHDgEHBhUUFx4BFxYxMDc+ATc2NTQnLgEnJgMiJjU0NjMyFhUUBgIAQjs6VxkZMjJ4MjIyMngyMhkZVzo7QlBwcFBQcHADwBkZVzo7Qnh9fcxBQUFBzH19eEI7OlcZGf4AcFBQcHBQUHAAAAEAAAAABAADgAArAAABIgcOAQcGBycRISc+ATMyFx4BFxYVFAcOAQcGBxc2Nz4BNzY1NCcuAScmIwIANTIyXCkpI5YBgJA1i1BQRUZpHh4JCSIYGB5VKCAgLQwMKCiLXl1qA4AKCycbHCOW/oCQNDweHmlGRVArKClJICEaYCMrK2I2NjlqXV6LKCgAAQAAAAAEAAOAACoAABMUFx4BFxYXNyYnLgEnJjU0Nz4BNzYzMhYXByERByYnLgEnJiMiBw4BBwYADAwtICAoVR4YGCIJCR4eaUZFUFCLNZABgJYjKSlcMjI1al1eiygoAYA5NjZiKysjYBohIEkpKCtQRUZpHh48NJABgJYjHBsnCwooKIteXQAAAAACAAAAQAQBAwAAJgBNAAATMhceARcWFRQHDgEHBiMiJy4BJyY1JzQ3PgE3NjMVIgYHDgEHPgEhMhceARcWFRQHDgEHBiMiJy4BJyY1JzQ3PgE3NjMVIgYHDgEHPgHhLikpPRESEhE9KSkuLikpPRESASMjelJRXUB1LQkQBwgSAkkuKSk9ERISET0pKS4uKSk9ERIBIyN6UlFdQHUtCRAHCBICABIRPSkpLi4pKT0REhIRPSkpLiBdUVJ6IyOAMC4IEwoCARIRPSkpLi4pKT0REhIRPSkpLiBdUVJ6IyOAMC4IEwoCAQAABgBA/8AEAAPAAAMABwALABEAHQApAAAlIRUhESEVIREhFSEnESM1IzUTFTMVIzU3NSM1MxUVESM1MzUjNTM1IzUBgAKA/YACgP2AAoD9gMBAQECAwICAwMCAgICAgIACAIACAIDA/wDAQP3yMkCSPDJAku7+wEBAQEBAAAYAAP/ABAADwAADAAcACwAXACMALwAAASEVIREhFSERIRUhATQ2MzIWFRQGIyImETQ2MzIWFRQGIyImETQ2MzIWFRQGIyImAYACgP2AAoD9gAKA/YD+gEs1NUtLNTVLSzU1S0s1NUtLNTVLSzU1SwOAgP8AgP8AgANANUtLNTVLS/61NUtLNTVLS/61NUtLNTVLSwADAAAAAAQAA6AAAwANABQAADchFSElFSE1EyEVITUhJQkBIxEjEQAEAPwABAD8AIABAAEAAQD9YAEgASDggEBAwEBAAQCAgMABIP7g/wABAAAAAAACAB7/zAPiA7QAMwBkAAABIiYnJicmNDc2PwE+ATMyFhcWFxYUBwYPAQYiJyY0PwE2NCcuASMiBg8BBhQXFhQHDgEjAyImJyYnJjQ3Nj8BNjIXFhQPAQYUFx4BMzI2PwE2NCcmNDc2MhcWFxYUBwYPAQ4BIwG4ChMIIxISEhIjwCNZMTFZIyMSEhISI1gPLA8PD1gpKRQzHBwzFMApKQ8PCBMKuDFZIyMSEhISI1gPLA8PD1gpKRQzHBwzFMApKQ8PDysQIxISEhIjwCNZMQFECAckLS1eLS0kwCIlJSIkLS1eLS0kVxAQDysPWCl0KRQVFRTAKXQpDysQBwj+iCUiJC0tXi0tJFcQEA8rD1gpdCkUFRUUwCl0KQ8rEA8PJC0tXi0tJMAiJQAAAAAFAAD/wAQAA8AAGwA3AFMAXwBrAAAFMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWEzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NhMyNz4BNzY3BgcOAQcGIyInLgEnJicWFx4BFxYnNDYzMhYVFAYjIiYlNDYzMhYVFAYjIiYCAGpdXosoKCgoi15dampdXosoKCgoi15dalZMTHEgISEgcUxMVlZMTHEgISEgcUxMVisrKlEmJiMFHBtWODc/Pzc4VhscBSMmJlEqK9UlGxslJRsbJQGAJRsbJSUbGyVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoA6AhIHFMTFZWTExxICEhIHFMTFZWTExxICH+CQYGFRAQFEM6OlYYGRkYVjo6QxQQEBUGBvcoODgoKDg4KCg4OCgoODgAAAMAAP/ABAADwAAbADcAQwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTBycHFwcXNxc3JzcCAGpdXosoKCgoi15dampdXosoKCgoi15dalZMTHEgISEgcUxMVlZMTHEgISEgcUxMSqCgYKCgYKCgYKCgA8AoKIteXWpqXV6LKCgoKIteXWpqXV6LKCj8YCEgcUxMVlZMTHEgISEgcUxMVlZMTHEgIQKgoKBgoKBgoKBgoKAAAQBl/8ADmwPAACkAAAEiJiMiBw4BBwYVFBYzLgE1NDY3MAcGAgcGBxUhEzM3IzceATMyNjcOAQMgRGhGcVNUbRobSUgGDWVKEBBLPDxZAT1sxizXNC1VJi5QGB09A7AQHh1hPj9BTTsLJjeZbwN9fv7Fj5AjGQIAgPYJDzdrCQcAAAAAAgAAAAAEAAOAAAkAFwAAJTMHJzMRIzcXIyURJyMRMxUhNTMRIwcRA4CAoKCAgKCggP8AQMCA/oCAwEDAwMACAMDAwP8AgP1AQEACwIABAAADAMAAAANAA4AAFgAfACgAAAE+ATU0Jy4BJyYjIREhMjc+ATc2NTQmATMyFhUUBisBEyMRMzIWFRQGAsQcIBQURi4vNf7AAYA1Ly5GFBRE/oRlKjw8KWafn58sPj4B2yJULzUvLkYUFPyAFBRGLi81RnQBRks1NUv+gAEASzU1SwAAAAACAMAAAANAA4AAHwAjAAABMxEUBw4BBwYjIicuAScmNREzERQWFx4BMzI2Nz4BNQEhFSECwIAZGVc6O0JCOzpXGRmAGxgcSSgoSRwYG/4AAoD9gAOA/mA8NDVOFhcXFk41NDwBoP5gHjgXGBsbGBc4Hv6ggAAAAAABAIAAAAOAA4AACwAAARUjATMVITUzASM1A4CA/sCA/kCAAUCAA4BA/QBAQAMAQAABAAAAAAQAA4AAPQAAARUjHgEVFAYHDgEjIiYnLgE1MxQWMzI2NTQmIyE1IS4BJy4BNTQ2Nz4BMzIWFx4BFSM0JiMiBhUUFjMyFhcEAOsVFjUwLHE+PnEsMDWAck5OcnJO/gABLAIEATA1NTAscT4+cSwwNYByTk5yck47bisBwEAdQSI1YiQhJCQhJGI1NExMNDRMQAEDASRiNTViJCEkJCEkYjU0TEw0NEwhHwAAAAcAAP/ABAADwAADAAcACwAPABMAGwAjAAATMxUjNzMVIyUzFSM3MxUjJTMVIwMTIRMzEyETAQMhAyMDIQMAgIDAwMABAICAwMDAAQCAgBAQ/QAQIBACgBD9QBADABAgEP2AEAHAQEBAQEBAQEBAAkD+QAHA/oABgPwAAYD+gAFA/sAAAAoAAAAABAADgAADAAcACwAPABMAFwAbAB8AIwAnAAATESERATUhFR0BITUBFSE1IxUhNREhFSElIRUhETUhFQEhFSEhNSEVAAQA/YABAP8AAQD/AED/AAEA/wACgAEA/wABAPyAAQD/AAKAAQADgPyAA4D9wMDAQMDAAgDAwMDA/wDAwMABAMDA/sDAwMAAAAUAAAAABAADgAADAAcACwAPABMAABMhFSEVIRUhESEVIREhFSERIRUhAAQA/AACgP2AAoD9gAQA/AAEAPwAA4CAQID/AIABQID/AIAAAAAABQAAAAAEAAOAAAMABwALAA8AEwAAEyEVIRchFSERIRUhAyEVIREhFSEABAD8AMACgP2AAoD9gMAEAPwABAD8AAOAgECA/wCAAUCA/wCAAAAFAAAAAAQAA4AAAwAHAAsADwATAAATIRUhBSEVIREhFSEBIRUhESEVIQAEAPwAAYACgP2AAoD9gP6ABAD8AAQA/AADgIBAgP8AgAFAgP8AgAAAAAABAD8APwLmAuYALAAAJRQPAQYjIi8BBwYjIi8BJjU0PwEnJjU0PwE2MzIfATc2MzIfARYVFA8BFxYVAuYQThAXFxCoqBAXFhBOEBCoqBAQThAWFxCoqBAXFxBOEBCoqBDDFhBOEBCoqBAQThAWFxCoqBAXFxBOEBCoqBAQThAXFxCoqBAXAAAABgAAAAADJQNuABQAKAA8AE0AVQCCAAABERQHBisBIicmNRE0NzY7ATIXFhUzERQHBisBIicmNRE0NzY7ATIXFhcRFAcGKwEiJyY1ETQ3NjsBMhcWExEhERQXFhcWMyEyNzY3NjUBIScmJyMGBwUVFAcGKwERFAcGIyEiJyY1ESMiJyY9ATQ3NjsBNzY3NjsBMhcWHwEzMhcWFQElBgUIJAgFBgYFCCQIBQaSBQUIJQgFBQUFCCUIBQWSBQUIJQgFBQUFCCUIBQVJ/gAEBAUEAgHbAgQEBAT+gAEAGwQGtQYEAfcGBQg3Ghsm/iUmGxs3CAUFBQUIsSgIFxYXtxcWFgkosAgFBgIS/rcIBQUFBQgBSQgFBgYFCP63CAUFBQUIAUkIBQYGBQj+twgFBQUFCAFJCAUGBgX+WwId/eMNCwoFBQUFCgsNAmZDBQICBVUkCAYF/eMwIiMhIi8CIAUGCCQIBQVgFQ8PDw8VYAUFCAACAAcASQO3Aq8AGgAuAAAJAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVFAcBFRQHBiMhIicmPQE0NzYzITIXFgFO/vYGBwgFHQYG4eEGBh0FCAcGAQoGBgJpBQUI/dsIBQUFBQgCJQgFBQGF/vYGBhwGCAcG4OEGBwcGHQUF/vUFCAcG/vslCAUFBQUIJQgFBQUFAAAAAQAjAAAD3QNuALMAACUiJyYjIgcGIyInJjU0NzY3Njc2NzY9ATQnJiMhIgcGHQEUFxYXFjMWFxYVFAcGIyInJiMiBwYjIicmNTQ3Njc2NzY3Nj0BETQ1NDU0JzQnJicmJyYnJicmIyInJjU0NzYzMhcWMzI3NjMyFxYVFAcGIwYHBgcGHQEUFxYzITI3Nj0BNCcmJyYnJjU0NzYzMhcWMzI3NjMyFxYVFAcGByIHBgcGFREUFxYXFhcyFxYVFAcGIwPBGTMyGhkyMxkNCAcJCg0MERAKEgEHFf5+FgcBFQkSEw4ODAsHBw4bNTUaGDExGA0HBwkJCwwQDwkSAQIBAgMEBAUIEhENDQoLBwcOGjU1GhgwMRgOBwcJCgwNEBAIFAEHDwGQDgcBFAoXFw8OBwcOGTMyGRkxMRkOBwcKCg0NEBEIFBQJEREODQoLBwcOAAICAgIMCw8RCQkBAQMDBQxE4AwFAwMFDNRRDQYBAgEICBIPDA0CAgICDAwOEQgJAQIDAwUNRSEB0AINDQgIDg4KCgsLBwcDBgEBCAgSDwwNAgICAg0MDxEICAECAQYMULYMBwEBBwy2UAwGAQEGBxYPDA0CAgICDQwPEQgIAQECBg1P/eZEDAYCAgEJCBEPDA0AAAIAAP+3A/8DtwATADkAAAEyFxYVFAcCBwYjIicmNTQ3ATYzARYXFh8BFgcGIyInJicmJyY1FhcWFxYXFjMyNzY3Njc2NzY3NjcDmygeHhq+TDdFSDQ0NQFtISn9+BcmJy8BAkxMe0c2NiEhEBEEExQQEBIRCRcIDxITFRUdHR4eKQO3GxooJDP+mUY0NTRJSTABSx/9sSsfHw0oek1MGhsuLzo6RAMPDgsLCgoWJRsaEREKCwQEAgABAAAAAAAA9evv618PPPUACwQAAAAAANbEBFgAAAAA1sQEWAAA/7cEAQPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAD//wQBAAEAAAAAAAAAAAAAAAAAAAAhBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAABAAAAAQAAMAEAAAABAAAAAQAAAAEAABABAAAAAQAAAAEAAAeBAAAAAQAAAAEAABlBAAAAAQAAMAEAADABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAMlAD8DJQAAA74ABwQAACMD/wAAAAAAAAAKABQAHgBMAJQA+AE2AXwBwgI2AnQCvgLoA34EHgSIBMoE8gU0BXAFiAXgBiIGagaSBroG5AcoB+AIKgkcCXgAAQAAACEAtAAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");font-weight:400;font-style:normal}[class*=" w-e-icon-"],[class^=w-e-icon-]{font-family:w-e-icon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-e-icon-close:before{content:"\F00D"}.w-e-icon-upload2:before{content:"\E9C6"}.w-e-icon-trash-o:before{content:"\F014"}.w-e-icon-header:before{content:"\F1DC"}.w-e-icon-pencil2:before{content:"\E906"}.w-e-icon-paint-brush:before{content:"\F1FC"}.w-e-icon-image:before{content:"\E90D"}.w-e-icon-play:before{content:"\E912"}.w-e-icon-location:before{content:"\E947"}.w-e-icon-undo:before{content:"\E965"}.w-e-icon-redo:before{content:"\E966"}.w-e-icon-quotes-left:before{content:"\E977"}.w-e-icon-list-numbered:before{content:"\E9B9"}.w-e-icon-list2:before{content:"\E9BB"}.w-e-icon-link:before{content:"\E9CB"}.w-e-icon-happy:before{content:"\E9DF"}.w-e-icon-bold:before{content:"\EA62"}.w-e-icon-underline:before{content:"\EA63"}.w-e-icon-italic:before{content:"\EA64"}.w-e-icon-strikethrough:before{content:"\EA65"}.w-e-icon-table2:before{content:"\EA71"}.w-e-icon-paragraph-left:before{content:"\EA77"}.w-e-icon-paragraph-center:before{content:"\EA78"}.w-e-icon-paragraph-right:before{content:"\EA79"}.w-e-icon-terminal:before{content:"\F120"}.w-e-icon-page-break:before{content:"\EA68"}.w-e-icon-cancel-circle:before{content:"\EA0D"}.w-e-icon-font:before{content:"\EA5C"}.w-e-icon-text-heigh:before{content:"\EA5F"}.w-e-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 5px}.w-e-toolbar .w-e-menu{position:relative;text-align:center;padding:5px 10px;cursor:pointer}.w-e-toolbar .w-e-menu i{color:#999}.w-e-toolbar .w-e-menu:hover i{color:#333}.w-e-toolbar .w-e-active:hover i,.w-e-toolbar .w-e-active i{color:#1e88e5}.w-e-text-container .w-e-panel-container{position:absolute;top:0;left:50%;border:1px solid #ccc;border-top:0;-webkit-box-shadow:1px 1px 2px #ccc;box-shadow:1px 1px 2px #ccc;color:#333;background-color:#fff}.w-e-text-container .w-e-panel-container .w-e-panel-close{position:absolute;right:0;top:0;padding:5px;margin:2px 5px 0 0;cursor:pointer;color:#999}.w-e-text-container .w-e-panel-container .w-e-panel-close:hover{color:#333}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;margin:2px 10px 0;border-bottom:1px solid #f1f1f1}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-item{padding:3px 5px;color:#999;cursor:pointer;margin:0 3px;position:relative;top:1px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-active{color:#333;border-bottom:1px solid #333;cursor:default;font-weight:700}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content{padding:10px 15px;font-size:16px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea{width:100%;border:1px solid #ccc;padding:5px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus{border-color:#1e88e5}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text]{border:none;border-bottom:1px solid #ccc;font-size:14px;height:20px;color:#333;text-align:left}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].small{width:30px;text-align:center}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].block{display:block;width:100%;margin:10px 0}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text]:focus{border-bottom:2px solid #1e88e5}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button{font-size:14px;color:#1e88e5;border:none;padding:5px 10px;background-color:#fff;cursor:pointer;border-radius:3px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.left{float:left;margin-right:10px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.right{float:right;margin-left:10px}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.gray{color:#999}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.red{color:#c24f4a}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button:hover{background-color:#f1f1f1}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container:after{content:"";display:table;clear:both}.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item{cursor:pointer;font-size:18px;padding:0 3px;display:inline-block}.w-e-text-container .w-e-panel-container .w-e-up-img-container{text-align:center}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn{display:inline-block;color:#999;cursor:pointer;font-size:60px;line-height:1}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn:hover{color:#333}.w-e-text-container{position:relative}.w-e-text-container .w-e-progress{position:absolute;background-color:#1e88e5;bottom:0;left:0;height:1px}.w-e-text{padding:0 10px;overflow-y:scroll}.w-e-text h1,.w-e-text h2,.w-e-text h3,.w-e-text h4,.w-e-text h5,.w-e-text p,.w-e-text pre,.w-e-text table{margin:10px 0;line-height:1.5}.w-e-text ol,.w-e-text ul{margin:10px 0 10px 20px}.w-e-text blockquote{display:block;border-left:8px solid #d0e5f2;padding:5px 10px;margin:10px 0;line-height:1.4;font-size:100%;background-color:#f1f1f1}.w-e-text code{display:inline-block;background-color:#f1f1f1;border-radius:3px;padding:3px 5px;margin:0 3px}.w-e-text pre code{display:block}.w-e-text table{border-top:1px solid #ccc;border-left:1px solid #ccc}.w-e-text table td,.w-e-text table th{border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:3px 5px}.w-e-text table th{border-bottom:2px solid #ccc;text-align:center}.w-e-text img{cursor:pointer}.w-e-text img:hover{-webkit-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}.editor-wrapper *{z-index:100!important}.count-style{font-size:50px}.mkt-edit__text{width:640px;background:#fff;border-radius:4px}.mkt-edit__text .mkt-edit__box{z-index:1}.picbox-wrap[data-v-3d806a6e]{width:380px;display:inline-block}.picbox-wrap .addicon-box[data-v-3d806a6e]{border:1px dashed #e6e8e9}.picbox-wrap .addicon-box[data-v-3d806a6e],.picbox-wrap .pic-wrap[data-v-3d806a6e]{display:inline-block;width:84px;height:84px;line-height:84px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:10px;vertical-align:top}.picbox-wrap .pic-wrap[data-v-3d806a6e]{margin-bottom:10px;position:relative;cursor:pointer}.picbox-wrap .pic-wrap:hover .close-icon[data-v-3d806a6e],.picbox-wrap .pic-wrap:hover .edit-style[data-v-3d806a6e]{display:-webkit-box;display:-ms-flexbox;display:flex}.picbox-wrap .close-icon[data-v-3d806a6e]{width:14px;height:14px;position:absolute;top:-6px;right:-6px;cursor:pointer;display:none}.picbox-wrap .edit-style[data-v-3d806a6e]{width:100%;height:25px;background:rgba(26,144,255,.7);position:absolute;left:0;bottom:0;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;display:none}.picstyle-radios[data-v-3d806a6e]{margin-bottom:20px}.picstyle-radios .style-radio[data-v-3d806a6e]{font-size:0;width:140px;height:90px;padding:0;position:relative}.picstyle-radios .style-radio .style-normal-partone[data-v-3d806a6e]{width:55px;height:60px;position:absolute;left:10px;top:15px;background:#1890ff;opacity:.07}.picstyle-radios .style-radio .style-normal-parttwo[data-v-3d806a6e]{width:55px;height:60px;position:absolute;right:10px;top:15px;background:#1890ff;opacity:.07}.picstyle-radios .style-radio .style-slide-partone[data-v-3d806a6e]{position:absolute;left:10px;top:35px;z-index:5}.picstyle-radios .style-radio .style-slide-parttwo[data-v-3d806a6e]{width:26px;height:60px;position:absolute;left:10px;top:15px;background:#f0f0f0}.picstyle-radios .style-radio .style-slide-partthree[data-v-3d806a6e]{width:26px;height:60px;position:absolute;left:41px;top:15px;background:#f0f0f0}.picstyle-radios .style-radio .style-slide-partfour[data-v-3d806a6e]{width:26px;height:60px;position:absolute;left:73px;top:15px;background:#f0f0f0}.picstyle-radios .style-radio .style-slide-partfive[data-v-3d806a6e]{width:26px;height:60px;position:absolute;right:10px;top:15px;background:#f0f0f0}.picstyle-radios .style-radio .style-slide-partsix[data-v-3d806a6e]{position:absolute;right:10px;top:35px;z-index:5}.edititems-style[data-v-3d806a6e]{background:#f7f7f7;font-size:14px;color:#333;margin-bottom:20px}[data-v-3d806a6e] .ivu-input,[data-v-3d806a6e] .ivu-radio-group-button .ivu-radio-wrapper:first-child,[data-v-3d806a6e] .ivu-radio-group-button .ivu-radio-wrapper:last-child,[data-v-3d806a6e] .ivu-select-selection{border-radius:0}[data-v-3d806a6e] .ivu-btn-default{width:70px;height:32px;border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.dialog_banner[data-v-548fb143]{width:100%}.dialog_banner .dialog_banner_item[data-v-548fb143]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_left[data-v-548fb143]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;padding-top:9px;margin-right:10px;min-width:60px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_addpic[data-v-548fb143]{width:84px;height:84px;background:#fff;border:1px dashed #d9d9d9;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:55px;color:#d9d9d9;font-weight:100;cursor:pointer;margin-bottom:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img:hover .banner_close[data-v-548fb143],.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img:hover .banner_set[data-v-548fb143]{display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img[data-v-548fb143]{width:84px;height:84px;margin-left:10px;position:relative;background:#d9d9d9;margin-bottom:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img img[data-v-548fb143]{width:100%;height:100%}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img .banner_close[data-v-548fb143]{width:14px;height:14px;position:absolute;top:-6px;right:-6px;cursor:pointer;display:none}.dialog_banner .dialog_banner_item .dialog_banner_item_right .dialog_banner_img .banner_set[data-v-548fb143]{width:100%;height:25px;background:rgba(26,144,255,.7);position:absolute;left:0;bottom:0;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;display:none}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143] .ivu-input{background:#fff;border-radius:1px;border:1px solid #d9d9d9}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143] .ivu-btn-default{width:70px;height:32px;border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143] .ivu-radio{margin-right:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_radio[data-v-548fb143]{width:100%;padding-top:7px;margin-left:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}.dialog_banner .dialog_banner_item .dialog_banner_item_right[data-v-548fb143] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143]{width:100%;padding-top:20px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail .banner_set_detail_item[data-v-548fb143]{margin-right:40px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail span[data-v-548fb143]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:18px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143] .ivu-input-wrapper{margin-left:10px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143] .ivu-input-suffix span{line-height:28px;font-size:14px;font-family:MicrosoftYaHeiUI;color:#e0e0de}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143] .ivu-input{font-size:14px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143] .ivu-input-with-suffix{padding-right:25px}.dialog_banner .dialog_banner_item .dialog_banner_item_right .banner_set_detail[data-v-548fb143] .ivu-input-suffix{width:25px}.dialog_banner .dialog_banner_title[data-v-548fb143]{width:100%;padding:13px 14px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0}.dialog_banner .dialog_banner_title h3[data-v-548fb143]{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;font-weight:500}.dialog_banner .dialog_banner_style[data-v-548fb143]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.dialog_banner .dialog_banner_style .dialog_banner_style_item[data-v-548fb143],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active[data-v-548fb143]{width:140px;height:90px;padding:5px;background:#fff;border-radius:1px;border:1px solid #d9d9d9;margin-right:10px;cursor:pointer}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main[data-v-548fb143],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main[data-v-548fb143]{width:100%;height:100%;background:hsla(0,0%,85.1%,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main h3[data-v-548fb143],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main h3[data-v-548fb143]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_banner .dialog_banner_style .dialog_banner_style_item .style_main p[data-v-548fb143],.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main p[data-v-548fb143]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active[data-v-548fb143]{border:1px solid #1890ff}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main[data-v-548fb143]{width:100%;height:100%;background:rgba(24,144,255,.07);border-radius:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main h3[data-v-548fb143]{margin-bottom:7px;font-size:14px;font-family:MicrosoftYaHeiUI-Bold,MicrosoftYaHeiUI;font-weight:700;color:#7a8b9c;line-height:14px}.dialog_banner .dialog_banner_style .dialog_banner_style_item_active .style_main p[data-v-548fb143]{font-size:11px;font-family:MicrosoftYaHeiUI;color:#8e9eaf;line-height:11px}.repaire-linkinputstyle[data-v-548fb143]{max-width:332px;height:32px;margin-left:10px}.repaire-numinputstyle[data-v-548fb143]{width:70px;height:32px;text-align:right}.picbox-wrap[data-v-4444e2a0]{width:380px;display:inline-block}.picbox-wrap .addicon-box[data-v-4444e2a0]{border:1px dashed #e6e8e9}.picbox-wrap .addicon-box[data-v-4444e2a0],.picbox-wrap .pic-wrap[data-v-4444e2a0]{display:inline-block;width:84px;height:84px;line-height:84px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:10px;vertical-align:top}.picbox-wrap .pic-wrap[data-v-4444e2a0]{margin-bottom:10px;position:relative;cursor:pointer}.picbox-wrap .pic-wrap:hover .close-icon[data-v-4444e2a0],.picbox-wrap .pic-wrap:hover .edit-style[data-v-4444e2a0]{display:-webkit-box;display:-ms-flexbox;display:flex}.picbox-wrap .close-icon[data-v-4444e2a0]{width:14px;height:14px;position:absolute;top:-6px;right:-6px;cursor:pointer;display:none}.picbox-wrap .edit-style[data-v-4444e2a0]{width:100%;height:25px;background:rgba(26,144,255,.7);position:absolute;left:0;bottom:0;font-size:14px;font-family:MicrosoftYaHeiUI;color:#fff;line-height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;display:none}.picstyle-radios[data-v-4444e2a0]{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.picstyle-radios .style-radio[data-v-4444e2a0]{font-size:0;width:140px;height:90px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.picstyle-radios .style-radio .img-left-partone[data-v-4444e2a0]{width:65px;height:80px;background:#1890ff;opacity:.07}.picstyle-radios .style-radio .img-text-styleone[data-v-4444e2a0]{width:65px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.picstyle-radios .style-radio span[data-v-4444e2a0]{color:#8e9eaf;font-size:11px}.picstyle-radios .style-radio .img-right-partone[data-v-4444e2a0]{width:65px;height:80px;background:#f0f0f0}.picstyle-radios .style-radio .neat-four-wrap[data-v-4444e2a0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.picstyle-radios .style-radio .neat-four-wrap .neat-four-img[data-v-4444e2a0]{height:50px}.picstyle-radios .style-radio .neat-four-wrap .neat-four-img .img-top-partone[data-v-4444e2a0]{display:inline-block;width:25px;height:25px;margin:22px 3px 0;background:#f0f0f0}.picstyle-radios .style-radio .neat-four-wrap .neat-four-text span[data-v-4444e2a0]{display:inline-block;width:25px;margin:0 3px}.picstyle-radios .style-radio .img-two-left .img-little-item[data-v-4444e2a0]{width:65px;height:30px;background:#f0f0f0}.picstyle-radios .style-radio .img-two-left .img-little-item[data-v-4444e2a0]:first-child{margin-bottom:10px}.picstyle-radios .style-radio[data-v-4444e2a0]:not(first-child){margin-left:10px}.picstyle-radios .style-radio[data-v-4444e2a0]:nth-child(3){width:140px;height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.picstyle-radios .style-radio[data-v-4444e2a0]:nth-child(4){margin-top:20px}.edititems-style[data-v-4444e2a0]{background:#f7f7f7;font-size:14px;color:#333;margin-bottom:20px}.half-block[data-v-4444e2a0]{display:inline-block;width:50%}[data-v-4444e2a0] .ivu-input,[data-v-4444e2a0] .ivu-radio-group-button .ivu-radio-wrapper:first-child,[data-v-4444e2a0] .ivu-radio-group-button .ivu-radio-wrapper:last-child,[data-v-4444e2a0] .ivu-select-selection{border-radius:0}[data-v-4444e2a0] .ivu-btn-default{width:70px;height:32px;border-radius:2px;border:1px solid #ddd;margin-left:12px;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#333;line-height:14px}.my_module_item:hover .my_module_item_set[data-v-5c43676a]{display:block}.my_module_item[data-v-5c43676a]{width:100%;min-height:80px;padding:10px;border:1px dashed #999;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:20px}.my_module_item .my_module_item_title[data-v-5c43676a]{position:absolute;top:10px;left:10px;padding:10px 36px;background:#1890ff;opacity:.7;z-index:99;font-size:14px;font-family:MicrosoftYaHei;color:#fff;line-height:16px}.my_module_item .my_module_item_set[data-v-5c43676a]{position:absolute;bottom:10px;right:10px;z-index:99;display:none}.my_module_item .my_module_item_set button[data-v-5c43676a]{padding:11px 19px;border:none;border-right:1px solid hsla(0,0%,100%,.7);outline:none;background:rgba(0,0,0,.7);cursor:pointer;font-size:14px;font-family:MicrosoftYaHei;color:#fff;line-height:14px}.my_module_item .my_module_item_set button[data-v-5c43676a]:hover{background:#1890ff}[data-v-5c43676a] .ivu-modal-content{min-width:640px}[data-v-5c43676a] .ivu-modal-body{padding:30px 50px;max-height:650px;overflow:auto}[data-v-5c43676a] .vertical-center-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-v-5c43676a] .vertical-center-modal /deep/ .ivu-modal{top:0}[data-v-5c43676a] .ivu-modal-body::-webkit-scrollbar{width:5px;height:1px}[data-v-5c43676a] .ivu-modal-body::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px hsla(0,0%,55.3%,.2);box-shadow:inset 0 0 5px hsla(0,0%,55.3%,.2);background:#535353}[data-v-5c43676a] .ivu-modal-body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px hsla(0,0%,55.3%,.2);box-shadow:inset 0 0 5px hsla(0,0%,55.3%,.2);border-radius:10px;background:#ededed}.module[data-v-555c15b7]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.module .new_module[data-v-555c15b7]{width:226px;min-width:226px;height:100%;background:#fff;padding:10px;margin-right:20px}.module .new_module h3[data-v-555c15b7]{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:16px;margin-bottom:26px;padding:10px}.module .new_module .module_title[data-v-555c15b7]{width:100%;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;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:14px;position:relative;padding:10px}.module .new_module .module_title .module_title_line[data-v-555c15b7]{width:100%;position:absolute;border-top:1px solid #e8e8e8;top:50%;left:0}.module .new_module .module_title p[data-v-555c15b7]{position:absolute;z-index:2;padding:0 5px;background:#fff}.module .new_module .basics_module[data-v-555c15b7]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 0 20px 0}.module .new_module .basics_module .basics_module_item[data-v-555c15b7]:hover{-webkit-box-shadow:0 0 9px 0 hsla(0,0%,83.5%,.5);box-shadow:0 0 9px 0 hsla(0,0%,83.5%,.5);border-radius:5px;color:#1890ff}.module .new_module .basics_module .basics_module_item:hover .basics_module_item_main .svg-icon[data-v-555c15b7]{fill:#1890ff}.module .new_module .basics_module .basics_module_item[data-v-555c15b7]{width:33.333%;height:64px;color:#333;cursor:pointer;margin-bottom:12px;overflow:hidden}.module .new_module .basics_module .basics_module_item .basics_module_item_main[data-v-555c15b7]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.module .new_module .basics_module .basics_module_item .basics_module_item_main .svg-icon[data-v-555c15b7]{width:22px;height:22px;margin-bottom:8px;fill:#aaafc2}.module .new_module .basics_module .basics_module_item .basics_module_item_main p[data-v-555c15b7]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400}.module .my_module[data-v-555c15b7]{width:calc(100% - 246px);padding:20px;background:#fff;overflow:auto}.module .my_module .my_module_nav[data-v-555c15b7]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.module .my_module .my_module_nav h3[data-v-555c15b7]{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:16px;margin-bottom:26px}.module .my_module .my_module_nav button[data-v-555c15b7]{width:90px;height:32px;background:#1890ff;border-radius:4px;border:none;outline:none;font-size:14px;font-family:PingFangTC-Regular,PingFangTC;font-weight:400;color:#fff;line-height:20px;margin-left:10px;cursor:pointer}.module .my_module .my_module_nav button[data-v-555c15b7]:hover{background:#3faaff}.module .my_module .my_module_tip[data-v-555c15b7]{width:100%;height:calc(100% - 180px);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}.module .my_module .my_module_tip .svg-icon[data-v-555c15b7]{width:36px;height:24px;fill:#aaafc2;margin-right:14px}.module .my_module .my_module_tip p[data-v-555c15b7]{font-size:14px;font-family:MicrosoftYaHei;color:#2b2b2b;line-height:14px}.module .test-1[data-v-555c15b7]::-webkit-scrollbar{width:10px;height:1px}.module .test-1[data-v-555c15b7]::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#535353}.module .test-1[data-v-555c15b7]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:10px;background:#ededed}
\ No newline at end of file
.content{padding:20px;background-color:#fff}.content h3{margin-top:10px;margin-bottom:10px}.content .steps{margin-bottom:10px;margin-left:30px}.content .shareholder_info h3{display:inline-block;margin-top:10px;margin-bottom:30px}.content .shareholder_info .button{margin-right:20px;float:right}.content .shareholder_info .button button{margin-left:10px}.footer-button button{margin-top:10px;margin-right:5px}.demo-drawer-footer{width:100%;position:absolute;bottom:0;left:0;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;background:#fff}
\ No newline at end of file
.tfhref[data-v-955a1af6]{width:100%;height:100%;overflow:auto}.tfhref .tfhref_wrapper[data-v-955a1af6]{display:-webkit-box;display:-ms-flexbox;display:flex}.tfhref .iframeIm[data-v-955a1af6]{position:fixed;bottom:0;right:0;z-index:999;width:500px;height:514px}
\ No newline at end of file
.button button{margin-right:20px;margin-bottom:20px}.vertical-center-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vertical-center-modal .ivu-modal{top:0}
\ No newline at end of file
button{margin-left:10px}.content{margin-top:20px;padding:20px;background-color:#fff}.content h3{margin-bottom:15px}.content .steps{margin-bottom:20px;margin-left:30px}.demo-drawer-footer{width:100%;position:absolute;bottom:0;left:0;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;background:#fff}.info{background:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.2);padding:15px;margin-bottom:5px}.info .ivu-form-item-content span{font-size:12px;font-family:Helvetica;color:#000;line-height:14px}.strengthenSpan{word-break:normal;width:auto;display:block;white-space:pre-wrap;word-wrap:break-word;overflow:auto;height:200px}
\ No newline at end of file
.swiperMain[data-v-5764b6e6]{width:100%;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}.swiper-container[data-v-5764b6e6]{width:100%;max-width:100%;height:400px}.swiper-container .swiper-wrapper[data-v-5764b6e6]{width:100%}.swiper-container .swiper-slide[data-v-5764b6e6]{position:relative}.swiper-container .swiper-slide .swiper_text[data-v-5764b6e6],.swiper-container .swiper-slide[data-v-5764b6e6]{width:100%;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}.swiper-container .swiper-slide .swiper_text[data-v-5764b6e6]{height:100%;position:absolute;padding:70px 7%;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.swiper-container .swiper-slide .swiper_text h1[data-v-5764b6e6]{font-size:60px;font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;font-weight:700;line-height:60px;color:#333;margin-bottom:30px}.swiper-container .swiper-slide .swiper_text p[data-v-5764b6e6]{font-size:20px;font-family:MicrosoftYaHei;line-height:20px;color:#333}.swiper-container img[data-v-5764b6e6]{width:100%;height:100%}@media screen and (max-width:750px){.swiper-container[data-v-5764b6e6]{height:200px!important}.swiper-container .swiper_text[data-v-5764b6e6]{padding:20px!important}.swiper-container .swiper_text h1[data-v-5764b6e6]{font-size:30px!important;margin-bottom:15px!important;line-height:30px!important}.swiper-container .swiper_text p[data-v-5764b6e6]{font-size:10px!important;line-height:20px!important}}.buttonMain[data-v-bac02338]{width:100%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buttonMain .buttonMain_btn[data-v-bac02338]{min-width:120px;padding:10px 40px;background:#1890ff;border-radius:4px;border:1px solid;outline:none;cursor:pointer;font-size:14px;font-family:MicrosoftYaHei;color:#fff;line-height:14px}@media screen and (max-width:750px){.buttonMain[data-v-bac02338]{padding:0 15px}.buttonMain_btn[data-v-bac02338]{width:100%!important;height:40px!important}}[data-v-b000ae00] .ivu-select-selection{height:40px;border-radius:0;background:transparent;border-color:transparent}[data-v-b000ae00] .ivu-select-selection /deep/ .ivu-select-placeholder,[data-v-b000ae00] .ivu-select-selection /deep/ .ivu-select-selected-value{height:40px;font-size:14px;line-height:40px}[data-v-7a22c201] .ivu-radio{margin-right:10px}[data-v-7a22c201] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}[data-v-7a22c201] .ivu-checkbox-group-item{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}[data-v-7a22c201] .ivu-checkbox-group-item /deep/ .ivu-checkbox{margin-right:8px}[data-v-7a22c201] .ivu-checkbox-group-item /deep/ .ivu-checkbox-inner{width:16px;height:16px}[data-v-7a22c201] .ivu-checkbox-group-item /deep/ .ivu-checkbox-inner:after{top:2px;left:5px}[data-v-6091a83f] .ivu-input,[data-v-6091a83f] .ivu-input-group-append{height:40px;border-radius:0;border-color:transparent;background:transparent}[data-v-6091a83f] .ivu-input-group-append .ivu-btn,[data-v-6091a83f] .ivu-input .ivu-btn{height:40px}[data-v-6091a83f] .ivu-input-group-prepend{display:none}.form-footer[data-v-37871d56]{width:70%}.form-footer3[data-v-37871d56],.form-footer[data-v-37871d56]{position:fixed;bottom:0;right:0;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;background:#fff}.form-footer3[data-v-37871d56]{width:30%}.form-footer2[data-v-37871d56]{width:100%;position:absolute;bottom:0;right:0;border-top:1px solid #e8e8e8;padding:10px 16px;text-align:right;background:#fff}[data-v-37871d56] .ivu-input{height:40px;font-size:14px;border-radius:0;border-color:transparent;background:transparent}[data-v-37871d56] .ivu-form-item-error .ivu-input{border-color:#ed4014}[data-v-37871d56] .ivu-radio{margin-right:10px}[data-v-37871d56] .ivu-radio-inner:after{width:4.67px;height:4.67px;left:4px;top:4px}[data-v-37871d56] .ivu-radio-wrapper{font-size:14px;font-family:MicrosoftYaHeiUI;color:#333;line-height:14px;margin-right:30px}[data-v-37871d56] .ivu-form-item-error .ivu-select-selection{border-color:#ed4014}[data-v-37871d56] .ivu-card{background:transparent}[data-v-37871d56] .ivu-form .ivu-form-item-label{font-size:14px;font-family:MicrosoftYaHei;color:#333;line-height:14px}.mkdown-warpper[data-v-5ba98571]{background:#fff;width:100%;min-height:100px;border:1px dashed #999;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mkdown-warpper button[data-v-5ba98571]{width:100px;height:36px;background:#1890ff;opacity:.7;border-radius:0}.mkdown-warpper input[data-v-5ba98571]{outline:none;width:100%;background:#fff;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;font-size:24px}.mkdown-warpper .mkdown-active[data-v-5ba98571]{text-align:left}.photo img[data-v-5a50e28c]{width:100%}.pic-line{list-style:none;font-size:0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.pic-line li{-webkit-box-flex:1;-ms-flex:1;flex:1;display:inline-block;position:relative}.pic-line li img{display:inline-block;width:100%;height:100%}.pic-line li .pictitle{width:100%;background:#000;opacity:.4;color:#fff;font-size:14px;position:absolute;bottom:0;padding:11px 12px 10px 15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pic-line:hover{cursor:pointer}.imgstext-styleone[data-v-354570f3]{display:-webkit-box;display:-ms-flexbox;display:flex}.imgstext-styleone img[data-v-354570f3]{display:inline-block}.imgstext-styleone .content[data-v-354570f3]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px;height:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:5}.imgstext-styleone .content h3[data-v-354570f3]{font-size:27px;color:#333;font-weight:400}.imgstext-styleone .content .para[data-v-354570f3]{font-size:14px;color:#666;white-space:normal;word-break:break-all;word-wrap:break-word}.imgstext-styleone .item-wrap[data-v-354570f3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:25%}.imgstext-styleone .item-wrap .content[data-v-354570f3]{padding:0}.imgstext-styleone .item-line-wrap[data-v-354570f3]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 5px}.imgstext-styleone .item-line-wrap .content[data-v-354570f3]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px}@media screen and (max-width:768px){.imgstext-styleone .content[data-v-354570f3]{padding:5px}.imgstext-styleone .content .para[data-v-354570f3]{display:-webkit-box;-webkit-box-orient:vertical}.imgstext-styleone[data-v-354570f3]{-ms-flex-wrap:wrap;flex-wrap:wrap}.imgstext-styleone .item-line-wrap[data-v-354570f3]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%!important}.imgstext-styleone .item-line-wrap img[data-v-354570f3]{width:100%!important}.imgstext-styleone .item-line-wrap .content[data-v-354570f3]{padding:5px;width:100%!important}.imgstext-styleone .item-line-wrap .content .para[data-v-354570f3]{height:100%!important}.imgstext-styleone .item-wrap[data-v-354570f3]{width:50%}.imgstext-styleone .item-wrap .content .para[data-v-354570f3]{height:100%}}@media screen and (max-width:414px){.imgstext-styleone .content .para[data-v-354570f3]{height:100px;overflow:scroll}}.acrao[data-v-3ff854bd]{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;min-height:50px}.acrao .acrao_wrapper[data-v-3ff854bd]{width:100%}.acrao .topAffix[data-v-3ff854bd]{position:fixed;top:0;z-index:99;padding-right:17px}.acrao .bottomAffix[data-v-3ff854bd]{position:fixed;bottom:0;z-index:99;padding-right:17px}
\ No newline at end of file
.org-tree-container{display:inline-block;padding:15px;background-color:#fff}.org-tree{display:table;text-align:center}.org-tree:after,.org-tree:before{content:"";display:table;pointer-events:none}.org-tree:after{clear:both;pointer-events:none}.org-tree-node,.org-tree-node-children{position:relative;margin:0 auto;padding:0;list-style-type:none}.org-tree-node-children:after,.org-tree-node-children:before,.org-tree-node:after,.org-tree-node:before{-webkit-transition:all .35s;transition:all .35s;pointer-events:none}.org-tree-node-label{position:relative;display:inline-block}.org-tree-node-label .org-tree-node-label-inner{padding:10px 15px;text-align:center;border-radius:3px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15)}.org-tree-button-wrapper{position:absolute;top:100%;left:50%;width:0;height:0;z-index:10;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.org-tree-button-wrapper .org-tree-node-btn{position:relative;display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #ccc;border-radius:50%;-webkit-box-shadow:0 0 2px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.15);cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translate(-50%,9px);transform:translate(-50%,9px)}.org-tree-button-wrapper .org-tree-node-btn:hover{background-color:#e7e8e9;-webkit-transform:translate(-50%,9px) scale(1.15);transform:translate(-50%,9px) scale(1.15)}.org-tree-button-wrapper .org-tree-node-btn:after,.org-tree-button-wrapper .org-tree-node-btn:before{content:"";position:absolute;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.org-tree-button-wrapper .org-tree-node-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn.expanded:after{border:none;pointer-events:none}.org-tree-node{padding-top:20px;display:table-cell;vertical-align:top}.org-tree-node.collapsed,.org-tree-node.is-leaf{padding-left:10px;padding-right:10px}.org-tree-node:after,.org-tree-node:before{pointer-events:none;content:"";position:absolute;top:0;left:0;width:50%;height:19px}.org-tree-node:after{left:50%;border-left:1px solid #ddd;pointer-events:none}.org-tree-node:not(:first-child):before,.org-tree-node:not(:last-child):after{border-top:1px solid #ddd;pointer-events:none}.collapsable .org-tree-node.collapsed{padding-bottom:30px}.collapsable .org-tree-node.collapsed .org-tree-node-label:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd;pointer-events:none}.org-tree>.org-tree-node{padding-top:0}.org-tree>.org-tree-node:after{border-left:0;pointer-events:none}.org-tree-node-children{padding-top:20px;display:table}.org-tree-node-children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.org-tree-node-children:after{content:"";display:table;clear:both;pointer-events:none}.horizontal .org-tree-node{display:table-cell;float:none;padding-top:0;padding-left:20px}.horizontal .org-tree-node.collapsed,.horizontal .org-tree-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .org-tree-node:after,.horizontal .org-tree-node:before{width:19px;height:50%;pointer-events:none}.horizontal .org-tree-node:after{top:50%;left:0;border-left:0;pointer-events:none}.horizontal .org-tree-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .org-tree-node:not(:first-child):before,.horizontal .org-tree-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node:not(:only-child):after{border-top:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node .org-tree-node-inner{display:table}.horizontal .org-tree-node-label{display:table-cell;vertical-align:middle}.horizontal.collapsable .org-tree-node.collapsed{padding-right:30px}.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:.625em solid #ddd;pointer-events:none}.horizontal .org-tree-button-wrapper{position:absolute;top:50%;left:100%;width:0;height:0;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.horizontal .org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.horizontal .org-tree-button-wrapper .org-tree-node-btn{display:inline-block;-webkit-transform:translate(9PX,-50%);transform:translate(9PX,-50%)}.horizontal>.org-tree-node:only-child:before{border-bottom:0}.horizontal .org-tree-node-children{display:table-cell;padding-top:0;padding-left:20px}.horizontal .org-tree-node-children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .org-tree-node-children:after{display:none}.horizontal .org-tree-node-children>.org-tree-node{display:block}
\ No newline at end of file
.org-tree-container{display:inline-block;padding:15px;background-color:#fff}.org-tree{display:table;text-align:center}.org-tree:after,.org-tree:before{content:"";display:table;pointer-events:none}.org-tree:after{clear:both;pointer-events:none}.org-tree-node,.org-tree-node-children{position:relative;margin:0 auto;padding:0;list-style-type:none}.org-tree-node-children:after,.org-tree-node-children:before,.org-tree-node:after,.org-tree-node:before{-webkit-transition:all .35s;transition:all .35s;pointer-events:none}.org-tree-node-label{position:relative;display:inline-block}.org-tree-node-label .org-tree-node-label-inner{padding:10px 15px;text-align:center;border-radius:3px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15)}.org-tree-button-wrapper{position:absolute;top:100%;left:50%;width:0;height:0;z-index:10;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.org-tree-button-wrapper .org-tree-node-btn{position:relative;display:inline-block;width:20px;height:20px;background-color:#fff;border:1px solid #ccc;border-radius:50%;-webkit-box-shadow:0 0 2px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.15);cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translate(-50%,9px);transform:translate(-50%,9px)}.org-tree-button-wrapper .org-tree-node-btn:hover{background-color:#e7e8e9;-webkit-transform:translate(-50%,9px) scale(1.15);transform:translate(-50%,9px) scale(1.15)}.org-tree-button-wrapper .org-tree-node-btn:after,.org-tree-button-wrapper .org-tree-node-btn:before{content:"";position:absolute;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.org-tree-button-wrapper .org-tree-node-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc;pointer-events:none}.org-tree-button-wrapper .org-tree-node-btn.expanded:after{border:none;pointer-events:none}.org-tree-node{padding-top:20px;display:table-cell;vertical-align:top}.org-tree-node.collapsed,.org-tree-node.is-leaf{padding-left:10px;padding-right:10px}.org-tree-node:after,.org-tree-node:before{pointer-events:none;content:"";position:absolute;top:0;left:0;width:50%;height:19px}.org-tree-node:after{left:50%;border-left:1px solid #ddd;pointer-events:none}.org-tree-node:not(:first-child):before,.org-tree-node:not(:last-child):after{border-top:1px solid #ddd;pointer-events:none}.collapsable .org-tree-node.collapsed{padding-bottom:30px}.collapsable .org-tree-node.collapsed .org-tree-node-label:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd;pointer-events:none}.org-tree>.org-tree-node{padding-top:0}.org-tree>.org-tree-node:after{border-left:0;pointer-events:none}.org-tree-node-children{padding-top:20px;display:table}.org-tree-node-children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.org-tree-node-children:after{content:"";display:table;clear:both;pointer-events:none}.horizontal .org-tree-node{display:table-cell;float:none;padding-top:0;padding-left:20px}.horizontal .org-tree-node.collapsed,.horizontal .org-tree-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .org-tree-node:after,.horizontal .org-tree-node:before{width:19px;height:50%;pointer-events:none}.horizontal .org-tree-node:after{top:50%;left:0;border-left:0;pointer-events:none}.horizontal .org-tree-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .org-tree-node:not(:first-child):before,.horizontal .org-tree-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node:not(:only-child):after{border-top:1px solid #ddd;pointer-events:none}.horizontal .org-tree-node .org-tree-node-inner{display:table}.horizontal .org-tree-node-label{display:table-cell;vertical-align:middle}.horizontal.collapsable .org-tree-node.collapsed{padding-right:30px}.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:.625em solid #ddd;pointer-events:none}.horizontal .org-tree-button-wrapper{position:absolute;top:50%;left:100%;width:0;height:0;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.horizontal .org-tree-button-wrapper>*{position:absolute;top:50%;left:50%}.horizontal .org-tree-button-wrapper .org-tree-node-btn{display:inline-block;-webkit-transform:translate(9PX,-50%);transform:translate(9PX,-50%)}.horizontal>.org-tree-node:only-child:before{border-bottom:0}.horizontal .org-tree-node-children{display:table-cell;padding-top:0;padding-left:20px}.horizontal .org-tree-node-children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .org-tree-node-children:after{display:none}.horizontal .org-tree-node-children>.org-tree-node{display:block}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/
/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 8px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:visibility 0s ease .2s;transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="300px" height="488px" viewBox="0 0 300 488" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>1流程</title>
<g id="工商交付流程" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="02-一级列表页备份-4" transform="translate(-230.000000, -238.000000)">
<g id="1流程" transform="translate(230.000000, 238.000000)">
<rect id="矩形" fill="#D8D8D8" opacity="0" x="0" y="0" width="300" height="488"></rect>
<g id="编组-2" transform="translate(12.000000, 8.000000)">
<text id="售前正常流程备份-4" font-family="PingFangSC-Medium, PingFang SC" font-size="14" font-weight="400" fill="#000000">
<tspan x="96" y="15">售前正常流程</tspan>
</text>
<g id="编组备份-5" transform="translate(0.000000, 50.000000)">
<g id="编组-6">
<line x1="12.5" y1="47" x2="12.5" y2="387" id="直线" stroke="#C07400" stroke-linecap="square" stroke-dasharray="3"></line>
<g id="编组-3" fill="#C07400">
<text id="用户" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal">
<tspan x="0" y="33">用户</tspan>
</text>
<path d="M18.03198,12.9099904 C16.9781945,12.1496343 15.9009336,11.7749265 15.6766129,11.703814 C14.5497928,11.266199 14.0646341,10.9024315 13.892481,10.7437961 C13.9003062,10.710975 13.9133481,10.6699485 13.9289983,10.626187 C14.5524011,10.1557509 15.0845107,9.48018273 15.4679425,8.66238968 C15.8800666,7.78989475 16.1200375,6.77517494 16.1617716,5.72216382 C16.2321979,4.00999508 15.7444308,2.48381273 14.7871553,1.42533141 C13.9655157,0.517280264 12.8360871,0.0112879063 11.6049318,0.000170967758 C10.3633429,-0.0105928443 9.22087248,0.487194232 8.38619089,1.40892085 C7.41326516,2.48107763 6.93332324,4.01820036 7.03244168,5.73857438 C7.09243442,6.79705569 7.3428389,7.8117755 7.75757131,8.67606515 C8.14882831,9.49112311 8.6835462,10.1666913 9.30694902,10.6316572 C9.31999092,10.6726836 9.33303282,10.710975 9.34085796,10.741061 C9.1660965,10.8996964 8.6835462,11.2634639 7.55672605,11.7010789 C7.33501376,11.7749265 6.25514445,12.1468992 5.20135894,12.9072553 C3.56068793,14.0888158 2.81469126,15.6040578 3.03901194,17.2888756 C3.06770412,17.5076831 3.17725607,17.6991397 3.34419239,17.8331593 C3.48243653,17.942563 3.64676447,18 3.81630917,18 C3.85282649,18 3.88934381,17.9972649 3.92586113,17.9917947 C4.13453153,17.9617087 4.31711812,17.8468347 4.44492874,17.6717887 C4.57013098,17.4967427 4.62490696,17.2806703 4.59621478,17.0618628 C4.25190862,14.5072852 7.99232551,13.2874333 8.02884283,13.2737579 L8.07579367,13.2573473 C10.0190368,12.5079316 10.6033139,11.8268932 10.7780753,11.4877416 C11.1223815,10.8367893 10.7911172,10.0217313 10.632006,9.70172533 C10.5667965,9.57044083 10.4676781,9.45830198 10.3476926,9.38171935 C9.36694176,8.74444249 8.6965881,7.30851823 8.60007804,5.63737591 C8.5270434,4.37923275 8.85569928,3.27972503 9.52344456,2.54398479 C10.0633792,1.95046943 10.7780753,1.63866873 11.5892815,1.64687401 C12.403096,1.6550793 13.1151838,1.96961509 13.6472933,2.56039535 C14.3098218,3.2906654 14.6436944,4.39017312 14.5941352,5.65378647 C14.5263173,7.30031295 13.871614,8.72803193 12.883038,9.37898426 C12.7604441,9.46103708 12.6613257,9.57317592 12.5961162,9.70993061 C12.4396134,10.0299366 12.1135659,10.8422595 12.4526553,11.4877416 C12.6274167,11.8268932 13.2116938,12.5079316 15.1549369,13.2573473 C15.1705872,13.2628175 15.1862375,13.2682877 15.1992794,13.2737579 C15.2384051,13.2846982 18.978822,14.5045501 18.6371242,17.0618628 C18.608432,17.2806703 18.6605996,17.4967427 18.7884102,17.6717887 C18.9136125,17.8468347 19.0988074,17.9617087 19.3074778,17.9917947 C19.3439952,17.9972649 19.3805125,18 19.4170298,18 C19.8056784,18 20.1395511,17.6936695 20.194327,17.2888756 C20.4186477,15.6067929 19.672651,14.094286 18.03198,12.9099904 L18.03198,12.9099904 Z" id="形状" fill-rule="nonzero"></path>
</g>
</g>
<g id="编组-5" transform="translate(9.000000, 0.000000)">
<g id="编组-3备份">
<line x1="129.5" y1="47" x2="129.5" y2="387" id="直线备份" stroke="#006EFF" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="88.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="218.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="348.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="175.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="305.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#006EFF" cx="129.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份-2" stroke="#C07400" fill="#C07400" cx="3.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份" stroke="#007E3B" fill="#007E3B" cx="255.5" cy="390.5" r="3.5"></circle>
<path d="M137.960663,14.0010692 C137.524207,14.4377286 136.745397,14.9336063 135.466827,14.9774365 C134.875875,14.9976658 134.185177,15 133.869341,15 L127,15 C129.499225,12.5466328 131.679536,10.4069929 131.926935,10.1641546 C132.153289,9.94189144 132.662972,9.4491259 133.102507,9.04912131 C134.067637,8.17104771 134.936185,7.99434371 135.550576,8.00013587 C136.513311,8.00904023 137.388617,8.40627841 138.014215,9.04773811 C139.353095,10.4305938 139.321271,12.6401718 137.960663,14.0010692 M139.408687,7.73116131 C138.40405,6.72825433 137.003803,6.09644834 135.447239,6.09644834 C134.101666,6.09612051 132.943138,6.55032583 131.931468,7.35645421 C131.49073,7.70804945 131.028391,8.12881634 130.446238,8.68202563 C130.253248,8.86577307 126.439996,12.4874499 123.936147,14.8655122 C123.587593,14.8642829 123.086739,14.8593655 122.642652,14.8447771 C121.391272,14.803225 120.629107,14.33312 120.201849,13.9191555 C118.870259,12.6289895 118.839112,10.5342523 120.14952,9.22326921 C120.76173,8.61514877 121.618841,8.23855667 122.560767,8.23011511 C123.151125,8.22782031 123.952474,8.39566811 124.85756,9.13041201 L124.857728,9.13033005 C125.289925,9.48102376 126.249434,10.3066579 126.670496,10.6783326 C126.69193,10.6971827 126.717718,10.6989038 126.742836,10.6787424 L128.228316,9.26006787 C128.253937,9.23564471 128.25243,9.20269802 128.22706,9.18032378 C127.512787,8.54818996 126.500028,7.66371075 125.890414,7.21942222 C125.249904,6.75030074 124.559409,6.41657212 123.811143,6.24061058 C123.818762,6.24224972 123.826716,6.24323321 123.834754,6.24479039 C124.339124,3.88746315 126.468212,2.13653526 128.999858,2.13653526 C131.108601,2.13653526 132.958377,3.38129714 133.792546,5.14550206 C133.80544,5.17344937 133.827712,5.18254659 133.850569,5.17631787 C134.477766,5.00756854 135.229633,4.9094661 135.956046,4.96208245 C136.026628,4.96724573 136.054174,4.92798836 136.031317,4.86496348 C135.006082,2.03105669 132.24628,0 128.999858,0 C125.27611,0 122.190276,2.68040146 121.6314,6.17176676 C121.633075,6.17176676 121.634749,6.17209459 121.636424,6.17176676 C120.45035,6.36625056 119.394305,6.92954055 118.591281,7.73116131 C116.439084,9.88425187 116.47224,13.3247219 118.677185,15.444374 C119.562428,16.2953329 120.635052,16.7583076 121.779011,16.9148453 L121.778676,16.9148453 C122.217823,16.9761491 122.821744,16.9943435 123.360693,16.9976218 C123.86523,17.0009001 133.492051,17 133.895028,17 C134.706257,17 135.233986,16.999261 135.801068,16.9586103 C137.101261,16.8655072 138.329784,16.3989264 139.322783,15.444374 C141.527728,13.3247219 141.560967,9.88425187 139.408687,7.73116131" id="Fill-1" fill="#006EFF"></path>
<text id="腾讯云" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#006EFF">
<tspan x="111" y="33">腾讯云</tspan>
</text>
</g>
</g>
<g id="编组-4" transform="translate(246.000000, 0.000000)">
<g id="编组-3备份-2">
<line x1="18.5" y1="47" x2="18.5" y2="387" id="直线备份-2" stroke="#007E3B" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#007E3B" fill="#FFFFFF" cx="18.5" cy="131.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#007E3B" fill="#FFFFFF" cx="18.5" cy="261.5" r="3.5"></circle>
<g id="服务商" transform="translate(4.000000, 0.000000)" fill="#007E3B" fill-rule="nonzero">
<path d="M13.6049318,0.000170967758 C14.8360871,0.0112879063 15.9655157,0.517280264 16.7871553,1.42533141 C17.7444308,2.48381273 18.2321979,4.00999508 18.1617716,5.72216382 C18.1200375,6.77517494 17.8800666,7.78989475 17.4679425,8.66238968 C17.0845107,9.48018273 16.5524011,10.1557509 15.9289983,10.626187 C15.9133481,10.6699485 15.9003062,10.710975 15.892481,10.7437961 C16.0646341,10.9024315 16.5497928,11.266199 17.6766129,11.703814 C17.9009336,11.7749265 18.9781945,12.1496343 20.03198,12.9099904 C21.672651,14.094286 22.4186477,15.6067929 22.194327,17.2888756 C22.1395511,17.6936695 21.8056784,18 21.4170298,18 C21.3805125,18 21.3439952,17.9972649 21.3074778,17.9917947 C21.0988074,17.9617087 20.9136125,17.8468347 20.7884102,17.6717887 C20.6605996,17.4967427 20.608432,17.2806703 20.6371242,17.0618628 C20.978822,14.5045501 17.2384051,13.2846982 17.1992794,13.2737579 C17.1862375,13.2682877 17.1705872,13.2628175 17.1549369,13.2573473 C15.2116938,12.5079316 14.6274167,11.8268932 14.4526553,11.4877416 C14.1135659,10.8422595 14.4396134,10.0299366 14.5961162,9.70993061 C14.6613257,9.57317592 14.7604441,9.46103708 14.883038,9.37898426 C15.871614,8.72803193 16.5263173,7.30031295 16.5941352,5.65378647 C16.6436944,4.39017312 16.3098218,3.2906654 15.6472933,2.56039535 C15.1151838,1.96961509 14.403096,1.6550793 13.5892815,1.64687401 C12.7780753,1.63866873 12.0633792,1.95046943 11.5234446,2.54398479 C10.8556993,3.27972503 10.5270434,4.37923275 10.600078,5.63737591 C10.6965881,7.30851823 11.3669418,8.74444249 12.3476926,9.38171935 C12.4676781,9.45830198 12.5667965,9.57044083 12.632006,9.70172533 C12.7911172,10.0217313 13.1223815,10.8367893 12.7780753,11.4877416 C12.6033139,11.8268932 12.0190368,12.5079316 10.0757937,13.2573473 L10.0757937,13.2573473 L10.0288428,13.2737579 C9.99232551,13.2874333 6.25190862,14.5072852 6.59621478,17.0618628 C6.62490696,17.2806703 6.57013098,17.4967427 6.44492874,17.6717887 C6.31711812,17.8468347 6.13453153,17.9617087 5.92586113,17.9917947 C5.88934381,17.9972649 5.85282649,18 5.81630917,18 C5.64676447,18 5.48243653,17.942563 5.34419239,17.8331593 C5.17725607,17.6991397 5.06770412,17.5076831 5.03901194,17.2888756 C4.81469126,15.6040578 5.56068793,14.0888158 7.20135894,12.9072553 C8.25514445,12.1468992 9.33501376,11.7749265 9.55672605,11.7010789 C10.6835462,11.2634639 11.1660965,10.8996964 11.340858,10.741061 C11.3330328,10.710975 11.3199909,10.6726836 11.306949,10.6316572 C10.6835462,10.1666913 10.1488283,9.49112311 9.75757131,8.67606515 C9.3428389,7.8117755 9.09243442,6.79705569 9.03244168,5.73857438 C8.93332324,4.01820036 9.41326516,2.48107763 10.3861909,1.40892085 C11.2208725,0.487194232 12.3633429,-0.0105928443 13.6049318,0.000170967758 Z M6.24622541,3.00132768 C6.70741355,3.01158124 7.13671101,3.09360972 7.52185216,3.24228634 C7.70583679,3.31149786 7.85302449,3.4550477 7.93643086,3.64217516 C8.01983722,3.82930263 8.01738409,4.04206399 7.95114963,4.23431823 C7.88491516,4.42657248 7.74753997,4.58037587 7.5684616,4.66753113 C7.38938323,4.75212299 7.18822671,4.76237655 7.00424208,4.69060164 C6.77119488,4.60088299 6.50135076,4.55217858 6.20452223,4.54448841 C5.62558394,4.53167146 5.15458329,4.70854537 4.80869219,5.07767351 C4.34505093,5.56984438 4.11445686,6.40038271 4.15616004,7.41292172 C4.20522261,8.60746142 4.66641075,9.64050756 5.35573982,10.1121713 C5.48084936,10.1967632 5.57652137,10.3172425 5.63294332,10.4582289 C5.66974025,10.5479476 5.97638129,11.352852 5.58388075,12.0987985 C5.54217757,12.1757002 5.48820875,12.2474751 5.42442741,12.3064331 C5.37536484,12.3525741 4.9043642,12.7678433 3.86178464,13.239507 L3.86178464,13.239507 L3.80290956,13.2651409 C3.3392683,13.4753389 2.63522046,13.7906358 2.1200635,14.2828067 C1.57792213,14.8006115 1.38657812,15.3722474 1.51659392,16.0823064 C1.55584398,16.2848142 1.51414079,16.4898854 1.40375002,16.6616325 C1.29335924,16.8333797 1.12654651,16.9487322 0.93274937,16.9871831 C0.886139931,16.9948732 0.839530492,17 0.792921053,17 C0.439670569,17 0.133029523,16.7385342 0.0667950569,16.3745329 C-0.0583144899,15.7029247 -0.00679879415,15.0646406 0.213982759,14.4750609 C0.400420515,13.9880169 0.704608432,13.5394236 1.12409338,13.1395348 C1.82323497,12.4730534 2.69654867,12.0808548 3.21906501,11.8450229 L3.21906501,11.8450229 L3.27794009,11.819389 C3.80045643,11.5835571 4.13898815,11.3707958 4.308254,11.2503164 C4.308254,11.2400629 4.30580088,11.2298093 4.30580088,11.2169924 C3.35398707,10.4249049 2.74806436,9.03554754 2.68428302,7.47956986 C2.62540794,6.03638134 3.00564284,4.79826401 3.75875325,3.99592297 C4.3941135,3.32175142 5.25270842,2.97569378 6.24622541,3.00132768 Z M20.3580275,2.00517131 C21.4144214,1.97782037 22.3299628,2.34432294 23.0029248,3.06638771 C23.8036975,3.92247208 24.2106048,5.2407873 24.1453953,6.78338022 C24.0775774,8.44358217 23.4333075,9.92326793 22.4212561,10.771147 C22.4186477,10.7820874 22.4186477,10.7957629 22.4186477,10.8067032 C22.5986259,10.9325176 22.9585824,11.1622654 23.5141673,11.4138941 L23.5141673,11.4138941 L23.5767684,11.441245 C24.1323534,11.6901385 25.0609366,12.111343 25.8043249,12.8224674 C26.2503579,13.2464069 26.573797,13.7277834 26.7720339,14.2474513 C27.0093965,14.8710527 27.0641725,15.552091 26.9233199,16.2768909 C26.8502853,16.6625391 26.5268462,16.9442538 26.1512395,16.9442538 C26.1016802,16.9442538 26.052121,16.9415187 26.0025618,16.9305783 C25.5773959,16.8430553 25.2982992,16.4109105 25.379159,15.9650902 C25.5174031,15.2074692 25.3139495,14.5975433 24.7374975,14.0450543 C24.1897377,13.5199163 23.4411327,13.1834998 22.9481489,12.9592221 L22.9481489,12.9592221 L22.8855477,12.9318711 C21.80307,12.4422893 21.3126946,12.0156147 21.2240097,11.936297 C21.1561918,11.8733898 21.0988074,11.7995423 21.054465,11.7147544 C20.6371242,10.9188421 20.9631717,10.0600226 21.0022974,9.96429434 C21.0648985,9.81112908 21.1666253,9.68531477 21.2970443,9.59505667 C22.0299991,9.09179941 22.5203745,7.9895566 22.5725421,6.71500287 C22.6168846,5.63464081 22.3716969,4.74847041 21.8787131,4.2233324 C21.5135399,3.82947889 21.0127309,3.63802232 20.3945449,3.65443288 C20.0789309,3.66263816 19.7920091,3.71460495 19.544213,3.81033323 C19.1373057,3.96623358 18.6834476,3.74742607 18.5347699,3.32075144 C18.3860923,2.8940768 18.5947627,2.41817047 19.0016699,2.26227013 C19.4111856,2.10363468 19.8676521,2.01611168 20.3580275,2.00517131 Z" id="形状结合"></path>
</g>
<text id="服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#007E3B">
<tspan x="0" y="33">服务商</tspan>
</text>
</g>
</g>
<g id="编组-7" transform="translate(29.000000, 66.000000)">
<text id="1.发布需求" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="17.0371094" y="13">1.发布需求</tspan>
</text>
<g id="返-回" transform="translate(93.000000, 17.000000)" fill="#999999" fill-rule="nonzero" opacity="0.546642485">
<g id="编组">
<polygon id="路径" points="9.38022374e-16 10.1750005 0.918749536 11 7 5.53928563 6.95625009 5.5 7 5.46071437 0.918749536 0 0 0.824999533 5.20625562 5.5000043"></polygon>
<polygon id="路径备份" points="9.38022374e-16 140.175 0.918749536 141 7 135.539286 6.95625009 135.5 7 135.460714 0.918749536 130 0 130.825 5.20625562 135.500004"></polygon>
<polygon id="路径备份-2" points="9.38022374e-16 270.175 0.918749536 271 7 265.539286 6.95625009 265.5 7 265.460714 0.918749536 260 0 260.825 5.20625562 265.500004"></polygon>
<polygon id="路径备份-3" points="126 183.175 126.91875 184 133 178.539286 132.95625 178.5 133 178.460714 126.91875 173 126 173.825 131.206256 178.500004"></polygon>
<polygon id="路径备份-4" points="126 53.1750005 126.91875 54 133 48.5392856 132.95625 48.5 133 48.4607144 126.91875 43 126 43.8249995 131.206256 48.5000043"></polygon>
<polygon id="路径备份-5" transform="translate(30.500000, 92.500000) scale(-1, 1) translate(-30.500000, -92.500000) " points="27 97.1750005 27.9187495 98 34 92.5392856 33.9562501 92.5 34 92.4607144 27.9187495 87 27 87.8249995 32.2062556 92.5000043"></polygon>
<polygon id="路径备份-6" transform="translate(30.500000, 222.500000) scale(-1, 1) translate(-30.500000, -222.500000) " points="27 227.175 27.9187495 228 34 222.539286 33.9562501 222.5 34 222.460714 27.9187495 217 27 217.825 32.2062556 222.500004"></polygon>
</g>
</g>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-3" transform="translate(28.000000, 196.000000)">
<text id="4.确认并支付方案" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="0.037109375" y="13">4.确认并支付方案</tspan>
</text>
<line x1="1" y1="22.5" x2="97" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-7" transform="translate(29.000000, 326.000000)">
<text id="7.查看交付进度" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="5.03710938" y="13">7.查看交付进度</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份" transform="translate(157.000000, 109.000000)">
<text id="2.通知服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="9.03710938" y="13">2.通知服务商</tspan>
</text>
<line x1="0" y1="22.5" x2="91" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-2" transform="translate(154.000000, 153.000000)">
<text id="3.提交方案" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="18.0371094" y="13">3.提交方案</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-5" transform="translate(150.000000, 239.000000)">
<text id="5.通知服务商(订单)" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="0.029296875" y="13">5.通知服务商(订单)</tspan>
</text>
<line x1="7" y1="22.5" x2="98" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-4" transform="translate(154.000000, 283.000000)">
<text id="6.提交交付信息" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="6.03710938" y="13">6.提交交付信息</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="300px" height="488px" viewBox="0 0 300 488" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>2流程</title>
<g id="工商交付流程" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="02-一级列表页备份-4" transform="translate(-570.000000, -238.000000)">
<g id="2流程" transform="translate(570.000000, 238.000000)">
<rect id="矩形" fill="#D8D8D8" opacity="0" x="0" y="0" width="300" height="488"></rect>
<g id="编组备份-3" transform="translate(12.000000, 58.000000)">
<g id="编组-6">
<line x1="12.5" y1="47" x2="12.5" y2="387" id="直线" stroke="#C07400" stroke-linecap="square" stroke-dasharray="3"></line>
<g id="编组-3" fill="#C07400">
<text id="用户" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal">
<tspan x="0" y="33">用户</tspan>
</text>
<path d="M18.03198,12.9099904 C16.9781945,12.1496343 15.9009336,11.7749265 15.6766129,11.703814 C14.5497928,11.266199 14.0646341,10.9024315 13.892481,10.7437961 C13.9003062,10.710975 13.9133481,10.6699485 13.9289983,10.626187 C14.5524011,10.1557509 15.0845107,9.48018273 15.4679425,8.66238968 C15.8800666,7.78989475 16.1200375,6.77517494 16.1617716,5.72216382 C16.2321979,4.00999508 15.7444308,2.48381273 14.7871553,1.42533141 C13.9655157,0.517280264 12.8360871,0.0112879063 11.6049318,0.000170967758 C10.3633429,-0.0105928443 9.22087248,0.487194232 8.38619089,1.40892085 C7.41326516,2.48107763 6.93332324,4.01820036 7.03244168,5.73857438 C7.09243442,6.79705569 7.3428389,7.8117755 7.75757131,8.67606515 C8.14882831,9.49112311 8.6835462,10.1666913 9.30694902,10.6316572 C9.31999092,10.6726836 9.33303282,10.710975 9.34085796,10.741061 C9.1660965,10.8996964 8.6835462,11.2634639 7.55672605,11.7010789 C7.33501376,11.7749265 6.25514445,12.1468992 5.20135894,12.9072553 C3.56068793,14.0888158 2.81469126,15.6040578 3.03901194,17.2888756 C3.06770412,17.5076831 3.17725607,17.6991397 3.34419239,17.8331593 C3.48243653,17.942563 3.64676447,18 3.81630917,18 C3.85282649,18 3.88934381,17.9972649 3.92586113,17.9917947 C4.13453153,17.9617087 4.31711812,17.8468347 4.44492874,17.6717887 C4.57013098,17.4967427 4.62490696,17.2806703 4.59621478,17.0618628 C4.25190862,14.5072852 7.99232551,13.2874333 8.02884283,13.2737579 L8.07579367,13.2573473 C10.0190368,12.5079316 10.6033139,11.8268932 10.7780753,11.4877416 C11.1223815,10.8367893 10.7911172,10.0217313 10.632006,9.70172533 C10.5667965,9.57044083 10.4676781,9.45830198 10.3476926,9.38171935 C9.36694176,8.74444249 8.6965881,7.30851823 8.60007804,5.63737591 C8.5270434,4.37923275 8.85569928,3.27972503 9.52344456,2.54398479 C10.0633792,1.95046943 10.7780753,1.63866873 11.5892815,1.64687401 C12.403096,1.6550793 13.1151838,1.96961509 13.6472933,2.56039535 C14.3098218,3.2906654 14.6436944,4.39017312 14.5941352,5.65378647 C14.5263173,7.30031295 13.871614,8.72803193 12.883038,9.37898426 C12.7604441,9.46103708 12.6613257,9.57317592 12.5961162,9.70993061 C12.4396134,10.0299366 12.1135659,10.8422595 12.4526553,11.4877416 C12.6274167,11.8268932 13.2116938,12.5079316 15.1549369,13.2573473 C15.1705872,13.2628175 15.1862375,13.2682877 15.1992794,13.2737579 C15.2384051,13.2846982 18.978822,14.5045501 18.6371242,17.0618628 C18.608432,17.2806703 18.6605996,17.4967427 18.7884102,17.6717887 C18.9136125,17.8468347 19.0988074,17.9617087 19.3074778,17.9917947 C19.3439952,17.9972649 19.3805125,18 19.4170298,18 C19.8056784,18 20.1395511,17.6936695 20.194327,17.2888756 C20.4186477,15.6067929 19.672651,14.094286 18.03198,12.9099904 L18.03198,12.9099904 Z" id="形状" fill-rule="nonzero"></path>
</g>
</g>
<g id="编组-5" transform="translate(9.000000, 0.000000)">
<g id="编组-3备份">
<line x1="129.5" y1="47" x2="129.5" y2="387" id="直线备份" stroke="#006EFF" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="88.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="218.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="175.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="305.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#006EFF" cx="129.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份-2" stroke="#C07400" fill="#C07400" cx="3.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份" stroke="#007E3B" fill="#007E3B" cx="255.5" cy="390.5" r="3.5"></circle>
<path d="M137.960663,14.0010692 C137.524207,14.4377286 136.745397,14.9336063 135.466827,14.9774365 C134.875875,14.9976658 134.185177,15 133.869341,15 L127,15 C129.499225,12.5466328 131.679536,10.4069929 131.926935,10.1641546 C132.153289,9.94189144 132.662972,9.4491259 133.102507,9.04912131 C134.067637,8.17104771 134.936185,7.99434371 135.550576,8.00013587 C136.513311,8.00904023 137.388617,8.40627841 138.014215,9.04773811 C139.353095,10.4305938 139.321271,12.6401718 137.960663,14.0010692 M139.408687,7.73116131 C138.40405,6.72825433 137.003803,6.09644834 135.447239,6.09644834 C134.101666,6.09612051 132.943138,6.55032583 131.931468,7.35645421 C131.49073,7.70804945 131.028391,8.12881634 130.446238,8.68202563 C130.253248,8.86577307 126.439996,12.4874499 123.936147,14.8655122 C123.587593,14.8642829 123.086739,14.8593655 122.642652,14.8447771 C121.391272,14.803225 120.629107,14.33312 120.201849,13.9191555 C118.870259,12.6289895 118.839112,10.5342523 120.14952,9.22326921 C120.76173,8.61514877 121.618841,8.23855667 122.560767,8.23011511 C123.151125,8.22782031 123.952474,8.39566811 124.85756,9.13041201 L124.857728,9.13033005 C125.289925,9.48102376 126.249434,10.3066579 126.670496,10.6783326 C126.69193,10.6971827 126.717718,10.6989038 126.742836,10.6787424 L128.228316,9.26006787 C128.253937,9.23564471 128.25243,9.20269802 128.22706,9.18032378 C127.512787,8.54818996 126.500028,7.66371075 125.890414,7.21942222 C125.249904,6.75030074 124.559409,6.41657212 123.811143,6.24061058 C123.818762,6.24224972 123.826716,6.24323321 123.834754,6.24479039 C124.339124,3.88746315 126.468212,2.13653526 128.999858,2.13653526 C131.108601,2.13653526 132.958377,3.38129714 133.792546,5.14550206 C133.80544,5.17344937 133.827712,5.18254659 133.850569,5.17631787 C134.477766,5.00756854 135.229633,4.9094661 135.956046,4.96208245 C136.026628,4.96724573 136.054174,4.92798836 136.031317,4.86496348 C135.006082,2.03105669 132.24628,0 128.999858,0 C125.27611,0 122.190276,2.68040146 121.6314,6.17176676 C121.633075,6.17176676 121.634749,6.17209459 121.636424,6.17176676 C120.45035,6.36625056 119.394305,6.92954055 118.591281,7.73116131 C116.439084,9.88425187 116.47224,13.3247219 118.677185,15.444374 C119.562428,16.2953329 120.635052,16.7583076 121.779011,16.9148453 L121.778676,16.9148453 C122.217823,16.9761491 122.821744,16.9943435 123.360693,16.9976218 C123.86523,17.0009001 133.492051,17 133.895028,17 C134.706257,17 135.233986,16.999261 135.801068,16.9586103 C137.101261,16.8655072 138.329784,16.3989264 139.322783,15.444374 C141.527728,13.3247219 141.560967,9.88425187 139.408687,7.73116131" id="Fill-1" fill="#006EFF"></path>
<text id="腾讯云" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#006EFF">
<tspan x="111" y="33">腾讯云</tspan>
</text>
</g>
</g>
<g id="编组-4" transform="translate(246.000000, 0.000000)">
<g id="编组-3备份-2">
<line x1="18.5" y1="47" x2="18.5" y2="387" id="直线备份-2" stroke="#007E3B" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#007E3B" fill="#FFFFFF" cx="18.5" cy="131.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#007E3B" fill="#FFFFFF" cx="18.5" cy="261.5" r="3.5"></circle>
<g id="服务商" transform="translate(4.000000, 0.000000)" fill="#007E3B" fill-rule="nonzero">
<path d="M13.6049318,0.000170967758 C14.8360871,0.0112879063 15.9655157,0.517280264 16.7871553,1.42533141 C17.7444308,2.48381273 18.2321979,4.00999508 18.1617716,5.72216382 C18.1200375,6.77517494 17.8800666,7.78989475 17.4679425,8.66238968 C17.0845107,9.48018273 16.5524011,10.1557509 15.9289983,10.626187 C15.9133481,10.6699485 15.9003062,10.710975 15.892481,10.7437961 C16.0646341,10.9024315 16.5497928,11.266199 17.6766129,11.703814 C17.9009336,11.7749265 18.9781945,12.1496343 20.03198,12.9099904 C21.672651,14.094286 22.4186477,15.6067929 22.194327,17.2888756 C22.1395511,17.6936695 21.8056784,18 21.4170298,18 C21.3805125,18 21.3439952,17.9972649 21.3074778,17.9917947 C21.0988074,17.9617087 20.9136125,17.8468347 20.7884102,17.6717887 C20.6605996,17.4967427 20.608432,17.2806703 20.6371242,17.0618628 C20.978822,14.5045501 17.2384051,13.2846982 17.1992794,13.2737579 C17.1862375,13.2682877 17.1705872,13.2628175 17.1549369,13.2573473 C15.2116938,12.5079316 14.6274167,11.8268932 14.4526553,11.4877416 C14.1135659,10.8422595 14.4396134,10.0299366 14.5961162,9.70993061 C14.6613257,9.57317592 14.7604441,9.46103708 14.883038,9.37898426 C15.871614,8.72803193 16.5263173,7.30031295 16.5941352,5.65378647 C16.6436944,4.39017312 16.3098218,3.2906654 15.6472933,2.56039535 C15.1151838,1.96961509 14.403096,1.6550793 13.5892815,1.64687401 C12.7780753,1.63866873 12.0633792,1.95046943 11.5234446,2.54398479 C10.8556993,3.27972503 10.5270434,4.37923275 10.600078,5.63737591 C10.6965881,7.30851823 11.3669418,8.74444249 12.3476926,9.38171935 C12.4676781,9.45830198 12.5667965,9.57044083 12.632006,9.70172533 C12.7911172,10.0217313 13.1223815,10.8367893 12.7780753,11.4877416 C12.6033139,11.8268932 12.0190368,12.5079316 10.0757937,13.2573473 L10.0757937,13.2573473 L10.0288428,13.2737579 C9.99232551,13.2874333 6.25190862,14.5072852 6.59621478,17.0618628 C6.62490696,17.2806703 6.57013098,17.4967427 6.44492874,17.6717887 C6.31711812,17.8468347 6.13453153,17.9617087 5.92586113,17.9917947 C5.88934381,17.9972649 5.85282649,18 5.81630917,18 C5.64676447,18 5.48243653,17.942563 5.34419239,17.8331593 C5.17725607,17.6991397 5.06770412,17.5076831 5.03901194,17.2888756 C4.81469126,15.6040578 5.56068793,14.0888158 7.20135894,12.9072553 C8.25514445,12.1468992 9.33501376,11.7749265 9.55672605,11.7010789 C10.6835462,11.2634639 11.1660965,10.8996964 11.340858,10.741061 C11.3330328,10.710975 11.3199909,10.6726836 11.306949,10.6316572 C10.6835462,10.1666913 10.1488283,9.49112311 9.75757131,8.67606515 C9.3428389,7.8117755 9.09243442,6.79705569 9.03244168,5.73857438 C8.93332324,4.01820036 9.41326516,2.48107763 10.3861909,1.40892085 C11.2208725,0.487194232 12.3633429,-0.0105928443 13.6049318,0.000170967758 Z M6.24622541,3.00132768 C6.70741355,3.01158124 7.13671101,3.09360972 7.52185216,3.24228634 C7.70583679,3.31149786 7.85302449,3.4550477 7.93643086,3.64217516 C8.01983722,3.82930263 8.01738409,4.04206399 7.95114963,4.23431823 C7.88491516,4.42657248 7.74753997,4.58037587 7.5684616,4.66753113 C7.38938323,4.75212299 7.18822671,4.76237655 7.00424208,4.69060164 C6.77119488,4.60088299 6.50135076,4.55217858 6.20452223,4.54448841 C5.62558394,4.53167146 5.15458329,4.70854537 4.80869219,5.07767351 C4.34505093,5.56984438 4.11445686,6.40038271 4.15616004,7.41292172 C4.20522261,8.60746142 4.66641075,9.64050756 5.35573982,10.1121713 C5.48084936,10.1967632 5.57652137,10.3172425 5.63294332,10.4582289 C5.66974025,10.5479476 5.97638129,11.352852 5.58388075,12.0987985 C5.54217757,12.1757002 5.48820875,12.2474751 5.42442741,12.3064331 C5.37536484,12.3525741 4.9043642,12.7678433 3.86178464,13.239507 L3.86178464,13.239507 L3.80290956,13.2651409 C3.3392683,13.4753389 2.63522046,13.7906358 2.1200635,14.2828067 C1.57792213,14.8006115 1.38657812,15.3722474 1.51659392,16.0823064 C1.55584398,16.2848142 1.51414079,16.4898854 1.40375002,16.6616325 C1.29335924,16.8333797 1.12654651,16.9487322 0.93274937,16.9871831 C0.886139931,16.9948732 0.839530492,17 0.792921053,17 C0.439670569,17 0.133029523,16.7385342 0.0667950569,16.3745329 C-0.0583144899,15.7029247 -0.00679879415,15.0646406 0.213982759,14.4750609 C0.400420515,13.9880169 0.704608432,13.5394236 1.12409338,13.1395348 C1.82323497,12.4730534 2.69654867,12.0808548 3.21906501,11.8450229 L3.21906501,11.8450229 L3.27794009,11.819389 C3.80045643,11.5835571 4.13898815,11.3707958 4.308254,11.2503164 C4.308254,11.2400629 4.30580088,11.2298093 4.30580088,11.2169924 C3.35398707,10.4249049 2.74806436,9.03554754 2.68428302,7.47956986 C2.62540794,6.03638134 3.00564284,4.79826401 3.75875325,3.99592297 C4.3941135,3.32175142 5.25270842,2.97569378 6.24622541,3.00132768 Z M20.3580275,2.00517131 C21.4144214,1.97782037 22.3299628,2.34432294 23.0029248,3.06638771 C23.8036975,3.92247208 24.2106048,5.2407873 24.1453953,6.78338022 C24.0775774,8.44358217 23.4333075,9.92326793 22.4212561,10.771147 C22.4186477,10.7820874 22.4186477,10.7957629 22.4186477,10.8067032 C22.5986259,10.9325176 22.9585824,11.1622654 23.5141673,11.4138941 L23.5141673,11.4138941 L23.5767684,11.441245 C24.1323534,11.6901385 25.0609366,12.111343 25.8043249,12.8224674 C26.2503579,13.2464069 26.573797,13.7277834 26.7720339,14.2474513 C27.0093965,14.8710527 27.0641725,15.552091 26.9233199,16.2768909 C26.8502853,16.6625391 26.5268462,16.9442538 26.1512395,16.9442538 C26.1016802,16.9442538 26.052121,16.9415187 26.0025618,16.9305783 C25.5773959,16.8430553 25.2982992,16.4109105 25.379159,15.9650902 C25.5174031,15.2074692 25.3139495,14.5975433 24.7374975,14.0450543 C24.1897377,13.5199163 23.4411327,13.1834998 22.9481489,12.9592221 L22.9481489,12.9592221 L22.8855477,12.9318711 C21.80307,12.4422893 21.3126946,12.0156147 21.2240097,11.936297 C21.1561918,11.8733898 21.0988074,11.7995423 21.054465,11.7147544 C20.6371242,10.9188421 20.9631717,10.0600226 21.0022974,9.96429434 C21.0648985,9.81112908 21.1666253,9.68531477 21.2970443,9.59505667 C22.0299991,9.09179941 22.5203745,7.9895566 22.5725421,6.71500287 C22.6168846,5.63464081 22.3716969,4.74847041 21.8787131,4.2233324 C21.5135399,3.82947889 21.0127309,3.63802232 20.3945449,3.65443288 C20.0789309,3.66263816 19.7920091,3.71460495 19.544213,3.81033323 C19.1373057,3.96623358 18.6834476,3.74742607 18.5347699,3.32075144 C18.3860923,2.8940768 18.5947627,2.41817047 19.0016699,2.26227013 C19.4111856,2.10363468 19.8676521,2.01611168 20.3580275,2.00517131 Z" id="形状结合"></path>
</g>
<text id="服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#007E3B">
<tspan x="0" y="33">服务商</tspan>
</text>
</g>
</g>
<g id="编组-7" transform="translate(28.000000, 66.000000)">
<text id="1.发布需求" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="24.0371094" y="13">1.发布需求</tspan>
</text>
<g id="返-回" transform="translate(94.000000, 17.000000)" fill="#999999" fill-rule="nonzero" opacity="0.546642485">
<g id="编组">
<polygon id="路径" points="9.38022374e-16 10.1750005 0.918749536 11 7 5.53928563 6.95625009 5.5 7 5.46071437 0.918749536 0 0 0.824999533 5.20625562 5.5000043"></polygon>
<polygon id="路径备份" points="9.38022374e-16 140.175 0.918749536 141 7 135.539286 6.95625009 135.5 7 135.460714 0.918749536 130 0 130.825 5.20625562 135.500004"></polygon>
<polygon id="路径备份-3" points="126 183.175 126.91875 184 133 178.539286 132.95625 178.5 133 178.460714 126.91875 173 126 173.825 131.206256 178.500004"></polygon>
<polygon id="路径备份-4" points="126 53.1750005 126.91875 54 133 48.5392856 132.95625 48.5 133 48.4607144 126.91875 43 126 43.8249995 131.206256 48.5000043"></polygon>
<polygon id="路径备份-5" transform="translate(30.500000, 92.500000) scale(-1, 1) translate(-30.500000, -92.500000) " points="27 97.1750005 27.9187495 98 34 92.5392856 33.9562501 92.5 34 92.4607144 27.9187495 87 27 87.8249995 32.2062556 92.5000043"></polygon>
<polygon id="路径备份-6" transform="translate(30.500000, 222.500000) scale(-1, 1) translate(-30.500000, -222.500000) " points="27 227.175 27.9187495 228 34 222.539286 33.9562501 222.5 34 222.460714 27.9187495 217 27 217.825 32.2062556 222.500004"></polygon>
</g>
</g>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-3" transform="translate(28.000000, 196.000000)">
<text id="4.用户否决方案" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="11.0371094" y="13">4.用户否决方案</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份" transform="translate(158.000000, 109.000000)">
<text id="2.通知服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="4.03710938" y="13">2.通知服务商</tspan>
</text>
<line x1="0" y1="22.5" x2="91" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-2" transform="translate(155.000000, 153.000000)">
<text id="3.提交方案" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="13.0371094" y="13">3.提交方案</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-5" transform="translate(158.000000, 239.000000)">
<text id="5.通知服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="3.03710938" y="13">5.通知服务商</tspan>
</text>
<line x1="0" y1="22.5" x2="91" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-4" transform="translate(142.000000, 283.000000)">
<text id="6.关闭需求或修改方案" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="0.037109375" y="13">6.关闭需求或修改方案</tspan>
</text>
<line x1="13" y1="22.5" x2="109" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
</g>
<text id="售前异常流程" font-family="PingFangSC-Medium, PingFang SC" font-size="14" font-weight="400" fill="#000000">
<tspan x="108" y="23">售前异常流程</tspan>
</text>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="300px" height="488px" viewBox="0 0 300 488" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>3流程</title>
<g id="工商交付流程" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="02-一级列表页备份-4" transform="translate(-910.000000, -238.000000)">
<g id="3流程" transform="translate(910.000000, 238.000000)">
<rect id="矩形" fill="#D8D8D8" opacity="0" x="0" y="0" width="300" height="488"></rect>
<text id="售后流程" font-family="PingFangSC-Medium, PingFang SC" font-size="14" font-weight="400" fill="#000000">
<tspan x="122" y="23">售后流程</tspan>
</text>
<g id="编组备份-3" transform="translate(12.000000, 58.000000)">
<g id="编组-6">
<line x1="12.5" y1="47" x2="12.5" y2="387" id="直线" stroke="#C07400" stroke-linecap="square" stroke-dasharray="3"></line>
<g id="编组-3" fill="#C07400">
<text id="用户" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal">
<tspan x="0" y="33">用户</tspan>
</text>
<path d="M18.03198,12.9099904 C16.9781945,12.1496343 15.9009336,11.7749265 15.6766129,11.703814 C14.5497928,11.266199 14.0646341,10.9024315 13.892481,10.7437961 C13.9003062,10.710975 13.9133481,10.6699485 13.9289983,10.626187 C14.5524011,10.1557509 15.0845107,9.48018273 15.4679425,8.66238968 C15.8800666,7.78989475 16.1200375,6.77517494 16.1617716,5.72216382 C16.2321979,4.00999508 15.7444308,2.48381273 14.7871553,1.42533141 C13.9655157,0.517280264 12.8360871,0.0112879063 11.6049318,0.000170967758 C10.3633429,-0.0105928443 9.22087248,0.487194232 8.38619089,1.40892085 C7.41326516,2.48107763 6.93332324,4.01820036 7.03244168,5.73857438 C7.09243442,6.79705569 7.3428389,7.8117755 7.75757131,8.67606515 C8.14882831,9.49112311 8.6835462,10.1666913 9.30694902,10.6316572 C9.31999092,10.6726836 9.33303282,10.710975 9.34085796,10.741061 C9.1660965,10.8996964 8.6835462,11.2634639 7.55672605,11.7010789 C7.33501376,11.7749265 6.25514445,12.1468992 5.20135894,12.9072553 C3.56068793,14.0888158 2.81469126,15.6040578 3.03901194,17.2888756 C3.06770412,17.5076831 3.17725607,17.6991397 3.34419239,17.8331593 C3.48243653,17.942563 3.64676447,18 3.81630917,18 C3.85282649,18 3.88934381,17.9972649 3.92586113,17.9917947 C4.13453153,17.9617087 4.31711812,17.8468347 4.44492874,17.6717887 C4.57013098,17.4967427 4.62490696,17.2806703 4.59621478,17.0618628 C4.25190862,14.5072852 7.99232551,13.2874333 8.02884283,13.2737579 L8.07579367,13.2573473 C10.0190368,12.5079316 10.6033139,11.8268932 10.7780753,11.4877416 C11.1223815,10.8367893 10.7911172,10.0217313 10.632006,9.70172533 C10.5667965,9.57044083 10.4676781,9.45830198 10.3476926,9.38171935 C9.36694176,8.74444249 8.6965881,7.30851823 8.60007804,5.63737591 C8.5270434,4.37923275 8.85569928,3.27972503 9.52344456,2.54398479 C10.0633792,1.95046943 10.7780753,1.63866873 11.5892815,1.64687401 C12.403096,1.6550793 13.1151838,1.96961509 13.6472933,2.56039535 C14.3098218,3.2906654 14.6436944,4.39017312 14.5941352,5.65378647 C14.5263173,7.30031295 13.871614,8.72803193 12.883038,9.37898426 C12.7604441,9.46103708 12.6613257,9.57317592 12.5961162,9.70993061 C12.4396134,10.0299366 12.1135659,10.8422595 12.4526553,11.4877416 C12.6274167,11.8268932 13.2116938,12.5079316 15.1549369,13.2573473 C15.1705872,13.2628175 15.1862375,13.2682877 15.1992794,13.2737579 C15.2384051,13.2846982 18.978822,14.5045501 18.6371242,17.0618628 C18.608432,17.2806703 18.6605996,17.4967427 18.7884102,17.6717887 C18.9136125,17.8468347 19.0988074,17.9617087 19.3074778,17.9917947 C19.3439952,17.9972649 19.3805125,18 19.4170298,18 C19.8056784,18 20.1395511,17.6936695 20.194327,17.2888756 C20.4186477,15.6067929 19.672651,14.094286 18.03198,12.9099904 L18.03198,12.9099904 Z" id="形状" fill-rule="nonzero"></path>
</g>
</g>
<g id="编组-5" transform="translate(9.000000, 0.000000)">
<g id="编组-3备份">
<line x1="129.5" y1="47" x2="129.5" y2="387" id="直线备份" stroke="#006EFF" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="88.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="129.5" cy="261.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#006EFF" cx="129.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份-2" stroke="#C07400" fill="#C07400" cx="3.5" cy="390.5" r="3.5"></circle>
<circle id="椭圆形备份" stroke="#007E3B" fill="#007E3B" cx="255.5" cy="390.5" r="3.5"></circle>
<path d="M137.960663,14.0010692 C137.524207,14.4377286 136.745397,14.9336063 135.466827,14.9774365 C134.875875,14.9976658 134.185177,15 133.869341,15 L127,15 C129.499225,12.5466328 131.679536,10.4069929 131.926935,10.1641546 C132.153289,9.94189144 132.662972,9.4491259 133.102507,9.04912131 C134.067637,8.17104771 134.936185,7.99434371 135.550576,8.00013587 C136.513311,8.00904023 137.388617,8.40627841 138.014215,9.04773811 C139.353095,10.4305938 139.321271,12.6401718 137.960663,14.0010692 M139.408687,7.73116131 C138.40405,6.72825433 137.003803,6.09644834 135.447239,6.09644834 C134.101666,6.09612051 132.943138,6.55032583 131.931468,7.35645421 C131.49073,7.70804945 131.028391,8.12881634 130.446238,8.68202563 C130.253248,8.86577307 126.439996,12.4874499 123.936147,14.8655122 C123.587593,14.8642829 123.086739,14.8593655 122.642652,14.8447771 C121.391272,14.803225 120.629107,14.33312 120.201849,13.9191555 C118.870259,12.6289895 118.839112,10.5342523 120.14952,9.22326921 C120.76173,8.61514877 121.618841,8.23855667 122.560767,8.23011511 C123.151125,8.22782031 123.952474,8.39566811 124.85756,9.13041201 L124.857728,9.13033005 C125.289925,9.48102376 126.249434,10.3066579 126.670496,10.6783326 C126.69193,10.6971827 126.717718,10.6989038 126.742836,10.6787424 L128.228316,9.26006787 C128.253937,9.23564471 128.25243,9.20269802 128.22706,9.18032378 C127.512787,8.54818996 126.500028,7.66371075 125.890414,7.21942222 C125.249904,6.75030074 124.559409,6.41657212 123.811143,6.24061058 C123.818762,6.24224972 123.826716,6.24323321 123.834754,6.24479039 C124.339124,3.88746315 126.468212,2.13653526 128.999858,2.13653526 C131.108601,2.13653526 132.958377,3.38129714 133.792546,5.14550206 C133.80544,5.17344937 133.827712,5.18254659 133.850569,5.17631787 C134.477766,5.00756854 135.229633,4.9094661 135.956046,4.96208245 C136.026628,4.96724573 136.054174,4.92798836 136.031317,4.86496348 C135.006082,2.03105669 132.24628,0 128.999858,0 C125.27611,0 122.190276,2.68040146 121.6314,6.17176676 C121.633075,6.17176676 121.634749,6.17209459 121.636424,6.17176676 C120.45035,6.36625056 119.394305,6.92954055 118.591281,7.73116131 C116.439084,9.88425187 116.47224,13.3247219 118.677185,15.444374 C119.562428,16.2953329 120.635052,16.7583076 121.779011,16.9148453 L121.778676,16.9148453 C122.217823,16.9761491 122.821744,16.9943435 123.360693,16.9976218 C123.86523,17.0009001 133.492051,17 133.895028,17 C134.706257,17 135.233986,16.999261 135.801068,16.9586103 C137.101261,16.8655072 138.329784,16.3989264 139.322783,15.444374 C141.527728,13.3247219 141.560967,9.88425187 139.408687,7.73116131" id="Fill-1" fill="#006EFF"></path>
<text id="腾讯云" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#006EFF">
<tspan x="111" y="33">腾讯云</tspan>
</text>
</g>
</g>
<g id="编组-4" transform="translate(135.000000, 0.000000)">
<g id="编组-3备份-2">
<line x1="129.5" y1="47" x2="129.5" y2="387" id="直线备份-2" stroke="#007E3B" stroke-linecap="square" stroke-dasharray="3"></line>
<circle id="椭圆形" stroke="#007E3B" fill="#FFFFFF" cx="129.5" cy="175.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="3.5" cy="131.5" r="3.5"></circle>
<circle id="椭圆形" stroke="#006EFF" fill="#FFFFFF" cx="3.5" cy="218.5" r="3.5"></circle>
<g id="服务商" transform="translate(115.000000, 0.000000)" fill="#007E3B" fill-rule="nonzero">
<path d="M13.6049318,0.000170967758 C14.8360871,0.0112879063 15.9655157,0.517280264 16.7871553,1.42533141 C17.7444308,2.48381273 18.2321979,4.00999508 18.1617716,5.72216382 C18.1200375,6.77517494 17.8800666,7.78989475 17.4679425,8.66238968 C17.0845107,9.48018273 16.5524011,10.1557509 15.9289983,10.626187 C15.9133481,10.6699485 15.9003062,10.710975 15.892481,10.7437961 C16.0646341,10.9024315 16.5497928,11.266199 17.6766129,11.703814 C17.9009336,11.7749265 18.9781945,12.1496343 20.03198,12.9099904 C21.672651,14.094286 22.4186477,15.6067929 22.194327,17.2888756 C22.1395511,17.6936695 21.8056784,18 21.4170298,18 C21.3805125,18 21.3439952,17.9972649 21.3074778,17.9917947 C21.0988074,17.9617087 20.9136125,17.8468347 20.7884102,17.6717887 C20.6605996,17.4967427 20.608432,17.2806703 20.6371242,17.0618628 C20.978822,14.5045501 17.2384051,13.2846982 17.1992794,13.2737579 C17.1862375,13.2682877 17.1705872,13.2628175 17.1549369,13.2573473 C15.2116938,12.5079316 14.6274167,11.8268932 14.4526553,11.4877416 C14.1135659,10.8422595 14.4396134,10.0299366 14.5961162,9.70993061 C14.6613257,9.57317592 14.7604441,9.46103708 14.883038,9.37898426 C15.871614,8.72803193 16.5263173,7.30031295 16.5941352,5.65378647 C16.6436944,4.39017312 16.3098218,3.2906654 15.6472933,2.56039535 C15.1151838,1.96961509 14.403096,1.6550793 13.5892815,1.64687401 C12.7780753,1.63866873 12.0633792,1.95046943 11.5234446,2.54398479 C10.8556993,3.27972503 10.5270434,4.37923275 10.600078,5.63737591 C10.6965881,7.30851823 11.3669418,8.74444249 12.3476926,9.38171935 C12.4676781,9.45830198 12.5667965,9.57044083 12.632006,9.70172533 C12.7911172,10.0217313 13.1223815,10.8367893 12.7780753,11.4877416 C12.6033139,11.8268932 12.0190368,12.5079316 10.0757937,13.2573473 L10.0757937,13.2573473 L10.0288428,13.2737579 C9.99232551,13.2874333 6.25190862,14.5072852 6.59621478,17.0618628 C6.62490696,17.2806703 6.57013098,17.4967427 6.44492874,17.6717887 C6.31711812,17.8468347 6.13453153,17.9617087 5.92586113,17.9917947 C5.88934381,17.9972649 5.85282649,18 5.81630917,18 C5.64676447,18 5.48243653,17.942563 5.34419239,17.8331593 C5.17725607,17.6991397 5.06770412,17.5076831 5.03901194,17.2888756 C4.81469126,15.6040578 5.56068793,14.0888158 7.20135894,12.9072553 C8.25514445,12.1468992 9.33501376,11.7749265 9.55672605,11.7010789 C10.6835462,11.2634639 11.1660965,10.8996964 11.340858,10.741061 C11.3330328,10.710975 11.3199909,10.6726836 11.306949,10.6316572 C10.6835462,10.1666913 10.1488283,9.49112311 9.75757131,8.67606515 C9.3428389,7.8117755 9.09243442,6.79705569 9.03244168,5.73857438 C8.93332324,4.01820036 9.41326516,2.48107763 10.3861909,1.40892085 C11.2208725,0.487194232 12.3633429,-0.0105928443 13.6049318,0.000170967758 Z M6.24622541,3.00132768 C6.70741355,3.01158124 7.13671101,3.09360972 7.52185216,3.24228634 C7.70583679,3.31149786 7.85302449,3.4550477 7.93643086,3.64217516 C8.01983722,3.82930263 8.01738409,4.04206399 7.95114963,4.23431823 C7.88491516,4.42657248 7.74753997,4.58037587 7.5684616,4.66753113 C7.38938323,4.75212299 7.18822671,4.76237655 7.00424208,4.69060164 C6.77119488,4.60088299 6.50135076,4.55217858 6.20452223,4.54448841 C5.62558394,4.53167146 5.15458329,4.70854537 4.80869219,5.07767351 C4.34505093,5.56984438 4.11445686,6.40038271 4.15616004,7.41292172 C4.20522261,8.60746142 4.66641075,9.64050756 5.35573982,10.1121713 C5.48084936,10.1967632 5.57652137,10.3172425 5.63294332,10.4582289 C5.66974025,10.5479476 5.97638129,11.352852 5.58388075,12.0987985 C5.54217757,12.1757002 5.48820875,12.2474751 5.42442741,12.3064331 C5.37536484,12.3525741 4.9043642,12.7678433 3.86178464,13.239507 L3.86178464,13.239507 L3.80290956,13.2651409 C3.3392683,13.4753389 2.63522046,13.7906358 2.1200635,14.2828067 C1.57792213,14.8006115 1.38657812,15.3722474 1.51659392,16.0823064 C1.55584398,16.2848142 1.51414079,16.4898854 1.40375002,16.6616325 C1.29335924,16.8333797 1.12654651,16.9487322 0.93274937,16.9871831 C0.886139931,16.9948732 0.839530492,17 0.792921053,17 C0.439670569,17 0.133029523,16.7385342 0.0667950569,16.3745329 C-0.0583144899,15.7029247 -0.00679879415,15.0646406 0.213982759,14.4750609 C0.400420515,13.9880169 0.704608432,13.5394236 1.12409338,13.1395348 C1.82323497,12.4730534 2.69654867,12.0808548 3.21906501,11.8450229 L3.21906501,11.8450229 L3.27794009,11.819389 C3.80045643,11.5835571 4.13898815,11.3707958 4.308254,11.2503164 C4.308254,11.2400629 4.30580088,11.2298093 4.30580088,11.2169924 C3.35398707,10.4249049 2.74806436,9.03554754 2.68428302,7.47956986 C2.62540794,6.03638134 3.00564284,4.79826401 3.75875325,3.99592297 C4.3941135,3.32175142 5.25270842,2.97569378 6.24622541,3.00132768 Z M20.3580275,2.00517131 C21.4144214,1.97782037 22.3299628,2.34432294 23.0029248,3.06638771 C23.8036975,3.92247208 24.2106048,5.2407873 24.1453953,6.78338022 C24.0775774,8.44358217 23.4333075,9.92326793 22.4212561,10.771147 C22.4186477,10.7820874 22.4186477,10.7957629 22.4186477,10.8067032 C22.5986259,10.9325176 22.9585824,11.1622654 23.5141673,11.4138941 L23.5141673,11.4138941 L23.5767684,11.441245 C24.1323534,11.6901385 25.0609366,12.111343 25.8043249,12.8224674 C26.2503579,13.2464069 26.573797,13.7277834 26.7720339,14.2474513 C27.0093965,14.8710527 27.0641725,15.552091 26.9233199,16.2768909 C26.8502853,16.6625391 26.5268462,16.9442538 26.1512395,16.9442538 C26.1016802,16.9442538 26.052121,16.9415187 26.0025618,16.9305783 C25.5773959,16.8430553 25.2982992,16.4109105 25.379159,15.9650902 C25.5174031,15.2074692 25.3139495,14.5975433 24.7374975,14.0450543 C24.1897377,13.5199163 23.4411327,13.1834998 22.9481489,12.9592221 L22.9481489,12.9592221 L22.8855477,12.9318711 C21.80307,12.4422893 21.3126946,12.0156147 21.2240097,11.936297 C21.1561918,11.8733898 21.0988074,11.7995423 21.054465,11.7147544 C20.6371242,10.9188421 20.9631717,10.0600226 21.0022974,9.96429434 C21.0648985,9.81112908 21.1666253,9.68531477 21.2970443,9.59505667 C22.0299991,9.09179941 22.5203745,7.9895566 22.5725421,6.71500287 C22.6168846,5.63464081 22.3716969,4.74847041 21.8787131,4.2233324 C21.5135399,3.82947889 21.0127309,3.63802232 20.3945449,3.65443288 C20.0789309,3.66263816 19.7920091,3.71460495 19.544213,3.81033323 C19.1373057,3.96623358 18.6834476,3.74742607 18.5347699,3.32075144 C18.3860923,2.8940768 18.5947627,2.41817047 19.0016699,2.26227013 C19.4111856,2.10363468 19.8676521,2.01611168 20.3580275,2.00517131 Z" id="形状结合"></path>
</g>
<text id="服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#007E3B">
<tspan x="111" y="33">服务商</tspan>
</text>
</g>
</g>
<g id="编组-7" transform="translate(28.000000, 66.000000)">
<text id="1.下单购买产品" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="7.03710938" y="13">1.下单购买产品</tspan>
</text>
<g id="返-回" transform="translate(94.000000, 17.000000)" fill="#999999" fill-rule="nonzero" opacity="0.546642485">
<g id="编组">
<polygon id="路径" points="9.38022374e-16 10.1750005 0.918749536 11 7 5.53928563 6.95625009 5.5 7 5.46071437 0.918749536 0 0 0.824999533 5.20625562 5.5000043"></polygon>
<polygon id="路径备份" points="9.38022374e-16 183.175 0.918749536 184 7 178.539286 6.95625009 178.5 7 178.460714 0.918749536 173 0 173.825 5.20625562 178.500004"></polygon>
<polygon id="路径备份-3" transform="translate(33.500000, 135.500000) scale(-1, 1) translate(-33.500000, -135.500000) " points="30 140.175 30.9187495 141 37 135.539286 36.9562501 135.5 37 135.460714 30.9187495 130 30 130.825 35.2062556 135.500004"></polygon>
<polygon id="路径备份-4" points="9.38022374e-16 53.1750005 0.918749536 54 7 48.5392856 6.95625009 48.5 7 48.4607144 0.918749536 43 0 43.8249995 5.20625562 48.5000043"></polygon>
<polygon id="路径备份-5" points="126 97.1750005 126.91875 98 133 92.5392856 132.95625 92.5 133 92.4607144 126.91875 87 126 87.8249995 131.206256 92.5000043"></polygon>
</g>
</g>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-3" transform="translate(28.000000, 239.000000)">
<text id="5.查看交付进度" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="6.03710938" y="13">5.查看交付进度</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份" transform="translate(31.000000, 109.000000)">
<text id="2.支付成功" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="11.0371094" y="13">2.支付成功</tspan>
</text>
<line x1="0" y1="22.5" x2="91" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-2" transform="translate(154.000000, 153.000000)">
<text id="3.通知服务商" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="8.03710938" y="13">3.通知服务商</tspan>
</text>
<line x1="0" y1="22.5" x2="96" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
<g id="编组-7备份-5" transform="translate(155.000000, 196.000000)">
<text id="4.提交交付信息" font-family="MicrosoftYaHei, Microsoft YaHei" font-size="12" font-weight="normal" fill="#111111">
<tspan x="0.037109375" y="13">4.提交交付信息</tspan>
</text>
<line x1="2" y1="22.5" x2="93" y2="22.5" id="直线-2" stroke="#999999" opacity="0.548990885" stroke-linecap="square" stroke-dasharray="3"></line>
</g>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/ccc.png><title></title><link href=/css/chunk-14b9857b.0dc416de.css rel=prefetch><link href=/css/chunk-2c359864.0dc416de.css rel=prefetch><link href=/css/chunk-3385141a.0dc416de.css rel=prefetch><link href=/css/chunk-382e9603.e4a5d5d6.css rel=prefetch><link href=/css/chunk-42651408.d8ccc255.css rel=prefetch><link href=/css/chunk-50a3aab5.3a534050.css rel=prefetch><link href=/css/chunk-79527e9c.8797b2b5.css rel=prefetch><link href=/css/chunk-bc0fc59e.dce456a2.css rel=prefetch><link href=/css/chunk-c99e2bc4.c315c3ce.css rel=prefetch><link href=/js/chunk-14b9857b.49736867.js rel=prefetch><link href=/js/chunk-2c359864.2d5ca5d9.js rel=prefetch><link href=/js/chunk-2d0cf4f6.47c7fc64.js rel=prefetch><link href=/js/chunk-2dc06650.6446a06d.js rel=prefetch><link href=/js/chunk-3385141a.d82f7c29.js rel=prefetch><link href=/js/chunk-382e9603.5f3cf288.js rel=prefetch><link href=/js/chunk-42651408.4fb15382.js rel=prefetch><link href=/js/chunk-506f6cae.b32e885e.js rel=prefetch><link href=/js/chunk-50a3aab5.29321dff.js rel=prefetch><link href=/js/chunk-72133a04.e70b11c7.js rel=prefetch><link href=/js/chunk-79527e9c.40bd32b8.js rel=prefetch><link href=/js/chunk-bc0fc59e.6d7a0ab1.js rel=prefetch><link href=/js/chunk-c99e2bc4.d5fa9189.js rel=prefetch><link href=/css/app.ecfe1570.css rel=preload as=style><link href=/css/chunk-vendors.1d90d08d.css rel=preload as=style><link href=/js/app.f23e3044.js rel=preload as=script><link href=/js/chunk-vendors.6ea93ac3.js rel=preload as=script><link href=/css/chunk-vendors.1d90d08d.css rel=stylesheet><link href=/css/app.ecfe1570.css rel=stylesheet></head><body><noscript><strong>We're sorry but iview-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.6ea93ac3.js></script><script src=/js/app.f23e3044.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/ccc.png><link rel=stylesheet href=//at.alicdn.com/t/font_1996389_21r6b2e5cqci.css><title></title><link href=/css/chunk-084d6107.b61b8cdd.css rel=prefetch><link href=/css/chunk-10382ef4.45a3c893.css rel=prefetch><link href=/css/chunk-14b9857b.0dc416de.css rel=prefetch><link href=/css/chunk-2c359864.0dc416de.css rel=prefetch><link href=/css/chunk-3385141a.0dc416de.css rel=prefetch><link href=/css/chunk-432b12e1.cb693074.css rel=prefetch><link href=/css/chunk-48f0ebf0.a04c3d14.css rel=prefetch><link href=/css/chunk-70a7a49f.2895b44a.css rel=prefetch><link href=/css/chunk-caf11e6a.3d5cfe03.css rel=prefetch><link href=/css/chunk-cc77621c.8797b2b5.css rel=prefetch><link href=/js/chunk-084d6107.5fad38d8.js rel=prefetch><link href=/js/chunk-10382ef4.caa53864.js rel=prefetch><link href=/js/chunk-14b9857b.5e364de7.js rel=prefetch><link href=/js/chunk-1f11ec07.6f14afbb.js rel=prefetch><link href=/js/chunk-2c359864.622d16ed.js rel=prefetch><link href=/js/chunk-2d210f61.89da9caa.js rel=prefetch><link href=/js/chunk-3385141a.700920be.js rel=prefetch><link href=/js/chunk-432b12e1.d2354a1b.js rel=prefetch><link href=/js/chunk-48f0ebf0.b46d2135.js rel=prefetch><link href=/js/chunk-5a4e13d5.1de222d6.js rel=prefetch><link href=/js/chunk-70a7a49f.522de928.js rel=prefetch><link href=/js/chunk-780401d4.c5158c92.js rel=prefetch><link href=/js/chunk-7bbfd8be.4def02dc.js rel=prefetch><link href=/js/chunk-caf11e6a.f8ae45cc.js rel=prefetch><link href=/js/chunk-cc77621c.d64f352a.js rel=prefetch><link href=/js/chunk-d710b6d2.386267d9.js rel=prefetch><link href=/css/app.30a40ef5.css rel=preload as=style><link href=/css/chunk-vendors.b6e40198.css rel=preload as=style><link href=/js/app.c3d2a397.js rel=preload as=script><link href=/js/chunk-vendors.0e55995e.js rel=preload as=script><link href=/css/chunk-vendors.b6e40198.css rel=stylesheet><link href=/css/app.30a40ef5.css rel=stylesheet></head><body><noscript><strong>We're sorry but iview-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.0e55995e.js></script><script src=/js/app.c3d2a397.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-084d6107"],{"33a9b":function(e,t,n){"use strict";n.r(t);var s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("Modal",{attrs:{title:"链接"},on:{"on-ok":e.ok,"on-cancel":e.cancel},model:{value:e.showLinkModel,callback:function(t){e.showLinkModel=t},expression:"showLinkModel"}},[n("i-form",{attrs:{model:e.currentRow,"label-width":80}},[n("Form-item",{attrs:{label:"WEB链接",prop:"link_url_pc"}},[n("i-input",{attrs:{disabled:"",value:e.currentRow.link_url_pc},on:{"update:value":function(t){return e.$set(e.currentRow,"link_url_pc",t)}}})],1),n("Form-item",{attrs:{label:"WAP链接",prop:"link_url_mobile"}},[n("i-input",{attrs:{disabled:"",value:e.currentRow.link_url_pc},on:{"update:value":function(t){return e.$set(e.currentRow,"link_url_pc",t)}}})],1),n("Form-item",{attrs:{label:"渠道二维码",prop:"qrcode"}},[n("img",{staticStyle:{width:"100px",height:"100px",float:"left"},attrs:{src:e.qrcode}}),n("i-button",{staticStyle:{float:"left","margin-top":"5px"},on:{click:e.downQr}},[e._v("下载")])],1)],1)],1),n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var s=t.adjustHeight;return[n("Card",{staticStyle:{padding:"0 16px 0"},attrs:{bordered:!1,"dis-hover":""}},[n("i-form",{attrs:{"label-width":100,"label-position":"left"}},[n("Form-item",{staticStyle:{"margin-bottom":"0"},attrs:{label:"模板名称:"}},[e._v("\n "+e._s(e.templateInfo.name)+"\n ")]),n("Form-item",{staticStyle:{"margin-bottom":"0"},attrs:{label:"模板ID:"}},[e._v("\n "+e._s(e.templateInfo.id)+"\n ")]),n("Form-item",{staticStyle:{"margin-bottom":"0"},attrs:{label:"商品ID:"}},[n("Row",[n("i-col",{attrs:{span:"1"}},[e._v("\n "+e._s(e.templateInfo&&e.templateInfo.business_code?e.templateInfo.business_code:"无")+"\n ")]),n("i-col",{attrs:{span:"1",offset:"1"}},[n("i-button",{staticStyle:{color:"#007aff"},attrs:{type:"text","dis-hover":"",size:"small"},on:{click:function(t){e.showSetBusinessCode=!0}}},[e._v("设置")]),n("Modal",{attrs:{loading:e.loading,title:"设置"},on:{"on-ok":e.setBusinessCode,"on-cancel":e.cancel},model:{value:e.showSetBusinessCode,callback:function(t){e.showSetBusinessCode=t},expression:"showSetBusinessCode"}},[n("i-form",{attrs:{"label-width":80}},[n("Form-item",{attrs:{label:"商品ID"}},[n("i-input",{model:{value:e.businessCode,callback:function(t){e.businessCode=t},expression:"businessCode"}})],1)],1)],1)],1)],1)],1)],1)],1),n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:s-120,metaName:"template_link",packageName:"template",modelName:"templatelink",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec,formevent:e.onformevent,oninitbtn:e.oninitbtn}})]}}])})],1)},a=[],i=(n("5ab2"),n("6d57"),n("e10e"),n("ce3c")),o=n("06d3"),r=n("391e"),c=n("7e1e");function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,s)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){Object(i["a"])(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var d={name:"templatelink_page",data:function(){return{templateInfo:{},showSetBusinessCode:!1,businessCode:"",loading:!0,supplementParams:{},showLinkModel:!1,currentRow:{},qrcode:"http://bigdata.gongsibao.com/api/qc?detailLink="}},components:{BizTable:o["a"],PageSpace:r["a"]},mounted:function(){var e=this;this.$nextTick((function(){e.$refs.bt.$refs.searchform.formModel["template_id"]=e.$route.query.template_id})),this.getTemplateInfoById()},methods:{ok:function(){},setBusinessCode:function(e){var t=this;if(console.log(this.businessCode),!this.businessCode)return this.$Message.warning("商品ID不能为空"),void(this.showSetBusinessCode=!1);Object(c["m"])({business_code:this.businessCode,id:this.$route.query.template_id}).then((function(e){0==e.status?(t.templateInfo=e.data,t.$Message.success("商品ID设置成功")):t.$Message.warning(e.msg),t.showSetBusinessCode=!1}))},getTemplateInfoById:function(){var e=this;Object(c["i"])({id:this.$route.query.template_id}).then((function(t){0==t.status?e.templateInfo=t.data:e.$Message.warning(t.msg)}))},cancel:function(){},downQr:function(){window.open(this.qrcode)},onformevent:function(e,t){var n={};switch(e){case"channel_code":n["channel_name"]=t[1];break;case"lauch_type_code":n["lauch_type_name"]=t[1];break;case"marketing_subject_code":n["marketing_subject_name"]=t[1];break;case"business_type_name":n["business_type_code"]=t[0];break}this.supplementParams=u(u({},n),this.supplementParams)},savebefore:function(e,t,n){return t=u(u(u({},t),this.supplementParams),{},{template_id:this.$route.query.template_id}),n(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},onexec:function(e,t){var n=this;"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}}),"link"==e&&this.$router.push({name:"link_list",query:{template_id:t.id}}),"seeLink"==e&&(this.currentRow=t,t.link_url_pc&&(this.qrcode="http://bigdata.gongsibao.com/api/qc?detailLink="+encodeURIComponent(t.link_url_pc)),this.showLinkModel=!0),"launch"==e&&Object(c["n"])({code:t.code,is_enabled:1}).then((function(e){0==e.status?(n.$Message.success("投放成功"),n.$refs.bt.fetchData()):n.$Message.warning(e.msg)})),"stopLaunch"==e&&Object(c["n"])({code:t.code,is_enabled:0}).then((function(e){0==e.status?(n.$Message.success("已停止投放"),n.$refs.bt.fetchData()):n.$Message.warning("操作失败")})),"deleteTempLink"==e&&Object(c["d"])({id:t.id}).then((function(e){0==e.status?e.data&&0==e.data.status?n.$Message.success("删除成功"):n.$Message.warning(e.data.msg):n.$Message.warning("操作失败"),n.$refs.bt.fetchData()}))},formatCol:function(e,t,n){return"is_enabled"==t?e["is_enabled"]?'<span style="color:green">是</span>':'<span style="color:orange">否</span>':"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]},oninitbtn:function(e,t){switch(t.is_enabled){case 0:"stopLaunch"===e.key||"seeLink"===e.key?e.ishide=!0:e.ishide=!1;break;case 1:"launch"===e.key||"deleteTempLink"===e.key?e.ishide=!0:e.ishide=!1;break}}}},f=d,p=(n("742d"),n("9ca4")),m=Object(p["a"])(f,s,a,!1,null,null,null);t["default"]=m.exports},"391e":function(e,t,n){"use strict";var s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},a=[],i=n("9ee1"),o=i["a"],r=n("9ca4"),c=Object(r["a"])(o,s,a,!1,null,null,null);t["a"]=c.exports},"742d":function(e,t,n){"use strict";var s=n("e1fc"),a=n.n(s);a.a},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),s=n.get()[0]||0,a=window.innerHeight-s.offsetTop-t.advalue;t.frameHeight=a,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},e1fc:function(e,t,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-10382ef4"],{"0b52":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"tfhref"},e._l(e.moduleList,(function(t){return n("div",{key:t.id,staticClass:"tfhref_wrapper"},e._l(t.acraoList,(function(e){return n("Acrao",{key:e.id,attrs:{config:e}})})),1)})),0)},i=[],c=(n("5ab2"),n("e10e"),n("5748")),o=(n("6d57"),n("ce3c")),a=(n("6a61"),n("cf7f")),s=n("8586"),u=n("9f3a"),l=n("6205"),f=n("759e"),d=n.n(f);function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){Object(o["a"])(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}console.log(d.a);var b={components:{Acrao:s["a"]},data:function(){return{moduleList:[]}},mounted:function(){var e=Object(a["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getModuleList();case 2:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}(),methods:m({getModuleList:function(){var e=this,t=this.$route.query,n={channel_code:t.source,business_type_code:t.business,lauch_type_code:t.type,marketing_subject_code:t.for,else_channel_param:t.event,template_id:t.id,device:t.device};Object(l["g"])(n).then((function(t){if(200==t.status&&0==t.data.status){var n=t.data.data;e.setIcon(n.templateinfo),e.setWebKey(n.templateinfo),e.saveLinkinfo(n.linkinfo),n.templateinfo.template_content&&(e.moduleList=JSON.parse(d.a.inflate(n.templateinfo.template_content,{to:"string"})).list,e.moduleList.forEach((function(t){t.id>e.moduleIndex&&(e.moduleIndex=t.id+1)})))}}))},setWebKey:function(e){document.title=e.title;var t=document.getElementsByTagName("head")[0],n=document.createElement("meta"),r=document.createElement("meta"),i=n,c=r;i.setAttribute("name","keywords"),i.setAttribute("content",e.keyword),c.setAttribute("name","description"),c.setAttribute("content",e.describe),t.appendChild(i),t.appendChild(c)},setIcon:function(e){var t=Object(c["a"])(document.getElementsByTagName("link")),n=t.filter((function(e){return"icon"==e.rel}))[0];n.setAttribute("href",e.pic_url)}},Object(u["d"])({saveLinkinfo:"template/saveLinkinfo"}))},h=b,y=(n("79b9"),n("9ca4")),O=Object(y["a"])(h,r,i,!1,null,"f79a62ac",null);t["default"]=O.exports},"79b9":function(e,t,n){"use strict";var r=n("7e38"),i=n.n(r);i.a},"7e38":function(e,t,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1f11ec07"],{"391e":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},s=[],o=n("9ee1"),i=o["a"],r=n("9ca4"),c=Object(r["a"])(i,a,s,!1,null,null,null);t["a"]=c.exports},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),a=n.get()[0]||0,s=window.innerHeight-a.offsetTop-t.advalue;t.frameHeight=s,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},b0d7:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var a=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:a-120,metaName:"template_info",packageName:"template",modelName:"templateinfo",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec,oninitbtn:e.oninitbtn}})]}}])})},s=[],o=n("06d3"),i=n("391e"),r=n("7e1e"),c={name:"templateinfo_page",data:function(){return{row:{}}},components:{BizTable:o["a"],PageSpace:i["a"]},methods:{savebefore:function(e,t,n){return n(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},articleShow:function(e){this.isshowlist=!1,this.currow=e},oninitbtn:function(e,t){switch(t.is_enabled){case 0:"unenable"===e.key?e.ishide=!0:e.ishide=!1;break;case 1:"enable"===e.key?e.ishide=!0:e.ishide=!1;break}},gotoPreview:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$router.resolve({path:e,query:t});window.open(n.href,"_blank")},onexec:function(e,t){var n=this;console.log(this.currentRow),"toHome"==e&&this.$router.push({name:"home",query:{template_code:t.code}}),"link"==e&&this.$router.push({name:"templatelink",query:{template_id:t.id}}),"show"==e&&this.gotoPreview("/previewpage",{template_code:t.code}),"enable"==e&&Object(r["o"])({code:t.code,is_enabled:1}).then((function(e){0==e.status?(n.$Message.success("启用成功"),n.$refs.bt.fetchData()):n.$Message.success("操作失败")})),"unenable"==e&&Object(r["o"])({code:t.code,is_enabled:0}).then((function(e){0==e.status?(n.$Message.success("禁用成功"),n.$refs.bt.fetchData()):n.$Message.success("操作失败")})),"createTemp"==e&&Object(r["b"])().then((function(e){0==e.status?(n.$Message.success("新增成功"),n.$refs.bt.fetchData()):n.$Message.success("新增失败")}))},formatCol:function(e,t,n){return"is_enabled"==t?e["is_enabled"]?'<span style="color:green">是</span>':'<span style="color:orange">否</span>':"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]}}},u=c,l=n("9ca4"),f=Object(l["a"])(u,a,s,!1,null,null,null);t["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0cf4f6"],{"62bf":function(e,t,s){"use strict";s.r(t);var r=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("div",[s("CaseForm",{key:this.$route.query.bizId,ref:"caseinfo",attrs:{fminfo:e.metaInfo,noExpandAuth:""},scopedSlots:e._u([{key:"default",fn:function(t){return[s("Button",{on:{click:e.subcaseclick}},[e._v("提交")])]}}])})],1)},a=[],n=(s("9a33"),s("0086")),o=s("db7f"),i=s("7e1e"),l={name:"creatScheme",data:function(){return{metaInfos:{ICP:{name:"ICP许可证申请方案",main:[{title:"方案信息",key:"baseinfo",cols:1,ctls:[{type:"label",label:"服务类型",prop:"business_type_name",style:"width: 60%; transform: translateX(10px)",disabled:!1,rules:[]},{type:"input",prop:"company_name",label:"公司名称",placeHolder:"请输入企业名称",style:"width: 60%; ",disabled:!1,rules:[{required:!0,message:"请输入企业名称",trigger:"blur"}]},{type:"adds-select",label:"申请区域",isMulti:!1,prop:"address",style:"width: 60%;",productName:"icp",rules:[{required:!0,message:"请选择申请区域",trigger:"blur"}]},{type:"switch",label:"年报服务",prop:"annual_report",opentext:"是",closetext:"否",style:"",rules:[],remark:"注:该服务包含一个ICP许可证有效期限内(5年)年报服务。"},{type:"textarea",label:"方案备注",prop:"remark",placeHolder:"请输入该方案备注",style:"width: 60%; transform: translateX(10px)",disabled:!1,rules:[]}]}],lists:[]},EDI:{name:"EDI许可证申请方案",main:[{title:"方案信息",key:"baseinfo",cols:1,ctls:[{type:"label",label:"服务类型",prop:"business_type_name",style:"width: 60%; transform: translateX(10px)",disabled:!1,rules:[{required:!0,message:" ",trigger:"blur"}]},{type:"input",prop:"company_name",label:"公司名称",placeHolder:"请输入企业名称",style:"width: 60%; ",disabled:!1,rules:[{required:!0,message:" ",trigger:"blur"}]},{type:"adds-select",label:"申请区域",isMulti:!1,prop:"address",productName:"edi",style:"width: 60%;",rules:[{required:!0,message:"请选择申请区域",trigger:"blur"}]},{type:"switch",label:"年报服务",prop:"annual_report",opentext:"是",closetext:"否",style:"",rules:[],remark:"注:该服务包含一个EDI许可证有效期限内(5年)年报服务。"},{type:"textarea",label:"方案备注",prop:"remark",placeHolder:"请输入该方案其他备注",style:"width: 60%; transform: translateX(10px)",disabled:!1,rules:[]}]}],lists:[]}},bizType:this.$route.query.type}},components:{CaseForm:n["a"]},mounted:function(){this.initDataSource()},computed:{metaInfo:function(){return this.metaInfos[this.bizType]}},watch:{$route:function(e,t){this.initDataSource()}},methods:{initDataSource:function(){var e=this;this.bizType=this.$route.query.type,this.$nextTick((function(){e.$refs.caseinfo.formModel.business_type_name=o["a"]["business_type"][e.bizType],"update"===e.$route.query.operation&&Object(i["p"])({bizopt_id:e.$route.query.bizId}).then((function(t){var s=t.data;0===s.status?(s=s.data,e.$refs.caseinfo.formModel.company_name=s.scheme_info.company,e.$refs.caseinfo.formModel.address="".concat(s.scheme_info.addressCode,"-").concat(s.scheme_info.address),e.$refs.caseinfo.formModel.annual_report=s.scheme_info.annual_report,e.$refs.caseinfo.formModel.remark=s.remark_info):(console.log(s),e.$Message.error("获取数据错误"))}))}))},subcaseclick:function(){var e=this;this.$refs.caseinfo.validate((function(t){if(t){var s=e.$refs.caseinfo.formModel;s={scheme_info:{address:s.address.split("-")[1],addressCode:s.address.split("-")[0],companyName:s.company_name,annual_report:s.annual_report},remark_info:s.remark,bizopt_id:e.$route.query.bizId},Object(i["g"])(s).then((function(t){var s=t.data;0===s.status?(e.$Message.success("当前操作已完成"),e.$router.push({name:"wailtingDispose"})):e.$Message.error(s.msg)}))}}))}}},u=l,p=s("9ca4"),c=Object(p["a"])(u,r,a,!1,null,null,null);t["default"]=c.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d210f61"],{b9b6:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{background:"white",padding:"20px"}},[n("div",[n("i-form",{attrs:{inline:""}},[n("Form-item",{attrs:{label:"记录状态","label-width":80}},[n("i-select",{staticStyle:{width:"200px"},attrs:{model:t.selectValue},on:{"on-change":t.selectChange,"update:model":function(e){t.selectValue=e}}},[n("i-option",{attrs:{value:"0"}},[t._v("全部")]),n("i-option",{attrs:{value:"1"}},[t._v("未读")]),n("i-option",{attrs:{value:"2"}},[t._v("已读")]),n("i-option",{attrs:{value:"3"}},[t._v("无效")])],1)],1)],1)],1),n("i-table",{attrs:{border:"",content:t.self,columns:t.columnList,data:t.dataList}}),n("div",{staticStyle:{"text-align":"center",margin:"5px 0 0 0"}},[n("Page",{attrs:{total:t.count,current:t.pageInfo.pageNo,"page-size":t.pageInfo.pageSize,size:"small","show-sizer":""},on:{"on-change":t.pageNoChange,"on-page-size-change":t.pageSizeChange}})],1)],1)},o=[],i=(n("5ab2"),n("6d57"),n("e10e"),n("ce3c")),s=(n("c0c3"),n("7e1e"));function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,a)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){Object(i["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var l={data:function(){return{selectValue:"0",self:this,columnList:[],dataList:[],pageInfo:{pageNo:1,pageSize:10},count:0,search:{form_id:""}}},created:function(){var t=this,e=this.$route.query.form_id;this.search.form_id=e,Object(s["f"])({form_id:e}).then((function(e){0==e.status?(t.columnList=e.data,t.columnList.push({title:"记录状态",key:"record_status_name"}),t.columnList.unshift({title:"时间",key:"created_at"}),t.columnList.unshift({type:"selection",width:60,align:"center"})):t.$Message.success("操作失败")}))},mounted:function(){this.findAndCountAll()},methods:{selectChange:function(t){this.search.record_status="0"==t?"":t,this.findAndCountAll()},pageNoChange:function(t){console.log(t),this.pageInfo.pageNo=t,this.findAndCountAll()},pageSizeChange:function(t){console.log(t),this.pageInfo.pageSize=t,this.findAndCountAll()},findAndCountAll:function(){var t=this;Object(s["g"])({pageInfo:this.pageInfo,search:this.search}).then((function(e){if(0==e.status&&e.data&&e.data.results){var n=e.data.results;t.count=n.count;for(var a=n.rows,o=0;o<a.length;o++)a[o].created_at&&(a[o].created_at=new Date(a[o].created_at).toLocaleString()),a[o]=c(c({},a[o]),a[o].record_content);t.dataList=a}else t.$Message.success("操作失败");console.log(t.dataList)}))}}},u=l,d=n("9ca4"),f=Object(d["a"])(u,a,o,!1,null,null,null);e["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2dc06650"],{"391e":function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},r=[],i=a("9ee1"),o=i["a"],u=a("9ca4"),s=Object(u["a"])(o,n,r,!1,null,null,null);t["a"]=s.exports},"446f":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[a("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,metaName:"delivery_info",packageName:"delivery",modelName:"deliver",tblheight:n-120,refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec}})]}}])})},r=[],i=(a("b449"),a("9666")),o=a("06d3"),u=a("391e"),s=a("db7f"),c=a("7e1e"),d={name:"deliveryList",watch:{$route:function(e,t){this.$refs.bt.fetchData()}},data:function(){return{}},components:{BizTable:o["a"],PageSpace:u["a"]},methods:{beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(){var e=Object(i["a"])(regeneratorRuntime.mark((function e(t,a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:e.t0=t,e.next="info"===e.t0?3:13;break;case 3:return e.prev=3,e.next=6,Object(c["v"])({id:a.id});case 6:this.$router.push({name:"delivery_info",query:{id:a.id}}),e.next=12;break;case 9:e.prev=9,e.t1=e["catch"](3),this.$Message.error(e.t1.message);case 12:return e.abrupt("break",13);case 13:case"end":return e.stop()}}),e,this,[[3,9]])})));function t(t,a){return e.apply(this,arguments)}return t}(),validmethod:function(e,t,a){return a()},formatCol:function(e,t,a){return"delivery_status"===t?s["a"]["delivery_status"][e.delivery_status]:"product_code"===t?s["a"]["business_type"][e.product_code]:void 0}}},f=d,l=a("9ca4"),h=Object(l["a"])(f,n,r,!1,null,null,null);t["default"]=h.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),n=a.get()[0]||0,r=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=r,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-382e9603"],{1663:function(t,e,a){"use strict";var s=a("a0b5"),n=a.n(s);n.a},"391e":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{attrs:{id:"framediv"}},[t._t("default",null,{adjustHeight:t.frameHeight})],2)},n=[],i=a("9ee1"),r=i["a"],o=a("9ca4"),u=Object(o["a"])(r,s,n,!1,null,null,null);e["a"]=u.exports},"9ee1":function(t,e,a){"use strict";(function(t){a("163d");e["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var e=this;this.setHeight(),t(window).resize((function(){e.setHeight()}))},methods:{setHeight:function(){var e=this;this.$nextTick((function(){var a=t("#framediv"),s=a.get()[0]||0,n=window.innerHeight-s.offsetTop-e.advalue;e.frameHeight=n,e.$emit("sizechange",e.frameHeight)}))}}}}).call(this,a("a336"))},a0b5:function(t,e,a){},ccb2:function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("PageSpace",[a("div",{staticClass:"info"},[a("h3",[t._v("营业执照")]),a("Form",{attrs:{model:t.businessLicense,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司名称"}},[a("span",[t._v(t._s(t.businessLicense.name))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"住所"}},[a("span",[t._v(t._s(t.businessLicense.address))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"成立时间"}},[a("span",[t._v(t._s(t.buildDate(t.businessLicense.createdAt)))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司类型"}},[a("span",[t._v(t._s(t.businessLicense.type))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"注册资本"}},[a("span",[t._v(t._s(t.businessLicense.registeredCapital)+"万人民币")])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"营业期限"}},[a("span",[t._v(t._s(t.businessLicense.businessTerm))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"企业统一社会信通代码"}},[a("span",[t._v(t._s(t.businessLicense.enterpriseCode))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"法定代表人"}},[a("span",[t._v(t._s(t.businessLicense.legalRepresentative))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"经营范围"}},[a("span",[t._v(t._s(t.businessLicense.scopeBusiness))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[t._v("资质信息")]),a("Form",{attrs:{model:t.qualificationData,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"证书编号"}},[a("span",[t._v(t._s(t.qualificationData.certificateNumber))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"业务种类"}},[a("span",[t._v(t._s(t.qualificationData.businessTypes))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"证书文件"}},[a("ShowFile",{attrs:{url:t.qualificationData.file&&t.qualificationData.file.url,name:t.qualificationData.file&&t.qualificationData.file.name}})],1)],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"服务项目"}},[a("span",[t._v(t._s(t.qualificationData.serviceProject))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"发证日期"}},[a("span",[t._v(t._s(t.buildDate(t.qualificationData.startAt)))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"有效期至"}},[a("span",[t._v(t._s(t.buildDate(t.qualificationData.endAt)))]),t._v("       \n "),a("span",{staticStyle:{"font-family":"PingFangSC-Regular, PingFang SC","font-weight":"400",color:"rgba(236, 148, 5, 1)","line-height":"17px"}},[t._v(t._s(t.expireTime))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"业务覆盖范围"}},[a("span",[t._v(t._s(t.qualificationData.businessScope))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[t._v("年报信息")]),a("Table",{attrs:{border:"",columns:t.annualReportColumns,data:t.annualReportInfo},scopedSlots:t._u([{key:"year",fn:function(e){var s=e.row;return[a("span",[t._v(t._s(s.year)+"年")])]}},{key:"status",fn:function(e){var s=e.row;return[a("span",[t._v(t._s(t.buildStatus(s.status)))])]}},{key:"time",fn:function(e){var s=e.row;return[a("span",{directives:[{name:"show",rawName:"v-show",value:"declaresuccess"===s.status,expression:"row.status ==='declaresuccess'"}]},[t._v(t._s(t.buildDate(s.updated_at,"YYYY-MM-DD HH:mm:ss")))])]}},{key:"operation",fn:function(e){var s=e.row,n=e.index;return[a("uploadImg",{attrs:{file:s.file,type:"again"},on:{change:function(e,a){t.doDeclare(e,a,n)}}})]}}])})],1)])},n=[],i=(a("b449"),a("9666")),r=a("35f4"),o=a.n(r),u=(a("f1c3"),a("391e")),c=a("db7f"),l=a("7e1e"),f={name:"annualReportInfo",watch:{$route:function(t,e){this.initData()}},components:{PageSpace:u["a"]},computed:{expireTime:function(){var t=this.buildDate(new Date),e=this.buildDate(new Date(this.qualificationData.endAt));t=o()(t,"YYYY-MM-DD"),e=o()(e,"YYYY-MM-DD");var a=e.diff(t,"days"),s="";if(a>0){s="剩余",a=o.a.preciseDiff(t,e,!0);var n=a,i=n.years,r=n.months,u=n.days;0!==i&&(s="".concat(s).concat(i,"年")),0!==r&&(s="".concat(s).concat(r,"个月")),0!==u&&(s="".concat(s).concat(u,"天"))}else s="已到期";return"(".concat(s,")")}},data:function(){return{businessLicense:{},qualificationData:{},annualReportColumns:[{title:"年份",slot:"year"},{title:"状态",slot:"status"},{title:"上传时间",slot:"time"},{title:"操作",slot:"operation"}],annualReportInfo:[]}},methods:{buildDate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"YYYY-MM-DD";return o()(t).format(e)},buildStatus:function(t){return c["a"].annualreport_status[t]},doDeclare:function(){var t=Object(i["a"])(regeneratorRuntime.mark((function t(e,a,s){var n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:n=this.annualReportInfo[s],t.t0=e,t.next="add"===t.t0?4:15;break;case 4:return t.prev=4,t.next=7,Object(l["i"])({id:n.id,file:a});case 7:this.$Message.success("申报成功"),this.initData(),t.next=14;break;case 11:t.prev=11,t.t1=t["catch"](4),this.$Message.error(t.t1.message);case 14:return t.abrupt("break",15);case 15:case"end":return t.stop()}}),t,this,[[4,11]])})));function e(e,a,s){return t.apply(this,arguments)}return e}(),initData:function(){var t=Object(i["a"])(regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,Object(l["j"])({id:this.$route.query.id});case 3:e=t.sent,this.businessLicense=e.businessLicense,this.qualificationData=e.qualification,this.annualReportInfo=e.annualreports,t.next=12;break;case 9:t.prev=9,t.t0=t["catch"](0),this.$Message.error(t.t0.message);case 12:case"end":return t.stop()}}),t,this,[[0,9]])})));function e(){return t.apply(this,arguments)}return e}()},created:function(){this.initData()}},p=f,m=(a("1663"),a("9ca4")),d=Object(m["a"])(p,s,n,!1,null,null,null);e["default"]=d.exports},f1c3:function(t,e,a){if("undefined"===typeof s)var s=a("35f4");(function(t){var e={nodiff:"",year:"year",years:"years",month:"month",months:"months",day:"day",days:"days",hour:"hour",hours:"hours",minute:"minute",minutes:"minutes",second:"second",seconds:"seconds",delimiter:" "};function a(t,a){return t+" "+e[a+(1===t?"":"s")]}function s(t,s,n,i,r,o){var u=[];return t&&u.push(a(t,"year")),s&&u.push(a(s,"month")),n&&u.push(a(n,"day")),i&&u.push(a(i,"hour")),r&&u.push(a(r,"minute")),o&&u.push(a(o,"second")),u.join(e.delimiter)}function n(t,e,a,s,n,i,r){return{years:t,months:e,days:a,hours:s,minutes:n,seconds:i,firstDateWasLater:r}}t.fn.preciseDiff=function(e,a){return t.preciseDiff(this,e,a)},t.preciseDiff=function(a,i,r){var o,u=t(a),c=t(i);if(u.add(c.utcOffset()-u.utcOffset(),"minutes"),u.isSame(c))return r?n(0,0,0,0,0,0,!1):e.nodiff;if(u.isAfter(c)){var l=u;u=c,c=l,o=!0}else o=!1;var f=c.year()-u.year(),p=c.month()-u.month(),m=c.date()-u.date(),d=c.hour()-u.hour(),h=c.minute()-u.minute(),v=c.second()-u.second();if(v<0&&(v=60+v,h--),h<0&&(h=60+h,d--),d<0&&(d=24+d,m--),m<0){var b=t(c.year()+"-"+(c.month()+1),"YYYY-MM").subtract(1,"M").daysInMonth();m=b<u.date()?b+m+(u.date()-b):b+m,p--}return p<0&&(p=12+p,f--),r?n(f,p,m,d,h,v,o):s(f,p,m,d,h,v)}})(s)}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-432b12e1"],{"002f":function(e,t,o){"use strict";o.r(t);var n=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[o("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:n-120,metaName:"form_info",packageName:"configmag",modelName:"forminfo",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec,childexec:e.onchildexec}}),o("Drawer",{ref:"addrawer",attrs:{placement:"right",closable:!1,"mask-closable":!1,width:"70"},model:{value:e.showchildform,callback:function(t){e.showchildform=t},expression:"showchildform"}},[o("Card",{ref:"formcard",staticStyle:{"border-radius":"0px","padding-bottom":"60px",border:"none"},attrs:{"dis-hover":"",bordered:!1}},[o("p",{attrs:{slot:"title"},slot:"title"},[o("Icon",{attrs:{type:"ios-paper-outline"}}),e._v("\n 表单项\n ")],1),o("Form",{ref:"cfm",attrs:{model:e.formModel,"label-position":"left"}},[o("FormItem",{attrs:{label:"表单项名称",prop:"name"}},[o("input",{directives:[{name:"model",rawName:"v-model",value:e.formModel["name"],expression:"formModel['name']"}],staticStyle:{"padding-left":"6px"},attrs:{disabled:"contact_mobile"==e.formModel["code"]||"contact_name"==e.formModel["code"],type:"text",placeholder:"请输入表单项名称"},domProps:{value:e.formModel["name"]},on:{input:function(t){t.target.composing||e.$set(e.formModel,"name",t.target.value)}}})]),o("FormItem",{attrs:{label:"表单项排序",prop:"sequence"}},[o("input",{directives:[{name:"model",rawName:"v-model",value:e.formModel["sequence"],expression:"formModel['sequence']"}],staticStyle:{"padding-left":"6px"},attrs:{disabled:"contact_mobile"==e.formModel["code"]||"contact_name"==e.formModel["code"],type:"text",placeholder:"请输入排序"},domProps:{value:e.formModel["sequence"]},on:{input:function(t){t.target.composing||e.$set(e.formModel,"sequence",t.target.value)}}})]),o("FormItem",{attrs:{label:"是否必填",prop:"is_required"}},[o("Switchs",{attrs:{disabled:"contact_mobile"==e.formModel["code"]||"contact_name"==e.formModel["code"],openlabel:"是",closelabel:"否"},model:{value:e.formModel["is_required"],callback:function(t){e.$set(e.formModel,"is_required",t)},expression:"formModel['is_required']"}})],1),o("FormItem",{attrs:{label:"是否显示",prop:"is_enabled"}},[o("Switchs",{attrs:{disabled:"contact_mobile"==e.formModel["code"]||"contact_name"==e.formModel["code"],openlabel:"是",closelabel:"否"},model:{value:e.formModel["is_enabled"],callback:function(t){e.$set(e.formModel,"is_enabled",t)},expression:"formModel['is_enabled']"}})],1),o("FormItem",{attrs:{label:"表单项类型",prop:"item_type"}},[o("Radiogroups",{attrs:{disabled:"contact_mobile"==e.formModel["code"]||"contact_name"==e.formModel["code"],dicName:"control_type"},on:{change:e.onchange},model:{value:e.formModel["item_type"],callback:function(t){e.$set(e.formModel,"item_type",t)},expression:"formModel['item_type']"}})],1),e.showoptions?o("FormItem",{attrs:{label:"选项",prop:"options"}},[o("DTags",{attrs:{canclose:""},model:{value:e.formModel["options"],callback:function(t){e.$set(e.formModel,"options",t)},expression:"formModel['options']"}})],1):e._e(),e.showWord?o("FormItem",{attrs:{label:"最少输入",prop:"input_les"}},[o("input",{directives:[{name:"model",rawName:"v-model",value:e.formModel["input_les"],expression:"formModel['input_les']"}],staticStyle:{"padding-left":"6px"},attrs:{type:"text"},domProps:{value:e.formModel["input_les"]},on:{input:function(t){t.target.composing||e.$set(e.formModel,"input_les",t.target.value)}}}),e._v(" 个字\n ")]):e._e(),e.showWord?o("FormItem",{attrs:{label:"最多输入",prop:"input_lar"}},[o("input",{directives:[{name:"model",rawName:"v-model",value:e.formModel["input_lar"],expression:"formModel['input_lar']"}],staticStyle:{"padding-left":"6px"},attrs:{type:"text"},domProps:{value:e.formModel["input_lar"]},on:{input:function(t){t.target.composing||e.$set(e.formModel,"input_lar",t.target.value)}}}),e._v(" 个字\n ")]):e._e(),e.showPhoneOptions?o("FormItem",{attrs:{label:"短信验证",prop:"verify_sms"}},[o("Switchs",{attrs:{openlabel:"是",closelabel:"否"},model:{value:e.formModel["verify_sms"],callback:function(t){e.$set(e.formModel,"verify_sms",t)},expression:"formModel['verify_sms']"}})],1):e._e(),e.showPhoneOptions?o("FormItem",{attrs:{label:"输入位数",prop:"mobile_input_length"}},[o("Radiogroups",{attrs:{dicName:"phone_num"},model:{value:e.formModel["mobile_input_length"],callback:function(t){e.$set(e.formModel,"mobile_input_length",t)},expression:"formModel['mobile_input_length']"}})],1):e._e(),e.showAreaOptions?o("FormItem",{attrs:{label:"区县选择",prop:"is_show_county"}},[o("Switchs",{attrs:{"true-value":"true","false-value":"true",openlabel:"是",closelabel:"否"},model:{value:e.formModel["is_show_county"],callback:function(t){e.$set(e.formModel,"is_show_county",t)},expression:"formModel['is_show_county']"}})],1):e._e()],1),o("div",{staticClass:"form-footer"},[e.isCreate?o("Button",{attrs:{type:"text"},on:{click:e.save}},[e._v("保存\n ")]):e._e(),e.isUpdate?o("Button",{attrs:{type:"text"},on:{click:e.edit}},[e._v("保存\n ")]):e._e(),o("Button",{attrs:{type:"text"},on:{click:e.childcancle}},[e._v("取消\n ")])],1)],1)],1)]}}])})},a=[],i=(o("ed63"),o("8cf2"),o("7e1e")),s=o("06d3"),r=o("923a"),l=o("3b00"),c=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("RadioGroup",{attrs:{type:"button",size:"large"},on:{"on-change":e.onchange},model:{value:e.sels,callback:function(t){e.sels=t},expression:"sels"}},e._l(e.datasource,(function(t){return o("Radio",{key:t.value,attrs:{label:t.value,disabled:e.hideMenu,border:""}},[e._v(e._s(t.label))])})),1)},m=[],d=(o("e10e"),o("6d57"),o("60b7")),f={name:"radiogroups",components:{},model:{prop:"value",event:"change"},props:["value","dicName","refModel","labelField","valueField","refwhere","isborder","disabled"],data:function(){return{hideMenu:this.disabled||!1,sels:this.value,datasource:[]}},watch:{value:function(e,t){this.sels=e},disabled:function(e,t){this.hideMenu=e}},methods:{onchange:function(e){this.$emit("change",this.sels)},initDataSource:function(e){var t=this;if(this.dicName&&""!=this.dicName){var o=this.$store.getters.dict_info[this.dicName];console.log(o),Object.keys(o).forEach((function(e){t.datasource.push({value:e,label:o[e]})}))}else{var n={},a="/web/common/"+this.refModel+"Ctl/refQuery";n.fields=[this.labelField,this.valueField],n.likestr=e,n.refwhere=this.refwhere?this.refwhere:{},Object(d["b"])(a,n).then((function(e){e.data&&(t.datasource=e.data,console.log(">>>>>>>>>>>>>>>>>>>>",e.data))}))}}},created:function(){this.initDataSource()},mounted:function(){}},u=f,p=o("9ca4"),h=Object(p["a"])(u,c,m,!1,null,null,null),g=h.exports,v=o("391e"),b=o("9269"),_=o("e247"),y=o("40b4"),w={name:"forminfo_page",data:function(){return{isDefaultItem:!1,testmobile:"123",showchildform:!1,showoptions:!1,showWord:!1,showPhoneOptions:!1,showAreaOptions:!1,isCreate:!1,isUpdate:!1,formModel:{},metaRules:[],childtable:""}},components:{Checkgroups:_["a"],BizTable:s["a"],PageSpace:v["a"],Radiogroups:g,DTags:r["a"],Switchs:l["a"],TreeSels:b["a"],Mobile:y["a"]},methods:{onchange:function(e){var t=this.$store.getters.dict_info["control_type"];this.formModel["item_type_name"]=t[e],this.showPhoneOptions="phone"==e,this.showoptions="singleBtn"==e||"multipleBtn"==e||"downOptions"==e,this.showWord="singleText"==e||"multipleText"==e,this.showAreaOptions="area"==e},save:function(){var e=this;Object(i["l"])("/web/configmag/formitemCtl/create",this.formModel).then((function(t){var o=t.data;0==o.status?(e.showchildform=!1,e.showoptions=!1,e.showWord=!1,e.showPhoneOptions=!1,e.showAreaOptions=!1,e.$Message.success(o.msg),e.childtable.fetchData(),e.formModel={}):(e.showchildform=!1,e.showoptions=!1,e.showWord=!1,e.showPhoneOptions=!1,e.showAreaOptions=!1,e.formModel={},e.childtable.fetchData(),e.$Message.error(o.msg?o.msg:"当前操作失败,请稍后重试或联系管理员."))}))},edit:function(){var e=this;Object(i["l"])("/web/configmag/formitemCtl/update",this.formModel).then((function(t){var o=t.data;0==o.status?(e.$Message.success(o.msg),e.showchildform=!1,e.showoptions=!1,e.showWord=!1,e.showPhoneOptions=!1,e.showAreaOptions=!1,e.formModel={},e.childtable.fetchData()):(e.$Message.error(o.msg?o.msg:"当前操作失败,请稍后重试或联系管理员."),e.childtable.fetchData(),e.showchildform=!1,e.formModel={},e.showoptions=!1,e.showWord=!1,e.showPhoneOptions=!1,e.showAreaOptions=!1)}))},childcancle:function(){this.showchildform=!1,this.formModel={},this.showoptions=!1,this.showWord=!1,this.showPhoneOptions=!1,this.showAreaOptions=!1},onchildexec:function(e,t,o,n){var a=this;this.childtable=n,"childcreate"==e&&(this.showchildform=!0,this.isCreate=!0,this.isUpdate=!1,this.$nextTick((function(){a.formModel.form_id=o.formModel.id}))),"childedit"==e&&(this.showchildform=!0,this.isCreate=!1,this.isUpdate=!0,this.formModel=JSON.parse(JSON.stringify(t)),"phone"==t.item_type?(this.showPhoneOptions=!0,this.formModel["verify_sms"]=1==t.config_params.verify_sms,this.formModel["mobile_input_length"]=1==t.config_params.mobile_input_length?"specific":"section"):["singleBtn","multipleBtn","downOptions"].includes(t.item_type)?(this.showoptions=!0,this.formModel["options"]=t.config_params.options):["singleText","multipleText"].includes(t.item_type)?(this.showWord=!0,this.formModel["input_les"]=t.config_params.input_length[0],this.formModel["input_lar"]=t.config_params.input_length[1]):"area"==t.item_type&&(this.showAreaOptions=!0,this.formModel["is_show_county"]=1==t.config_params.is_show_county))},savebefore:function(e,t,o){return o(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,o){return o(t)},onexec:function(e,t){var o=this;"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}}),"show"==e&&this.$router.push({name:"formSubRecord",query:{form_id:t.id}}),"copy"==e&&Object(i["l"])("/web/configmag/forminfoCtl/copy",t).then((function(e){var t=e.data;0==t.status?(o.$Message.success(t.msg),o.$refs.bt.fetchData()):(o.$refs.bt.fetchData(),o.$Message.error(t.msg?t.msg:"当前操作失败,请稍后重试或联系管理员."))}))},formatCol:function(e,t,o){return"is_enabled"==t?e["is_enabled"]?'<span style="color:green">是</span>':'<span style="color:orange">否</span>':"is_required"==t?e["is_required"]?'<span style="color:green">是</span>':'<span style="color:orange">否</span>':"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]}}},M=w,x=(o("1de4"),Object(p["a"])(M,n,a,!1,null,null,null));t["default"]=x.exports},"05c3":function(e,t,o){var n,a;(function(o,i){n=[],a=function(){return i()}.apply(t,n),void 0===a||(e.exports=a)})(0,(function(){var e=o;e.Integer={type:"integer"};var t={String:String,Boolean:Boolean,Number:Number,Object:Object,Array:Array,Date:Date};function o(e,t){return o(e,t,{changing:!1})}e.validate=o,e.checkPropertyChange=function(e,t,n){return o(e,t,{changing:n||"property"})};var o=e._validate=function(e,o,n){n||(n={});var a=n.changing;function i(e){return e.type||t[e.name]==e&&e.name.toLowerCase()}var s=[];function r(e,t,o,c){var m;function d(e){s.push({property:o,message:e})}if(o+=o?"number"==typeof c?"["+c+"]":"undefined"==typeof c?"":"."+c:c,("object"!=typeof t||t instanceof Array)&&(o||"function"!=typeof t)&&(!t||!i(t)))return"function"==typeof t?e instanceof t||d("is not an instance of the class/constructor "+t.name):t&&d("Invalid schema/property definition "+t),null;function f(e,t){if(e){if("string"==typeof e&&"any"!=e&&("null"==e?null!==t:typeof t!=e)&&!(t instanceof Array&&"array"==e)&&!(t instanceof Date&&"date"==e)&&("integer"!=e||t%1!==0))return[{property:o,message:typeof t+" value found, but a "+e+" is required"}];if(e instanceof Array){for(var n=[],a=0;a<e.length;a++)if(!(n=f(e[a],t)).length)break;if(n.length)return n}else if("object"==typeof e){var i=s;s=[],r(t,e,o);var l=s;return s=i,l}}return[]}if(a&&t.readonly&&d("is a readonly field, it can not be changed"),t["extends"]&&r(e,t["extends"],o,c),void 0===e)t.required&&d("is missing and it is required");else if(s=s.concat(f(i(t),e)),t.disallow&&!f(t.disallow,e).length&&d(" disallowed value was matched"),null!==e){if(e instanceof Array){if(t.items){var u=t.items instanceof Array,p=t.items;for(c=0,m=e.length;c<m;c+=1)u&&(p=t.items[c]),n.coerce&&(e[c]=n.coerce(e[c],p)),s.concat(r(e[c],p,o,c))}t.minItems&&e.length<t.minItems&&d("There must be a minimum of "+t.minItems+" in the array"),t.maxItems&&e.length>t.maxItems&&d("There must be a maximum of "+t.maxItems+" in the array")}else(t.properties||t.additionalProperties)&&s.concat(l(e,t.properties,o,t.additionalProperties));if(t.pattern&&"string"==typeof e&&!e.match(t.pattern)&&d("does not match the regex pattern "+t.pattern),t.maxLength&&"string"==typeof e&&e.length>t.maxLength&&d("may only be "+t.maxLength+" characters long"),t.minLength&&"string"==typeof e&&e.length<t.minLength&&d("must be at least "+t.minLength+" characters long"),void 0!==typeof t.minimum&&typeof e==typeof t.minimum&&t.minimum>e&&d("must have a minimum value of "+t.minimum),void 0!==typeof t.maximum&&typeof e==typeof t.maximum&&t.maximum<e&&d("must have a maximum value of "+t.maximum),t["enum"]){var h,g=t["enum"];m=g.length;for(var v=0;v<m;v++)if(g[v]===e){h=1;break}h||d("does not have a value in the enumeration "+g.join(", "))}"number"==typeof t.maxDecimal&&e.toString().match(new RegExp("\\.[0-9]{"+(t.maxDecimal+1)+",}"))&&d("may only have "+t.maxDecimal+" digits of decimal places")}return null}function l(e,t,o,i){if("object"==typeof t)for(var l in("object"!=typeof e||e instanceof Array)&&s.push({property:o,message:"an object is required"}),t)if(t.hasOwnProperty(l)){var c=e[l];if(void 0===c&&n.existingOnly)continue;var m=t[l];void 0===c&&m["default"]&&(c=e[l]=m["default"]),n.coerce&&l in e&&(c=e[l]=n.coerce(c,m)),r(c,m,o,l)}for(l in e){if(e.hasOwnProperty(l)&&("_"!=l.charAt(0)||"_"!=l.charAt(1))&&t&&!t[l]&&!1===i){if(n.filter){delete e[l];continue}s.push({property:o,message:typeof c+"The property "+l+" is not defined in the schema and the schema does not allow additional properties"})}var d=t&&t[l]&&t[l].requires;d&&!(d in e)&&s.push({property:o,message:"the presence of the property "+l+" requires that "+d+" also be present"}),c=e[l],!i||t&&"object"==typeof t&&l in t||(n.coerce&&(c=e[l]=n.coerce(c,i)),r(c,i,o,l)),!a&&c&&c.$schema&&(s=s.concat(r(c,c.$schema,o,l)))}return s}return o&&r(e,o,"",a||""),!a&&e&&e.$schema&&r(e,e.$schema,"",""),{valid:!s.length,errors:s}};return e.mustBeValid=function(e){if(!e.valid)throw new TypeError(e.errors.map((function(e){return"for property "+e.property+": "+e.message})).join(", \n"))},e}))},"1de4":function(e,t,o){"use strict";var n=o("9d86"),a=o.n(n);a.a},"391e":function(e,t,o){"use strict";var n=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},a=[],i=o("9ee1"),s=i["a"],r=o("9ca4"),l=Object(r["a"])(s,n,a,!1,null,null,null);t["a"]=l.exports},"40b4":function(e,t,o){"use strict";var n=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("Row",[o("i-col",{attrs:{span:"24"}},[o("Input",{style:e.styleConfig,attrs:{type:"text",placeholder:e.placeholder},model:{value:e.mobile,callback:function(t){e.mobile=t},expression:"mobile"}})],1),e.isverifysms?o("i-col",{staticStyle:{"margin-top":"10px"},attrs:{span:"24"}},[o("i-input",{style:e.styleConfig,attrs:{placeholder:"请输入收到的验证码"},on:{"on-blur":e.onblur},model:{value:e.vcode,callback:function(t){e.vcode=t},expression:"vcode"}},[o("span",{attrs:{slot:"prepend"},slot:"prepend"},[o("Icon",{attrs:{size:14,type:"md-lock"}})],1),o("span",{attrs:{slot:"append"},slot:"append"},[e.isshowtime?e._e():o("Button",{attrs:{type:"primary"},on:{click:e.onsendVCode}},[e._v("发送验证码")]),e.isshowtime?o("span",[e._v(e._s(e.leftseconds)+"秒")]):e._e()],1)])],1):e._e(),e.verror?o("i-col",{attrs:{span:"24"}},[o("label",{staticStyle:{color:"red"}},[e._v("请输入正确的验证码")])]):e._e()],1)},a=[],i=(o("60b7"),o("c24f")),s=(o("35f4"),o("05c3"),{name:"mobile",components:{},model:{prop:"value",event:"change"},props:["value","stylestr","placeholder","styleConfig","verifysms"],data:function(){return{isverifysms:this.verifysms||0,mobile:"",vcode:"",rtncode:"",isshowtime:!1,leftseconds:60,rtnvcode:0,verror:!1}},watch:{value:function(e,t){this.mobile=e},mobile:function(e){this.$emit("change",e),this.verror=!1}},methods:{onblur:function(){this.vcode!=this.rtnvcode?this.verror=!0:this.verror=!1},onsendVCode:function(e){var t=this;if(""!=this.mobile){var o=60;this.isshowtime=!0;var n=setInterval((function(){t.leftseconds=o--,0==o&&(clearInterval(n),t.isshowtime=!1)}),1e3);Object(i["k"])({mobile:this.mobile}).then((function(e){e.data;console.log(e.data),t.rtnvcode=e.data.data}))}}}}),r=s,l=(o("a8d3"),o("9ca4")),c=Object(l["a"])(r,n,a,!1,null,"6091a83f",null);t["a"]=c.exports},"9d86":function(e,t,o){},"9ee1":function(e,t,o){"use strict";(function(e){o("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var o=e("#framediv"),n=o.get()[0]||0,a=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=a,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,o("a336"))},a8d3:function(e,t,o){"use strict";var n=o("b340"),a=o.n(n);a.a},b340:function(e,t,o){}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-506f6cae"],{"391e":function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},i=[],s=a("9ee1"),r=s["a"],o=a("9ca4"),c=Object(o["a"])(r,n,i,!1,null,null,null);t["a"]=c.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),n=a.get()[0]||0,i=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=i,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))},c18d:function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[a("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,metaName:"bizchance_info",packageName:"bizchance",modelName:"bizopt",tblheight:n-120,refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec,oninitbtn:e.oninitbtn}})]}}])})},i=[],s=a("06d3"),r=a("391e"),o=a("db7f"),c={name:"businessList",data:function(){return{}},components:{BizTable:s["a"],PageSpace:r["a"]},watch:{$route:function(e,t){this.$refs.bt.fetchData()}},methods:{beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(e,t){switch(e){case"info":this.$router.push({name:"bizchanceinfo",query:{id:t.id,type:t.business_type}});break;case"created_scheme":this.$router.push({name:"createdScheme",query:{bizId:t.id,type:t.business_type}});break}},validmethod:function(e,t,a){return a()},formatCol:function(e,t,a){var n=e[t];return o["a"][t]&&o["a"][t][e[t]]&&(n=o["a"][t][e[t]]),n},oninitbtn:function(e,t){switch(t.business_status){case"beforeSubmission":"created_scheme"===e.key&&("isReject"===t.schemeStatus?e.ishide=!0:e.ishide=!1);break;case"beforeConfirmation":case"isFinished":case"isClosed":"created_scheme"===e.key&&(e.ishide=!0);break}}}},u=c,f=a("9ca4"),d=Object(f["a"])(u,n,i,!1,null,null,null);t["default"]=d.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5a4e13d5"],{"391e":function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},o=[],r=a("9ee1"),i=r["a"],u=a("9ca4"),c=Object(u["a"])(i,n,o,!1,null,null,null);t["a"]=c.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),n=a.get()[0]||0,o=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=o,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))},deb4:function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[a("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:n-120,metaName:"launch_channel",packageName:"configmag",modelName:"launchchannel",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec}})]}}])})},o=[],r=a("06d3"),i=a("391e"),u={name:"launchchannel_page",data:function(){return{}},components:{BizTable:r["a"],PageSpace:i["a"]},methods:{savebefore:function(e,t,a){return a(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(e,t){"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}})},formatCol:function(e,t,a){return"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]}}},c=u,s=a("9ca4"),l=Object(s["a"])(c,n,o,!1,null,null,null);t["default"]=l.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-70a7a49f"],{"9f0a":function(t,e,n){"use strict";var a=n("fd44"),o=n.n(a);o.a},e1fd:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"tfhref"},t._l(t.moduleList,(function(e){return n("div",{key:e.id,staticClass:"tfhref_wrapper"},t._l(e.acraoList,(function(t){return n("Acrao",{key:t.id,attrs:{config:t}})})),1)})),0)},o=[],i=(n("6d57"),n("8586")),s=n("6205"),c=n("759e"),u=n.n(c),d={components:{Acrao:i["a"]},data:function(){return{moduleList:[]}},mounted:function(){this.getTemplateConfig()},methods:{getTemplateConfig:function(){var t=this,e=this.$route.query.template_code;Object(s["c"])(e).then((function(e){if(console.log(e),200==e.status&&0==e.data.status){console.log(e.data.data);var n=e.data.data;n&&n.template_content&&(t.moduleList=JSON.parse(u.a.inflate(n.template_content,{to:"string"})).list,console.log(t.moduleList),t.moduleList.forEach((function(e){e.id>t.moduleIndex&&(t.moduleIndex=e.id+1)})))}}))}}},l=d,r=(n("9f0a"),n("9ca4")),f=Object(r["a"])(l,a,o,!1,null,"955a1af6",null);e["default"]=f.exports},fd44:function(t,e,n){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-72133a04"],{"391e":function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},r=[],i=a("9ee1"),o=i["a"],u=a("9ca4"),s=Object(u["a"])(o,n,r,!1,null,null,null);t["a"]=s.exports},"88e5":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[a("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,metaName:"annualReport_info",packageName:"delivery",modelName:"deliver",tblheight:n-120,refvalidatemethod:e.validmethod,savebefore:e.beforesave,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec}})]}}])})},r=[],i=a("06d3"),o=a("391e"),u=a("db7f"),s={name:"deliveryList",watch:{$route:function(e,t){this.$refs.bt.fetchData()}},data:function(){return{}},components:{BizTable:i["a"],PageSpace:o["a"]},methods:{beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(e,t){switch(e){case"info":this.$router.push({name:"annualReportInfo",query:{id:t.id}});break}},validmethod:function(e,t,a){return a()},formatCol:function(e,t,a){return"delivery_status"===t?u["a"]["annualreport_status"][e.delivery_status]:"product_code"===t?u["a"]["annualreport_type"][e.product_code]:void 0}}},c=s,f=a("9ca4"),d=Object(f["a"])(c,n,r,!1,null,null,null);t["default"]=d.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),n=a.get()[0]||0,r=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=r,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-780401d4"],{"0c87":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var n=t.adjustHeight;return[a("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:n-120,metaName:"put_type",packageName:"configmag",modelName:"puttype",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec}})]}}])})},o=[],r=a("06d3"),i=a("391e"),u=(a("35f4"),{name:"roleinfo_page",data:function(){return{}},components:{BizTable:r["a"],PageSpace:i["a"]},methods:{savebefore:function(e,t,a){return a(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(e,t){"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}})},formatCol:function(e,t,a){return"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]}}}),c=u,s=a("9ca4"),f=Object(s["a"])(c,n,o,!1,null,null,null);t["default"]=f.exports},"391e":function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},o=[],r=a("9ee1"),i=r["a"],u=a("9ca4"),c=Object(u["a"])(i,n,o,!1,null,null,null);t["a"]=c.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),n=a.get()[0]||0,o=window.innerHeight-n.offsetTop-t.advalue;t.frameHeight=o,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7bbfd8be"],{"391e":function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},a=[],o=n("9ee1"),r=o["a"],c=n("9ca4"),s=Object(c["a"])(r,i,a,!1,null,null,null);t["a"]=s.exports},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),i=n.get()[0]||0,a=window.innerHeight-i.offsetTop-t.advalue;t.frameHeight=a,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))},bd08:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var i=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:i-120,metaName:"img_info",packageName:"configmag",modelName:"imginfo",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{formevent:e.onformevent,onexec:e.onexec}})]}}])})},a=[],o=(n("cc57"),n("06d3")),r=n("391e"),c={name:"roleinfo_page",data:function(){return{pic_name:"",pic_size:""}},components:{BizTable:o["a"],PageSpace:r["a"]},methods:{onformevent:function(e,t){this.pic_name=JSON.stringify(t[1].name),this.pic_name=this.pic_name.substring(1,this.pic_name.indexOf(".")),this.pic_size=JSON.stringify(t[1].size),console.log("+++++pic_name+++++",this.pic_name),console.log("+++++pic_size+++++",this.pic_size)},savebefore:function(e,t,n){return t.name=this.pic_name,t.pic_size=this.pic_size,n(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},onexec:function(e,t){"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}})},formatCol:function(e,t,n){return"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):"pic_url"==t?'<img src="'.concat(e[t],'" style="width:50px;height:50px"></img>'):e[t]}}},s=c,u=n("9ca4"),f=Object(u["a"])(s,i,a,!1,null,null,null);t["default"]=f.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-bc0fc59e"],{"1f02":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("PageSpace",{key:this.$route.query.id},[a("div",{staticClass:"button"},[a("Button",{directives:[{name:"show",rawName:"v-show",value:e.closeShow,expression:"closeShow"}],on:{click:function(t){e.showModel=!0}}},[e._v("关闭商机")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.createShow,expression:"createShow"}],attrs:{type:"primary"},on:{click:e.doCreate}},[e._v("新建方案")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.updateShow,expression:"updateShow"}],attrs:{type:"primary"},on:{click:e.doUpdate}},[e._v("修改方案")])],1),a("FormAccount",{ref:"bizchanceInfo",attrs:{fminfo:e.form[this.$route.query.type].formInfo,noExpandAuth:""}}),a("FormAccount",{directives:[{name:"show",rawName:"v-show",value:e.showScheme,expression:"showScheme"}],ref:"schemeInfo",attrs:{fminfo:e.form[e.type].schemeInfo,noExpandAuth:""}})],1),a("div",[a("Modal",{attrs:{title:"关闭商机",width:"500",loading:e.loading},on:{"on-ok":e.ok,"on-cancel":e.cancel},model:{value:e.showModel,callback:function(t){e.showModel=t},expression:"showModel"}},[a("Divider",{staticStyle:{height:"20px",width:"3px","background-color":"blue"},attrs:{type:"vertical"}}),e._v("关闭原因\n "),a("Form",{ref:"formItem",attrs:{model:e.formItem,"label-width":70,rules:e.ruleValidate,"class-name":"vertical-center-modal"}},[a("FormItem",{attrs:{label:"商机编号"}},[a("span",[e._v(e._s(e.formItem.demand_code))])]),a("FormItem",{attrs:{label:"关闭理由",prop:"close_reason"}},[a("Input",{attrs:{type:"textarea",autosize:{minRows:2,maxRows:5},placeholder:"请输入关闭理由"},model:{value:e.formItem.close_reason,callback:function(t){e.$set(e.formItem,"close_reason",t)},expression:"formItem.close_reason"}})],1)],1)],1)],1)],1)},o=[],n=(a("b449"),a("9666")),r=a("0086"),l=a("7e1e"),i=a("db7f"),c=a("391e"),u={name:"wailtingDispose",components:{FormAccount:r["a"],PageSpace:c["a"]},data:function(){return{form:{ICP:{formInfo:{name:"ICP商机详情",main:[{title:"基本信息",key:"baseinfo",ctls:[{type:"label",label:"创建时间",prop:"created_at",style:"",disabled:!0},{type:"label",label:"商机状态",prop:"business_status",style:""},{type:"label",label:"商机编号",prop:"demand_code",style:""},{type:"label",label:"商机类型",prop:"business_type",style:""},{type:"label",label:"公司名称",prop:"company_name",style:""},{type:"label",label:"公司区域",prop:"service_address",style:""},{type:"label",label:"联系人姓名",prop:"customer_name",style:""},{type:"label",label:"联系电话",prop:"customer_number",style:""},{type:"label",label:"商机内容",prop:"content",style:""},{type:"label",label:"关闭原因",prop:"close_reason",style:""}]}]},schemeInfo:{name:"方案详情",main:[{title:"基本信息",key:"baseinfo",ctls:[{type:"label",label:"创建时间",prop:"created_at",style:""},{type:"label",label:"服务类型",prop:"business_type",style:""},{type:"label",label:"年报服务",prop:"annual_report",style:""},{type:"label",label:"申请区域",prop:"address",style:""},{type:"label",label:"公司名称",prop:"company_name",style:""},{type:"label",label:"备注",prop:"remark_info",style:""},{type:"label",label:"退回原因",prop:"reject_reason",style:""}]}]}},EDI:{formInfo:{name:"EDI商机详情",main:[{title:"基本信息",key:"baseinfo",ctls:[{type:"label",label:"创建时间",prop:"created_at",style:"",disabled:!0},{type:"label",label:"商机状态",prop:"business_status",style:""},{type:"label",label:"商机编号",prop:"demand_code",style:""},{type:"label",label:"商机类型",prop:"business_type",style:""},{type:"label",label:"公司名称",prop:"company_name",style:""},{type:"label",label:"公司区域",prop:"service_address",style:""},{type:"label",label:"联系人姓名",prop:"customer_name",style:""},{type:"label",label:"联系电话",prop:"customer_number",style:""},{type:"label",label:"商机内容",prop:"content",style:""},{type:"label",label:"关闭原因",prop:"close_reason",style:""}]}]},schemeInfo:{name:"方案详情",main:[{title:"基本信息",key:"baseinfo",ctls:[{type:"label",label:"创建时间",prop:"created_at",style:""},{type:"label",label:"服务类型",prop:"business_type",style:""},{type:"label",label:"年报服务",prop:"annual_report",style:""},{type:"label",label:"申请区域",prop:"address",style:""},{type:"label",label:"公司名称",prop:"company_name",style:""},{type:"label",label:"备注",prop:"remark_info",style:""},{type:"label",label:"退回原因",prop:"reject_reason",style:""}]}]}}},bizchanceData:null,showScheme:!0,type:this.$route.query.type,closeShow:!1,createShow:!1,updateShow:!1,bizStatus:"",schemeStatus:"",showModel:!1,formItem:{demand_code:"",close_reason:""},ruleValidate:{close_reason:[{required:!0,message:"关闭理由不能为空",trigger:"blur"}]},loading:!0,key:"".concat(this.$route.query.type,"_").concat(this.$route.query.id)}},watch:{$route:function(e,t){this.initDataSource(e.query.id)}},methods:{initDataSource:function(e){var t=this;this.key="".concat(this.$route.query.type,"_").concat(this.$route.query.id),Object(l["k"])({id:e}).then((function(e){var a=e.data;0===a.status?(a=a.data,t.bizchanceData=a,t.type=a.bussinessData.business_type,a.bussinessData.business_type=i["a"].business_type[a.bussinessData.business_type],t.bizStatus=a.bussinessData.business_status,a.bussinessData.business_status=i["a"].business_status[a.bussinessData.business_status],a.bussinessData.annual_report=a.bussinessData.annual_report?"有":"无",t.formItem.demand_code=a.bussinessData.demand_code,t.$nextTick((function(){t.$refs.bizchanceInfo.formModel=a.bussinessData,a.schemeData?(t.showScheme=!0,a.schemeData.business_type=a.bussinessData.business_type,a.schemeData.annual_report=a.schemeData.annual_report?"有":"无",t.schemeStatus=a.schemeData.scheme_status,t.$refs.schemeInfo.formModel=a.schemeData):(t.showScheme=!1,t.schemeStatus=null),t.showButton(t.bizStatus,t.schemeStatus)}))):t.$Message.error("获取数据错误")}))},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,a){return a(t)},onexec:function(e,t){},validmethod:function(e,t,a){return a()},formatCol:function(e,t,a){return e[t]},doUpdate:function(){this.$router.push({name:"createdScheme",query:{bizId:this.$route.query.id,type:this.type,operation:"update"}})},doClose:function(){var e=Object(n["a"])(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Object(l["e"])({bizId:this.$route.query.id,close_reason:t});case 3:this.loading=!1,this.showModel=!1,this.$Message.success("当前操作已完成"),this.initDataSource(this.$route.query.id),e.next=14;break;case 9:e.prev=9,e.t0=e["catch"](0),this.loading=!1,this.showModel=!0,this.$Message.error(e.t0.message);case 14:case"end":return e.stop()}}),e,this,[[0,9]])})));function t(t){return e.apply(this,arguments)}return t}(),doCreate:function(){this.$router.push({name:"createdScheme",query:{bizId:this.$route.query.id,type:this.type,operation:"create"}})},showButton:function(e,t){switch(e){case"beforeSubmission":t&&"isReject"===t?(this.closeShow=!0,this.createShow=!1,this.updateShow=!0):(this.closeShow=!0,this.createShow=!0,this.updateShow=!1);break;case"beforeConfirmation":this.closeShow=!0,this.createShow=!1,this.updateShow=!1;break;case"isFinished":case"isClosed":this.closeShow=!1,this.createShow=!1,this.updateShow=!1;break}},ok:function(){var e=this;this.$refs["formItem"].validate(function(){var t=Object(n["a"])(regeneratorRuntime.mark((function t(a){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!a){t.next=5;break}return t.next=3,e.doClose(e.formItem.close_reason);case 3:t.next=7;break;case 5:e.loading=!1,e.showModel=!0;case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())},cancel:function(){this.loading=!0,this.showModel=!1}},mounted:function(){this.initDataSource(this.$route.query.id)}},p=u,h=(a("40a0"),a("9ca4")),b=Object(h["a"])(p,s,o,!1,null,null,null);t["default"]=b.exports},"391e":function(e,t,a){"use strict";var s=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},o=[],n=a("9ee1"),r=n["a"],l=a("9ca4"),i=Object(l["a"])(r,s,o,!1,null,null,null);t["a"]=i.exports},"40a0":function(e,t,a){"use strict";var s=a("d9ad"),o=a.n(s);o.a},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),s=a.get()[0]||0,o=window.innerHeight-s.offsetTop-t.advalue;t.frameHeight=o,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))},d9ad:function(e,t,a){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-c99e2bc4"],{"391e":function(e,t,a){"use strict";var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},s=[],r=a("9ee1"),o=r["a"],n=a("9ca4"),l=Object(n["a"])(o,i,s,!1,null,null,null);t["a"]=l.exports},"455d":function(e,t,a){"use strict";a.d(t,"b",(function(){return i})),a.d(t,"d",(function(){return s})),a.d(t,"c",(function(){return r})),a.d(t,"a",(function(){return o}));a("cc57");var i=function(e,t,a){t&&t.url&&t.name?a():a(new Error("请上传文件"))},s=function(e,t,a){/^1[3456789][0-9]{9}$/.test(t)?a():a(new Error("手机号格式错误"))},r=function(e,t,a){/(^\d{15}&)|(^\d{18})|(^\d{17}(\d|X|x)$)/.test(t)?a():a(new Error("身份证格式错误"))},o=function(e,t,a){/^([0-9A-HJ-NPQRTUWXY]{2}\d{6}[0-9A-HJ-NPQRTUWXY]{10}|[1-9]\d{14})$/.test(t)?a():a(new Error("企业信用代码格式错误"))}},"5c1d":function(e,t,a){"use strict";var i=a("8284"),s=a.n(i);s.a},"74c0":function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("PageSpace",[a("Button",{directives:[{name:"show",rawName:"v-show",value:e.uploadMaterial,expression:"uploadMaterial"}],attrs:{type:"primary"},on:{click:e.doCollect}},[e._v("上传材料")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.editorMaterial,expression:"editorMaterial"}],attrs:{type:"primary"},on:{click:e.doCollect}},[e._v("编辑材料")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.downloadMaterial,expression:"downloadMaterial"}],on:{click:e.downloadMaterialFile}},[e._v("下载办理材料")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.uploadQualification,expression:"uploadQualification"}],on:{click:function(t){e.aptitudeShow=!0}}},[e._v("上传资质信息")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.editorQualification,expression:"editorQualification"}],on:{click:function(t){e.aptitudeShow=!0}}},[e._v("编辑资质信息")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.addMail,expression:"addMail"}],on:{click:function(t){e.mailShow=!0}}},[e._v("添加邮寄信息")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.uploadStatus,expression:"uploadStatus"}],on:{click:function(t){e.scheduleShow=!0}}},[e._v("更新办理进度")]),a("Button",{directives:[{name:"show",rawName:"v-show",value:e.close,expression:"close"}],on:{click:function(t){e.closeShow=!0}}},[e._v("关闭交付单")]),a("div",{staticClass:"content"},[a("div",{staticClass:"info"},[a("h3",[e._v("办理状态:")]),a("Steps",{staticClass:"steps",attrs:{current:e.current}},e._l(e.statusList,(function(e,t){return a("Step",{key:t,attrs:{title:e.title,content:e.content}})})),1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("服务概况")]),a("Form",{attrs:{model:e.deliveryInfo,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"交付单编号"}},[a("span",[e._v(e._s(e.deliveryInfo.delivery_code))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"办理状态"}},[a("span",[e._v(e._s(e.deliveryInfo.delivery_status))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"商机编号"}},[a("span",[e._v(e._s(e.deliveryInfo.demand_code||"无"))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"申请类型"}},[a("span",[e._v(e._s(e.deliveryInfo.product_name))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司名称"}},[a("span",[e._v(e._s(e.deliveryInfo.company))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"申请地区"}},[a("span",[e._v(e._s(e.deliveryInfo.service_address))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系人姓名"}},[a("span",[e._v(e._s(e.deliveryInfo.person))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系电话"}},[a("span",[e._v(e._s(e.deliveryInfo.phone))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"是否含有年报"}},[a("span",[e._v(e._s(e.deliveryInfo.annualReport?"是":"否"))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"备注"}},[a("span",[e._v(e._s(e.deliveryInfo.memoInfo))])])],1)],1),a("Row",[a("Col",{directives:[{name:"show",rawName:"v-show",value:"closed"===e.delivery_status,expression:"delivery_status==='closed'"}],attrs:{span:"12"}},[a("FormItem",{attrs:{label:"关闭理由"}},[a("span",[e._v(e._s(e.deliveryInfo.close_reason))])])],1)],1)],1)],1),a("div",{directives:[{name:"show",rawName:"v-show",value:["disposeing","posting","success","closed"].includes(e.delivery_status)&&e.qualification,expression:"['disposeing','posting','success','closed'].includes(delivery_status)&&qualification"}],staticClass:"info"},[a("h3",[e._v("资质信息")]),a("Form",{attrs:{model:e.qualificationData,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"证书编号"}},[a("span",[e._v(e._s(e.qualificationData.certificateNumber))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"业务种类"}},[a("span",[e._v(e._s(e.qualificationData.businessTypes))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"证书文件"}},[a("ShowFile",{attrs:{url:e.qualificationData.file&&e.qualificationData.file.url,name:e.qualificationData.file&&e.qualificationData.file.name}})],1)],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"服务项目"}},[a("span",[e._v(e._s(e.qualificationData.serviceProject))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"发证日期"}},[a("span",[e._v(e._s(e.buildDate(e.qualificationData.startAt)))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"有效期至"}},[a("span",[e._v(e._s(e.buildDate(e.qualificationData.endAt)))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"业务覆盖范围"}},[a("span",[e._v(e._s(e.qualificationData.businessScope))])])],1)],1)],1)],1),a("div",{directives:[{name:"show",rawName:"v-show",value:["submiting","disposeing","posting","success","closed"].includes(e.delivery_status)&&e.material,expression:"['submiting','disposeing','posting','success','closed'].includes(delivery_status)&&material"}]},[a("div",{staticClass:"info"},[a("h3",[e._v("营业执照")]),a("Form",{attrs:{model:e.businessLicense,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司名称"}},[a("span",[e._v(e._s(e.businessLicense.name))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"住所"}},[a("span",[e._v(e._s(e.businessLicense.address))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"成立时间"}},[a("span",[e._v(e._s(e.buildDate(e.businessLicense.createdAt)))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司类型"}},[a("span",[e._v(e._s(e.businessLicense.type))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"注册资本"}},[a("span",[e._v(e._s(e.businessLicense.registeredCapital)+"万人民币")])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"营业期限"}},[a("span",[e._v(e._s(e.businessLicense.businessTerm))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"企业统一社会信通代码"}},[a("span",[e._v(e._s(e.businessLicense.enterpriseCode))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"法定代表人"}},[a("span",[e._v(e._s(e.businessLicense.legalRepresentative))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"经营范围"}},[a("span",[e._v(e._s(e.businessLicense.scopeBusiness))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("公司经营信息")]),a("Form",{attrs:{model:e.businessInformation,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司性质"}},[a("span",[e._v(e._s(e.businessInformation.comapnyNature))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司人员规模"}},[a("span",[e._v(e._s(e.businessInformation.staffSize))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"主要办公地址"}},[a("span",[e._v(e._s(e.businessInformation.address))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"主要业务行业"}},[a("span",[e._v(e._s(e.businessInformation.bussinessDirection))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"是否上市(含新三板)"}},[a("span",[e._v(e._s(e.businessInformation.ifListed?"是":"否"))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"办公地址邮编"}},[a("span",[e._v(e._s(e.businessInformation.zipCode))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"法人类型"}},[a("span",[e._v(e._s(e.businessInformation.legalTypes))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司经营规模"}},[a("span",[e._v(e._s(e.businessInformation.businessScale))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"公司固定电话"}},[a("span",[e._v(e._s(e.businessInformation.fixedTelephone))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("联系人信息")]),a("Form",{attrs:{model:e.contactInfo,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系人姓名"}},[a("span",[e._v(e._s(e.contactInfo.name))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系人地址"}},[a("span",[e._v(e._s(e.contactInfo.email))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系电话"}},[a("span",[e._v(e._s(e.contactInfo.phone))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"联系人邮箱"}},[a("span",[e._v(e._s(e.contactInfo.address))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("公司人员情况")]),a("Table",{attrs:{columns:e.principalInfoColumns,data:e.principalInfo}})],1),a("div",{staticClass:"info"},[a("h3",[e._v("股权结构")]),a("Table",{attrs:{columns:e.shareholderColumns,data:e.shareholderData}})],1),a("div",{staticClass:"info"},[a("h3",[e._v("目标用户&盈利模式")]),a("Form",{attrs:{"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"目标用户"}},[a("span",[e._v(e._s(e.targetUser))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"盈利模式"}},[a("span",[e._v(e._s(e.profitableWay))])])],1)],1)],1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("网站或APP信息")]),a("Table",{attrs:{columns:e.webAppColumns,data:e.webApp}})],1),a("div",{staticClass:"info"},[a("h3",[e._v("网络与信息安全")]),a("Form",{attrs:{model:e.safetyInfo,"label-position":"left","label-width":180}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"组织结构设置及工作职责"}},[a("span",{staticClass:"strengthenSpan"},[e._v(e._s(e.safetyInfo.responsibility))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"人员配备情况以及响应资源"}},[a("span",{staticClass:"strengthenSpan"},[e._v(e._s(e.safetyInfo.qualification))])])],1)],1)],1)],1),a("div",{directives:[{name:"show",rawName:"v-show",value:"EDI"===e.type,expression:"type==='EDI'"}],staticClass:"info"},[a("h3",[e._v("拟开展服务项目EDI")]),a("Table",{attrs:{columns:e.serviceProjectEdiColumns,data:e.serviceProjectEdi}})],1),a("div",{directives:[{name:"show",rawName:"v-show",value:"ICP"===e.type,expression:"type==='ICP'"}],staticClass:"info"},[a("h3",[e._v("拟开展服务项目ICP")]),a("Form",{attrs:{"label-position":"left","label-width":180}},e._l(e.serviceProjectIcp,(function(t,i){return a("Row",{key:i},e._l(t,(function(t,i){return a("Col",{key:i,attrs:{span:"12"}},[a("FormItem",{attrs:{label:t.title}},[a("span",[e._v(e._s(t.value))])])],1)})),1)})),1)],1),a("div",{directives:[{name:"show",rawName:"v-show",value:"ICP"===e.type,expression:"type==='ICP'"}],staticClass:"info"},[a("h3",[e._v("专项审批项目")]),a("Form",{attrs:{"label-position":"left","label-width":180}},e._l(e.specialApproval,(function(t,i){return a("Row",{key:i},e._l(t,(function(e,t){return a("Col",{key:t,attrs:{span:"12"}},[a("FormItem",{attrs:{label:e.title}},[a("ShowFile",{attrs:{url:e.file.url,name:e.file.name}})],1)],1)})),1)})),1)],1),a("div",{staticClass:"info"},[a("h3",[e._v("材料清单")]),a("Form",{attrs:{"label-position":"left","label-width":220}},e._l(e.otherMaterialsInfo,(function(t,i){return a("Row",{key:i},e._l(t,(function(e,t){return a("Col",{key:t,attrs:{span:"12"}},[a("FormItem",{attrs:{label:e.title}},[a("ShowFile",{attrs:{url:e.file.url,name:e.file.name}})],1)],1)})),1)})),1)],1)]),a("div",{directives:[{name:"show",rawName:"v-show",value:["posting","success","closed"].includes(e.delivery_status)&&e.material,expression:"['posting','success','closed'].includes(delivery_status)&&material"}],staticClass:"info"},[a("h3",[e._v("邮寄信息")]),a("Form",{attrs:{model:e.recipientInfo}},[a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"收件人"}},[a("span",[e._v(e._s(e.recipientInfo.name))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"邮件状态"}},[a("span",[e._v("已邮寄")])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"收件人电话"}},[a("span",[e._v(e._s(e.recipientInfo.phone))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"快递单号"}},[a("span",[e._v(e._s(e.recipientInfo.courierNumber))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"收件人邮箱"}},[a("span",[e._v(e._s(e.recipientInfo.email))])])],1),a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"物流公司"}},[a("span",[e._v(e._s(e.recipientInfo.logisticsCompany))])])],1)],1),a("Row",[a("Col",{attrs:{span:"12"}},[a("FormItem",{attrs:{label:"收件人地址"}},[a("span",[e._v(e._s(e.recipientInfo.address))])])],1)],1)],1)],1)]),a("Drawer",{attrs:{title:"资质信息",width:"720","mask-closable":!1,styles:e.drawerStyles},model:{value:e.aptitudeShow,callback:function(t){e.aptitudeShow=t},expression:"aptitudeShow"}},[a("Form",{ref:"qualificationForm",attrs:{model:e.qualificationForm,rules:e.qualificationFormRuleValidate}},[a("FormItem",{attrs:{label:"证书编号",prop:"certificateNumber"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入证书编号"},model:{value:e.qualificationForm.certificateNumber,callback:function(t){e.$set(e.qualificationForm,"certificateNumber",t)},expression:"qualificationForm.certificateNumber"}})],1),a("FormItem",{attrs:{label:"业务种类",prop:"businessTypes"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入业务种类"},model:{value:e.qualificationForm.businessTypes,callback:function(t){e.$set(e.qualificationForm,"businessTypes",t)},expression:"qualificationForm.businessTypes"}})],1),a("FormItem",{attrs:{label:"业务覆盖范围",prop:"businessScope"}},[a("Input",{staticStyle:{width:"500px"},attrs:{type:"textarea",autosize:{minRows:5,maxRows:10},placeholder:"请输入业务覆盖范围..."},model:{value:e.qualificationForm.businessScope,callback:function(t){e.$set(e.qualificationForm,"businessScope",t)},expression:"qualificationForm.businessScope"}})],1),a("FormItem",{attrs:{label:"服务项目",prop:"serviceProject"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入服务项目"},model:{value:e.qualificationForm.serviceProject,callback:function(t){e.$set(e.qualificationForm,"serviceProject",t)},expression:"qualificationForm.serviceProject"}})],1),a("FormItem",{attrs:{label:"发证日期",prop:"startAt"}},[a("DatePicker",{staticStyle:{width:"200px"},attrs:{type:"date",placeholder:"请选择发证日期",format:"yyyy-MM-dd"},on:{"on-change":function(t){e.qualificationForm.startAt=t}},model:{value:e.qualificationForm.startAt,callback:function(t){e.$set(e.qualificationForm,"startAt",t)},expression:"qualificationForm.startAt"}})],1),a("FormItem",{attrs:{label:"有效期至",prop:"startAt"}},[a("DatePicker",{staticStyle:{width:"200px"},attrs:{type:"date",placeholder:"请选择有效期限",format:"yyyy-MM-dd"},on:{"on-change":function(t){e.qualificationForm.endAt=t}},model:{value:e.qualificationForm.endAt,callback:function(t){e.$set(e.qualificationForm,"endAt",t)},expression:"qualificationForm.endAt"}})],1),a("FormItem",{attrs:{label:"证书文件",prop:"file"}},[a("UploadImg",{attrs:{file:e.qualificationForm.file},on:{change:e.changeFile}})],1)],1),a("div",{staticClass:"demo-drawer-footer"},[a("Button",{staticStyle:{"margin-right":"8px"},on:{click:e.cancelQualification}},[e._v("取消")]),a("Button",{attrs:{type:"primary"},on:{click:e.addQualification}},[e._v("保存")])],1)],1),a("Drawer",{attrs:{title:"邮寄",width:"720","mask-closable":!1,styles:e.drawerStyles},model:{value:e.mailShow,callback:function(t){e.mailShow=t},expression:"mailShow"}},[a("Form",{ref:"recipientFromInfo",attrs:{model:e.recipientFromInfo,rules:e.recipientFromRuleValidate}},[a("FormItem",{attrs:{label:"收件人姓名",prop:"name"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入收件人姓名"},model:{value:e.recipientFromInfo.name,callback:function(t){e.$set(e.recipientFromInfo,"name",t)},expression:"recipientFromInfo.name"}})],1),a("FormItem",{attrs:{label:"收件人电话",prop:"phone"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入收件人电话"},model:{value:e.recipientFromInfo.phone,callback:function(t){e.$set(e.recipientFromInfo,"phone",t)},expression:"recipientFromInfo.phone"}})],1),a("FormItem",{attrs:{label:"收件人邮箱",prop:"email"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入收件人邮箱"},model:{value:e.recipientFromInfo.email,callback:function(t){e.$set(e.recipientFromInfo,"email",t)},expression:"recipientFromInfo.email"}})],1),a("FormItem",{attrs:{label:"收件人地址",prop:"address"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入收件人地址"},model:{value:e.recipientFromInfo.address,callback:function(t){e.$set(e.recipientFromInfo,"address",t)},expression:"recipientFromInfo.address"}})],1),a("FormItem",{attrs:{label:"快递单号",prop:"courierNumber"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入快递单号"},model:{value:e.recipientFromInfo.courierNumber,callback:function(t){e.$set(e.recipientFromInfo,"courierNumber",t)},expression:"recipientFromInfo.courierNumber"}})],1),a("FormItem",{attrs:{label:"物流公司",prop:"logisticsCompany"}},[a("Input",{staticStyle:{width:"500px"},attrs:{placeholder:"请输入物流公司"},model:{value:e.recipientFromInfo.logisticsCompany,callback:function(t){e.$set(e.recipientFromInfo,"logisticsCompany",t)},expression:"recipientFromInfo.logisticsCompany"}})],1)],1),a("div",{staticClass:"demo-drawer-footer"},[a("Button",{staticStyle:{"margin-right":"8px"},on:{click:e.cancelMailInfo}},[e._v("取消")]),a("Button",{attrs:{type:"primary"},on:{click:e.addMailInfo}},[e._v("保存")])],1)],1),a("Drawer",{attrs:{title:"关闭交付单",width:"720","mask-closable":!1,styles:e.drawerStyles},model:{value:e.closeShow,callback:function(t){e.closeShow=t},expression:"closeShow"}},[a("Alert",{attrs:{type:"warning"}},[a("template",{slot:"desc"},[e._v("关闭交付单将产生费用退回,请确认是否真的需要关闭")])],2),a("Form",{ref:"closeForm",attrs:{model:e.closeForm,rules:e.closeFormValidate}},[a("FormItem",{attrs:{label:"关闭原因",prop:"close_reason"}},[a("Input",{staticStyle:{width:"600px"},attrs:{type:"textarea",autosize:{minRows:5,maxRows:10},placeholder:"请输入关闭原因..."},model:{value:e.closeForm.close_reason,callback:function(t){e.$set(e.closeForm,"close_reason",t)},expression:"closeForm.close_reason"}})],1)],1),a("div",{staticClass:"demo-drawer-footer"},[a("Button",{staticStyle:{"margin-right":"8px"},on:{click:e.cancelCloseDeliver}},[e._v("取消")]),a("Button",{attrs:{type:"primary"},on:{click:e.closeDeliver}},[e._v("保存")])],1)],1),a("Drawer",{attrs:{title:"更新办理进度",width:"720","mask-closable":!1,styles:e.drawerStyles},model:{value:e.scheduleShow,callback:function(t){e.scheduleShow=t},expression:"scheduleShow"}},[a("Alert",{attrs:{type:"warning"}},[a("template",{slot:"desc"},[e._v("状态更新为不可逆过程,请确认是否已完成该步骤工作。")])],2),a("Steps",{staticStyle:{margin:"20px 40%"},attrs:{current:e.current,direction:"vertical"}},e._l(e.statusList,(function(e,t){return a("Step",{key:t,attrs:{title:e.title,content:e.content}})})),1),a("div",{staticClass:"demo-drawer-footer"},[a("Button",{staticStyle:{"margin-right":"8px"},on:{click:function(t){e.scheduleShow=!1}}},[e._v("取消")]),a("Button",{attrs:{type:"primary"},on:{click:e.changeDeliveryStatus}},[e._v("确定下一步")])],1)],1)],1)},s=[],r=(a("5ab2"),a("f548"),a("13c1")),o=(a("b449"),a("9666")),n=(a("cc57"),a("6d57"),a("e10e"),a("391e")),l=a("db7f"),c=a("9421"),u=a("35f4"),p=a.n(u),m=a("7e1e"),d=a("455d"),f=a("57ed");function h(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,i)}return a}function v(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?h(Object(a),!0).forEach((function(t){Object(r["a"])(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):h(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var b=Object.keys(l["a"].delivery_status),w={name:"deliveryInfo",data:function(){return{deliveryInfo:{},principalInfoColumns:[{title:"人员信息",key:"title"},{title:"姓名",key:"name"},{title:"证件类型",key:"certificateType"},{title:"证件号码",key:"certificateId"},{title:"手机号码",key:"phone"},{title:"邮箱",key:"email"},{title:"身份证照片",render:function(e,t){return e("ShowFile",{props:{name:t.row.file&&t.row.file.name||"",url:t.row.file&&t.row.file.url||""}})}}],shareholderColumns:[{title:"股东名称",key:"name"},{title:"股东性质",key:"type"},{title:"工商注册号/身份证号",key:"idNumber"},{title:"持股比例(%)",key:"holdProportion"},{title:"上级股东",key:"superiorShareholder"},{title:"身份证照片",render:function(e,t){return e("ShowFile",{props:{name:t.row.file&&t.row.file.name||"",url:t.row.file&&t.row.file.url||""}})}}],webAppColumns:[{title:"网站或APP名称",key:"name"},{title:"网站或APP域名",key:"domain"},{title:"服务器放置地址",key:"serverAddress"},{title:"网站接入服务提供单位/APP所在应用商店",key:"appStoreName"}],serviceProjectEdiColumns:[{title:"拟开展服务项目",key:"title"},{title:"项目描述",key:"describe"},{title:"操作",render:function(e,t){return e("ShowFile",{props:{name:t.row.file&&t.row.file.name||"",url:t.row.file&&t.row.file.url||""}})}}],current:0,statusList:[],delivery_status:"",type:"",aptitudeShow:!1,mailShow:!1,scheduleShow:!1,closeShow:!1,qualification:!1,material:!1,businessLicense:{},businessInformation:{},contactInfo:{},principalInfo:[],shareholderData:[],targetUser:"",profitableWay:"",webApp:[],safetyInfo:{},serviceProjectEdi:[],otherMaterialsInfo:[],serviceProjectIcp:[],specialApproval:[],recipientFromInfo:{},recipientFromRuleValidate:{name:[{required:!0,message:"请输入收件人姓名",trigger:"blur"}],phone:[{required:!0,message:"请输入收件人电话",trigger:"blur"},{validator:d["d"],trigger:"blur"}],email:[{required:!0,message:"请输入收件人邮箱",trigger:"blur"},{type:"email",message:"邮箱格式错误",trigger:"blur"}],address:[{required:!0,message:"请输入收件人地址",trigger:"blur"}],courierNumber:[{required:!0,message:"请输入快递单号",trigger:"blur"}],logisticsCompany:[{required:!0,message:"请输入物流公司",trigger:"blur"}]},recipientInfo:{},qualificationData:{},qualificationForm:{},qualificationFormRuleValidate:{certificateNumber:[{required:!0,message:"请输入证书编号",trigger:"blur"}],businessTypes:[{required:!0,message:"请输入业务种类",trigger:"blur"}],businessScope:[{required:!0,message:"请输入业务覆盖范围",trigger:"blur"}],serviceProject:[{required:!0,message:"请输入服务项目",trigger:"blur"}],startAt:[{required:!0,message:"请选择发证日期"}],endAt:[{required:!0,message:"请选择有效期限"}],file:[{required:!0,type:"object",message:"请上传文件",trigger:"change"},{validator:d["b"],trigger:"change"}]},closeForm:{close_reason:""},closeFormValidate:{close_reason:[{required:!0,message:"请输入关闭理由",trigger:"blur"}]},uploadMaterial:!1,editorMaterial:!1,downloadMaterial:!1,uploadQualification:!1,editorQualification:!1,addMail:!1,uploadStatus:!1,close:!1,drawerStyles:{height:"calc(100% - 55px)",overflow:"auto",paddingBottom:"53px",position:"static"}}},watch:{$route:function(e,t){this.initData()}},components:{PageSpace:n["a"],moreUploadImg:c["a"]},methods:{doCollect:function(){this.$router.push({name:"delivery_collect",query:{id:this.$route.query.id,type:this.type}})},changeDeliveryStatus:function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Object(m["d"])({id:this.$route.query.id});case 3:e.sent,this.$Message.success("更新状态成功"),this.initData(),this.scheduleShow=!1,e.next=12;break;case 9:e.prev=9,e.t0=e["catch"](0),this.$Message.error(e.t0.message);case 12:case"end":return e.stop()}}),e,this,[[0,9]])})));function t(){return e.apply(this,arguments)}return t}(),buildData:function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,a=[],i=0;i<e.length;i+=t)a.push(e.slice(i,i+t));return a},buildDate:function(e){return p()(e).format("YYYY-MM-DD")},initData:function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Object(m["l"])({id:this.$route.query.id});case 3:t=e.sent,console.log(t),this.delivery_status=t.delivery_status,this.type=t.product_code,this.initStatusList(t),this.initDeliveryInfo(t),this.initMaterials(t),this.initQualification(t),this.initButton(t),e.next=17;break;case 14:e.prev=14,e.t0=e["catch"](0),this.$Message.error(e.t0.message);case 17:case"end":return e.stop()}}),e,this,[[0,14]])})));function t(){return e.apply(this,arguments)}return t}(),initStatusList:function(e){"closed"===e.delivery_status?(this.statusList=[{title:"已接单",content:p()(e.created_at).format("YYYY-MM-DD HH:mm:ss")},{title:"收集材料中",content:"1-3个工作日完成"},{title:"递交材料",content:"1个工作日内提交"},{title:"工信部处理中",content:"审核时长为20-60个工作日"},{title:"证书已邮寄",content:"证书领取后1个工作日内寄出"},{title:"服务已关闭",content:p()(e.updated_at).format("YYYY-MM-DD HH:mm:ss")}],this.current=this.statusList.length):(this.statusList=[{title:"已接单",content:p()(e.created_at).format("YYYY-MM-DD HH:mm:ss")},{title:"收集材料中",content:"1-3个工作日完成"},{title:"递交材料",content:"1个工作日内提交"},{title:"工信部处理中",content:"审核时长为20-60个工作日"},{title:"证书已邮寄",content:"证书领取后1个工作日内寄出"},{title:"服务已完成",content:"success"===e.delivery_status?p()(e.updated_at).format("YYYY-MM-DD HH:mm:ss"):""}],this.current=b.indexOf(e.delivery_status))},initDeliveryInfo:function(e){this.deliveryInfo={delivery_code:e.delivery_code,demand_code:e.demand_code,delivery_status:l["a"].delivery_status[e.delivery_status],product_name:l["a"].business_type[e.product_code],company:e.delivery_info.companyName,service_address:e.delivery_info.serviceName,phone:e.delivery_info.contactsPhone,close_reason:e.close_reason,person:e.delivery_info.contactsName,annualReport:e.delivery_info.annualReport,memoInfo:e.delivery_info.memoInfo}},initMaterials:function(e){if(e.material){this.material=!0;var t=e.material,a=t.proposerInfo,i=a.businessLicense,s=a.businessInformation,r=a.contactInfo,o=a.principalInfo,n=a.recipientInfo;this.businessLicense=i,this.businessInformation=s,this.contactInfo=r,this.principalInfo=o,this.recipientInfo=v({},n),this.recipientFromInfo=v({},n);var l=t.implementationPlanInfo,c=l.webApp,u=l.targetUser,p=l.profitableWay,m=l.specialApproval,d=l.serviceProjectEdi,f=l.serviceProjectIcp;this.targetUser=u.join(),this.profitableWay=p.join(),this.webApp=c,this.serviceProjectEdi=d.filter((function(e){return!!(e.file&&e.file.url||e.value.length>0)})).map((function(e){return{title:e.title,file:e.file||{},describe:e.value.join()}})),this.serviceProjectIcp=this.buildData(f.filter((function(e){return e.value.length>0})).map((function(e){return{title:e.title,value:e.value.join().replace(/其他/,e.otherValue)}})),2),this.specialApproval=this.buildData(m.filter((function(e){return!(!e.file||!e.file.url)})));var h=t.shareholderData,b=t.safetyInfo,w=t.otherMaterialsInfo;this.shareholderData=h,this.safetyInfo=b,this.otherMaterialsInfo=this.buildData(w,2)}else this.material=!1},initQualification:function(e){e.qualification?(this.qualification=!0,this.qualificationData=e.qualification,this.qualificationForm=v({},e.qualification)):(this.qualification=!1,this.qualificationData={},this.qualificationForm={})},initButton:function(e){switch(this.uploadMaterial=!1,this.editorMaterial=!1,this.downloadMaterial=!1,this.uploadQualification=!1,this.editorQualification=!1,this.addMail=!1,this.uploadStatus=!1,this.close=!1,this.delivery_status){case"received":break;case"collecting":this.uploadMaterial=!0,this.close=!0;break;case"submiting":this.editorMaterial=!0,this.downloadMaterial=!0,this.uploadStatus=!0;break;case"disposeing":this.editorMaterial=!0,this.downloadMaterial=!0,this.qualification?(this.editorQualification=!0,this.addMail=!0):this.uploadQualification=!0;break;case"posting":this.downloadMaterial=!0,this.uploadStatus=!0;break;case"success":this.downloadMaterial=!0;break;case"closed":break}},addQualification:function(){var e=this;try{this.$refs["qualificationForm"].validate(function(){var t=Object(o["a"])(regeneratorRuntime.mark((function t(a){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(!a){t.next=11;break}return e.qualificationForm.startAt=e.buildDate(e.qualificationForm.startAt),e.qualificationForm.endAt=e.buildDate(e.qualificationForm.endAt),t.next=5,Object(m["b"])(v({deliver_id:e.$route.query.id},e.qualificationForm));case 5:t.sent,e.$Message.success("上传资质信息成功"),e.initData(),e.aptitudeShow=!1,t.next=12;break;case 11:e.$Message.error("请完善信息!");case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())}catch(t){this.$Message.error(t.message)}},cancelQualification:function(){this.aptitudeShow=!1,this.qualificationForm=v({},this.qualificationData)},changeFile:function(e,t){switch(e){case"add":this.qualificationForm.file=t;break;case"remove":this.qualificationForm.file={};break}},addMailInfo:function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(){var t=this;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:try{this.$refs["recipientFromInfo"].validate(function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!a){e.next=9;break}return e.next=3,Object(m["a"])({id:t.$route.query.id,recipientInfo:t.recipientFromInfo});case 3:e.sent,t.$Message.success("保存成功"),t.initData(),t.mailShow=!1,e.next=10;break;case 9:t.$Message.error("请完善信息填写");case 10:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())}catch(a){this.$Message.error(a.message)}case 1:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}(),cancelMailInfo:function(){this.$refs["recipientFromInfo"].resetFields(),this.mailShow=!1,this.recipientFromInfo=v({},this.recipientInfo)},closeDeliver:function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(){var t=this;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:this.$refs["closeForm"].validate(function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(a){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!a){e.next=15;break}return e.prev=1,e.next=4,Object(m["f"])({id:t.$route.query.id,close_reason:t.closeForm.close_reason});case 4:e.sent,t.$Message.success("关闭成功"),t.initData(),t.closeShow=!1,e.next=13;break;case 10:e.prev=10,e.t0=e["catch"](1),t.$Message.error(e.t0.message);case 13:e.next=16;break;case 15:t.$Message.error("请完善信息");case 16:case"end":return e.stop()}}),e,null,[[1,10]])})));return function(t){return e.apply(this,arguments)}}());case 1:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}(),cancelCloseDeliver:function(){this.closeShow=!1,this.closeForm.close_reason="",this.$refs["closeForm"].resetFields()},downloadMaterialFile:function(){var e=Object(o["a"])(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Object(m["o"])({deliver_id:this.$route.query.id});case 3:if(t=e.sent,!t.downloadUrl){e.next=15;break}return e.prev=5,e.next=8,Object(f["a"])(t.downloadUrl,"".concat(this.deliveryInfo.company,"_").concat(this.deliveryInfo.delivery_code,"_").concat(this.type,"_材料.").concat(t.downloadUrl.substring(t.downloadUrl.lastIndexOf(".")+1)));case 8:e.next=13;break;case 10:e.prev=10,e.t0=e["catch"](5),this.$Notice.warning({title:"下载配置获取失败",desc:e.t0});case 13:e.next=16;break;case 15:this.$Message.info("请稍后下载,材料正在打包中...");case 16:e.next=21;break;case 18:e.prev=18,e.t1=e["catch"](0),this.$Message.error(e.t1.message);case 21:case"end":return e.stop()}}),e,this,[[0,18],[5,10]])})));function t(){return e.apply(this,arguments)}return t}()},created:function(){this.initData()}},y=w,_=(a("5c1d"),a("9ca4")),I=Object(_["a"])(y,i,s,!1,null,null,null);t["default"]=I.exports},8284:function(e,t,a){},9421:function(e,t,a){"use strict";var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("Upload",{ref:"upload",staticStyle:{display:"inline-block"},attrs:{data:e.d,"on-success":e.handleSuccess,"max-size":2048,"on-format-error":e.handleFormatError,"on-exceeded-size":e.handleMaxSize,"before-upload":e.handleBeforeUpload,format:e.uploadFormat,"show-upload-list":!1,action:e.action,multiple:""}},[a("Button",{attrs:{icon:"ios-cloud-upload-outline"}},[e._v("上传更多文件")])],1)},s=[],r=(a("b449"),a("9666")),o=(a("cc57"),a("60b7"),a("57ed")),n={name:"moreUploadImg",props:{format:Array},data:function(){return{d:{},action:"",fileObject:{},uploadFormat:this.format||["jpg","jpeg","png","pdf"]}},methods:{handleSuccess:function(e,t,a){t.url=this.fileObject[t.name],delete this.fileObject[t.name],this.$emit("changeFile","add",{url:t.url,name:t.name}),this.$Message.success("上传文件成功")},handleFormatError:function(e){this.$Notice.warning({title:"不支持此文件类型",desc:"File format of "+e.name+" is incorrect, please select jpg or png."})},handleMaxSize:function(e){this.$Notice.warning({title:"超过大小限制",desc:"File "+e.name+" is too large, no more than 2M."})},handleBeforeUpload:function(){var e=Object(r["a"])(regeneratorRuntime.mark((function e(t){var a;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Object(o["b"])(t.name);case 3:return a=e.sent,this.d={Signature:a.Authorization,"x-cos-security-token":a.XCosSecurityToken,key:a.key},this.action=a.url,this.fileObject[t.name]=a.url,e.abrupt("return",!0);case 10:return e.prev=10,e.t0=e["catch"](0),this.$Notice.warning({title:"上传配置获取失败",desc:e.t0.message}),e.abrupt("return",!1);case 14:case"end":return e.stop()}}),e,this,[[0,10]])})));function t(t){return e.apply(this,arguments)}return t}()}},l=n,c=a("9ca4"),u=Object(c["a"])(l,i,s,!1,null,null,null);t["a"]=u.exports},"9ee1":function(e,t,a){"use strict";(function(e){a("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var a=e("#framediv"),i=a.get()[0]||0,s=window.innerHeight-i.offsetTop-t.advalue;t.frameHeight=s,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,a("a336"))}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-caf11e6a"],{"05c3":function(e,t,i){var a,n;(function(i,o){a=[],n=function(){return o()}.apply(t,a),void 0===n||(e.exports=n)})(0,(function(){var e=i;e.Integer={type:"integer"};var t={String:String,Boolean:Boolean,Number:Number,Object:Object,Array:Array,Date:Date};function i(e,t){return i(e,t,{changing:!1})}e.validate=i,e.checkPropertyChange=function(e,t,a){return i(e,t,{changing:a||"property"})};var i=e._validate=function(e,i,a){a||(a={});var n=a.changing;function o(e){return e.type||t[e.name]==e&&e.name.toLowerCase()}var r=[];function s(e,t,i,c){var d;function f(e){r.push({property:i,message:e})}if(i+=i?"number"==typeof c?"["+c+"]":"undefined"==typeof c?"":"."+c:c,("object"!=typeof t||t instanceof Array)&&(i||"function"!=typeof t)&&(!t||!o(t)))return"function"==typeof t?e instanceof t||f("is not an instance of the class/constructor "+t.name):t&&f("Invalid schema/property definition "+t),null;function h(e,t){if(e){if("string"==typeof e&&"any"!=e&&("null"==e?null!==t:typeof t!=e)&&!(t instanceof Array&&"array"==e)&&!(t instanceof Date&&"date"==e)&&("integer"!=e||t%1!==0))return[{property:i,message:typeof t+" value found, but a "+e+" is required"}];if(e instanceof Array){for(var a=[],n=0;n<e.length;n++)if(!(a=h(e[n],t)).length)break;if(a.length)return a}else if("object"==typeof e){var o=r;r=[],s(t,e,i);var l=r;return r=o,l}}return[]}if(n&&t.readonly&&f("is a readonly field, it can not be changed"),t["extends"]&&s(e,t["extends"],i,c),void 0===e)t.required&&f("is missing and it is required");else if(r=r.concat(h(o(t),e)),t.disallow&&!h(t.disallow,e).length&&f(" disallowed value was matched"),null!==e){if(e instanceof Array){if(t.items){var u=t.items instanceof Array,p=t.items;for(c=0,d=e.length;c<d;c+=1)u&&(p=t.items[c]),a.coerce&&(e[c]=a.coerce(e[c],p)),r.concat(s(e[c],p,i,c))}t.minItems&&e.length<t.minItems&&f("There must be a minimum of "+t.minItems+" in the array"),t.maxItems&&e.length>t.maxItems&&f("There must be a maximum of "+t.maxItems+" in the array")}else(t.properties||t.additionalProperties)&&r.concat(l(e,t.properties,i,t.additionalProperties));if(t.pattern&&"string"==typeof e&&!e.match(t.pattern)&&f("does not match the regex pattern "+t.pattern),t.maxLength&&"string"==typeof e&&e.length>t.maxLength&&f("may only be "+t.maxLength+" characters long"),t.minLength&&"string"==typeof e&&e.length<t.minLength&&f("must be at least "+t.minLength+" characters long"),void 0!==typeof t.minimum&&typeof e==typeof t.minimum&&t.minimum>e&&f("must have a minimum value of "+t.minimum),void 0!==typeof t.maximum&&typeof e==typeof t.maximum&&t.maximum<e&&f("must have a maximum value of "+t.maximum),t["enum"]){var m,_=t["enum"];d=_.length;for(var g=0;g<d;g++)if(_[g]===e){m=1;break}m||f("does not have a value in the enumeration "+_.join(", "))}"number"==typeof t.maxDecimal&&e.toString().match(new RegExp("\\.[0-9]{"+(t.maxDecimal+1)+",}"))&&f("may only have "+t.maxDecimal+" digits of decimal places")}return null}function l(e,t,i,o){if("object"==typeof t)for(var l in("object"!=typeof e||e instanceof Array)&&r.push({property:i,message:"an object is required"}),t)if(t.hasOwnProperty(l)){var c=e[l];if(void 0===c&&a.existingOnly)continue;var d=t[l];void 0===c&&d["default"]&&(c=e[l]=d["default"]),a.coerce&&l in e&&(c=e[l]=a.coerce(c,d)),s(c,d,i,l)}for(l in e){if(e.hasOwnProperty(l)&&("_"!=l.charAt(0)||"_"!=l.charAt(1))&&t&&!t[l]&&!1===o){if(a.filter){delete e[l];continue}r.push({property:i,message:typeof c+"The property "+l+" is not defined in the schema and the schema does not allow additional properties"})}var f=t&&t[l]&&t[l].requires;f&&!(f in e)&&r.push({property:i,message:"the presence of the property "+l+" requires that "+f+" also be present"}),c=e[l],!o||t&&"object"==typeof t&&l in t||(a.coerce&&(c=e[l]=a.coerce(c,o)),s(c,o,i,l)),!n&&c&&c.$schema&&(r=r.concat(s(c,c.$schema,i,l)))}return r}return i&&s(e,i,"",n||""),!n&&e&&e.$schema&&s(e,e.$schema,"",""),{valid:!r.length,errors:r}};return e.mustBeValid=function(e){if(!e.valid)throw new TypeError(e.errors.map((function(e){return"for property "+e.property+": "+e.message})).join(", \n"))},e}))},"0fe4":function(e,t,i){"use strict";function a(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}e.exports=a},1135:function(e,t,i){"use strict";var a="undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint16Array&&"undefined"!==typeof Int32Array;function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.assign=function(e){var t=Array.prototype.slice.call(arguments,1);while(t.length){var i=t.shift();if(i){if("object"!==typeof i)throw new TypeError(i+"must be non-object");for(var a in i)n(i,a)&&(e[a]=i[a])}}return e},t.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var o={arraySet:function(e,t,i,a,n){if(t.subarray&&e.subarray)e.set(t.subarray(i,i+a),n);else for(var o=0;o<a;o++)e[n+o]=t[i+o]},flattenChunks:function(e){var t,i,a,n,o,r;for(a=0,t=0,i=e.length;t<i;t++)a+=e[t].length;for(r=new Uint8Array(a),n=0,t=0,i=e.length;t<i;t++)o=e[t],r.set(o,n),n+=o.length;return r}},r={arraySet:function(e,t,i,a,n){for(var o=0;o<a;o++)e[n+o]=t[i+o]},flattenChunks:function(e){return[].concat.apply([],e)}};t.setTyped=function(e){e?(t.Buf8=Uint8Array,t.Buf16=Uint16Array,t.Buf32=Int32Array,t.assign(t,o)):(t.Buf8=Array,t.Buf16=Array,t.Buf32=Array,t.assign(t,r))},t.setTyped(a)},1797:function(e,t,i){"use strict";var a=i("1135"),n=i("b4f9"),o=i("dedd"),r=i("758a"),s=i("b061"),l=0,c=1,d=2,f=4,h=5,u=6,p=0,m=1,_=2,g=-2,b=-3,v=-4,w=-5,y=8,k=1,x=2,M=3,C=4,S=5,z=6,O=7,T=8,E=9,B=10,$=11,F=12,N=13,j=14,A=15,D=16,H=17,I=18,R=19,L=20,Z=21,P=22,U=23,V=24,q=25,K=26,W=27,Y=28,J=29,G=30,X=31,Q=32,ee=852,te=592,ie=15,ae=ie;function ne(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function oe(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new a.Buf16(320),this.work=new a.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function re(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=k,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new a.Buf32(ee),t.distcode=t.distdyn=new a.Buf32(te),t.sane=1,t.back=-1,p):g}function se(e){var t;return e&&e.state?(t=e.state,t.wsize=0,t.whave=0,t.wnext=0,re(e)):g}function le(e,t){var i,a;return e&&e.state?(a=e.state,t<0?(i=0,t=-t):(i=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?g:(null!==a.window&&a.wbits!==t&&(a.window=null),a.wrap=i,a.wbits=t,se(e))):g}function ce(e,t){var i,a;return e?(a=new oe,e.state=a,a.window=null,i=le(e,t),i!==p&&(e.state=null),i):g}function de(e){return ce(e,ae)}var fe,he,ue=!0;function pe(e){if(ue){var t;fe=new a.Buf32(512),he=new a.Buf32(32),t=0;while(t<144)e.lens[t++]=8;while(t<256)e.lens[t++]=9;while(t<280)e.lens[t++]=7;while(t<288)e.lens[t++]=8;s(c,e.lens,0,288,fe,0,e.work,{bits:9}),t=0;while(t<32)e.lens[t++]=5;s(d,e.lens,0,32,he,0,e.work,{bits:5}),ue=!1}e.lencode=fe,e.lenbits=9,e.distcode=he,e.distbits=5}function me(e,t,i,n){var o,r=e.state;return null===r.window&&(r.wsize=1<<r.wbits,r.wnext=0,r.whave=0,r.window=new a.Buf8(r.wsize)),n>=r.wsize?(a.arraySet(r.window,t,i-r.wsize,r.wsize,0),r.wnext=0,r.whave=r.wsize):(o=r.wsize-r.wnext,o>n&&(o=n),a.arraySet(r.window,t,i-n,o,r.wnext),n-=o,n?(a.arraySet(r.window,t,i-n,n,0),r.wnext=n,r.whave=r.wsize):(r.wnext+=o,r.wnext===r.wsize&&(r.wnext=0),r.whave<r.wsize&&(r.whave+=o))),0}function _e(e,t){var i,ee,te,ie,ae,oe,re,se,le,ce,de,fe,he,ue,_e,ge,be,ve,we,ye,ke,xe,Me,Ce,Se=0,ze=new a.Buf8(4),Oe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return g;i=e.state,i.mode===F&&(i.mode=N),ae=e.next_out,te=e.output,re=e.avail_out,ie=e.next_in,ee=e.input,oe=e.avail_in,se=i.hold,le=i.bits,ce=oe,de=re,xe=p;e:for(;;)switch(i.mode){case k:if(0===i.wrap){i.mode=N;break}while(le<16){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(2&i.wrap&&35615===se){i.check=0,ze[0]=255&se,ze[1]=se>>>8&255,i.check=o(i.check,ze,2,0),se=0,le=0,i.mode=x;break}if(i.flags=0,i.head&&(i.head.done=!1),!(1&i.wrap)||(((255&se)<<8)+(se>>8))%31){e.msg="incorrect header check",i.mode=G;break}if((15&se)!==y){e.msg="unknown compression method",i.mode=G;break}if(se>>>=4,le-=4,ke=8+(15&se),0===i.wbits)i.wbits=ke;else if(ke>i.wbits){e.msg="invalid window size",i.mode=G;break}i.dmax=1<<ke,e.adler=i.check=1,i.mode=512&se?B:F,se=0,le=0;break;case x:while(le<16){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(i.flags=se,(255&i.flags)!==y){e.msg="unknown compression method",i.mode=G;break}if(57344&i.flags){e.msg="unknown header flags set",i.mode=G;break}i.head&&(i.head.text=se>>8&1),512&i.flags&&(ze[0]=255&se,ze[1]=se>>>8&255,i.check=o(i.check,ze,2,0)),se=0,le=0,i.mode=M;case M:while(le<32){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.head&&(i.head.time=se),512&i.flags&&(ze[0]=255&se,ze[1]=se>>>8&255,ze[2]=se>>>16&255,ze[3]=se>>>24&255,i.check=o(i.check,ze,4,0)),se=0,le=0,i.mode=C;case C:while(le<16){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.head&&(i.head.xflags=255&se,i.head.os=se>>8),512&i.flags&&(ze[0]=255&se,ze[1]=se>>>8&255,i.check=o(i.check,ze,2,0)),se=0,le=0,i.mode=S;case S:if(1024&i.flags){while(le<16){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.length=se,i.head&&(i.head.extra_len=se),512&i.flags&&(ze[0]=255&se,ze[1]=se>>>8&255,i.check=o(i.check,ze,2,0)),se=0,le=0}else i.head&&(i.head.extra=null);i.mode=z;case z:if(1024&i.flags&&(fe=i.length,fe>oe&&(fe=oe),fe&&(i.head&&(ke=i.head.extra_len-i.length,i.head.extra||(i.head.extra=new Array(i.head.extra_len)),a.arraySet(i.head.extra,ee,ie,fe,ke)),512&i.flags&&(i.check=o(i.check,ee,fe,ie)),oe-=fe,ie+=fe,i.length-=fe),i.length))break e;i.length=0,i.mode=O;case O:if(2048&i.flags){if(0===oe)break e;fe=0;do{ke=ee[ie+fe++],i.head&&ke&&i.length<65536&&(i.head.name+=String.fromCharCode(ke))}while(ke&&fe<oe);if(512&i.flags&&(i.check=o(i.check,ee,fe,ie)),oe-=fe,ie+=fe,ke)break e}else i.head&&(i.head.name=null);i.length=0,i.mode=T;case T:if(4096&i.flags){if(0===oe)break e;fe=0;do{ke=ee[ie+fe++],i.head&&ke&&i.length<65536&&(i.head.comment+=String.fromCharCode(ke))}while(ke&&fe<oe);if(512&i.flags&&(i.check=o(i.check,ee,fe,ie)),oe-=fe,ie+=fe,ke)break e}else i.head&&(i.head.comment=null);i.mode=E;case E:if(512&i.flags){while(le<16){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(se!==(65535&i.check)){e.msg="header crc mismatch",i.mode=G;break}se=0,le=0}i.head&&(i.head.hcrc=i.flags>>9&1,i.head.done=!0),e.adler=i.check=0,i.mode=F;break;case B:while(le<32){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}e.adler=i.check=ne(se),se=0,le=0,i.mode=$;case $:if(0===i.havedict)return e.next_out=ae,e.avail_out=re,e.next_in=ie,e.avail_in=oe,i.hold=se,i.bits=le,_;e.adler=i.check=1,i.mode=F;case F:if(t===h||t===u)break e;case N:if(i.last){se>>>=7&le,le-=7&le,i.mode=W;break}while(le<3){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}switch(i.last=1&se,se>>>=1,le-=1,3&se){case 0:i.mode=j;break;case 1:if(pe(i),i.mode=L,t===u){se>>>=2,le-=2;break e}break;case 2:i.mode=H;break;case 3:e.msg="invalid block type",i.mode=G}se>>>=2,le-=2;break;case j:se>>>=7&le,le-=7&le;while(le<32){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if((65535&se)!==(se>>>16^65535)){e.msg="invalid stored block lengths",i.mode=G;break}if(i.length=65535&se,se=0,le=0,i.mode=A,t===u)break e;case A:i.mode=D;case D:if(fe=i.length,fe){if(fe>oe&&(fe=oe),fe>re&&(fe=re),0===fe)break e;a.arraySet(te,ee,ie,fe,ae),oe-=fe,ie+=fe,re-=fe,ae+=fe,i.length-=fe;break}i.mode=F;break;case H:while(le<14){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(i.nlen=257+(31&se),se>>>=5,le-=5,i.ndist=1+(31&se),se>>>=5,le-=5,i.ncode=4+(15&se),se>>>=4,le-=4,i.nlen>286||i.ndist>30){e.msg="too many length or distance symbols",i.mode=G;break}i.have=0,i.mode=I;case I:while(i.have<i.ncode){while(le<3){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.lens[Oe[i.have++]]=7&se,se>>>=3,le-=3}while(i.have<19)i.lens[Oe[i.have++]]=0;if(i.lencode=i.lendyn,i.lenbits=7,Me={bits:i.lenbits},xe=s(l,i.lens,0,19,i.lencode,0,i.work,Me),i.lenbits=Me.bits,xe){e.msg="invalid code lengths set",i.mode=G;break}i.have=0,i.mode=R;case R:while(i.have<i.nlen+i.ndist){for(;;){if(Se=i.lencode[se&(1<<i.lenbits)-1],_e=Se>>>24,ge=Se>>>16&255,be=65535&Se,_e<=le)break;if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(be<16)se>>>=_e,le-=_e,i.lens[i.have++]=be;else{if(16===be){Ce=_e+2;while(le<Ce){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(se>>>=_e,le-=_e,0===i.have){e.msg="invalid bit length repeat",i.mode=G;break}ke=i.lens[i.have-1],fe=3+(3&se),se>>>=2,le-=2}else if(17===be){Ce=_e+3;while(le<Ce){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}se>>>=_e,le-=_e,ke=0,fe=3+(7&se),se>>>=3,le-=3}else{Ce=_e+7;while(le<Ce){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}se>>>=_e,le-=_e,ke=0,fe=11+(127&se),se>>>=7,le-=7}if(i.have+fe>i.nlen+i.ndist){e.msg="invalid bit length repeat",i.mode=G;break}while(fe--)i.lens[i.have++]=ke}}if(i.mode===G)break;if(0===i.lens[256]){e.msg="invalid code -- missing end-of-block",i.mode=G;break}if(i.lenbits=9,Me={bits:i.lenbits},xe=s(c,i.lens,0,i.nlen,i.lencode,0,i.work,Me),i.lenbits=Me.bits,xe){e.msg="invalid literal/lengths set",i.mode=G;break}if(i.distbits=6,i.distcode=i.distdyn,Me={bits:i.distbits},xe=s(d,i.lens,i.nlen,i.ndist,i.distcode,0,i.work,Me),i.distbits=Me.bits,xe){e.msg="invalid distances set",i.mode=G;break}if(i.mode=L,t===u)break e;case L:i.mode=Z;case Z:if(oe>=6&&re>=258){e.next_out=ae,e.avail_out=re,e.next_in=ie,e.avail_in=oe,i.hold=se,i.bits=le,r(e,de),ae=e.next_out,te=e.output,re=e.avail_out,ie=e.next_in,ee=e.input,oe=e.avail_in,se=i.hold,le=i.bits,i.mode===F&&(i.back=-1);break}for(i.back=0;;){if(Se=i.lencode[se&(1<<i.lenbits)-1],_e=Se>>>24,ge=Se>>>16&255,be=65535&Se,_e<=le)break;if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(ge&&0===(240&ge)){for(ve=_e,we=ge,ye=be;;){if(Se=i.lencode[ye+((se&(1<<ve+we)-1)>>ve)],_e=Se>>>24,ge=Se>>>16&255,be=65535&Se,ve+_e<=le)break;if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}se>>>=ve,le-=ve,i.back+=ve}if(se>>>=_e,le-=_e,i.back+=_e,i.length=be,0===ge){i.mode=K;break}if(32&ge){i.back=-1,i.mode=F;break}if(64&ge){e.msg="invalid literal/length code",i.mode=G;break}i.extra=15&ge,i.mode=P;case P:if(i.extra){Ce=i.extra;while(le<Ce){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.length+=se&(1<<i.extra)-1,se>>>=i.extra,le-=i.extra,i.back+=i.extra}i.was=i.length,i.mode=U;case U:for(;;){if(Se=i.distcode[se&(1<<i.distbits)-1],_e=Se>>>24,ge=Se>>>16&255,be=65535&Se,_e<=le)break;if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(0===(240&ge)){for(ve=_e,we=ge,ye=be;;){if(Se=i.distcode[ye+((se&(1<<ve+we)-1)>>ve)],_e=Se>>>24,ge=Se>>>16&255,be=65535&Se,ve+_e<=le)break;if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}se>>>=ve,le-=ve,i.back+=ve}if(se>>>=_e,le-=_e,i.back+=_e,64&ge){e.msg="invalid distance code",i.mode=G;break}i.offset=be,i.extra=15&ge,i.mode=V;case V:if(i.extra){Ce=i.extra;while(le<Ce){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}i.offset+=se&(1<<i.extra)-1,se>>>=i.extra,le-=i.extra,i.back+=i.extra}if(i.offset>i.dmax){e.msg="invalid distance too far back",i.mode=G;break}i.mode=q;case q:if(0===re)break e;if(fe=de-re,i.offset>fe){if(fe=i.offset-fe,fe>i.whave&&i.sane){e.msg="invalid distance too far back",i.mode=G;break}fe>i.wnext?(fe-=i.wnext,he=i.wsize-fe):he=i.wnext-fe,fe>i.length&&(fe=i.length),ue=i.window}else ue=te,he=ae-i.offset,fe=i.length;fe>re&&(fe=re),re-=fe,i.length-=fe;do{te[ae++]=ue[he++]}while(--fe);0===i.length&&(i.mode=Z);break;case K:if(0===re)break e;te[ae++]=i.length,re--,i.mode=Z;break;case W:if(i.wrap){while(le<32){if(0===oe)break e;oe--,se|=ee[ie++]<<le,le+=8}if(de-=re,e.total_out+=de,i.total+=de,de&&(e.adler=i.check=i.flags?o(i.check,te,de,ae-de):n(i.check,te,de,ae-de)),de=re,(i.flags?se:ne(se))!==i.check){e.msg="incorrect data check",i.mode=G;break}se=0,le=0}i.mode=Y;case Y:if(i.wrap&&i.flags){while(le<32){if(0===oe)break e;oe--,se+=ee[ie++]<<le,le+=8}if(se!==(4294967295&i.total)){e.msg="incorrect length check",i.mode=G;break}se=0,le=0}i.mode=J;case J:xe=m;break e;case G:xe=b;break e;case X:return v;case Q:default:return g}return e.next_out=ae,e.avail_out=re,e.next_in=ie,e.avail_in=oe,i.hold=se,i.bits=le,(i.wsize||de!==e.avail_out&&i.mode<G&&(i.mode<W||t!==f))&&me(e,e.output,e.next_out,de-e.avail_out)?(i.mode=X,v):(ce-=e.avail_in,de-=e.avail_out,e.total_in+=ce,e.total_out+=de,i.total+=de,i.wrap&&de&&(e.adler=i.check=i.flags?o(i.check,te,de,e.next_out-de):n(i.check,te,de,e.next_out-de)),e.data_type=i.bits+(i.last?64:0)+(i.mode===F?128:0)+(i.mode===L||i.mode===A?256:0),(0===ce&&0===de||t===f)&&xe===p&&(xe=w),xe)}function ge(e){if(!e||!e.state)return g;var t=e.state;return t.window&&(t.window=null),e.state=null,p}function be(e,t){var i;return e&&e.state?(i=e.state,0===(2&i.wrap)?g:(i.head=t,t.done=!1,p)):g}function ve(e,t){var i,a,o,r=t.length;return e&&e.state?(i=e.state,0!==i.wrap&&i.mode!==$?g:i.mode===$&&(a=1,a=n(a,t,r,0),a!==i.check)?b:(o=me(e,t,r,r),o?(i.mode=X,v):(i.havedict=1,p))):g}t.inflateReset=se,t.inflateReset2=le,t.inflateResetKeep=re,t.inflateInit=de,t.inflateInit2=ce,t.inflate=_e,t.inflateEnd=ge,t.inflateGetHeader=be,t.inflateSetDictionary=ve,t.inflateInfo="pako inflate (from Nodeca project)"},"239c":function(e,t,i){},"2a2e":function(e,t,i){},"2a41":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Select",{style:e.styleConfig,attrs:{clearable:"",multiple:e.isMulti,placeholder:e.placeHolder},on:{"on-change":e.onchange},model:{value:e.sels,callback:function(t){e.sels=t},expression:"sels"}},e._l(e.datasource,(function(t){return i("Option",{key:t.value,attrs:{value:t.value}},[e._v(e._s(t.label))])})),1)},n=[],o=(i("6d57"),i("9a33"),i("60b7"),{name:"dicselects",components:{},model:{prop:"value",event:"change"},props:["value","dicName","placeHolder","isMulti","isLabelValue","options","styleConfig"],data:function(){return{sels:this.value?this.value:[],datasource:[]}},watch:{value:function(e,t){this.sels=e}},methods:{onchange:function(e){console.log("=============",e),this.$emit("change",this.sels)},initDataSource:function(e){var t=this;if(this.options){var i=this.options.split(",");i.forEach((function(e){t.datasource.push({value:e,label:e})}))}}},created:function(){this.initDataSource()},mounted:function(){}}),r=o,s=(i("dd05"),i("9ca4")),l=Object(s["a"])(r,a,n,!1,null,"b000ae00",null);t["a"]=l.exports},3140:function(e,t,i){},"323c":function(e,t,i){"use strict";var a=i("bda7"),n=i.n(a);n.a},"32b8":function(e,t,i){"use strict";var a=i("1797"),n=i("1135"),o=i("6f25"),r=i("77bd"),s=i("52ba"),l=i("f63a"),c=i("0fe4"),d=Object.prototype.toString;function f(e){if(!(this instanceof f))return new f(e);this.options=n.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0===(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var i=a.inflateInit2(this.strm,t.windowBits);if(i!==r.Z_OK)throw new Error(s[i]);if(this.header=new c,a.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"===typeof t.dictionary?t.dictionary=o.string2buf(t.dictionary):"[object ArrayBuffer]"===d.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(i=a.inflateSetDictionary(this.strm,t.dictionary),i!==r.Z_OK)))throw new Error(s[i])}function h(e,t){var i=new f(t);if(i.push(e,!0),i.err)throw i.msg||s[i.err];return i.result}function u(e,t){return t=t||{},t.raw=!0,h(e,t)}f.prototype.push=function(e,t){var i,s,l,c,f,h=this.strm,u=this.options.chunkSize,p=this.options.dictionary,m=!1;if(this.ended)return!1;s=t===~~t?t:!0===t?r.Z_FINISH:r.Z_NO_FLUSH,"string"===typeof e?h.input=o.binstring2buf(e):"[object ArrayBuffer]"===d.call(e)?h.input=new Uint8Array(e):h.input=e,h.next_in=0,h.avail_in=h.input.length;do{if(0===h.avail_out&&(h.output=new n.Buf8(u),h.next_out=0,h.avail_out=u),i=a.inflate(h,r.Z_NO_FLUSH),i===r.Z_NEED_DICT&&p&&(i=a.inflateSetDictionary(this.strm,p)),i===r.Z_BUF_ERROR&&!0===m&&(i=r.Z_OK,m=!1),i!==r.Z_STREAM_END&&i!==r.Z_OK)return this.onEnd(i),this.ended=!0,!1;h.next_out&&(0!==h.avail_out&&i!==r.Z_STREAM_END&&(0!==h.avail_in||s!==r.Z_FINISH&&s!==r.Z_SYNC_FLUSH)||("string"===this.options.to?(l=o.utf8border(h.output,h.next_out),c=h.next_out-l,f=o.buf2string(h.output,l),h.next_out=c,h.avail_out=u-c,c&&n.arraySet(h.output,h.output,l,c,0),this.onData(f)):this.onData(n.shrinkBuf(h.output,h.next_out)))),0===h.avail_in&&0===h.avail_out&&(m=!0)}while((h.avail_in>0||0===h.avail_out)&&i!==r.Z_STREAM_END);return i===r.Z_STREAM_END&&(s=r.Z_FINISH),s===r.Z_FINISH?(i=a.inflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===r.Z_OK):s!==r.Z_SYNC_FLUSH||(this.onEnd(r.Z_OK),h.avail_out=0,!0)},f.prototype.onData=function(e){this.chunks.push(e)},f.prototype.onEnd=function(e){e===r.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=n.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},t.Inflate=f,t.inflate=h,t.inflateRaw=u,t.ungzip=h},"33a9":function(e,t,i){"use strict";var a=i("3140"),n=i.n(a);n.a},"3c73":function(e,t,i){"use strict";(function(e){i("5ab2"),i("163d"),i("e10e"),i("6d57");var a=i("ce3c"),n=i("7e1e"),o=i("9f3a"),r=i("2a41"),s=i("c553"),l=i("ccae"),c=i("3b00"),d=i("41d1"),f=i("a8ec"),h=i("40b4"),u=i("a98b"),p=i("8ae1"),m=i("923a"),_=i("e369"),g=i("9269"),b=i("adde"),v=i("8770"),w=i("bc78");function y(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function k(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?y(Object(i),!0).forEach((function(t){Object(a["a"])(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):y(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}t["a"]={name:"forms",components:{DicSelect:r["a"],ModelSelect:s["a"],RemoteSelect:l["a"],Switchs:c["a"],Checkgroups:d["a"],Radiogroups:f["a"],Uploads:u["a"],Steps:p["a"],DTags:m["a"],TreeSel:g["a"],CascaderCity:b["a"],DRefTags:_["a"],DateTime:v["a"],HtmlEditor:w["a"],Mobile:h["a"]},props:{fminfo:{type:Object,default:function(){return{}}},refvalidatemethod:{type:Function},noExpandAuth:{type:Boolean},isMore:{type:Boolean},isNotFixed:{type:Boolean},isEditForm:{type:Boolean},isSearchForm:{type:Boolean},formatCol:{type:Function},formid:"",styleConfig:{type:Object,default:function(){return{}}}},data:function(){return{forminfo:this.fminfo?this.fminfo:[],formModel:{},metaRules:{},btninfos:[],ctlVisable:{},tabDisabled:{}}},watch:{fminfo:function(e,t){this.initFormModel()},forminfo:function(e){this.initFormModel()},formid:function(e){this.getFormMsg()}},computed:k({},Object(o["e"])({cityList:function(e){return e.template.cityList}})),methods:{onexec:function(e,t){this.$emit("childexec",e,t,this)},onformevent:function(e,t){this.$emit("formevent",e,t)},controlCtl:function(e,t){this.$emit("controlctl",e,t,this)},setHeight:function(){},getInitWhere:function(e){var t={};return e&&(t[e.fieldName]=this.formModel[e.valueField]),t},tabselected:function(e){console.log("tabselected.................",e),"main"!=e&&this.$refs[e]&&(console.log(this.$refs[e]),this.$refs[e][0].fetchData())},getCols:function(e){var t=e||2;return 24/t},validate:function(e){this.$refs.ofm.validate((function(t){return e(t)}))},activeChildTables:function(e){var t=this;Object.keys(this.tabDisabled).forEach((function(i){t.tabDisabled[i]=0!=e||e})),console.log(this.tabDisabled,"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb")},setCtlVisable:function(e,t){this.ctlVisable[e]=t},resetForm:function(){this.$refs.ofm.resetFields()},validatex:function(e,t,i){return e["vmethod"](e,t,i)},testclick:function(){console.log(JSON.stringify(this.formModel))},getNewModel:function(){var e=JSON.stringify(this.formModel);return JSON.parse(e)},initFormModel:function(){var e=this;this.forminfo.lists&&this.forminfo.lists.length>0&&this.forminfo.lists.forEach((function(t){e.$set(e.tabDisabled,t["bizCode"],!0)})),this.forminfo.main&&this.forminfo.main.forEach((function(t){t&&t.ctls&&t.ctls.forEach((function(t){e.$set(e.ctlVisable,t.prop?t.prop:t.fromprop,!t.isHide),t.rules&&t.rules.length>=0&&(t.rules.forEach((function(i){(i.validator||i.iscustom)&&(i.validator=e["validatex"],"input"==t.type&&(i.vmethod=function(e,t,i){var a=Number(e.minchars?e.minchars:"2"),n=Number(e.maxchars?e.maxchars:"100");return t.length>=a&&t.length<=n?i():i(new Error("输入字符数在".concat(a,"和").concat(n,"之间")))}),"mobile"==t.type&&(t["verifysms"]=i.verifysms,i.vmethod=function(e,t,i){var a=Number(e.minchars||e.maxchars||"7"),n=Number(e.maxchars?e.maxchars:"11");return t.length>=a&&t.length<=n?i():i(a==n?new Error("输入字符限定".concat(a,"位")):new Error("输入字符数在".concat(a,"和").concat(n,"之间")))}))})),e.metaRules[t.prop]=t.rules,t["verifysms"]&&(e.metaRules["vcode"]=[{message:"验证码不能为空",required:!0,trigger:"blur"}])),t.type.indexOf("select")>=0||t.type.indexOf("checkgroup")>=0?e.$set(e.formModel,t.prop,e.formModel[t.prop]?e.formModel[t.prop]:[]):"switch"==t.type?e.$set(e.formModel,t.prop,!1):"number"==t.type?e.$set(e.formModel,t.prop,0):e.$set(e.formModel,t.prop,t.default?t.default:"")}))}))},getFormMsg:function(){var e=this;this.formid&&"{}"===JSON.stringify(this.fminfo)&&Object(n["e"])({id:this.formid}).then((function(t){var i=t.data;if(0==t.status){e.forminfo=i.form_table;var a=e.forminfo.main[0].ctls,n={};a.forEach((function(e){n[e.prop]=e.label})),e.$store.commit("template/saveFormItemMsg",n)}else e.$Message.error(i.msg?i.msg:"当前操作失败,请稍后重试或联系管理员.")})),this.initFormModel()}},created:function(){this.getFormMsg()},mounted:function(){var t=this;this.$nextTick((function(){t.noExpandAuth||(t.setHeight(),e(window).resize((function(){t.setHeight()})))}))}}}).call(this,i("a336"))},"40b4":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("Row",[i("i-col",{attrs:{span:"24"}},[i("Input",{style:e.styleConfig,attrs:{type:"text",placeholder:e.placeholder},model:{value:e.mobile,callback:function(t){e.mobile=t},expression:"mobile"}})],1),e.isverifysms?i("i-col",{staticStyle:{"margin-top":"10px"},attrs:{span:"24"}},[i("i-input",{style:e.styleConfig,attrs:{placeholder:"请输入收到的验证码"},on:{"on-blur":e.onblur},model:{value:e.vcode,callback:function(t){e.vcode=t},expression:"vcode"}},[i("span",{attrs:{slot:"prepend"},slot:"prepend"},[i("Icon",{attrs:{size:14,type:"md-lock"}})],1),i("span",{attrs:{slot:"append"},slot:"append"},[e.isshowtime?e._e():i("Button",{attrs:{type:"primary"},on:{click:e.onsendVCode}},[e._v("发送验证码")]),e.isshowtime?i("span",[e._v(e._s(e.leftseconds)+"秒")]):e._e()],1)])],1):e._e(),e.verror?i("i-col",{attrs:{span:"24"}},[i("label",{staticStyle:{color:"red"}},[e._v("请输入正确的验证码")])]):e._e()],1)},n=[],o=(i("60b7"),i("c24f")),r=(i("35f4"),i("05c3"),{name:"mobile",components:{},model:{prop:"value",event:"change"},props:["value","stylestr","placeholder","styleConfig","verifysms"],data:function(){return{isverifysms:this.verifysms||0,mobile:"",vcode:"",rtncode:"",isshowtime:!1,leftseconds:60,rtnvcode:0,verror:!1}},watch:{value:function(e,t){this.mobile=e},mobile:function(e){this.$emit("change",e),this.verror=!1}},methods:{onblur:function(){this.vcode!=this.rtnvcode?this.verror=!0:this.verror=!1},onsendVCode:function(e){var t=this;if(""!=this.mobile){var i=60;this.isshowtime=!0;var a=setInterval((function(){t.leftseconds=i--,0==i&&(clearInterval(a),t.isshowtime=!1)}),1e3);Object(o["k"])({mobile:this.mobile}).then((function(e){e.data;console.log(e.data),t.rtnvcode=e.data.data}))}}}}),s=r,l=(i("a8d3"),i("9ca4")),c=Object(l["a"])(s,a,n,!1,null,"6091a83f",null);t["a"]=c.exports},"41d1":function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("CheckboxGroup",{on:{"on-change":e.onchange},model:{value:e.sels,callback:function(t){e.sels=t},expression:"sels"}},e._l(e.transdatas,(function(t){return i("Checkbox",{key:t.value,attrs:{label:t.value}},[e._v(e._s(e.extrainfo(t)))])})),1),i("div",{style:e.descstyle},e._l(e.extrainfos,(function(t,a){return i("p",{key:"info"+a},[e._v("\n "+e._s(t)+"\n ")])})),0)],1)},n=[],o=(i("6d57"),i("9a33"),i("60b7"),{name:"Checkgroups",components:{},model:{prop:"value",event:"change"},props:["value","dicName","refModel","labelField","valueField","extraField","refwhere","isborder","baseData","descstyle","options"],data:function(){return{sels:this.value?this.value:[],datasource:this.baseData?this.baseData:[],extrainfos:[]}},watch:{value:function(e,t){this.sels=e}},computed:{transdatas:function(){var e=this;if(this.labelField&&this.valueField){var t=this.datasource.map((function(t){var i=t[e.labelField];return e.extraField&&(i=i+"|"+t[e.extraField]),{value:t[e.valueField],label:i}}));return t}return this.datasource}},methods:{extrainfo:function(e){var t=e.label.split("|");return 1==t.length?e.label:t[0]},onchange:function(e){var t=this.transdatas.map((function(t){if(e.indexOf(t.value)>=0){var i=t.label.split("|");if(console.log(i),i.length>1)return i[1]}}));this.extrainfos=t,this.$emit("change",this.sels)},initDataSource:function(e){var t=this;if(this.options){var i=this.options.split(",");i.forEach((function(e){t.datasource.push({value:e,label:e})}))}}},created:function(){},mounted:function(){this.baseData?(console.log(this.datasource),this.datasource=this.baseData):this.initDataSource()}}),r=o,s=(i("33a9"),i("9ca4")),l=Object(s["a"])(r,a,n,!1,null,"7a22c201",null);t["a"]=l.exports},"4758b":function(e,t,i){"use strict";var a=i("744d"),n=i("1135"),o=i("6f25"),r=i("52ba"),s=i("f63a"),l=Object.prototype.toString,c=0,d=4,f=0,h=1,u=2,p=-1,m=0,_=8;function g(e){if(!(this instanceof g))return new g(e);this.options=n.assign({level:p,method:_,chunkSize:16384,windowBits:15,memLevel:8,strategy:m,to:""},e||{});var t=this.options;t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var i=a.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(i!==f)throw new Error(r[i]);if(t.header&&a.deflateSetHeader(this.strm,t.header),t.dictionary){var c;if(c="string"===typeof t.dictionary?o.string2buf(t.dictionary):"[object ArrayBuffer]"===l.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,i=a.deflateSetDictionary(this.strm,c),i!==f)throw new Error(r[i]);this._dict_set=!0}}function b(e,t){var i=new g(t);if(i.push(e,!0),i.err)throw i.msg||r[i.err];return i.result}function v(e,t){return t=t||{},t.raw=!0,b(e,t)}function w(e,t){return t=t||{},t.gzip=!0,b(e,t)}g.prototype.push=function(e,t){var i,r,s=this.strm,p=this.options.chunkSize;if(this.ended)return!1;r=t===~~t?t:!0===t?d:c,"string"===typeof e?s.input=o.string2buf(e):"[object ArrayBuffer]"===l.call(e)?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new n.Buf8(p),s.next_out=0,s.avail_out=p),i=a.deflate(s,r),i!==h&&i!==f)return this.onEnd(i),this.ended=!0,!1;0!==s.avail_out&&(0!==s.avail_in||r!==d&&r!==u)||("string"===this.options.to?this.onData(o.buf2binstring(n.shrinkBuf(s.output,s.next_out))):this.onData(n.shrinkBuf(s.output,s.next_out)))}while((s.avail_in>0||0===s.avail_out)&&i!==h);return r===d?(i=a.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===f):r!==u||(this.onEnd(f),s.avail_out=0,!0)},g.prototype.onData=function(e){this.chunks.push(e)},g.prototype.onEnd=function(e){e===f&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=n.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},t.Deflate=g,t.deflate=b,t.deflateRaw=v,t.gzip=w},"52ba":function(e,t,i){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},6254:function(e,t,i){},"632b":function(e,t,i){"use strict";var a=i("6da2"),n=i.n(a);n.a},"696e":function(e,t,i){"use strict";var a=i("2a2e"),n=i.n(a);n.a},"6da2":function(e,t,i){},"6dbb":function(e,t,i){},"6f25":function(e,t,i){"use strict";var a=i("1135"),n=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch(c){n=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(c){o=!1}for(var r=new a.Buf8(256),s=0;s<256;s++)r[s]=s>=252?6:s>=248?5:s>=240?4:s>=224?3:s>=192?2:1;function l(e,t){if(t<65534&&(e.subarray&&o||!e.subarray&&n))return String.fromCharCode.apply(null,a.shrinkBuf(e,t));for(var i="",r=0;r<t;r++)i+=String.fromCharCode(e[r]);return i}r[254]=r[254]=1,t.string2buf=function(e){var t,i,n,o,r,s=e.length,l=0;for(o=0;o<s;o++)i=e.charCodeAt(o),55296===(64512&i)&&o+1<s&&(n=e.charCodeAt(o+1),56320===(64512&n)&&(i=65536+(i-55296<<10)+(n-56320),o++)),l+=i<128?1:i<2048?2:i<65536?3:4;for(t=new a.Buf8(l),r=0,o=0;r<l;o++)i=e.charCodeAt(o),55296===(64512&i)&&o+1<s&&(n=e.charCodeAt(o+1),56320===(64512&n)&&(i=65536+(i-55296<<10)+(n-56320),o++)),i<128?t[r++]=i:i<2048?(t[r++]=192|i>>>6,t[r++]=128|63&i):i<65536?(t[r++]=224|i>>>12,t[r++]=128|i>>>6&63,t[r++]=128|63&i):(t[r++]=240|i>>>18,t[r++]=128|i>>>12&63,t[r++]=128|i>>>6&63,t[r++]=128|63&i);return t},t.buf2binstring=function(e){return l(e,e.length)},t.binstring2buf=function(e){for(var t=new a.Buf8(e.length),i=0,n=t.length;i<n;i++)t[i]=e.charCodeAt(i);return t},t.buf2string=function(e,t){var i,a,n,o,s=t||e.length,c=new Array(2*s);for(a=0,i=0;i<s;)if(n=e[i++],n<128)c[a++]=n;else if(o=r[n],o>4)c[a++]=65533,i+=o-1;else{n&=2===o?31:3===o?15:7;while(o>1&&i<s)n=n<<6|63&e[i++],o--;o>1?c[a++]=65533:n<65536?c[a++]=n:(n-=65536,c[a++]=55296|n>>10&1023,c[a++]=56320|1023&n)}return l(c,a)},t.utf8border=function(e,t){var i;t=t||e.length,t>e.length&&(t=e.length),i=t-1;while(i>=0&&128===(192&e[i]))i--;return i<0||0===i?t:i+r[e[i]]>t?i:t}},"744d":function(e,t,i){"use strict";var a,n=i("1135"),o=i("8a83"),r=i("b4f9"),s=i("dedd"),l=i("52ba"),c=0,d=1,f=3,h=4,u=5,p=0,m=1,_=-2,g=-3,b=-5,v=-1,w=1,y=2,k=3,x=4,M=0,C=2,S=8,z=9,O=15,T=8,E=29,B=256,$=B+1+E,F=30,N=19,j=2*$+1,A=15,D=3,H=258,I=H+D+1,R=32,L=42,Z=69,P=73,U=91,V=103,q=113,K=666,W=1,Y=2,J=3,G=4,X=3;function Q(e,t){return e.msg=l[t],t}function ee(e){return(e<<1)-(e>4?9:0)}function te(e){var t=e.length;while(--t>=0)e[t]=0}function ie(e){var t=e.state,i=t.pending;i>e.avail_out&&(i=e.avail_out),0!==i&&(n.arraySet(e.output,t.pending_buf,t.pending_out,i,e.next_out),e.next_out+=i,t.pending_out+=i,e.total_out+=i,e.avail_out-=i,t.pending-=i,0===t.pending&&(t.pending_out=0))}function ae(e,t){o._tr_flush_block(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,ie(e.strm)}function ne(e,t){e.pending_buf[e.pending++]=t}function oe(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function re(e,t,i,a){var o=e.avail_in;return o>a&&(o=a),0===o?0:(e.avail_in-=o,n.arraySet(t,e.input,e.next_in,o,i),1===e.state.wrap?e.adler=r(e.adler,t,o,i):2===e.state.wrap&&(e.adler=s(e.adler,t,o,i)),e.next_in+=o,e.total_in+=o,o)}function se(e,t){var i,a,n=e.max_chain_length,o=e.strstart,r=e.prev_length,s=e.nice_match,l=e.strstart>e.w_size-I?e.strstart-(e.w_size-I):0,c=e.window,d=e.w_mask,f=e.prev,h=e.strstart+H,u=c[o+r-1],p=c[o+r];e.prev_length>=e.good_match&&(n>>=2),s>e.lookahead&&(s=e.lookahead);do{if(i=t,c[i+r]===p&&c[i+r-1]===u&&c[i]===c[o]&&c[++i]===c[o+1]){o+=2,i++;do{}while(c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&c[++o]===c[++i]&&o<h);if(a=H-(h-o),o=h-H,a>r){if(e.match_start=t,r=a,a>=s)break;u=c[o+r-1],p=c[o+r]}}}while((t=f[t&d])>l&&0!==--n);return r<=e.lookahead?r:e.lookahead}function le(e){var t,i,a,o,r,s=e.w_size;do{if(o=e.window_size-e.lookahead-e.strstart,e.strstart>=s+(s-I)){n.arraySet(e.window,e.window,s,s,0),e.match_start-=s,e.strstart-=s,e.block_start-=s,i=e.hash_size,t=i;do{a=e.head[--t],e.head[t]=a>=s?a-s:0}while(--i);i=s,t=i;do{a=e.prev[--t],e.prev[t]=a>=s?a-s:0}while(--i);o+=s}if(0===e.strm.avail_in)break;if(i=re(e.strm,e.window,e.strstart+e.lookahead,o),e.lookahead+=i,e.lookahead+e.insert>=D){r=e.strstart-e.insert,e.ins_h=e.window[r],e.ins_h=(e.ins_h<<e.hash_shift^e.window[r+1])&e.hash_mask;while(e.insert)if(e.ins_h=(e.ins_h<<e.hash_shift^e.window[r+D-1])&e.hash_mask,e.prev[r&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=r,r++,e.insert--,e.lookahead+e.insert<D)break}}while(e.lookahead<I&&0!==e.strm.avail_in)}function ce(e,t){var i=65535;for(i>e.pending_buf_size-5&&(i=e.pending_buf_size-5);;){if(e.lookahead<=1){if(le(e),0===e.lookahead&&t===c)return W;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var a=e.block_start+i;if((0===e.strstart||e.strstart>=a)&&(e.lookahead=e.strstart-a,e.strstart=a,ae(e,!1),0===e.strm.avail_out))return W;if(e.strstart-e.block_start>=e.w_size-I&&(ae(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ae(e,!0),0===e.strm.avail_out?J:G):(e.strstart>e.block_start&&(ae(e,!1),e.strm.avail_out),W)}function de(e,t){for(var i,a;;){if(e.lookahead<I){if(le(e),e.lookahead<I&&t===c)return W;if(0===e.lookahead)break}if(i=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==i&&e.strstart-i<=e.w_size-I&&(e.match_length=se(e,i)),e.match_length>=D)if(a=o._tr_tally(e,e.strstart-e.match_start,e.match_length-D),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=D){e.match_length--;do{e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart}while(0!==--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else a=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(a&&(ae(e,!1),0===e.strm.avail_out))return W}return e.insert=e.strstart<D-1?e.strstart:D-1,t===h?(ae(e,!0),0===e.strm.avail_out?J:G):e.last_lit&&(ae(e,!1),0===e.strm.avail_out)?W:Y}function fe(e,t){for(var i,a,n;;){if(e.lookahead<I){if(le(e),e.lookahead<I&&t===c)return W;if(0===e.lookahead)break}if(i=0,e.lookahead>=D&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=D-1,0!==i&&e.prev_length<e.max_lazy_match&&e.strstart-i<=e.w_size-I&&(e.match_length=se(e,i),e.match_length<=5&&(e.strategy===w||e.match_length===D&&e.strstart-e.match_start>4096)&&(e.match_length=D-1)),e.prev_length>=D&&e.match_length<=e.prev_length){n=e.strstart+e.lookahead-D,a=o._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-D),e.lookahead-=e.prev_length-1,e.prev_length-=2;do{++e.strstart<=n&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+D-1])&e.hash_mask,i=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart)}while(0!==--e.prev_length);if(e.match_available=0,e.match_length=D-1,e.strstart++,a&&(ae(e,!1),0===e.strm.avail_out))return W}else if(e.match_available){if(a=o._tr_tally(e,0,e.window[e.strstart-1]),a&&ae(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return W}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(a=o._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<D-1?e.strstart:D-1,t===h?(ae(e,!0),0===e.strm.avail_out?J:G):e.last_lit&&(ae(e,!1),0===e.strm.avail_out)?W:Y}function he(e,t){for(var i,a,n,r,s=e.window;;){if(e.lookahead<=H){if(le(e),e.lookahead<=H&&t===c)return W;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=D&&e.strstart>0&&(n=e.strstart-1,a=s[n],a===s[++n]&&a===s[++n]&&a===s[++n])){r=e.strstart+H;do{}while(a===s[++n]&&a===s[++n]&&a===s[++n]&&a===s[++n]&&a===s[++n]&&a===s[++n]&&a===s[++n]&&a===s[++n]&&n<r);e.match_length=H-(r-n),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=D?(i=o._tr_tally(e,1,e.match_length-D),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(i=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),i&&(ae(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ae(e,!0),0===e.strm.avail_out?J:G):e.last_lit&&(ae(e,!1),0===e.strm.avail_out)?W:Y}function ue(e,t){for(var i;;){if(0===e.lookahead&&(le(e),0===e.lookahead)){if(t===c)return W;break}if(e.match_length=0,i=o._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,i&&(ae(e,!1),0===e.strm.avail_out))return W}return e.insert=0,t===h?(ae(e,!0),0===e.strm.avail_out?J:G):e.last_lit&&(ae(e,!1),0===e.strm.avail_out)?W:Y}function pe(e,t,i,a,n){this.good_length=e,this.max_lazy=t,this.nice_length=i,this.max_chain=a,this.func=n}function me(e){e.window_size=2*e.w_size,te(e.head),e.max_lazy_match=a[e.level].max_lazy,e.good_match=a[e.level].good_length,e.nice_match=a[e.level].nice_length,e.max_chain_length=a[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=D-1,e.match_available=0,e.ins_h=0}function _e(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=S,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new n.Buf16(2*j),this.dyn_dtree=new n.Buf16(2*(2*F+1)),this.bl_tree=new n.Buf16(2*(2*N+1)),te(this.dyn_ltree),te(this.dyn_dtree),te(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new n.Buf16(A+1),this.heap=new n.Buf16(2*$+1),te(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new n.Buf16(2*$+1),te(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function ge(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=C,t=e.state,t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?L:q,e.adler=2===t.wrap?0:1,t.last_flush=c,o._tr_init(t),p):Q(e,_)}function be(e){var t=ge(e);return t===p&&me(e.state),t}function ve(e,t){return e&&e.state?2!==e.state.wrap?_:(e.state.gzhead=t,p):_}function we(e,t,i,a,o,r){if(!e)return _;var s=1;if(t===v&&(t=6),a<0?(s=0,a=-a):a>15&&(s=2,a-=16),o<1||o>z||i!==S||a<8||a>15||t<0||t>9||r<0||r>x)return Q(e,_);8===a&&(a=9);var l=new _e;return e.state=l,l.strm=e,l.wrap=s,l.gzhead=null,l.w_bits=a,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=o+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+D-1)/D),l.window=new n.Buf8(2*l.w_size),l.head=new n.Buf16(l.hash_size),l.prev=new n.Buf16(l.w_size),l.lit_bufsize=1<<o+6,l.pending_buf_size=4*l.lit_bufsize,l.pending_buf=new n.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=t,l.strategy=r,l.method=i,be(e)}function ye(e,t){return we(e,t,S,O,T,M)}function ke(e,t){var i,n,r,l;if(!e||!e.state||t>u||t<0)return e?Q(e,_):_;if(n=e.state,!e.output||!e.input&&0!==e.avail_in||n.status===K&&t!==h)return Q(e,0===e.avail_out?b:_);if(n.strm=e,i=n.last_flush,n.last_flush=t,n.status===L)if(2===n.wrap)e.adler=0,ne(n,31),ne(n,139),ne(n,8),n.gzhead?(ne(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),ne(n,255&n.gzhead.time),ne(n,n.gzhead.time>>8&255),ne(n,n.gzhead.time>>16&255),ne(n,n.gzhead.time>>24&255),ne(n,9===n.level?2:n.strategy>=y||n.level<2?4:0),ne(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(ne(n,255&n.gzhead.extra.length),ne(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=s(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Z):(ne(n,0),ne(n,0),ne(n,0),ne(n,0),ne(n,0),ne(n,9===n.level?2:n.strategy>=y||n.level<2?4:0),ne(n,X),n.status=q);else{var g=S+(n.w_bits-8<<4)<<8,v=-1;v=n.strategy>=y||n.level<2?0:n.level<6?1:6===n.level?2:3,g|=v<<6,0!==n.strstart&&(g|=R),g+=31-g%31,n.status=q,oe(n,g),0!==n.strstart&&(oe(n,e.adler>>>16),oe(n,65535&e.adler)),e.adler=1}if(n.status===Z)if(n.gzhead.extra){r=n.pending;while(n.gzindex<(65535&n.gzhead.extra.length)){if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),ie(e),r=n.pending,n.pending===n.pending_buf_size))break;ne(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++}n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=P)}else n.status=P;if(n.status===P)if(n.gzhead.name){r=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),ie(e),r=n.pending,n.pending===n.pending_buf_size)){l=1;break}l=n.gzindex<n.gzhead.name.length?255&n.gzhead.name.charCodeAt(n.gzindex++):0,ne(n,l)}while(0!==l);n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),0===l&&(n.gzindex=0,n.status=U)}else n.status=U;if(n.status===U)if(n.gzhead.comment){r=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),ie(e),r=n.pending,n.pending===n.pending_buf_size)){l=1;break}l=n.gzindex<n.gzhead.comment.length?255&n.gzhead.comment.charCodeAt(n.gzindex++):0,ne(n,l)}while(0!==l);n.gzhead.hcrc&&n.pending>r&&(e.adler=s(e.adler,n.pending_buf,n.pending-r,r)),0===l&&(n.status=V)}else n.status=V;if(n.status===V&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&ie(e),n.pending+2<=n.pending_buf_size&&(ne(n,255&e.adler),ne(n,e.adler>>8&255),e.adler=0,n.status=q)):n.status=q),0!==n.pending){if(ie(e),0===e.avail_out)return n.last_flush=-1,p}else if(0===e.avail_in&&ee(t)<=ee(i)&&t!==h)return Q(e,b);if(n.status===K&&0!==e.avail_in)return Q(e,b);if(0!==e.avail_in||0!==n.lookahead||t!==c&&n.status!==K){var w=n.strategy===y?ue(n,t):n.strategy===k?he(n,t):a[n.level].func(n,t);if(w!==J&&w!==G||(n.status=K),w===W||w===J)return 0===e.avail_out&&(n.last_flush=-1),p;if(w===Y&&(t===d?o._tr_align(n):t!==u&&(o._tr_stored_block(n,0,0,!1),t===f&&(te(n.head),0===n.lookahead&&(n.strstart=0,n.block_start=0,n.insert=0))),ie(e),0===e.avail_out))return n.last_flush=-1,p}return t!==h?p:n.wrap<=0?m:(2===n.wrap?(ne(n,255&e.adler),ne(n,e.adler>>8&255),ne(n,e.adler>>16&255),ne(n,e.adler>>24&255),ne(n,255&e.total_in),ne(n,e.total_in>>8&255),ne(n,e.total_in>>16&255),ne(n,e.total_in>>24&255)):(oe(n,e.adler>>>16),oe(n,65535&e.adler)),ie(e),n.wrap>0&&(n.wrap=-n.wrap),0!==n.pending?p:m)}function xe(e){var t;return e&&e.state?(t=e.state.status,t!==L&&t!==Z&&t!==P&&t!==U&&t!==V&&t!==q&&t!==K?Q(e,_):(e.state=null,t===q?Q(e,g):p)):_}function Me(e,t){var i,a,o,s,l,c,d,f,h=t.length;if(!e||!e.state)return _;if(i=e.state,s=i.wrap,2===s||1===s&&i.status!==L||i.lookahead)return _;1===s&&(e.adler=r(e.adler,t,h,0)),i.wrap=0,h>=i.w_size&&(0===s&&(te(i.head),i.strstart=0,i.block_start=0,i.insert=0),f=new n.Buf8(i.w_size),n.arraySet(f,t,h-i.w_size,i.w_size,0),t=f,h=i.w_size),l=e.avail_in,c=e.next_in,d=e.input,e.avail_in=h,e.next_in=0,e.input=t,le(i);while(i.lookahead>=D){a=i.strstart,o=i.lookahead-(D-1);do{i.ins_h=(i.ins_h<<i.hash_shift^i.window[a+D-1])&i.hash_mask,i.prev[a&i.w_mask]=i.head[i.ins_h],i.head[i.ins_h]=a,a++}while(--o);i.strstart=a,i.lookahead=D-1,le(i)}return i.strstart+=i.lookahead,i.block_start=i.strstart,i.insert=i.lookahead,i.lookahead=0,i.match_length=i.prev_length=D-1,i.match_available=0,e.next_in=c,e.input=d,e.avail_in=l,i.wrap=s,p}a=[new pe(0,0,0,0,ce),new pe(4,4,8,4,de),new pe(4,5,16,8,de),new pe(4,6,32,32,de),new pe(4,4,16,16,fe),new pe(8,16,32,32,fe),new pe(8,16,128,128,fe),new pe(8,32,128,256,fe),new pe(32,128,258,1024,fe),new pe(32,258,258,4096,fe)],t.deflateInit=ye,t.deflateInit2=we,t.deflateReset=be,t.deflateResetKeep=ge,t.deflateSetHeader=ve,t.deflate=ke,t.deflateEnd=xe,t.deflateSetDictionary=Me,t.deflateInfo="pako deflate (from Nodeca project)"},"758a":function(e,t,i){"use strict";var a=30,n=12;e.exports=function(e,t){var i,o,r,s,l,c,d,f,h,u,p,m,_,g,b,v,w,y,k,x,M,C,S,z,O;i=e.state,o=e.next_in,z=e.input,r=o+(e.avail_in-5),s=e.next_out,O=e.output,l=s-(t-e.avail_out),c=s+(e.avail_out-257),d=i.dmax,f=i.wsize,h=i.whave,u=i.wnext,p=i.window,m=i.hold,_=i.bits,g=i.lencode,b=i.distcode,v=(1<<i.lenbits)-1,w=(1<<i.distbits)-1;e:do{_<15&&(m+=z[o++]<<_,_+=8,m+=z[o++]<<_,_+=8),y=g[m&v];t:for(;;){if(k=y>>>24,m>>>=k,_-=k,k=y>>>16&255,0===k)O[s++]=65535&y;else{if(!(16&k)){if(0===(64&k)){y=g[(65535&y)+(m&(1<<k)-1)];continue t}if(32&k){i.mode=n;break e}e.msg="invalid literal/length code",i.mode=a;break e}x=65535&y,k&=15,k&&(_<k&&(m+=z[o++]<<_,_+=8),x+=m&(1<<k)-1,m>>>=k,_-=k),_<15&&(m+=z[o++]<<_,_+=8,m+=z[o++]<<_,_+=8),y=b[m&w];i:for(;;){if(k=y>>>24,m>>>=k,_-=k,k=y>>>16&255,!(16&k)){if(0===(64&k)){y=b[(65535&y)+(m&(1<<k)-1)];continue i}e.msg="invalid distance code",i.mode=a;break e}if(M=65535&y,k&=15,_<k&&(m+=z[o++]<<_,_+=8,_<k&&(m+=z[o++]<<_,_+=8)),M+=m&(1<<k)-1,M>d){e.msg="invalid distance too far back",i.mode=a;break e}if(m>>>=k,_-=k,k=s-l,M>k){if(k=M-k,k>h&&i.sane){e.msg="invalid distance too far back",i.mode=a;break e}if(C=0,S=p,0===u){if(C+=f-k,k<x){x-=k;do{O[s++]=p[C++]}while(--k);C=s-M,S=O}}else if(u<k){if(C+=f+u-k,k-=u,k<x){x-=k;do{O[s++]=p[C++]}while(--k);if(C=0,u<x){k=u,x-=k;do{O[s++]=p[C++]}while(--k);C=s-M,S=O}}}else if(C+=u-k,k<x){x-=k;do{O[s++]=p[C++]}while(--k);C=s-M,S=O}while(x>2)O[s++]=S[C++],O[s++]=S[C++],O[s++]=S[C++],x-=3;x&&(O[s++]=S[C++],x>1&&(O[s++]=S[C++]))}else{C=s-M;do{O[s++]=O[C++],O[s++]=O[C++],O[s++]=O[C++],x-=3}while(x>2);x&&(O[s++]=O[C++],x>1&&(O[s++]=O[C++]))}break}}break}}while(o<r&&s<c);x=_>>3,o-=x,_-=x<<3,m&=(1<<_)-1,e.next_in=o,e.next_out=s,e.avail_in=o<r?r-o+5:5-(o-r),e.avail_out=s<c?c-s+257:257-(s-c),i.hold=m,i.bits=_}},"759e":function(e,t,i){"use strict";var a=i("1135").assign,n=i("4758b"),o=i("32b8"),r=i("77bd"),s={};a(s,n,o,r),e.exports=s},"77bd":function(e,t,i){"use strict";e.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},8484:function(e,t,i){"use strict";var a=i("f12f"),n=i.n(a);n.a},8586:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"acrao",style:{paddingLeft:e.config.acraoStyle.paddingLeft+"px"||!1,paddingRight:e.config.acraoStyle.paddingRight+"px"||!1,paddingTop:e.config.acraoStyle.paddingTop+"px"||!1,paddingBottom:e.config.acraoStyle.paddingBottom+"px"||!1}},[i("div",{ref:"acrao_wrapper",class:["acrao_wrapper",e.topAffix&&"topAffix",e.bottomAffix&&"bottomAffix"],style:{background:e.config.acraoStyle.background||"#fff",backgroundRepeat:"no-repeat",backgroundSize:"cover",backgroundPosition:"top",backgroundPositionY:"center"}},["banner"==e.config.type&&e.config.list.length?[i("Swiper",{attrs:{config:e.config}})]:e._e(),"text"==e.config.type?[i("TextMoudle",{attrs:{config:e.config}})]:e._e(),"image"==e.config.type?[i("Photo",{attrs:{config:e.config}})]:e._e(),"listImage"==e.config.type?[i("MultiPic",{attrs:{config:e.config}})]:e._e(),"swiper"==e.config.type?[i("CarouselPic",{attrs:{config:e.config}})]:e._e(),"imageText"==e.config.type?[i("ImgsText",{attrs:{config:e.config}})]:e._e(),"button"==e.config.type?[i("ButtonModle",{attrs:{config:e.config}})]:e._e(),e.config.formName?[i("FormModle",{ref:"bt",staticClass:"FormModle",attrs:{formid:e.config.formName,styleConfig:e.config.style}})]:e._e()],2)])},n=[],o=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"swiperMain"},[i("div",{class:["swiper-container",e.config.type+e.config.id].join(" "),style:{width:e.config.style.width<=100?e.config.style.width+"%":e.config.style.width+"px",height:e.config.style.height+"px"}},[i("div",{staticClass:"swiper-wrapper"},e._l(e.config.list,(function(t,a){return i("div",{key:a,staticClass:"swiper-slide",on:{click:function(i){return e.slideHandleClick(t)}}},[i("img",{style:e.config.style,attrs:{src:t.url,alt:""}}),i("div",{staticClass:"swiper_text",style:Object.assign({},e.config.text_style,e.config.style)},[i("h1",[e._v(e._s(t.title))]),i("p",[e._v(e._s(t.text))])])])})),0),i("div",{directives:[{name:"show",rawName:"v-show",value:e.config.list.length>1,expression:"config.list.length > 1"}],staticClass:"swiper-pagination"})])])},r=[],s=i("c620"),l={name:"carrousel",props:{config:{type:Object,default:function(){return{}}}},data:function(){return{swiper:null}},mounted:function(){this.newswiper()},watch:{config:{handler:function(e,t){this.swiper.params.autoplay.delay=1e3*e.display_time,this.swiper.params.speed=1e3*e.switching_speed},deep:!0}},methods:{newswiper:function(){this.swiper=new s["default"](".".concat(this.config.type+this.config.id),{pagination:{el:".swiper-pagination",clickable:!0},autoplay:{delay:1e3*this.config.display_time,stopOnLastSlide:!1,disableOnInteraction:!1},observer:!0,observeSlideChildren:!0,speed:1e3*this.config.switching_speed})},slideHandleClick:function(e){if(e.href)if("router"==e.hrefType&&"original"==e.openType)this.$router.push(e.href);else if("router"==e.hrefType&&"blank"==e.openType){var t=this.$router.resolve({path:e.href});window.open(t.href,"_blank")}else"href"==e.hrefType&&"original"==e.openType?window.location.href=e.href:"href"==e.hrefType&&"blank"==e.openType&&window.open(e.href,"_blank")}}},c=l,d=(i("a788"),i("9ca4")),f=Object(d["a"])(c,o,r,!1,null,"5764b6e6",null),h=f.exports,u=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"buttonMain"},[i("button",{staticClass:"buttonMain_btn",style:Object.assign({},e.config.style),on:{mouseover:function(t){return e.btnMouseOver(t)},mouseleave:function(t){return e.btnMouseLeave(t)},click:e.btnClick}},[e._v("\n "+e._s(e.config.text)+"\n ")])])},p=[],m=(i("5ab2"),i("6d57"),i("e10e"),i("ce3c")),_=i("9f3a"),g=i("6205");function b(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,a)}return i}function v(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?b(Object(i),!0).forEach((function(t){Object(m["a"])(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):b(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}var w={props:{config:{type:Object,default:function(){return{}}}},data:function(){return{flag:!0}},computed:v({},Object(_["e"])({linkinfo:function(e){return e.template.linkinfo},templateinfo:function(e){return e.template.templateinfo},formItemMsg:function(e){return e.template.formItemMsg}})),methods:{btnMouseOver:function(e){var t=this.config.hover,i=t.background,a=t.borderColor;e.target.style.background=i,e.target.style.borderColor=a},btnMouseLeave:function(e){var t=this.config.style,i=t.background,a=t.borderColor;e.target.style.background=i,e.target.style.borderColor=a},btnClick:function(){switch(this.config.hrefType){case"none":break;case"router":if("original"==this.config.openType)this.$router.push(this.config.href);else{var e=this.$router.resolve({path:this.config.href});window.open(e.href,"_blank")}break;case"href":"original"==this.config.openType?window.location.href=this.config.href:window.open(this.config.href,"_blank");break;case"func":switch(this.config.function){case"service":"original"==this.config.openType?window.location.href=this.config.href:window.open(this.config.href,"_blank");break;case"subform":this.submitForm();break}break}},submitForm:function(){var e=this;if(this.flag&&(this.flag=!1,document.querySelector(".tfhref"))){var t=this.$parent.$parent.$children,i=t.filter((function(e){return e.$refs.bt}))[0].$refs.bt;i.validate((function(e){}));var a=this.joinData(i.formModel);MsgSubmit.messageSubmit(a,(function(){e.$Message.success("提交成功!");var t=v({link_code:e.linkinfo.code,form_id:i.formid,push_status:1},i.formModel);Object(g["h"])(t).then((function(t){e.flag=!0,i.resetForm()}))}),(function(){e.$Message.success("提交失败,请重试!");var t=v({link_code:e.linkinfo.code,form_id:i.formid,push_status:2},i.formModel);Object(g["h"])(t).then((function(t){e.flag=!0}))}))}},joinData:function(e){console.log(this.formItemMsg);var t=[];for(var i in e)console.log(this.formItemMsg[i]),t.push(this.formItemMsg[i]+":'"+e[i]+"'");var a={contact_phone:e.contact_mobile,contact_name:e.contact_name,source_type:"marketplat",source:"tmreg",advisory_content:t.join(",")};return a}}},y=w,k=(i("ad1e"),Object(d["a"])(y,u,p,!1,null,"bac02338",null)),x=k.exports,M=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("Card",{ref:"formcard",attrs:{"dis-hover":"",bordered:!1}},[i("div",{staticStyle:{scroll:"auto"}},[i("Form",{ref:"ofm",attrs:{model:e.formModel,rules:e.metaRules,"label-position":"top"}},[e.forminfo.lists&&e.forminfo.lists.length>0?[i("Tabs",{attrs:{value:"main"},on:{"on-click":e.tabselected}},[i("TabPane",{attrs:{label:"表单信息",name:"main"}},[e._l(e.forminfo.main,(function(t){return[i("Row",{key:"r"+t.title,attrs:{type:"flex",justify:"start"}},e._l(t.ctls,(function(a){return i("i-col",{key:a.prop?a.prop:a.fromprop,attrs:{xs:e.getCols(t.cols),sm:e.getCols(t.cols),md:e.getCols(t.cols),lg:e.getCols(t.cols)}},[e.ctlVisable[a.prop?a.prop:a.fromprop]?i("FormItem",{attrs:{label:a.label,prop:a.prop}},["input"==a.type?[i("Input",{style:e.styleConfig,attrs:{type:"text",placeholder:a.placeHolder,disabled:a.disabled},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"btn"==a.type?[i("button",{attrs:{type:a.btncss,icon:a.icon}},[e._v("\n "+e._s(a.label)+"\n ")])]:e._e(),"dic-select"==a.type?[i("DicSelect",{attrs:{dicName:a.dicName,placeHolder:a.placeHolder,isMulti:a.isMulti,options:a.options,styleConfig:e.styleConfig},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"model-select"==a.type?[i("ModelSelect",{style:a.style,attrs:{refModel:a.refModel,placeHolder:a.placeHolder,isMulti:a.isMulti,labelField:a.labelField,valueField:a.valueField},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"remote-select"==a.type?[i("RemoteSelect",{style:a.style,attrs:{packageName:a.packageName,refModel:a.refModel,placeHolder:a.placeHolder,isMulti:a.isMulti,labelField:a.labelField,valueField:a.valueField},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"switch"==a.type?[i("Switchs",{attrs:{openlabel:a.opentext,closelabel:a.closetext,truecolor:a.truecolor,falsecolor:a.falsecolor,propname:a.prop},on:{changewithprop:e.controlCtl},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"checkgroup"==a.type?[i("Checkgroups",{attrs:{dicName:a.dicName,refModel:a.refModel,isborder:a.isBorder,options:a.options},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"radiogroup"==a.type?[i("Radiogroups",{attrs:{dicName:a.dicName,refModel:a.refModel,isborder:a.isBorder,options:a.options},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"upload"==a.type?[i("Uploads",{attrs:{propName:a.prop},on:{formevent:e.onformevent},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"password"==a.type?[i("Input",{style:e.styleConfig,attrs:{type:"password",placeholder:a.placeHolder},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"textarea"==a.type?[i("Input",{style:e.styleConfig,attrs:{type:"textarea",placeholder:a.placeHolder,autosize:{minRows:2,maxRows:2}},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"number"==a.type?[i("InputNumber",{style:e.styleConfig,attrs:{placeholder:a.placeHolder},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"datetime"==a.type?[i("DateTime",{style:a.style,attrs:{placeholder:a.placeHolder,dateType:a.dateType},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"daterange"==a.type?[i("DateTime",{style:a.style,attrs:{placeholder:a.placeHolder,dateType:a.dateType},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"label"==a.type?[i("span",{style:a.style},[e._v(e._s(e.formModel[a.prop]))])]:e._e(),"steps"==a.type?[i("Steps",{style:a.style,attrs:{dicType:a.dicType,statusStr:e.formModel[a.fromprop],placeholder:a.placeHolder}})]:e._e(),"dtag"==a.type?[i("DTags",{style:a.style,attrs:{canclose:a.canclose},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"dreftag"==a.type?[i("DRefTags",{style:a.style,attrs:{canclose:a.canclose,refModel:a.refModel,labelField:a.labelField,valueField:a.valueField,placeHolder:a.placeHolder,isMulti:a.isMulti,dicName:a.dicName,isLabelValue:a.isLabelValue},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"tree-sel"==a.type?[i("TreeSel",{style:a.style,attrs:{rootName:a.rootName,hint:a.placeHolder,archName:a.archName},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"h5editor"==a.type?[i("HtmlEditor",{style:a.style,model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e()],2):e._e()],1)})),1)]}))],2),e._l(e.forminfo.lists,(function(t){return i("TabPane",{key:t.bizCode,attrs:{disabled:e.tabDisabled[t.bizCode],label:t.title,name:t.bizCode}},[i("ChildList",{ref:t["bizCode"],refInFor:!0,attrs:{modelName:t["modelName"],metaName:t["bizCode"],packageName:t["packageName"],initPropZIndex:1100,isLazy:t.isLazy,formatCol:e.formatCol,isChildList:!0,initWhere:e.getInitWhere(t.initWhere),refvalidatemethod:e.refvalidatemethod,baseUrl:t.baseUrl,sumfields:t.sumfields},on:{onexec:e.onexec}})],1)}))],2)]:e._l(e.forminfo.main,(function(t){return[i("Row",{key:"r"+t.title,attrs:{type:"flex",justify:"start",align:"top"}},e._l(t.ctls,(function(a){return i("i-col",{key:a.prop?a.prop:a.fromprop,attrs:{xs:e.getCols(t.cols),sm:e.getCols(t.cols),md:e.getCols(t.cols),lg:e.getCols(t.cols)}},[e.ctlVisable[a.prop?a.prop:a.fromprop]?i("FormItem",{attrs:{label:a.label,prop:a.prop}},["input"==a.type?[i("Input",{style:e.styleConfig,attrs:{type:"text",placeholder:a.placeHolder,disabled:a.disabled},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"btn"==a.type?[i("button",{attrs:{type:a.btncss,icon:a.icon}},[e._v("\n "+e._s(a.label)+"\n ")])]:e._e(),"dic-select"==a.type?[i("DicSelect",{attrs:{dicName:a.dicName,placeHolder:a.placeHolder,isMulti:a.isMulti,options:a.options,styleConfig:e.styleConfig},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"model-select"==a.type?[i("ModelSelect",{style:a.style,attrs:{refModel:a.refModel,placeHolder:a.placeHolder,isMulti:a.isMulti,labelField:a.labelField,valueField:a.valueField},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"remote-select"==a.type?[i("RemoteSelect",{attrs:{refModel:a.refModel,placeHolder:a.placeHolder,isMulti:a.isMulti,labelField:a.labelField,valueField:a.valueField},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"switch"==a.type?[i("Switchs",{attrs:{openlabel:a.opentext,closelabel:a.closetext,truecolor:a.truecolor,falsecolor:a.falsecolor,propname:a.prop},on:{changewithprop:e.controlCtl},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"checkgroup"==a.type?[i("Checkgroups",{attrs:{dicName:a.dicName,refModel:a.refModel,isborder:a.isBorder,options:a.options},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"radiogroup"==a.type?[i("Radiogroups",{attrs:{dicName:a.dicName,refModel:a.refModel,isborder:a.isBorder,options:a.options},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"upload"==a.type?[i("Uploads",{attrs:{propName:a.prop},on:{formevent:e.onformevent},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"password"==a.type?[i("Input",{style:e.style,attrs:{type:"password",placeholder:a.placeHolder},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"textarea"==a.type?[i("Input",{style:e.styleConfig,attrs:{type:"textarea",placeholder:a.placeHolder,autosize:{minRows:2,maxRows:2}},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"number"==a.type?[i("InputNumber",{style:e.styleConfig,attrs:{placeholder:a.placeHolder},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"datetime"==a.type?[i("DateTime",{style:a.style,attrs:{placeholder:a.placeHolder,dateType:a.dateType},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"daterange"==a.type?[i("DateTime",{style:a.style,attrs:{placeholder:a.placeHolder,dateType:a.dateType},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"label"==a.type?[i("span",{style:a.style},[e._v(e._s(e.formModel[a.prop]))])]:e._e(),"steps"==a.type?[i("Steps",{style:a.style,attrs:{dicType:a.dicType,statusStr:e.formModel[a.fromprop],placeholder:a.placeHolder}})]:e._e(),"dtag"==a.type?[i("DTags",{style:a.style,attrs:{canclose:a.canclose},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"dreftag"==a.type?[i("DRefTags",{style:a.style,attrs:{canclose:a.canclose,refModel:a.refModel,labelField:a.labelField,valueField:a.valueField,placeHolder:a.placeHolder,isMulti:a.isMulti,dicName:a.dicName,isLabelValue:a.isLabelValue},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"tree-sel"==a.type?[i("CascaderCity",{attrs:{data:e.cityList,styleConfig:e.styleConfig},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"mobile"==a.type?[i("Mobile",{style:a.style,attrs:{verifysms:a.verifysms,hint:a.placeHolder,placeHolder:a.placeHolder,styleConfig:e.styleConfig},model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e(),"h5editor"==a.type?[i("HtmlEditor",{style:a.style,model:{value:e.formModel[a.prop],callback:function(t){e.$set(e.formModel,a.prop,t)},expression:"formModel[ctl.prop]"}})]:e._e()],2):e._e()],1)})),1)]}))],2),e.isEditForm?i("div",{staticClass:"form-footer"},[e._t("default",null,{fm:e.formModel})],2):e._e(),e.isNotFixed?i("div",{staticClass:"form-footer2"},[e._t("default",null,{fm:e.formModel})],2):e._e(),e.isSearchForm?i("div",{staticClass:"form-footer3"},[e._t("default",null,{fm:e.formModel})],2):e._e()],1)])],1)},C=[],S=i("3c73"),z=S["a"],O=(i("8484"),Object(d["a"])(z,M,C,!1,null,"37871d56",null)),T=O.exports,E=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"ql-editor"},[i("div",{domProps:{innerHTML:e._s(e.config.inner_text)}})])])},B=[],$={data:function(){return{btnShow:!0}},mounted:function(){},props:{config:{type:Object}},component:{},methods:{},computed:{}},F=$,N=(i("9672"),Object(d["a"])(F,E,B,!1,null,"5ba98571",null)),j=N.exports,A=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"photo"},[i("img",{attrs:{src:e.config.url,alt:""}})])},D=[],H={props:{config:{type:Object}},mounted:function(){}},I=H,R=(i("e3fe"),Object(d["a"])(I,A,D,!1,null,"5a50e28c",null)),L=R.exports,Z=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",["onenormal"==e.config.image_type?i("ul",{staticClass:"pic-line",style:{paddingLeft:e.config.style.imgLevelMargin/2+"px",paddingRight:e.config.style.imgLevelMargin/2+"px"}},e._l(e.config.list,(function(t,a){return i("li",{directives:[{name:"show",rawName:"v-show",value:e.config.list.length,expression:"config.list.length"}],key:a,style:{width:1/e.config.number*100-.5+"%",height:e.config.style.height+"px",margin:e.config.style.imgLevelMargin+"px "+e.config.style.imgVerticalMargin/2+"px"},on:{click:function(i){return e.slideHandleClick(t)}}},[i("img",{attrs:{src:t.url,alt:""}}),i("div",{staticClass:"pictitle",style:{height:"40px"}},[e._v("\n "+e._s(t.name)+"\n ")])])})),0):e._e(),"twoswiper"==e.config.image_type?i("div",{style:{paddingLeft:e.config.style.imgLevelMargin/2+"px",paddingRight:e.config.style.imgLevelMargin/2+"px",paddingTop:e.config.style.imgVerticalMargin/2+"px",paddingBottom:e.config.style.imgVerticalMargin/2+"px"}},[i("Swiper",{ref:"mySwiper",attrs:{options:e.swiperOption}},[e._l(e.config.list,(function(t,a){return i("SwiperSlide",{key:a,staticClass:"swiper-slide",style:{width:"100%",height:e.config.style.height+"px"},nativeOn:{click:function(i){return e.slideHandleClick(t)}}},[i("img",{staticStyle:{width:"100%",height:"100%"},attrs:{src:t.url,alt:""}})])})),i("div",{directives:[{name:"show",rawName:"v-show",value:e.config.list.length,expression:"config.list.length"}],staticClass:"swiper-pagination",attrs:{slot:"pagination"},slot:"pagination"}),i("div",{staticClass:"swiper-button-prev",attrs:{slot:"button-prev"},slot:"button-prev"}),i("div",{staticClass:"swiper-button-next",attrs:{slot:"button-next"},slot:"button-next"})],2)],1):e._e()])},P=[],U=i("d02f"),V={props:{config:{type:Object,default:function(){return{}}}},data:function(){return{swiperOption:{pagination:{el:".swiper-pagination",clickable:!0},autoplay:{delay:1e3,stopOnLastSlide:!1,disableOnInteraction:!1},observer:!0,observeSlideChildren:!0,loop:!0,speed:1e3,navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev",hideOnClick:!0},grabCursor:!0}}},methods:{slideHandleClick:function(e){if(console.log("clicked the slide"),e.href)if("router"==e.hrefType&&"original"==e.openType)this.$router.push(e.href);else if("router"==e.hrefType&&"blank"==e.openType){var t=this.$router.resolve({path:e.href});window.open(t.href,"_blank")}else"href"==e.hrefType&&"original"==e.openType?window.location.href=e.href:"href"==e.hrefType&&"blank"==e.openType&&window.open(e.href,"_blank")}},computed:{},created:function(){},mounted:function(){},updated:function(){}},q=V,K=(i("632b"),Object(d["a"])(q,Z,P,!1,null,null,null)),W=K.exports,Y=function(){var e=this,t=e.$createElement,i=e._self._c||t;return e.swiperReset?i("div",{staticClass:"swiper-container"},[i("Swiper",{ref:"mySwiper",style:{width:e.config.style.width+"%",height:e.config.style.height+"px"},attrs:{options:e.swiperOption}},[e._l(e.config.list,(function(t,a){return i("SwiperSlide",{key:a,staticClass:"swiper-slide",nativeOn:{click:function(i){return e.slideHandleClick(t)}}},[i("img",{staticStyle:{width:"100%",height:"100%"},attrs:{src:t.url,alt:""}})])})),i("div",{directives:[{name:"show",rawName:"v-show",value:"spot"==e.config.swiper_type,expression:"config.swiper_type == 'spot'"}],staticClass:"swiper-pagination",attrs:{slot:"pagination"},slot:"pagination"}),"arrow"==e.config.swiper_type?i("div",{staticClass:"swiper-button-prev",attrs:{slot:"button-prev"},slot:"button-prev"}):e._e(),"arrow"==e.config.swiper_type?i("div",{staticClass:"swiper-button-next",attrs:{slot:"button-next"},slot:"button-next"}):e._e()],2)],1):e._e()},J=[],G={name:"carrousel",props:{config:{type:Object,default:function(){return{}}}},components:{Swiper:U["Swiper"],SwiperSlide:U["SwiperSlide"]},data:function(){return{swiperReset:!0,swiperOption:{pagination:{el:".swiper-pagination",clickable:!0},autoplay:{delay:1e3,stopOnLastSlide:!1,disableOnInteraction:!1},observer:!0,observeSlideChildren:!0,loop:!0,speed:1e3,navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev",hideOnClick:!0}}}},computed:{swiper:function(){return this.$refs.mySwiper}},methods:{slideHandleClick:function(e){if(console.log("clicked the slide"),e.href)if("router"==e.hrefType&&"original"==e.openType)this.$router.push(e.href);else if("router"==e.hrefType&&"blank"==e.openType){var t=this.$router.resolve({path:e.href});window.open(t.href,"_blank")}else"href"==e.hrefType&&"original"==e.openType?window.location.href=e.href:"href"==e.hrefType&&"blank"==e.openType&&window.open(e.href,"_blank")}},mounted:function(){this.swiper},watch:{config:{handler:function(e,t){var i=this;this.swiperReset=!1,this.swiperOption.speed=~~e.switching_speed,this.swiperOption.autoplay.delay=~~e.display_time,this.$nextTick((function(){i.swiperReset=!0}))},deep:!0}},updated:function(){console.log("update~轮播图组件里的config:",this.config)}},X=G,Q=Object(d["a"])(X,Y,J,!1,null,"4a74d367",null),ee=Q.exports,te=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",["imgstextone"==e.config.image_text_type?i("div",{staticClass:"imgstext-styleone"},[i("div",{style:{width:e.config.style.picWidth0+"%"}},[e.config.list.length?i("img",{style:{width:"100%"},attrs:{src:e.config.list[0].url,alt:""}}):e._e()]),e.config.list.length?i("div",{staticClass:"content",style:{width:100-e.config.style.picWidth0+"%"}},[i("h3",[e._v(e._s(e.config.list[0].title))]),i("div",{staticClass:"para"},[e._v("\n "+e._s(e.config.pictext0)+"\n ")])]):e._e()]):e._e(),"imgstexttwo"==e.config.image_text_type?i("div",{staticClass:"imgstext-styleone"},[e.config.list.length?i("div",{staticClass:"content",style:{width:100-e.config.style.picWidth0+"%"}},[i("h3",[e._v(e._s(e.config.list[0].title))]),i("div",{staticClass:"para"},[e._v("\n "+e._s(e.config.pictext0)+"\n ")])]):e._e(),e.config.list.length?i("img",{style:{width:e.config.style.picWidth0+"%"},attrs:{src:e.config.list[0].url,alt:""}}):e._e()]):e._e(),"imgstextthree"==e.config.image_text_type?i("div",{staticClass:"imgstext-styleone"},e._l(e.config.list,(function(t,a){return i("div",{directives:[{name:"show",rawName:"v-show",value:e.config.list.length,expression:"config.list.length"}],key:a,staticClass:"item-wrap",style:{padding:e.config.style.imgVerticalMargin+"px "+e.config.style.imgLevelMargin/2+"px"}},[i("img",{staticStyle:{width:"100%"},attrs:{src:t.url,alt:""}}),i("div",{staticClass:"content"},[i("div",{staticClass:"para"},[e._v("\n "+e._s(e.config["pictext"+a])+"\n ")])])])})),0):e._e(),"imgstextfour"==e.config.image_text_type?i("div",{staticClass:"imgstext-styleone"},e._l(e.config.list,(function(t,a){return i("div",{directives:[{name:"show",rawName:"v-show",value:e.config.list.length,expression:"config.list.length"}],key:a,staticClass:"item-line-wrap",style:{width:e.config.style["picWidth"+a]+"%"}},[i("img",{style:{width:e.config.style["picWidth"+a]+"%"},attrs:{src:t.url,alt:""}}),i("div",{staticClass:"content",style:{width:100-e.config.style["picWidth"+a]+"%"}},[i("div",{staticClass:"para"},[e._v("\n "+e._s(e.config["pictext"+a])+"\n ")])])])})),0):e._e()])},ie=[],ae={props:{config:{type:Object,default:function(){return{}}}},data:function(){return{}},updated:function(){console.log("updated,change...",this.config)}},ne=ae,oe=(i("696e"),Object(d["a"])(ne,te,ie,!1,null,"354570f3",null)),re=oe.exports,se={components:{Swiper:h,ButtonModle:x,FormModle:T,TextMoudle:j,Photo:L,MultiPic:W,CarouselPic:ee,ImgsText:re},props:{config:{type:Object,default:function(){return{}}}},data:function(){return{topAffix:!1,bottomAffix:!1,clientHeight:0,awTop:0}},mounted:function(){document.querySelector(".tfhref")&&(this.clientHeight=document.querySelector(".tfhref").clientHeight,this.awTop=this.$refs.acrao_wrapper.offsetTop,"top"==this.config.acraoAffix?document.querySelector(".tfhref").addEventListener("scroll",this.scrollAffixTop,!0):"bottom"==this.config.acraoAffix&&(this.bottomAffix=!0,document.querySelector(".tfhref").addEventListener("scroll",this.scrollAffixBottom,!0)))},methods:{scrollAffixTop:function(e){var t=e.target.scrollTop;t>this.awTop?this.topAffix=!0:this.topAffix=!1},scrollAffixBottom:function(e){var t=e.target.scrollTop+this.clientHeight;this.awTop>t?this.bottomAffix=!0:this.bottomAffix=!1}},destroyed:function(){document.querySelector(".tfhref")&&(document.querySelector(".tfhref").removeEventListener("scroll",this.scrollAffixTop,!0),document.querySelector(".tfhref").removeEventListener("scroll",this.scrollAffixBottom,!0))}},le=se,ce=(i("323c"),Object(d["a"])(le,a,n,!1,null,"3ff854bd",null));t["a"]=ce.exports},"8a83":function(e,t,i){"use strict";var a=i("1135"),n=4,o=0,r=1,s=2;function l(e){var t=e.length;while(--t>=0)e[t]=0}var c=0,d=1,f=2,h=3,u=258,p=29,m=256,_=m+1+p,g=30,b=19,v=2*_+1,w=15,y=16,k=7,x=256,M=16,C=17,S=18,z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],O=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],T=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],E=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],B=512,$=new Array(2*(_+2));l($);var F=new Array(2*g);l(F);var N=new Array(B);l(N);var j=new Array(u-h+1);l(j);var A=new Array(p);l(A);var D,H,I,R=new Array(g);function L(e,t,i,a,n){this.static_tree=e,this.extra_bits=t,this.extra_base=i,this.elems=a,this.max_length=n,this.has_stree=e&&e.length}function Z(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function P(e){return e<256?N[e]:N[256+(e>>>7)]}function U(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function V(e,t,i){e.bi_valid>y-i?(e.bi_buf|=t<<e.bi_valid&65535,U(e,e.bi_buf),e.bi_buf=t>>y-e.bi_valid,e.bi_valid+=i-y):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=i)}function q(e,t,i){V(e,i[2*t],i[2*t+1])}function K(e,t){var i=0;do{i|=1&e,e>>>=1,i<<=1}while(--t>0);return i>>>1}function W(e){16===e.bi_valid?(U(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}function Y(e,t){var i,a,n,o,r,s,l=t.dyn_tree,c=t.max_code,d=t.stat_desc.static_tree,f=t.stat_desc.has_stree,h=t.stat_desc.extra_bits,u=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(o=0;o<=w;o++)e.bl_count[o]=0;for(l[2*e.heap[e.heap_max]+1]=0,i=e.heap_max+1;i<v;i++)a=e.heap[i],o=l[2*l[2*a+1]+1]+1,o>p&&(o=p,m++),l[2*a+1]=o,a>c||(e.bl_count[o]++,r=0,a>=u&&(r=h[a-u]),s=l[2*a],e.opt_len+=s*(o+r),f&&(e.static_len+=s*(d[2*a+1]+r)));if(0!==m){do{o=p-1;while(0===e.bl_count[o])o--;e.bl_count[o]--,e.bl_count[o+1]+=2,e.bl_count[p]--,m-=2}while(m>0);for(o=p;0!==o;o--){a=e.bl_count[o];while(0!==a)n=e.heap[--i],n>c||(l[2*n+1]!==o&&(e.opt_len+=(o-l[2*n+1])*l[2*n],l[2*n+1]=o),a--)}}}function J(e,t,i){var a,n,o=new Array(w+1),r=0;for(a=1;a<=w;a++)o[a]=r=r+i[a-1]<<1;for(n=0;n<=t;n++){var s=e[2*n+1];0!==s&&(e[2*n]=K(o[s]++,s))}}function G(){var e,t,i,a,n,o=new Array(w+1);for(i=0,a=0;a<p-1;a++)for(A[a]=i,e=0;e<1<<z[a];e++)j[i++]=a;for(j[i-1]=a,n=0,a=0;a<16;a++)for(R[a]=n,e=0;e<1<<O[a];e++)N[n++]=a;for(n>>=7;a<g;a++)for(R[a]=n<<7,e=0;e<1<<O[a]-7;e++)N[256+n++]=a;for(t=0;t<=w;t++)o[t]=0;e=0;while(e<=143)$[2*e+1]=8,e++,o[8]++;while(e<=255)$[2*e+1]=9,e++,o[9]++;while(e<=279)$[2*e+1]=7,e++,o[7]++;while(e<=287)$[2*e+1]=8,e++,o[8]++;for(J($,_+1,o),e=0;e<g;e++)F[2*e+1]=5,F[2*e]=K(e,5);D=new L($,z,m+1,_,w),H=new L(F,O,0,g,w),I=new L(new Array(0),T,0,b,k)}function X(e){var t;for(t=0;t<_;t++)e.dyn_ltree[2*t]=0;for(t=0;t<g;t++)e.dyn_dtree[2*t]=0;for(t=0;t<b;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*x]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function Q(e){e.bi_valid>8?U(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function ee(e,t,i,n){Q(e),n&&(U(e,i),U(e,~i)),a.arraySet(e.pending_buf,e.window,t,i,e.pending),e.pending+=i}function te(e,t,i,a){var n=2*t,o=2*i;return e[n]<e[o]||e[n]===e[o]&&a[t]<=a[i]}function ie(e,t,i){var a=e.heap[i],n=i<<1;while(n<=e.heap_len){if(n<e.heap_len&&te(t,e.heap[n+1],e.heap[n],e.depth)&&n++,te(t,a,e.heap[n],e.depth))break;e.heap[i]=e.heap[n],i=n,n<<=1}e.heap[i]=a}function ae(e,t,i){var a,n,o,r,s=0;if(0!==e.last_lit)do{a=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],n=e.pending_buf[e.l_buf+s],s++,0===a?q(e,n,t):(o=j[n],q(e,o+m+1,t),r=z[o],0!==r&&(n-=A[o],V(e,n,r)),a--,o=P(a),q(e,o,i),r=O[o],0!==r&&(a-=R[o],V(e,a,r)))}while(s<e.last_lit);q(e,x,t)}function ne(e,t){var i,a,n,o=t.dyn_tree,r=t.stat_desc.static_tree,s=t.stat_desc.has_stree,l=t.stat_desc.elems,c=-1;for(e.heap_len=0,e.heap_max=v,i=0;i<l;i++)0!==o[2*i]?(e.heap[++e.heap_len]=c=i,e.depth[i]=0):o[2*i+1]=0;while(e.heap_len<2)n=e.heap[++e.heap_len]=c<2?++c:0,o[2*n]=1,e.depth[n]=0,e.opt_len--,s&&(e.static_len-=r[2*n+1]);for(t.max_code=c,i=e.heap_len>>1;i>=1;i--)ie(e,o,i);n=l;do{i=e.heap[1],e.heap[1]=e.heap[e.heap_len--],ie(e,o,1),a=e.heap[1],e.heap[--e.heap_max]=i,e.heap[--e.heap_max]=a,o[2*n]=o[2*i]+o[2*a],e.depth[n]=(e.depth[i]>=e.depth[a]?e.depth[i]:e.depth[a])+1,o[2*i+1]=o[2*a+1]=n,e.heap[1]=n++,ie(e,o,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],Y(e,t),J(o,c,e.bl_count)}function oe(e,t,i){var a,n,o=-1,r=t[1],s=0,l=7,c=4;for(0===r&&(l=138,c=3),t[2*(i+1)+1]=65535,a=0;a<=i;a++)n=r,r=t[2*(a+1)+1],++s<l&&n===r||(s<c?e.bl_tree[2*n]+=s:0!==n?(n!==o&&e.bl_tree[2*n]++,e.bl_tree[2*M]++):s<=10?e.bl_tree[2*C]++:e.bl_tree[2*S]++,s=0,o=n,0===r?(l=138,c=3):n===r?(l=6,c=3):(l=7,c=4))}function re(e,t,i){var a,n,o=-1,r=t[1],s=0,l=7,c=4;for(0===r&&(l=138,c=3),a=0;a<=i;a++)if(n=r,r=t[2*(a+1)+1],!(++s<l&&n===r)){if(s<c)do{q(e,n,e.bl_tree)}while(0!==--s);else 0!==n?(n!==o&&(q(e,n,e.bl_tree),s--),q(e,M,e.bl_tree),V(e,s-3,2)):s<=10?(q(e,C,e.bl_tree),V(e,s-3,3)):(q(e,S,e.bl_tree),V(e,s-11,7));s=0,o=n,0===r?(l=138,c=3):n===r?(l=6,c=3):(l=7,c=4)}}function se(e){var t;for(oe(e,e.dyn_ltree,e.l_desc.max_code),oe(e,e.dyn_dtree,e.d_desc.max_code),ne(e,e.bl_desc),t=b-1;t>=3;t--)if(0!==e.bl_tree[2*E[t]+1])break;return e.opt_len+=3*(t+1)+5+5+4,t}function le(e,t,i,a){var n;for(V(e,t-257,5),V(e,i-1,5),V(e,a-4,4),n=0;n<a;n++)V(e,e.bl_tree[2*E[n]+1],3);re(e,e.dyn_ltree,t-1),re(e,e.dyn_dtree,i-1)}function ce(e){var t,i=4093624447;for(t=0;t<=31;t++,i>>>=1)if(1&i&&0!==e.dyn_ltree[2*t])return o;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return r;for(t=32;t<m;t++)if(0!==e.dyn_ltree[2*t])return r;return o}l(R);var de=!1;function fe(e){de||(G(),de=!0),e.l_desc=new Z(e.dyn_ltree,D),e.d_desc=new Z(e.dyn_dtree,H),e.bl_desc=new Z(e.bl_tree,I),e.bi_buf=0,e.bi_valid=0,X(e)}function he(e,t,i,a){V(e,(c<<1)+(a?1:0),3),ee(e,t,i,!0)}function ue(e){V(e,d<<1,3),q(e,x,$),W(e)}function pe(e,t,i,a){var o,r,l=0;e.level>0?(e.strm.data_type===s&&(e.strm.data_type=ce(e)),ne(e,e.l_desc),ne(e,e.d_desc),l=se(e),o=e.opt_len+3+7>>>3,r=e.static_len+3+7>>>3,r<=o&&(o=r)):o=r=i+5,i+4<=o&&-1!==t?he(e,t,i,a):e.strategy===n||r===o?(V(e,(d<<1)+(a?1:0),3),ae(e,$,F)):(V(e,(f<<1)+(a?1:0),3),le(e,e.l_desc.max_code+1,e.d_desc.max_code+1,l+1),ae(e,e.dyn_ltree,e.dyn_dtree)),X(e),a&&Q(e)}function me(e,t,i){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&i,e.last_lit++,0===t?e.dyn_ltree[2*i]++:(e.matches++,t--,e.dyn_ltree[2*(j[i]+m+1)]++,e.dyn_dtree[2*P(t)]++),e.last_lit===e.lit_bufsize-1}t._tr_init=fe,t._tr_stored_block=he,t._tr_flush_block=pe,t._tr_tally=me,t._tr_align=ue},9672:function(e,t,i){"use strict";var a=i("9a8f"),n=i.n(a);n.a},"9a8f":function(e,t,i){},a443:function(e,t,i){},a788:function(e,t,i){"use strict";var a=i("a443"),n=i.n(a);n.a},a8d3:function(e,t,i){"use strict";var a=i("b340"),n=i.n(a);n.a},a8ec:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("RadioGroup",{on:{"on-change":e.onchange},model:{value:e.sels,callback:function(t){e.sels=t},expression:"sels"}},e._l(e.datasource,(function(t){return i("Radio",{key:t.value,attrs:{label:t.value,Border:e.isborder}},[e._v(e._s(t.label))])})),1)},n=[],o=(i("6d57"),i("9a33"),i("60b7"),{name:"radiogroups",components:{},model:{prop:"value",event:"change"},props:["value","dicName","refModel","labelField","valueField","refwhere","isborder","options"],data:function(){return{sels:this.value,datasource:[]}},watch:{value:function(e,t){this.sels=e}},methods:{onchange:function(e){this.$emit("change",this.sels)},initDataSource:function(e){var t=this;if(this.options){var i=this.options.split(",");i.forEach((function(e){t.datasource.push({value:e,label:e})}))}}},created:function(){this.initDataSource()},mounted:function(){}}),r=o,s=i("9ca4"),l=Object(s["a"])(r,a,n,!1,null,null,null);t["a"]=l.exports},ad1e:function(e,t,i){"use strict";var a=i("6254"),n=i.n(a);n.a},adde:function(e,t,i){"use strict";var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("Cascader",{style:e.styleConfig,attrs:{data:e.data},on:{"on-change":e.changeCity},model:{value:e.valueList,callback:function(t){e.valueList=t},expression:"valueList"}})],1)},n=[],o={model:{prop:"value",event:"change"},props:["data","styleConfig"],data:function(){return{value:"",valueList:[]}},methods:{changeCity:function(e,t){this.value=t[t.length-1].__label,this.$emit("change",this.value)}}},r=o,s=i("9ca4"),l=Object(s["a"])(r,a,n,!1,null,null,null);t["a"]=l.exports},b061:function(e,t,i){"use strict";var a=i("1135"),n=15,o=852,r=592,s=0,l=1,c=2,d=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],f=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],h=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],u=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];e.exports=function(e,t,i,p,m,_,g,b){var v,w,y,k,x,M,C,S,z,O=b.bits,T=0,E=0,B=0,$=0,F=0,N=0,j=0,A=0,D=0,H=0,I=null,R=0,L=new a.Buf16(n+1),Z=new a.Buf16(n+1),P=null,U=0;for(T=0;T<=n;T++)L[T]=0;for(E=0;E<p;E++)L[t[i+E]]++;for(F=O,$=n;$>=1;$--)if(0!==L[$])break;if(F>$&&(F=$),0===$)return m[_++]=20971520,m[_++]=20971520,b.bits=1,0;for(B=1;B<$;B++)if(0!==L[B])break;for(F<B&&(F=B),A=1,T=1;T<=n;T++)if(A<<=1,A-=L[T],A<0)return-1;if(A>0&&(e===s||1!==$))return-1;for(Z[1]=0,T=1;T<n;T++)Z[T+1]=Z[T]+L[T];for(E=0;E<p;E++)0!==t[i+E]&&(g[Z[t[i+E]]++]=E);if(e===s?(I=P=g,M=19):e===l?(I=d,R-=257,P=f,U-=257,M=256):(I=h,P=u,M=-1),H=0,E=0,T=B,x=_,N=F,j=0,y=-1,D=1<<F,k=D-1,e===l&&D>o||e===c&&D>r)return 1;for(;;){C=T-j,g[E]<M?(S=0,z=g[E]):g[E]>M?(S=P[U+g[E]],z=I[R+g[E]]):(S=96,z=0),v=1<<T-j,w=1<<N,B=w;do{w-=v,m[x+(H>>j)+w]=C<<24|S<<16|z|0}while(0!==w);v=1<<T-1;while(H&v)v>>=1;if(0!==v?(H&=v-1,H+=v):H=0,E++,0===--L[T]){if(T===$)break;T=t[i+g[E]]}if(T>F&&(H&k)!==y){0===j&&(j=F),x+=B,N=T-j,A=1<<N;while(N+j<$){if(A-=L[N+j],A<=0)break;N++,A<<=1}if(D+=1<<N,e===l&&D>o||e===c&&D>r)return 1;y=H&k,m[y]=F<<24|N<<16|x-_|0}}return 0!==H&&(m[x+H]=T-j<<24|64<<16|0),b.bits=F,0}},b340:function(e,t,i){},b4f9:function(e,t,i){"use strict";function a(e,t,i,a){var n=65535&e|0,o=e>>>16&65535|0,r=0;while(0!==i){r=i>2e3?2e3:i,i-=r;do{n=n+t[a++]|0,o=o+n|0}while(--r);n%=65521,o%=65521}return n|o<<16|0}e.exports=a},bda7:function(e,t,i){},dd05:function(e,t,i){"use strict";var a=i("239c"),n=i.n(a);n.a},dedd:function(e,t,i){"use strict";function a(){for(var e,t=[],i=0;i<256;i++){e=i;for(var a=0;a<8;a++)e=1&e?3988292384^e>>>1:e>>>1;t[i]=e}return t}var n=a();function o(e,t,i,a){var o=n,r=a+i;e^=-1;for(var s=a;s<r;s++)e=e>>>8^o[255&(e^t[s])];return-1^e}e.exports=o},e3fe:function(e,t,i){"use strict";var a=i("6dbb"),n=i.n(a);n.a},f12f:function(e,t,i){},f63a:function(e,t,i){"use strict";function a(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}e.exports=a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-79527e9c"],{"2e25":function(e,t,s){},3759:function(e,t,s){"use strict";s.r(t);var a=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("Card",{attrs:{shadow:""}},[s("div",[s("div",{staticClass:"message-page-con message-category-con"},[s("Menu",{attrs:{width:"auto","active-name":"unread"},on:{"on-select":e.handleSelect}},[s("MenuItem",{attrs:{name:"unread"}},[s("span",{staticClass:"category-title"},[e._v("未读消息")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{count:e.messageUnreadCount}})],1),s("MenuItem",{attrs:{name:"readed"}},[s("span",{staticClass:"category-title"},[e._v("已读消息")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{"class-name":"gray-dadge",count:e.messageReadedCount}})],1),s("MenuItem",{attrs:{name:"trash"}},[s("span",{staticClass:"category-title"},[e._v("回收站")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{"class-name":"gray-dadge",count:e.messageTrashCount}})],1)],1)],1),s("div",{staticClass:"message-page-con message-list-con"},[e.listLoading?s("Spin",{attrs:{fix:"",size:"large"}}):e._e(),s("Menu",{class:e.titleClass,attrs:{width:"auto","active-name":""},on:{"on-select":e.handleView}},e._l(e.messageList,(function(t){return s("MenuItem",{key:"msg_"+t.msg_id,attrs:{name:t.msg_id}},[s("div",[s("p",{staticClass:"msg-title"},[e._v(e._s(t.title))]),s("Badge",{attrs:{status:"default",text:t.create_time}}),s("Button",{directives:[{name:"show",rawName:"v-show",value:"unread"!==e.currentMessageType,expression:"currentMessageType !== 'unread'"}],staticStyle:{float:"right","margin-right":"20px"},style:{display:t.loading?"inline-block !important":""},attrs:{loading:t.loading,size:"small",icon:"readed"===e.currentMessageType?"md-trash":"md-redo",title:"readed"===e.currentMessageType?"删除":"还原",type:"text"},nativeOn:{click:function(s){return s.stopPropagation(),e.removeMsg(t)}}})],1)])})),1)],1),s("div",{staticClass:"message-page-con message-view-con"},[e.contentLoading?s("Spin",{attrs:{fix:"",size:"large"}}):e._e(),s("div",{staticClass:"message-view-header"},[s("h2",{staticClass:"message-view-title"},[e._v(e._s(e.showingMsgItem.title))]),s("time",{staticClass:"message-view-time"},[e._v(e._s(e.showingMsgItem.create_time))])]),s("div",{domProps:{innerHTML:e._s(e.messageContent)}})],1)])])},n=[],i=(s("5ab2"),s("6d57"),s("e10e"),s("e697"),s("13c1")),r=s("9f3a");function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,a)}return s}function c(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?o(Object(s),!0).forEach((function(t){Object(i["a"])(e,t,s[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):o(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}var g={unread:"messageUnreadList",readed:"messageReadedList",trash:"messageTrashList"},d={name:"message_page",data:function(){return{listLoading:!0,contentLoading:!1,currentMessageType:"unread",messageContent:"",showingMsgItem:{}}},computed:c(c({},Object(r["e"])({messageUnreadList:function(e){return e.user.messageUnreadList},messageReadedList:function(e){return e.user.messageReadedList},messageTrashList:function(e){return e.user.messageTrashList},messageList:function(){return this[g[this.currentMessageType]]},titleClass:function(){return{"not-unread-list":"unread"!==this.currentMessageType}}})),Object(r["c"])(["messageUnreadCount","messageReadedCount","messageTrashCount"])),methods:c(c(c({},Object(r["d"])([])),Object(r["b"])(["getContentByMsgId","getMessageList","hasRead","removeReaded","restoreTrash"])),{},{stopLoading:function(e){this[e]=!1},handleSelect:function(e){this.currentMessageType=e},handleView:function(e){var t=this;this.contentLoading=!0,this.getContentByMsgId({msg_id:e}).then((function(s){t.messageContent=s;var a=t.messageList.find((function(t){return t.msg_id===e}));a&&(t.showingMsgItem=a),"unread"===t.currentMessageType&&t.hasRead({msg_id:e}),t.stopLoading("contentLoading")})).catch((function(){t.stopLoading("contentLoading")}))},removeMsg:function(e){e.loading=!0;var t=e.msg_id;"readed"===this.currentMessageType?this.removeReaded({msg_id:t}):this.restoreTrash({msg_id:t})}}),mounted:function(){var e=this;this.listLoading=!0,this.getMessageList().then((function(){return e.stopLoading("listLoading")})).catch((function(){return e.stopLoading("listLoading")}))}},u=d,m=(s("ac69"),s("9ca4")),l=Object(m["a"])(u,a,n,!1,null,null,null);t["default"]=l.exports},ac69:function(e,t,s){"use strict";var a=s("2e25"),n=s.n(a);n.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-cc77621c"],{"2e25":function(e,t,s){},3759:function(e,t,s){"use strict";s.r(t);var a=function(){var e=this,t=e.$createElement,s=e._self._c||t;return s("Card",{attrs:{shadow:""}},[s("div",[s("div",{staticClass:"message-page-con message-category-con"},[s("Menu",{attrs:{width:"auto","active-name":"unread"},on:{"on-select":e.handleSelect}},[s("MenuItem",{attrs:{name:"unread"}},[s("span",{staticClass:"category-title"},[e._v("未读消息")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{count:e.messageUnreadCount}})],1),s("MenuItem",{attrs:{name:"readed"}},[s("span",{staticClass:"category-title"},[e._v("已读消息")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{"class-name":"gray-dadge",count:e.messageReadedCount}})],1),s("MenuItem",{attrs:{name:"trash"}},[s("span",{staticClass:"category-title"},[e._v("回收站")]),s("Badge",{staticStyle:{"margin-left":"10px"},attrs:{"class-name":"gray-dadge",count:e.messageTrashCount}})],1)],1)],1),s("div",{staticClass:"message-page-con message-list-con"},[e.listLoading?s("Spin",{attrs:{fix:"",size:"large"}}):e._e(),s("Menu",{class:e.titleClass,attrs:{width:"auto","active-name":""},on:{"on-select":e.handleView}},e._l(e.messageList,(function(t){return s("MenuItem",{key:"msg_"+t.msg_id,attrs:{name:t.msg_id}},[s("div",[s("p",{staticClass:"msg-title"},[e._v(e._s(t.title))]),s("Badge",{attrs:{status:"default",text:t.create_time}}),s("Button",{directives:[{name:"show",rawName:"v-show",value:"unread"!==e.currentMessageType,expression:"currentMessageType !== 'unread'"}],staticStyle:{float:"right","margin-right":"20px"},style:{display:t.loading?"inline-block !important":""},attrs:{loading:t.loading,size:"small",icon:"readed"===e.currentMessageType?"md-trash":"md-redo",title:"readed"===e.currentMessageType?"删除":"还原",type:"text"},nativeOn:{click:function(s){return s.stopPropagation(),e.removeMsg(t)}}})],1)])})),1)],1),s("div",{staticClass:"message-page-con message-view-con"},[e.contentLoading?s("Spin",{attrs:{fix:"",size:"large"}}):e._e(),s("div",{staticClass:"message-view-header"},[s("h2",{staticClass:"message-view-title"},[e._v(e._s(e.showingMsgItem.title))]),s("time",{staticClass:"message-view-time"},[e._v(e._s(e.showingMsgItem.create_time))])]),s("div",{domProps:{innerHTML:e._s(e.messageContent)}})],1)])])},n=[],i=(s("5ab2"),s("6d57"),s("e10e"),s("e697"),s("ce3c")),r=s("9f3a");function o(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,a)}return s}function c(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?o(Object(s),!0).forEach((function(t){Object(i["a"])(e,t,s[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):o(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}var g={unread:"messageUnreadList",readed:"messageReadedList",trash:"messageTrashList"},d={name:"message_page",data:function(){return{listLoading:!0,contentLoading:!1,currentMessageType:"unread",messageContent:"",showingMsgItem:{}}},computed:c(c({},Object(r["e"])({messageUnreadList:function(e){return e.user.messageUnreadList},messageReadedList:function(e){return e.user.messageReadedList},messageTrashList:function(e){return e.user.messageTrashList},messageList:function(){return this[g[this.currentMessageType]]},titleClass:function(){return{"not-unread-list":"unread"!==this.currentMessageType}}})),Object(r["c"])(["messageUnreadCount","messageReadedCount","messageTrashCount"])),methods:c(c(c({},Object(r["d"])([])),Object(r["b"])(["getContentByMsgId","getMessageList","hasRead","removeReaded","restoreTrash"])),{},{stopLoading:function(e){this[e]=!1},handleSelect:function(e){this.currentMessageType=e},handleView:function(e){var t=this;this.contentLoading=!0,this.getContentByMsgId({msg_id:e}).then((function(s){t.messageContent=s;var a=t.messageList.find((function(t){return t.msg_id===e}));a&&(t.showingMsgItem=a),"unread"===t.currentMessageType&&t.hasRead({msg_id:e}),t.stopLoading("contentLoading")})).catch((function(){t.stopLoading("contentLoading")}))},removeMsg:function(e){e.loading=!0;var t=e.msg_id;"readed"===this.currentMessageType?this.removeReaded({msg_id:t}):this.restoreTrash({msg_id:t})}}),mounted:function(){var e=this;this.listLoading=!0,this.getMessageList().then((function(){return e.stopLoading("listLoading")})).catch((function(){return e.stopLoading("listLoading")}))}},u=d,m=(s("ac69"),s("9ca4")),l=Object(m["a"])(u,a,n,!1,null,null,null);t["default"]=l.exports},ac69:function(e,t,s){"use strict";var a=s("2e25"),n=s.n(a);n.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d710b6d2"],{"391e":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"framediv"}},[e._t("default",null,{adjustHeight:e.frameHeight})],2)},o=[],i=n("9ee1"),r=i["a"],u=n("9ca4"),c=Object(u["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},"7c27":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("PageSpace",{scopedSlots:e._u([{key:"default",fn:function(t){var a=t.adjustHeight;return[n("BizTable",{ref:"bt",attrs:{formatCol:e.formatCol,tblheight:a-120,metaName:"main_info",packageName:"configmag",modelName:"maininfo",isMulti:"",savebefore:e.savebefore,editbefore:e.beforedit,addbefore:e.beforeadd},on:{onexec:e.onexec}})]}}])})},o=[],i=n("06d3"),r=n("391e"),u={name:"roleinfo_page",data:function(){return{}},components:{BizTable:i["a"],PageSpace:r["a"]},methods:{savebefore:function(e,t,n){return n(t)},beforeadd:function(e,t){return t({value:!0,message:null})},beforedit:function(e,t){return t({value:!0,message:null})},beforesave:function(e,t,n){return n(t)},onexec:function(e,t){"auth"==e&&this.$router.push({name:"role_auth",query:{roleid:t.id,rolecode:t.code}})},formatCol:function(e,t,n){return"created_at"==t?"<span>".concat(new Date(e[t]).toLocaleString(),"</span>"):e[t]}}},c=u,s=n("9ca4"),f=Object(s["a"])(c,a,o,!1,null,null,null);t["default"]=f.exports},"9ee1":function(e,t,n){"use strict";(function(e){n("163d");t["a"]={name:"pagespace_page",prop:{tweak:Number},data:function(){return{frameHeight:0,advalue:this.tweak?this.tweak:0}},components:{},mounted:function(){var t=this;this.setHeight(),e(window).resize((function(){t.setHeight()}))},methods:{setHeight:function(){var t=this;this.$nextTick((function(){var n=e("#framediv"),a=n.get()[0]||0,o=window.innerHeight-a.offsetTop-t.advalue;t.frameHeight=o,t.$emit("sizechange",t.frameHeight)}))}}}}).call(this,n("a336"))}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment