@zscreate/form-component 1.1.202 → 1.1.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form-component.css +37 -37
- package/dist/form-component.umd.js +15 -15
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1520,22 +1520,22 @@
|
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
1522
|
|
|
1523
|
-
[data-v-
|
|
1523
|
+
[data-v-85ba3b70] .ant-popover-inner-content {
|
|
1524
1524
|
width: 190px;
|
|
1525
1525
|
}
|
|
1526
|
-
[data-v-
|
|
1526
|
+
[data-v-85ba3b70] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
1527
1527
|
width: calc(100% - 0px) !important;
|
|
1528
1528
|
}
|
|
1529
|
-
[data-v-
|
|
1529
|
+
[data-v-85ba3b70] .ant-form-item-control {
|
|
1530
1530
|
height: 100%;
|
|
1531
1531
|
}
|
|
1532
1532
|
/***label对齐方式*/
|
|
1533
|
-
.custom_form_item .break[data-v-
|
|
1533
|
+
.custom_form_item .break[data-v-85ba3b70] {
|
|
1534
1534
|
white-space: normal;
|
|
1535
1535
|
word-break: break-all;
|
|
1536
1536
|
word-wrap: break-word;
|
|
1537
1537
|
}
|
|
1538
|
-
.custom_form_item .align-between[data-v-
|
|
1538
|
+
.custom_form_item .align-between[data-v-85ba3b70] {
|
|
1539
1539
|
white-space: normal;
|
|
1540
1540
|
word-break: break-all;
|
|
1541
1541
|
word-wrap: break-word;
|
|
@@ -1544,28 +1544,28 @@
|
|
|
1544
1544
|
text-align-last: justify;
|
|
1545
1545
|
width: 80%;
|
|
1546
1546
|
}
|
|
1547
|
-
.custom_form_item .align-middle[data-v-
|
|
1547
|
+
.custom_form_item .align-middle[data-v-85ba3b70] {
|
|
1548
1548
|
white-space: normal;
|
|
1549
1549
|
word-break: break-all;
|
|
1550
1550
|
word-wrap: break-word;
|
|
1551
1551
|
text-align: center;
|
|
1552
1552
|
width: 80%;
|
|
1553
1553
|
}
|
|
1554
|
-
.custom_form_item .align-left[data-v-
|
|
1554
|
+
.custom_form_item .align-left[data-v-85ba3b70] {
|
|
1555
1555
|
white-space: normal;
|
|
1556
1556
|
word-break: break-all;
|
|
1557
1557
|
word-wrap: break-word;
|
|
1558
1558
|
text-align: left;
|
|
1559
1559
|
width: 80%;
|
|
1560
1560
|
}
|
|
1561
|
-
.custom_form_item .align-right[data-v-
|
|
1561
|
+
.custom_form_item .align-right[data-v-85ba3b70] {
|
|
1562
1562
|
white-space: normal;
|
|
1563
1563
|
word-break: break-all;
|
|
1564
1564
|
word-wrap: break-word;
|
|
1565
1565
|
text-align: right;
|
|
1566
1566
|
width: 80%;
|
|
1567
1567
|
}
|
|
1568
|
-
.custom_form_item .align-center[data-v-
|
|
1568
|
+
.custom_form_item .align-center[data-v-85ba3b70] {
|
|
1569
1569
|
white-space: normal;
|
|
1570
1570
|
word-break: break-all;
|
|
1571
1571
|
word-wrap: break-word;
|
|
@@ -1574,51 +1574,51 @@
|
|
|
1574
1574
|
}
|
|
1575
1575
|
/***label对齐方式 */
|
|
1576
1576
|
/*****公共boder ****/
|
|
1577
|
-
[data-v-
|
|
1577
|
+
[data-v-85ba3b70] .ant-form-item-control-wrapper {
|
|
1578
1578
|
border-bottom: 1px solid #000;
|
|
1579
1579
|
}
|
|
1580
|
-
[data-v-
|
|
1580
|
+
[data-v-85ba3b70] .ant-form-item-label {
|
|
1581
1581
|
border-bottom: 1px solid #000;
|
|
1582
1582
|
}
|
|
1583
|
-
.verify-right[data-v-
|
|
1583
|
+
.verify-right[data-v-85ba3b70] {
|
|
1584
1584
|
border-right: 1px solid #000;
|
|
1585
1585
|
}
|
|
1586
|
-
.custom_form_item_special[data-v-
|
|
1586
|
+
.custom_form_item_special[data-v-85ba3b70] .ant-form-item-children {
|
|
1587
1587
|
height: 100%;
|
|
1588
1588
|
}
|
|
1589
1589
|
/*****公共boder ****/
|
|
1590
|
-
.custom_form_item_special[data-v-
|
|
1590
|
+
.custom_form_item_special[data-v-85ba3b70] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
1591
1591
|
width: 100%;
|
|
1592
1592
|
}
|
|
1593
|
-
.verify-no-border input[data-v-
|
|
1594
|
-
.verify-no-border textarea[data-v-
|
|
1593
|
+
.verify-no-border input[data-v-85ba3b70],
|
|
1594
|
+
.verify-no-border textarea[data-v-85ba3b70] {
|
|
1595
1595
|
display: block;
|
|
1596
1596
|
background: none;
|
|
1597
1597
|
height: 90%;
|
|
1598
1598
|
width: 98%;
|
|
1599
1599
|
margin: 0 auto;
|
|
1600
1600
|
}
|
|
1601
|
-
.verify-no-border input[data-v-
|
|
1602
|
-
.verify-no-border textarea[data-v-
|
|
1601
|
+
.verify-no-border input[data-v-85ba3b70]:disabled,
|
|
1602
|
+
.verify-no-border textarea[data-v-85ba3b70]:disabled {
|
|
1603
1603
|
background: none !important;
|
|
1604
1604
|
color: #333;
|
|
1605
1605
|
}
|
|
1606
|
-
.verify[data-v-
|
|
1606
|
+
.verify[data-v-85ba3b70] {
|
|
1607
1607
|
position: relative;
|
|
1608
1608
|
}
|
|
1609
|
-
.verify .inner-form-item[data-v-
|
|
1609
|
+
.verify .inner-form-item[data-v-85ba3b70] .ant-form-item-control-wrapper {
|
|
1610
1610
|
border-bottom: none !important;
|
|
1611
1611
|
}
|
|
1612
|
-
.verify .inner-form-item[data-v-
|
|
1612
|
+
.verify .inner-form-item[data-v-85ba3b70] .ant-form-item-children {
|
|
1613
1613
|
display: flex;
|
|
1614
1614
|
align-items: center;
|
|
1615
1615
|
justify-content: center;
|
|
1616
1616
|
width: 100%;
|
|
1617
1617
|
}
|
|
1618
|
-
.verify .inner-form-item[data-v-
|
|
1618
|
+
.verify .inner-form-item[data-v-85ba3b70] .ant-form-item-children .textarea-wrapper {
|
|
1619
1619
|
width: 100%;
|
|
1620
1620
|
}
|
|
1621
|
-
.verify .verify-left[data-v-
|
|
1621
|
+
.verify .verify-left[data-v-85ba3b70] {
|
|
1622
1622
|
position: absolute;
|
|
1623
1623
|
left: 0;
|
|
1624
1624
|
top: 0;
|
|
@@ -1629,56 +1629,56 @@
|
|
|
1629
1629
|
-moz-text-align-last: justify;
|
|
1630
1630
|
text-align-last: justify;
|
|
1631
1631
|
}
|
|
1632
|
-
.verify .verify-right[data-v-
|
|
1632
|
+
.verify .verify-right[data-v-85ba3b70] {
|
|
1633
1633
|
height: 100%;
|
|
1634
1634
|
width: 100%;
|
|
1635
1635
|
}
|
|
1636
|
-
.verify .verify-right .verify-text[data-v-
|
|
1636
|
+
.verify .verify-right .verify-text[data-v-85ba3b70] {
|
|
1637
1637
|
position: relative;
|
|
1638
1638
|
height: 70%;
|
|
1639
1639
|
padding-top: 5px;
|
|
1640
1640
|
border-bottom: 1px solid #e6e6e6;
|
|
1641
1641
|
}
|
|
1642
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
1642
|
+
.verify .verify-right .verify-text .verify-btn[data-v-85ba3b70] {
|
|
1643
1643
|
position: absolute;
|
|
1644
1644
|
right: 3%;
|
|
1645
1645
|
bottom: 2%;
|
|
1646
1646
|
z-index: 10;
|
|
1647
1647
|
}
|
|
1648
|
-
.verify .verify-right .verify-text span[data-v-
|
|
1648
|
+
.verify .verify-right .verify-text span[data-v-85ba3b70] {
|
|
1649
1649
|
display: block;
|
|
1650
1650
|
border: none;
|
|
1651
1651
|
height: 100%;
|
|
1652
1652
|
}
|
|
1653
|
-
.verify .verify-right .verify-seal[data-v-
|
|
1653
|
+
.verify .verify-right .verify-seal[data-v-85ba3b70] {
|
|
1654
1654
|
position: absolute;
|
|
1655
1655
|
width: 35mm;
|
|
1656
1656
|
height: 35mm;
|
|
1657
1657
|
z-index: 9 !important;
|
|
1658
1658
|
}
|
|
1659
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
1659
|
+
.verify .verify-right .verify-seal img[data-v-85ba3b70] {
|
|
1660
1660
|
width: 35mm;
|
|
1661
1661
|
height: 35mm;
|
|
1662
1662
|
}
|
|
1663
|
-
.verify .verify-right .verify-icon[data-v-
|
|
1663
|
+
.verify .verify-right .verify-icon[data-v-85ba3b70] {
|
|
1664
1664
|
position: absolute;
|
|
1665
1665
|
right: 3%;
|
|
1666
1666
|
top: 3%;
|
|
1667
1667
|
z-index: 20;
|
|
1668
1668
|
cursor: pointer;
|
|
1669
1669
|
}
|
|
1670
|
-
.verify .verify-option[data-v-
|
|
1670
|
+
.verify .verify-option[data-v-85ba3b70] {
|
|
1671
1671
|
display: flex;
|
|
1672
1672
|
height: 30%;
|
|
1673
1673
|
}
|
|
1674
|
-
.verify .verify-option > div[data-v-
|
|
1674
|
+
.verify .verify-option > div[data-v-85ba3b70] {
|
|
1675
1675
|
flex: 1;
|
|
1676
1676
|
border-right: 1px solid #e6e6e6;
|
|
1677
1677
|
display: flex;
|
|
1678
1678
|
justify-content: space-between;
|
|
1679
1679
|
align-items: center;
|
|
1680
1680
|
}
|
|
1681
|
-
.verify .verify-option > div span[data-v-
|
|
1681
|
+
.verify .verify-option > div span[data-v-85ba3b70] {
|
|
1682
1682
|
text-align: center;
|
|
1683
1683
|
flex: 2;
|
|
1684
1684
|
border-right: 1px solid #e6e6e6;
|
|
@@ -1687,16 +1687,16 @@
|
|
|
1687
1687
|
align-items: center;
|
|
1688
1688
|
justify-content: center;
|
|
1689
1689
|
}
|
|
1690
|
-
.verify .verify-option > div span + span[data-v-
|
|
1691
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
1690
|
+
.verify .verify-option > div span + span[data-v-85ba3b70],
|
|
1691
|
+
.verify .verify-option > div span + .inner-form-item[data-v-85ba3b70] {
|
|
1692
1692
|
border-right: none;
|
|
1693
1693
|
flex: 4;
|
|
1694
1694
|
}
|
|
1695
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
1695
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-85ba3b70]:last-child {
|
|
1696
1696
|
box-sizing: border-box;
|
|
1697
1697
|
padding: 1px;
|
|
1698
1698
|
}
|
|
1699
|
-
.verify .verify-option div[data-v-
|
|
1699
|
+
.verify .verify-option div[data-v-85ba3b70]:last-child {
|
|
1700
1700
|
border-right: none;
|
|
1701
1701
|
}
|
|
1702
1702
|
|
|
@@ -59345,7 +59345,7 @@ Sortable.mount(Remove, Revert);
|
|
|
59345
59345
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
|
|
59346
59346
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
|
|
59347
59347
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9555);
|
|
59348
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
59348
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3742);
|
|
59349
59349
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
|
|
59350
59350
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
59351
59351
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7203);
|
|
@@ -61428,7 +61428,7 @@ module.exports = {
|
|
|
61428
61428
|
|
|
61429
61429
|
/***/ }),
|
|
61430
61430
|
|
|
61431
|
-
/***/
|
|
61431
|
+
/***/ 3742:
|
|
61432
61432
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
61433
61433
|
|
|
61434
61434
|
"use strict";
|
|
@@ -70414,17 +70414,17 @@ var AllLayout_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
70414
70414
|
widgetSetup: AllLayout_widgetSetup,
|
|
70415
70415
|
widgetDesign: AllLayout_widgetDesign
|
|
70416
70416
|
});
|
|
70417
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=
|
|
70418
|
-
var
|
|
70417
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=85ba3b70&scoped=true&
|
|
70418
|
+
var componentvue_type_template_id_85ba3b70_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item custom_form_item_special",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{staticClass:"verify clear verify-no-border",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
70419
70419
|
_vm.config.align,
|
|
70420
70420
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
70421
70421
|
? 'is_required'
|
|
70422
|
-
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:({ width: _vm.initCdrUserSeal.width + 'px', height: _vm.initCdrUserSeal.height + 'px'}),attrs:{"src":_vm.userSeal.startsWith('data:image') ? _vm.userSeal: (_vm.imgUrl + _vm.userSeal),"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:({ width: _vm.userSealPosition.width, height: _vm.userSealPosition.height }),attrs:{"src":_vm.models[_vm.widget.model].userSeal.startsWith('data:image') ? _vm.models[_vm.widget.model].userSeal : (_vm.imgUrl + _vm.models[_vm.widget.model].userSeal),"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('a-input',{style:({ position: 'relative'
|
|
70422
|
+
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:({ width: _vm.initCdrUserSeal.width + 'px', height: _vm.initCdrUserSeal.height + 'px'}),attrs:{"src":_vm.userSeal.startsWith('data:image') ? _vm.userSeal: (_vm.imgUrl + _vm.userSeal),"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:({ width: _vm.userSealPosition.width, height: _vm.userSealPosition.height }),attrs:{"src":_vm.models[_vm.widget.model].userSeal.startsWith('data:image') ? _vm.models[_vm.widget.model].userSeal : (_vm.imgUrl + _vm.models[_vm.widget.model].userSeal),"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('a-input',{style:({ position: 'relative'}),attrs:{"type":"textarea","disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '2%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
70423
70423
|
return triggerNode.parentNode || _vm.document.body;
|
|
70424
70424
|
}},on:{"confirm":function($event){return _vm.handleSeal(2)}}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":("[" + (_vm.widget.model) + "].operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.widget.options.platform && !_vm.userSign)?_c('span',[_c('a-popconfirm',{attrs:{"title":"请确认是否添加签名?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
70425
70425
|
return triggerNode.parentNode || _vm.document.body;
|
|
70426
70426
|
}},on:{"confirm":function($event){return _vm.handleSeal(1)}}},[_c('a-button',{attrs:{"type":"link"}},[_vm._v("签名")])],1)],1):(_vm.userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.userSign.startsWith('data:image') ? _vm.userSign: (_vm.imgUrl + _vm.userSign),"alt":""}}),_c('a-icon',{attrs:{"name":"close"}})],1):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.models[_vm.widget.model].userSign.startsWith('data:image') ? _vm.models[_vm.widget.model].userSign : (_vm.imgUrl + _vm.models[_vm.widget.model].userSign),"alt":""}})]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)])],1)]),(_vm.widget.model == _vm.verifyNode && _vm.widget.options.platform)?_c('a-modal',{attrs:{"zIndex":100000,"title":"选择签名签章","footer":null},model:{value:(_vm.platformVisible),callback:function ($$v) {_vm.platformVisible=$$v},expression:"platformVisible"}},[_c('a-spin',{attrs:{"tip":"加载中","spinning":_vm.iframeLoading}},[_c('iframe',{ref:"platformIframe",staticStyle:{"width":"100%","height":"470px"},attrs:{"src":_vm.platformUrl},on:{"load":_vm.platformIframeLoad,"error":function($event){_vm.iframeLoading = false; _vm.$message.error('页面加载失败')}}})])],1):_vm._e()],1):_vm._e()}
|
|
70427
|
-
var
|
|
70427
|
+
var componentvue_type_template_id_85ba3b70_scoped_true_staticRenderFns = []
|
|
70428
70428
|
|
|
70429
70429
|
|
|
70430
70430
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.symbol.description.js
|
|
@@ -71040,10 +71040,10 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
71040
71040
|
});
|
|
71041
71041
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=script&lang=js&
|
|
71042
71042
|
/* harmony default export */ const components_Verify_componentvue_type_script_lang_js_ = (Verify_componentvue_type_script_lang_js_);
|
|
71043
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
71043
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=85ba3b70&prod&lang=less&scoped=true&
|
|
71044
71044
|
// extracted by mini-css-extract-plugin
|
|
71045
71045
|
|
|
71046
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
71046
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=85ba3b70&prod&lang=less&scoped=true&
|
|
71047
71047
|
|
|
71048
71048
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue
|
|
71049
71049
|
|
|
@@ -71056,11 +71056,11 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
71056
71056
|
|
|
71057
71057
|
var Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
71058
71058
|
components_Verify_componentvue_type_script_lang_js_,
|
|
71059
|
-
|
|
71060
|
-
|
|
71059
|
+
componentvue_type_template_id_85ba3b70_scoped_true_render,
|
|
71060
|
+
componentvue_type_template_id_85ba3b70_scoped_true_staticRenderFns,
|
|
71061
71061
|
false,
|
|
71062
71062
|
null,
|
|
71063
|
-
"
|
|
71063
|
+
"85ba3b70",
|
|
71064
71064
|
null
|
|
71065
71065
|
|
|
71066
71066
|
)
|
|
@@ -121957,7 +121957,7 @@ var CorrectionItemvue_type_template_id_5e8c04b6_scoped_true_staticRenderFns = []
|
|
|
121957
121957
|
|
|
121958
121958
|
|
|
121959
121959
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 853 modules
|
|
121960
|
-
var components = __webpack_require__(
|
|
121960
|
+
var components = __webpack_require__(3742);
|
|
121961
121961
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js&
|
|
121962
121962
|
//
|
|
121963
121963
|
//
|
|
@@ -123830,7 +123830,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
123830
123830
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
123831
123831
|
var manage = __webpack_require__(1474);
|
|
123832
123832
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 853 modules
|
|
123833
|
-
var components = __webpack_require__(
|
|
123833
|
+
var components = __webpack_require__(3742);
|
|
123834
123834
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
123835
123835
|
var Bus = __webpack_require__(767);
|
|
123836
123836
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -127019,7 +127019,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7203__;
|
|
|
127019
127019
|
/***/ ((module) => {
|
|
127020
127020
|
|
|
127021
127021
|
"use strict";
|
|
127022
|
-
module.exports = {"i8":"1.1.
|
|
127022
|
+
module.exports = {"i8":"1.1.203"};
|
|
127023
127023
|
|
|
127024
127024
|
/***/ })
|
|
127025
127025
|
|
|
@@ -128622,7 +128622,7 @@ var es_array_sort = __webpack_require__(8284);
|
|
|
128622
128622
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
128623
128623
|
var util = __webpack_require__(6955);
|
|
128624
128624
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 853 modules
|
|
128625
|
-
var components = __webpack_require__(
|
|
128625
|
+
var components = __webpack_require__(3742);
|
|
128626
128626
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
128627
128627
|
var manage = __webpack_require__(1474);
|
|
128628
128628
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|