cloud-web-corejs 1.0.76 → 1.0.77
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/package.json +1 -1
- package/src/components/VabUpload/view.vue +2 -2
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/fileLibrary/filterDialog.vue +383 -0
- package/src/components/fileLibrary/index.vue +22 -23
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +7 -7
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +4 -4
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +4 -4
- package/src/components/fileLibrary/mixins/indexMixins.js +45 -9
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +61 -2
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
- package/src/components/fileLibrary/propertiesDialog.vue +18 -0
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/table/index.js +1 -1
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/wf/wf.js +1 -1
- package/src/components/wf/wfStartDialog.vue +1 -1
- package/src/components/wf/wfUtil.js +1 -1
- package/src/components/xform/form-designer/designer.js +1 -1
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +10 -5
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +16 -16
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +54 -14
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +9 -4
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +8 -2
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +1 -0
- package/src/components/xform/form-designer/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +12 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1051 -1051
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +42 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +107 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +22 -18
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +2 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +4 -3
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +38 -6
- package/src/components/xform/form-render/container-item/data-table-item.vue +18 -19
- package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
- package/src/components/xform/form-render/indexMixin.js +2 -1
- package/src/components/xform/lang/zh-CN.js +1 -1
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +1 -1
- package/src/components/xform/utils/util.js +1 -1
- package/src/layout/components/Sidebar/default.vue +1266 -1233
- package/src/layout/components/extractedCode/createDialog.vue +92 -0
- package/src/layout/components/extractedCode/queryDialog.vue +96 -0
- package/src/layout/components/extractedCode/viewDialog.vue +192 -0
- package/src/store/config/index.js +1 -1
- package/src/utils/index.js +4 -2
- package/src/utils/pddLog.js +103 -0
- package/src/utils/vab.js +19 -27
- package/src/views/bd/setting/bd_attach_setting/edit.vue +1 -1
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +1 -1
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +205 -0
- package/src/views/bd/setting/form_script/edit1.vue +1 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +3 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +14 -14
- package/src/views/bd/setting/form_template/edit.vue +9 -1
- package/src/views/bd/setting/form_template/mixins/edit.js +1 -1
- package/src/views/bd/setting/form_template/mixins/list.js +25 -22
- package/src/views/bd/setting/menu_kind/authDialog.vue +1 -1
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +7 -7
- package/src/views/bd/setting/menu_kind/mixins/list.js +1 -1
- package/src/views/bd/setting/table_model/edit.vue +70 -12
- package/src/views/bd/setting/table_model/mixins/edit copy.js +903 -0
- package/src/views/bd/setting/table_model/mixins/edit.js +12 -13
- package/src/views/bd/setting/table_model/mixins/list.js +1 -1
- package/src/views/user/access_log/list.vue +349 -349
- package/src/views/user/company_info/dialog.vue +164 -164
- package/src/views/user/form/vform/designer.vue +5 -1
- package/src/views/user/home/default.vue +15 -11
- package/src/views/user/login/index2.vue +131 -0
- package/src/views/user/notify_message/dialog.vue +1 -1
- package/src/views/user/notify_template/edit.vue +188 -187
- package/src/views/user/notify_template/edit2.vue +176 -0
- package/src/views/user/notify_template/list.vue +4 -1
- package/src/views/user/notify_template/list2.vue +190 -0
- package/src/views/user/position/list.vue +2 -2
- package/src/views/user/role/dialog.vue +1 -1
- package/src/views/user/role/list.vue +2 -2
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/user/dialog.vue +1 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<div>
|
3
3
|
<div id="uploadImage" :class="{ 'upload-img': dataType || ($attrs.hideInfo == true || $attrs.hideInfo == 'true') }">
|
4
|
-
<div class="upload-list" model="singer" v-for="(attachment, index) in attachments"
|
4
|
+
<div class="upload-list" model="singer" v-for="(attachment, index) in attachments" :key="index"
|
5
5
|
style="display: inline-block;vertical-align: middle;float: left;">
|
6
6
|
<template v-if="$attrs.hideInfo !== true && $attrs.hideInfo !== 'true'">
|
7
7
|
<div class="upload-box">
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</div>
|
38
38
|
<div class="el-upload-input" v-if="$attrs.showNameInput">
|
39
39
|
<el-input v-model="attachment.name" class="button-sty"
|
40
|
-
|
40
|
+
:placeholder="$t2('请输入名称', 'components.VabUpload.name')" :scale="0"/>
|
41
41
|
</div>
|
42
42
|
<div class="el-upload-list__item-status-label"><i class="el-icon-upload-success el-icon-check"></i>
|
43
43
|
</div>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/**version-1.0*/
|
2
2
|
let tmixins = {};
|
3
|
-
function _0x3944(){var _0x491c59=["qMcp7WISPWy8RW4oCg".split("").reverse().join(""),"\u0057\u0036\u0076\u0055\u0063\u0033\u0046\u0063\u0054\u0071\u0056\u0063\u004b\u0053\u006f\u004f\u0064\u0053\u006b\u0057\u0057\u0037\u0047\u0054\u0063\u0071","HkSQc37WTkCNdN7WEWdA".split("").reverse().join(""),"ugBIfwAZLMD".split("").reverse().join(""),"LXMyHL2CPzNoLrxyKbxD".split("").reverse().join(""),"a1DVHNzqbZn4Cto".split("").reverse().join(""),"WDijNqhLho".split("").reverse().join(""),"\u006e\u0064\u0061\u0059\u006d\u0074\u0043\u0058\u006d\u004b\u0031\u0072\u0044\u0065\u004c\u0033\u0045\u0071","YkCQc7PWtmXNdBQWnv5W".split("").reverse().join(""),"qqOiQWNomVdxRWkoSk".split("").reverse().join(""),"hL3sJfus2admWytm".split("").reverse().join(""),"aLd/6WqX6WvkmHcR4WHz0McV7WyuPW".split("").reverse().join(""),"WTchLRcxRWKz3xdkmCEk8AOz6W".split("").reverse().join(""),"0RWwmPWKkSd".split("").reverse().join(""),"\u0043\u0032\u006e\u0056\u0043\u0067\u0076\u0065\u0079\u0078\u0072\u0048","\u006d\u0074\u0071\u0034\u006d\u004a\u0069\u0032\u006d\u004e\u004c\u0074\u0076\u0066\u0062\u006f\u0044\u0071","ytIcxQWmadw7PZvFomIc/6WToCId/4W".split("").reverse().join(""),"Hrxye1MCVzMoLrxyKbxD".split("").reverse().join(""),"\u0057\u0050\u0078\u0063\u0051\u0038\u006f\u007a\u0057\u0036\u0037\u0064\u0055\u0061","\u0057\u0036\u0042\u0063\u0054\u006d\u006f\u0078\u0071\u0038\u006b\u0073\u0057\u0051\u006e\u0077\u0078\u0047","qxATvgj".split("").reverse().join(""),'W5JdQrqeea',"\u0041\u004d\u0072\u0077\u0073\u0068\u0043","\u0057\u0050\u0072\u0057\u0057\u0052\u0066\u0032\u0057\u0036\u004e\u0064\u0056\u0053\u006b\u0057\u0057\u0035\u0075","OGlmvae".split("").reverse().join(""),"uRWY05WyGqGdJrcWv6WfoSOdBRW".split("").reverse().join(""),"aQdJRWpk8CEk8Vd/OWYzQW".split("").reverse().join(""),"\u006d\u0074\u0072\u004f\u0073\u004d\u0066\u006b\u0041\u004e\u0061","\u0069\u0053\u006f\u0064\u0057\u0050\u0033\u0063\u0054\u0038\u006b\u0046\u0057\u0037\u0062\u0043","GMz1j1zbLZm".split("").reverse().join(""),'mZu2odu3mdvLthPACMC','CMD0W6KJWQ7dPSo2',"\u0079\u0032\u0039\u0055\u007a\u004d\u004c\u0059\u0042\u0071","aMchfUdxQWg57WFrxd".split("").reverse().join(""),"\u0074\u0075\u0056\u0063\u0056\u0076\u0056\u0063\u0051\u0043\u006b\u0077","QacyX1ajmkmJd7RW5k8JcVOW".split("").reverse().join(""),"\u0057\u0050\u0043\u0041\u0057\u0037\u0068\u0063\u004e\u0075\u0072\u0048\u0057\u0034\u0033\u0063\u0050\u006d\u006b\u0061\u0057\u0037\u0066\u0057\u0057\u0034\u0042\u0064\u0051\u0071","\u006d\u004a\u0043\u0030\u006d\u0064\u0047\u0031\u006e\u0065\u0050\u0054\u0072\u0078\u0044\u0058\u0079\u0057"];_0x3944=function(){return _0x491c59;};return _0x3944();}function _0x2b16df(_0x3770b8,_0x57d42d,_0x84f22e,_0x448803,_0x11046f){return _0x13ec(_0x448803- -0x378,_0x11046f);}function _0x13ec(_0x5a1857,_0x394446){var _0x13ecd7=_0x3944();_0x13ec=function(_0x399525,_0x5ed43f){_0x399525=_0x399525-0x0;var _0x1a550c=_0x13ecd7[_0x399525];if(_0x13ec['fqfYyW']===undefined){var _0x31b59c=function(_0x2fac5b){var _0xb45678="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";var _0x2d7407="";var _0x336053="".split("").reverse().join("");for(var _0x49edc3=0x0,_0x678cc9,_0x4e647e,_0x3c6316=0x0;_0x4e647e=_0x2fac5b["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x3c6316++);~_0x4e647e&&(_0x678cc9=_0x49edc3%0x4?_0x678cc9*0x40+_0x4e647e:_0x4e647e,_0x49edc3++%0x4)?_0x2d7407+=String['fromCharCode'](0xff&_0x678cc9>>(-0x2*_0x49edc3&0x6)):0x0){_0x4e647e=_0xb45678['indexOf'](_0x4e647e);}for(var _0x2eaca8=0x0,_0x292363=_0x2d7407["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x2eaca8<_0x292363;_0x2eaca8++){_0x336053+="\u0025"+("00".split("").reverse().join("")+_0x2d7407["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x2eaca8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x336053);};_0x13ec["\u0054\u0073\u0042\u0062\u004f\u006d"]=_0x31b59c;_0x5a1857=arguments;_0x13ec['fqfYyW']=!![];}var _0x3e4080=_0x13ecd7[0x0];var _0x2379dd=_0x399525+_0x3e4080;var _0x244f97=_0x5a1857[_0x2379dd];if(!_0x244f97){_0x1a550c=_0x13ec['TsBbOm'](_0x1a550c);_0x5a1857[_0x2379dd]=_0x1a550c;}else{_0x1a550c=_0x244f97;}return _0x1a550c;};return _0x13ec(_0x5a1857,_0x394446);}function _0x5be146(_0x203c64,_0x4bf9ad,_0x4529ae,_0x4073ca,_0x2aa7a1){return _0x244f(_0x4073ca- -0x90,_0x4529ae);}function _0x244f(_0x5a1857,_0x394446){var _0x13ecd7=_0x3944();_0x244f=function(_0x399525,_0x5ed43f){_0x399525=_0x399525-0x0;var _0x1a550c=_0x13ecd7[_0x399525];if(_0x244f["\u0042\u0042\u0068\u0072\u0069\u0043"]===undefined){var _0x31b59c=function(_0xb45678){var _0x2d7407="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x336053='';var _0x49edc3='';for(var _0x678cc9=0x0,_0x4e647e,_0x3c6316,_0x2eaca8=0x0;_0x3c6316=_0xb45678['charAt'](_0x2eaca8++);~_0x3c6316&&(_0x4e647e=_0x678cc9%0x4?_0x4e647e*0x40+_0x3c6316:_0x3c6316,_0x678cc9++%0x4)?_0x336053+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x4e647e>>(-0x2*_0x678cc9&0x6)):0x0){_0x3c6316=_0x2d7407['indexOf'](_0x3c6316);}for(var _0x292363=0x0,_0x1edce8=_0x336053['length'];_0x292363<_0x1edce8;_0x292363++){_0x49edc3+="\u0025"+('00'+_0x336053["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x292363)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x49edc3);};var _0x2fac5b=function(_0x400c20,_0x136427){var _0x5a3ef6=[],_0x2c1ff7=0x0,_0x502915,_0x5c54b6='';_0x400c20=_0x31b59c(_0x400c20);var _0x448fc7;for(_0x448fc7=0x0;_0x448fc7<0x100;_0x448fc7++){_0x5a3ef6[_0x448fc7]=_0x448fc7;}for(_0x448fc7=0x0;_0x448fc7<0x100;_0x448fc7++){_0x2c1ff7=(_0x2c1ff7+_0x5a3ef6[_0x448fc7]+_0x136427['charCodeAt'](_0x448fc7%_0x136427["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x502915=_0x5a3ef6[_0x448fc7];_0x5a3ef6[_0x448fc7]=_0x5a3ef6[_0x2c1ff7];_0x5a3ef6[_0x2c1ff7]=_0x502915;}_0x448fc7=0x0;_0x2c1ff7=0x0;for(var _0x3d2458=0x0;_0x3d2458<_0x400c20['length'];_0x3d2458++){_0x448fc7=(_0x448fc7+0x1)%0x100;_0x2c1ff7=(_0x2c1ff7+_0x5a3ef6[_0x448fc7])%0x100;_0x502915=_0x5a3ef6[_0x448fc7];_0x5a3ef6[_0x448fc7]=_0x5a3ef6[_0x2c1ff7];_0x5a3ef6[_0x2c1ff7]=_0x502915;_0x5c54b6+=String['fromCharCode'](_0x400c20["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x3d2458)^_0x5a3ef6[(_0x5a3ef6[_0x448fc7]+_0x5a3ef6[_0x2c1ff7])%0x100]);}return _0x5c54b6;};_0x244f['ZEeBRs']=_0x2fac5b;_0x5a1857=arguments;_0x244f['BBhriC']=!![];}var _0x3e4080=_0x13ecd7[0x0];var _0x2379dd=_0x399525+_0x3e4080;var _0x244f97=_0x5a1857[_0x2379dd];if(!_0x244f97){if(_0x244f['kgfuHN']===undefined){_0x244f['kgfuHN']=!![];}_0x1a550c=_0x244f["\u005a\u0045\u0065\u0042\u0052\u0073"](_0x1a550c,_0x5ed43f);_0x5a1857[_0x2379dd]=_0x1a550c;}else{_0x1a550c=_0x244f97;}return _0x1a550c;};return _0x244f(_0x5a1857,_0x394446);}(function(_0x2afff9,_0xb324b1){function _0x677adb(_0x4220da,_0x29330e,_0x48c911,_0x667418,_0x2432a5){return _0x244f(_0x48c911- -0x2d3,_0x2432a5);}function _0x3cd28c(_0x182212,_0x1c17df,_0x1d64ee,_0x5777e0,_0x4d58b4){return _0x244f(_0x5777e0- -0x28f,_0x1d64ee);}function _0x587070(_0x8d763c,_0x28b642,_0x34eb7d,_0x532557,_0x39cafa){return _0x244f(_0x28b642- -0x396,_0x532557);}function _0x4723dc(_0x267a09,_0xb907f1,_0x4c9842,_0x3e03ed,_0x5b1473){return _0x244f(_0x4c9842- -0x10e,_0x267a09);}function _0x229591(_0x364a2e,_0x32b744,_0x3113a9,_0x1260ef,_0x21f868){return _0x13ec(_0x3113a9- -0xed,_0x32b744);}function _0x5ee63d(_0x19c7c7,_0x13e6e5,_0xb9e82c,_0x3f45ca,_0x39bf0d){return _0x13ec(_0x39bf0d- -0x1d3,_0x13e6e5);}function _0x588621(_0x5e170d,_0x256897,_0x5ee9c8,_0x270477,_0x5bdb21){return _0x13ec(_0x270477- -0x11a,_0x5e170d);}function _0x33fe05(_0x446b93,_0x3425c2,_0x5826cb,_0x56eb67,_0x4056f1){return _0x13ec(_0x56eb67- -0x354,_0x446b93);}function _0x52b7dc(_0x32eee8,_0x5c9031,_0x48cce3,_0x330ca2,_0x3e6196){return _0x13ec(_0x330ca2-0x31b,_0x5c9031);}var _0x54b38e=_0x2afff9();while(!![]){try{var _0x5647c3=-parseInt(_0x5ee63d(-0x1d8,-0x1c9,-0x1c2,-0x1df,-0x1cc))/0x1+parseInt(_0x229591(-0xe8,-0xee,-0xeb,-0xf5,-0xef))/0x2*(parseInt(_0x5ee63d(-0x1b2,-0x1b1,-0x1b7,-0x1d0,-0x1be))/0x3)+-parseInt(_0x3cd28c(-0x286,-0x27d,"\u0024\u004b\u0064\u0034",-0x27b,-0x282))/0x4*(parseInt(_0x4723dc("\u0036\u0046\u004c\u0051",-0x10f,-0xfd,-0xf8,-0xf7))/0x5)+-parseInt(_0x33fe05(-0x328,-0x340,-0x32b,-0x337,-0x346))/0x6+parseInt(_0x4723dc("ZicT".split("").reverse().join(""),-0xed,-0xf7,-0xf1,-0x101))/0x7*(-parseInt(_0x52b7dc(0x349,0x33d,0x340,0x340,0x349))/0x8)+parseInt(_0x677adb(-0x2c8,-0x2b9,-0x2ba,-0x2b9,"\u0041\u004b\u0024\u0061"))/0x9*(parseInt(_0x5ee63d(-0x19d,-0x1b8,-0x1a8,-0x1b9,-0x1b0))/0xa)+parseInt(_0x33fe05(-0x341,-0x331,-0x346,-0x33e,-0x33a))/0xb;if(_0x5647c3===_0xb324b1){break;}else{_0x54b38e['push'](_0x54b38e['shift']());}}catch(_0x40f3da){_0x54b38e['push'](_0x54b38e['shift']());}}})(_0x3944,0xca8b5);tmixins={'props':[_0x2b16df(-0x34c,-0x365,-0x364,-0x357,-0x354),_0x5be146(-0x97,-0x8e,"\u0034\u0073\u0055\u004d",-0x8f,-0x8c)],"\u0064\u0061\u0074\u0061"(){return{"\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061":{},"\u0073\u0068\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067":!![]};},"\u0063\u0072\u0065\u0061\u0074\u0065\u0064"(){this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]=Object['assign']({},this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"]);},'methods':{'dialogClose'(_0x5514d9){this['$emit'](_0xc9f039(0x1e1,0x1e4,0x1d6,0x1ec,0x1f1),this['scopeData']);function _0xc9f039(_0x22089f,_0x19b551,_0x1c3762,_0x3a1f66,_0x52aeae){return _0x13ec(_0x22089f-0x1d8,_0x52aeae);}function _0x4dd73e(_0xfcc7c1,_0x5c135d,_0x4dd03e,_0x2e04dc,_0x12feb){return _0x244f(_0x12feb-0x2d8,_0xfcc7c1);}this["\u0024\u0065\u006d\u0069\u0074"](_0x4dd73e("\u0029\u0072\u0076\u0059",0x2d5,0x2cf,0x2f1,0x2e0),![]);},'dialogPrimary'(){function _0x1aa6b5(_0x361e3a,_0x8a2dd8,_0x2e86eb,_0x178e87,_0x1a6c4a){return _0x13ec(_0x8a2dd8- -0x2f4,_0x361e3a);}this['scopeData']=this['formData'];function _0x19a1ff(_0x53b6a3,_0x3a22f4,_0x3eb0a7,_0x3328c2,_0x38ffb8){return _0x13ec(_0x3328c2- -0x122,_0x3eb0a7);}this['$emit'](_0x1aa6b5(-0x2ee,-0x2dc,-0x2cb,-0x2d7,-0x2d7),this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this['$emit'](_0x19a1ff(-0x112,-0xef,-0xf3,-0x100,-0xf3),![]);},'clear'(){function _0x2d6db0(_0x118a95,_0x18d759,_0x1f126b,_0x384fe3,_0x17c655){return _0x244f(_0x118a95- -0x38a,_0x18d759);}var _0x401509={'jdVHw':_0x2d6db0(-0x37a,"\u0036\u0073\u002a\u0048",-0x368,-0x37f,-0x388)};this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]={};function _0x1768a5(_0x14d00f,_0x3c3b0d,_0x461e18,_0x244524,_0x24ad4a){return _0x13ec(_0x24ad4a-0x36d,_0x244524);}this['$emit'](_0x1768a5(0x373,0x389,0x363,0x371,0x376),{});this['$emit'](_0x401509['jdVHw']);}}};
|
3
|
+
(function(_0x5e325c,_0x55b346){function _0x7e9c9c(_0x35229b,_0x98aed6,_0x4ed89b,_0xfc35a8,_0x387a10){return _0x44ef(_0x4ed89b- -0x246,_0xfc35a8);}function _0x22fa70(_0xd4eb95,_0x3fc3c5,_0x3a70b0,_0x3bd09f,_0x352dc2){return _0x52a3(_0x3a70b0- -0x3d0,_0x3fc3c5);}var _0x3ef56a=_0x5e325c();function _0x3be4b8(_0x59cb10,_0x2ae1c0,_0x46ab49,_0x71d0da,_0x2cecd){return _0x44ef(_0x2ae1c0- -0x88,_0x71d0da);}function _0x84cd38(_0xb59119,_0x442521,_0x437402,_0x43daab,_0x1dae59){return _0x44ef(_0xb59119-0x2b5,_0x442521);}function _0x228fe7(_0x59ef3d,_0x4d3a90,_0x20c31e,_0x3b9dca,_0x589957){return _0x52a3(_0x589957-0x213,_0x59ef3d);}function _0x1d4f7b(_0x276f31,_0xf91161,_0x411c38,_0x47aa41,_0x58a569){return _0x44ef(_0x58a569-0x299,_0x276f31);}function _0x4d442e(_0x338537,_0x4c1eec,_0x194cb1,_0x396e89,_0x512204){return _0x44ef(_0x194cb1- -0x356,_0x396e89);}function _0x17f97b(_0x27181f,_0x12fbfd,_0x5895d4,_0x4f2721,_0x732910){return _0x52a3(_0x27181f- -0x32c,_0x732910);}function _0x320ba3(_0x36aa03,_0x24f160,_0x2d0ff3,_0x36d6b0,_0xb0560f){return _0x52a3(_0x36d6b0- -0x3a8,_0x24f160);}function _0x476020(_0x814d98,_0x35ba85,_0x3ac854,_0x5dcbcd,_0x4ef74c){return _0x52a3(_0x814d98- -0x3d6,_0x4ef74c);}do{try{var _0x468e92=parseInt(_0x4d442e(-0x347,-0x35b,-0x348,"\u0026\u0063\u0046\u0070",-0x335))/0x1+parseInt(_0x22fa70(-0x3be,-0x3a5,-0x3af,-0x3a2,-0x3b3))/0x2*(parseInt(_0x22fa70(-0x3a8,-0x39b,-0x3ae,-0x3a8,-0x3be))/0x3)+parseInt(_0x4d442e(-0x328,-0x339,-0x338,"zVgN".split("").reverse().join(""),-0x343))/0x4+parseInt(_0x3be4b8(-0x81,-0x7e,-0x72,"\u0047\u0070\u006b\u006f",-0x92))/0x5*(parseInt(_0x22fa70(-0x3ad,-0x3ae,-0x3c1,-0x3b1,-0x3c4))/0x6)+parseInt(_0x1d4f7b("\u006c\u006b\u0037\u0048",0x29a,0x2ab,0x29f,0x299))/0x7*(-parseInt(_0x320ba3(-0x3ac,-0x390,-0x3ad,-0x3a0,-0x393))/0x8)+-parseInt(_0x3be4b8(-0x89,-0x85,-0x85,"\u0029\u0055\u004b\u0076",-0x82))/0x9*(parseInt(_0x17f97b(-0x30c,-0x2fc,-0x31f,-0x308,-0x31d))/0xa)+-parseInt(_0x7e9c9c(-0x23c,-0x259,-0x244,"\u0044\u0047\u0079\u0038",-0x247))/0xb*(parseInt(_0x7e9c9c(-0x24a,-0x247,-0x235,"8M4d".split("").reverse().join(""),-0x223))/0xc);if(_0x468e92===_0x55b346){break;}else{_0x3ef56a["\u0070\u0075\u0073\u0068"](_0x3ef56a['shift']());}}catch(_0x314599){_0x3ef56a['push'](_0x3ef56a["\u0073\u0068\u0069\u0066\u0074"]());}}while(!![]);})(_0x1673,0x37f43);function _0x34fc01(_0x5ab5b5,_0x2d6b50,_0x598b4d,_0x1095d9,_0x31954f){return _0x52a3(_0x5ab5b5-0xf4,_0x1095d9);}function _0x44ef(_0x4cb6a8,_0x167394){var _0x52a3cf=_0x1673();_0x44ef=function(_0x3ab452,_0x384146){_0x3ab452=_0x3ab452-0x0;var _0x1da7fb=_0x52a3cf[_0x3ab452];if(_0x44ef["\u006e\u0057\u006c\u006e\u004d\u0063"]===undefined){var _0x1fff84=function(_0x3e82c1){var _0x4c766d="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x506e0f='';var _0x4ceaf0='';for(var _0x447248=0x0,_0x49e829,_0x2dfb82,_0x397690=0x0;_0x2dfb82=_0x3e82c1["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x397690++);~_0x2dfb82&&(_0x49e829=_0x447248%0x4?_0x49e829*0x40+_0x2dfb82:_0x2dfb82,_0x447248++%0x4)?_0x506e0f+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x49e829>>(-0x2*_0x447248&0x6)):0x0){_0x2dfb82=_0x4c766d['indexOf'](_0x2dfb82);}for(var _0x241bca=0x0,_0x5d3052=_0x506e0f["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x241bca<_0x5d3052;_0x241bca++){_0x4ceaf0+="\u0025"+("00".split("").reverse().join("")+_0x506e0f['charCodeAt'](_0x241bca)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4ceaf0);};var _0x5d2271=function(_0x193f95,_0x558a7d){var _0x149456=[],_0x5bbd8e=0x0,_0x5f3715,_0x6001dd='';_0x193f95=_0x1fff84(_0x193f95);var _0x405511;for(_0x405511=0x0;_0x405511<0x100;_0x405511++){_0x149456[_0x405511]=_0x405511;}for(_0x405511=0x0;_0x405511<0x100;_0x405511++){_0x5bbd8e=(_0x5bbd8e+_0x149456[_0x405511]+_0x558a7d["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x405511%_0x558a7d["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x5f3715=_0x149456[_0x405511];_0x149456[_0x405511]=_0x149456[_0x5bbd8e];_0x149456[_0x5bbd8e]=_0x5f3715;}_0x405511=0x0;_0x5bbd8e=0x0;for(var _0x430a5c=0x0;_0x430a5c<_0x193f95["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x430a5c++){_0x405511=(_0x405511+0x1)%0x100;_0x5bbd8e=(_0x5bbd8e+_0x149456[_0x405511])%0x100;_0x5f3715=_0x149456[_0x405511];_0x149456[_0x405511]=_0x149456[_0x5bbd8e];_0x149456[_0x5bbd8e]=_0x5f3715;_0x6001dd+=String['fromCharCode'](_0x193f95['charCodeAt'](_0x430a5c)^_0x149456[(_0x149456[_0x405511]+_0x149456[_0x5bbd8e])%0x100]);}return _0x6001dd;};_0x44ef["\u004c\u006e\u006d\u0071\u0069\u0071"]=_0x5d2271;_0x4cb6a8=arguments;_0x44ef["\u006e\u0057\u006c\u006e\u004d\u0063"]=!![];}var _0x5acf13=_0x52a3cf[0x0];var _0xa58d71=_0x3ab452+_0x5acf13;var _0x44efb4=_0x4cb6a8[_0xa58d71];if(!_0x44efb4){if(_0x44ef["\u004b\u0047\u0070\u0063\u006a\u004b"]===undefined){_0x44ef["\u004b\u0047\u0070\u0063\u006a\u004b"]=!![];}_0x1da7fb=_0x44ef["\u004c\u006e\u006d\u0071\u0069\u0071"](_0x1da7fb,_0x384146);_0x4cb6a8[_0xa58d71]=_0x1da7fb;}else{_0x1da7fb=_0x44efb4;}return _0x1da7fb;};return _0x44ef(_0x4cb6a8,_0x167394);}function YIPRPL(_0x5e3475,_0x58460d){if(!![]!=![])return;YIPRPL=function(_0x3279b3,_0x32175d){_0x3279b3=_0x3279b3-(0x973c9^0x973c9);var _0x1af472=_0x5e50e6[_0x3279b3];return _0x1af472;};return YIPRPL(_0x5e3475,_0x58460d);}YIPRPL();function _0x4124e3(_0xe921a3,_0x1f5e4a,_0x5545af,_0xd1bd9b,_0x8f4178){return _0x52a3(_0x5545af-0x1a8,_0x1f5e4a);}function _0x52a3(_0x4cb6a8,_0x167394){var _0x52a3cf=_0x1673();_0x52a3=function(_0x3ab452,_0x384146){_0x3ab452=_0x3ab452-0x0;var _0x1da7fb=_0x52a3cf[_0x3ab452];if(_0x52a3["\u0041\u0042\u0077\u0061\u007a\u004b"]===undefined){var _0x1fff84=function(_0x5d2271){var _0x3e82c1="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";var _0x4c766d='';var _0x506e0f='';for(var _0x4ceaf0=0x0,_0x447248,_0x49e829,_0x2dfb82=0x0;_0x49e829=_0x5d2271['charAt'](_0x2dfb82++);~_0x49e829&&(_0x447248=_0x4ceaf0%0x4?_0x447248*0x40+_0x49e829:_0x49e829,_0x4ceaf0++%0x4)?_0x4c766d+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x447248>>(-0x2*_0x4ceaf0&0x6)):0x0){_0x49e829=_0x3e82c1["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x49e829);}for(var _0x397690=0x0,_0x241bca=_0x4c766d['length'];_0x397690<_0x241bca;_0x397690++){_0x506e0f+="\u0025"+("\u0030\u0030"+_0x4c766d["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x397690)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x506e0f);};_0x52a3['WdkCRA']=_0x1fff84;_0x4cb6a8=arguments;_0x52a3["\u0041\u0042\u0077\u0061\u007a\u004b"]=!![];}var _0x5acf13=_0x52a3cf[0x0];var _0xa58d71=_0x3ab452+_0x5acf13;var _0x44efb4=_0x4cb6a8[_0xa58d71];if(!_0x44efb4){_0x1da7fb=_0x52a3["\u0057\u0064\u006b\u0043\u0052\u0041"](_0x1da7fb);_0x4cb6a8[_0xa58d71]=_0x1da7fb;}else{_0x1da7fb=_0x44efb4;}return _0x1da7fb;};return _0x52a3(_0x4cb6a8,_0x167394);}function GEqrXf(_0x5d3052,_0x193f95){if(!![]!=![])return;GEqrXf=function(_0x558a7d,_0x149456){_0x558a7d=_0x558a7d-(0x973c9^0x973c9);var _0x5bbd8e=_0x5e50e6[_0x558a7d];return _0x5bbd8e;};return GEqrXf(_0x5d3052,_0x193f95);}GEqrXf();tmixins={'props':[_0x4124e3(0x1a5,0x1c9,0x1b5,0x1aa,0x1a8),_0x34fc01(0x117,0x115,0x125,0x125,0x11b)],'data'(){return{"\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061":{},'showDialog':!![]};},"\u0063\u0072\u0065\u0061\u0074\u0065\u0064"(){this['scopeData']=Object["\u0061\u0073\u0073\u0069\u0067\u006e"]({},this['formData']);},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{"\u0064\u0069\u0061\u006c\u006f\u0067\u0043\u006c\u006f\u0073\u0065"(_0x7295d4){var _0x3310b7={'UJbOF':_0x2784e8(0x3d6,0x3d3,0x3e8,"d55T".split("").reverse().join(""),0x3d6),"\u0073\u0041\u0065\u0059\u0046":_0x2ce8f9(0x3d,0x43,0x33,0x40,0x43)};function _0x2784e8(_0x30cf04,_0x4e4974,_0x2838c3,_0x31f7c6,_0x490303){return _0x44ef(_0x490303-0x3b1,_0x31f7c6);}function _0x2ce8f9(_0x2a2f10,_0x552217,_0x28661b,_0x3ceb55,_0x17ff73){return _0x52a3(_0x3ceb55-0x2b,_0x2a2f10);}this["\u0024\u0065\u006d\u0069\u0074"](_0x3310b7['UJbOF'],this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this["\u0024\u0065\u006d\u0069\u0074"](_0x3310b7['sAeYF'],![]);},"\u0064\u0069\u0061\u006c\u006f\u0067\u0050\u0072\u0069\u006d\u0061\u0072\u0079"(){this['scopeData']=this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"];function _0x242487(_0x19179e,_0x3cebde,_0x47f2e4,_0x150847,_0x2b89b6){return _0x52a3(_0x19179e- -0xbe,_0x3cebde);}function _0x1eae77(_0x3ff8cc,_0xe13bbf,_0x37776c,_0xf15d4,_0x3beae3){return _0x44ef(_0xf15d4-0x3ab,_0x3ff8cc);}this['$emit'](_0x242487(-0xb8,-0xb9,-0xca,-0xae,-0xc0),this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this['$emit'](_0x1eae77("\u0039\u0031\u0045\u0058",0x3ba,0x3af,0x3be,0x3ac),![]);},"\u0063\u006c\u0065\u0061\u0072"(){var _0x2d76de={'jMFld':_0x5ee4a0(0x23,0x1c,0x5,0x1a,0xf)};function _0x5ee4a0(_0x3e4b01,_0x36964f,_0x322f71,_0x2fd2a5,_0x4a838c){return _0x52a3(_0x2fd2a5- -0x5,_0x322f71);}function _0x5d57cc(_0x3590ad,_0x4b56c6,_0xd74a81,_0x358401,_0x10d4e6){return _0x44ef(_0x3590ad- -0x18d,_0xd74a81);}this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]={};this["\u0024\u0065\u006d\u0069\u0074"](_0x2d76de["\u006a\u004d\u0046\u006c\u0064"],{});this['$emit'](_0x5d57cc(-0x189,-0x187,"tglt".split("").reverse().join(""),-0x19e,-0x19d));}}};function _0x1673(){var _0x5cbeb3=["\u0066\u0053\u006f\u0046\u0057\u0050\u004c\u0052\u0057\u0052\u004f","\u006d\u004a\u0065\u0031\u006d\u004b\u0035\u0076\u0072\u004b\u0035\u007a\u0044\u0071","\u0071\u0043\u006f\u007a\u0057\u0050\u0054\u0059\u0057\u0051\u0053\u0043\u0057\u0035\u004e\u0064\u004a\u0033\u0079","GKc7MDOoSnIuRWIkmv".split("").reverse().join(""),"\u0065\u0064\u005a\u0064\u0047\u0067\u0058\u0077\u0057\u0050\u004a\u0064\u0047\u004b\u0075\u0067\u0057\u0052\u0038","CqQWRbrg".split("").reverse().join(""),"\u0044\u004d\u004c\u005a\u0041\u0077\u0066\u0049\u0042\u0067\u0075","WGdVMMcFGmnoCNcxYi8kSRcl4W".split("").reverse().join(""),"Qn1CP90sWKtn1etm".split("").reverse().join(""),"\u0057\u0035\u0037\u0064\u004d\u0043\u006b\u006d\u0063\u0066\u0070\u0063\u004c\u0064\u004b\u0077","\u0057\u0036\u0072\u0034\u0063\u0038\u006b\u007a\u0057\u0050\u0076\u0067\u006d\u006d\u006b\u0045\u0057\u0037\u0031\u0052\u0072\u0057","\u0057\u0052\u0056\u0063\u0051\u0067\u0044\u0066\u0079\u0071\u0052\u0063\u0048\u006d\u006b\u0048\u0071\u0038\u006b\u0062","YkmLdd6WF0eC4n4WroSqIkmNcNQWd46W".split("").reverse().join(""),"\u0057\u0050\u004e\u0064\u004e\u0038\u006b\u0077\u006b\u005a\u0065\u0074\u0057\u0036\u0068\u0063\u0054\u0038\u006b\u0070\u0057\u0034\u0056\u0063\u004b\u0061","LXMyHL2CPzNoLrxyKbxD".split("").reverse().join(""),"\u0057\u0050\u005a\u0064\u004b\u0038\u006b\u0074\u0064\u0067\u006d","\u0057\u0036\u006d\u006d\u006f\u0053\u006f\u004f\u0057\u0052\u0069","\u0043\u0071\u0062\u0067\u0057\u0052\u004c\u0033\u0041\u004a\u0078\u0063\u0051\u0047","WufTKueDeo1Gdn".split("").reverse().join(""),"8er9i7WOCrCL1QWB8dp".split("").reverse().join(""),"OOW517WEomd".split("").reverse().join(""),"qxATvgj".split("").reverse().join(""),"\u006f\u0074\u0075\u0031\u006e\u0074\u0065\u0059\u007a\u004d\u004c\u0064\u0073\u004d\u0058\u0077","iPWVo8UdZaNcxxHdFWOdxRWn4QW".split("").reverse().join(""),"\u0044\u0078\u0062\u004b\u0079\u0078\u0072\u004c\u006f\u004d\u007a\u0056\u0043\u004d\u0031\u0065\u0079\u0078\u0072\u0048","\u006d\u005a\u0069\u0059\u006d\u004a\u0069\u0032\u006d\u0068\u0072\u0067\u0071\u004e\u006a\u0068\u0074\u0047","\u006d\u0074\u0047\u0031\u006e\u0067\u0039\u0071\u0042\u0066\u0048\u006f\u0045\u0061","\u006d\u0074\u006d\u0034\u006f\u0077\u0072\u0032\u0071\u004b\u0031\u0075\u0075\u0071","\u007a\u004d\u0039\u0059\u0042\u0075\u0072\u0048\u0044\u0067\u0065","\u006b\u0032\u004c\u006f\u0057\u0037\u0079\u004b","\u0057\u0050\u0069\u0038\u0057\u0037\u004f\u0067\u0057\u0036\u0039\u0063\u0057\u0035\u006c\u0064\u0048\u0053\u006b\u0068\u0062\u0078\u004a\u0063\u0054\u0033\u0062\u0047\u0057\u0036\u006d","qjLo8rZoStYWOW".split("").reverse().join(""),"mvfvxPew1etm".split("").reverse().join(""),"\u0079\u0078\u006e\u005a\u0041\u0077\u0044\u0055","\u0057\u004f\u002f\u0064\u004f\u0073\u0037\u0064\u0053\u0043\u006f\u004a","\u0057\u0034\u0057\u0063\u0057\u0034\u002f\u0064\u0050\u0043\u006b\u0047\u0070\u0065\u006a\u0063\u0061\u0047\u0053","\u0057\u0037\u0069\u0077\u0041\u0053\u006b\u0066\u0077\u0077\u005a\u0064\u0056\u0053\u006f\u0031\u0057\u0051\u0038","jWPWYzbFjoSQch1Nct5W".split("").reverse().join(""),"y4Wg1KNdhJVcJRW".split("").reverse().join(""),"zo8Sc7RWGqQW".split("").reverse().join(""),"\u0043\u0032\u006e\u0056\u0043\u0067\u0076\u0065\u0079\u0078\u0072\u0048","\u0079\u0032\u0039\u0055\u007a\u004d\u004c\u0059\u0042\u0071"];_0x1673=function(){return _0x5cbeb3;};return _0x1673();}
|
4
4
|
export const mixins = tmixins
|
@@ -0,0 +1,383 @@
|
|
1
|
+
<template>
|
2
|
+
<el-dialog
|
3
|
+
title="高级筛选"
|
4
|
+
:append-to-body="true"
|
5
|
+
:modal-append-to-body="true"
|
6
|
+
:close-on-click-modal="falseValue"
|
7
|
+
:visible.sync="showDialog"
|
8
|
+
:modal="falseValue"
|
9
|
+
custom-class="dialog-style proList-dialog"
|
10
|
+
width="1200px"
|
11
|
+
@close="dialogClose"
|
12
|
+
v-el-drag-dialog
|
13
|
+
v-el-dialog-center
|
14
|
+
>
|
15
|
+
<div class="cont">
|
16
|
+
<div id="containt" style="height:550px">
|
17
|
+
<div class="search-criteria fl" style="width:220px;height:100%;">
|
18
|
+
<div class="tit"><i class="iconfont icon-shaixuan"></i><b>搜索条件</b></div>
|
19
|
+
|
20
|
+
<el-form label-position="top">
|
21
|
+
<div style="height:468px;padding-top: 10px;overflow:auto">
|
22
|
+
<el-form-item label="文件名">
|
23
|
+
<el-input v-model="formData.fileName" size="small" clearable/>
|
24
|
+
</el-form-item>
|
25
|
+
<!-- <el-form-item label="所属对象描述">
|
26
|
+
<base-input-batch v-model="formData.note"/>
|
27
|
+
</el-form-item>-->
|
28
|
+
<el-form-item label="创建时间">
|
29
|
+
<el-date-picker
|
30
|
+
v-model="formData.startTime"
|
31
|
+
type="date"
|
32
|
+
placeholder=""
|
33
|
+
size="small"
|
34
|
+
clearable
|
35
|
+
value-format="yyyy-MM-dd"
|
36
|
+
:picker-options="$baseStartPickerOptions(formData.endTime)"
|
37
|
+
></el-date-picker>
|
38
|
+
<span>-</span>
|
39
|
+
<el-date-picker
|
40
|
+
v-model="formData.endTime"
|
41
|
+
type="date"
|
42
|
+
placeholder=""
|
43
|
+
size="small"
|
44
|
+
clearable
|
45
|
+
value-format="yyyy-MM-dd"
|
46
|
+
:picker-options="$baseEndPickerOptions(formData.startTime)"
|
47
|
+
></el-date-picker>
|
48
|
+
</el-form-item>
|
49
|
+
<el-form-item label="文件类型">
|
50
|
+
<el-select v-model="fileTypeSn" @change="getAttributeList">
|
51
|
+
<el-option v-for="(item,index) in fileTypes" :key="index" :label="item.fileTypeName"
|
52
|
+
:value="item.fileTypeSn"></el-option>
|
53
|
+
</el-select>
|
54
|
+
</el-form-item>
|
55
|
+
<el-form-item v-for="(item,index) in fileAttributes" :key="index" :label="item.attributeName">
|
56
|
+
<el-input v-model="item.formValue" clearable></el-input>
|
57
|
+
</el-form-item>
|
58
|
+
</div>
|
59
|
+
<el-form-item class="btns">
|
60
|
+
<el-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="primary" plain>重置
|
61
|
+
</el-button>
|
62
|
+
<el-button type="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">搜索
|
63
|
+
</el-button>
|
64
|
+
</el-form-item>
|
65
|
+
</el-form>
|
66
|
+
</div>
|
67
|
+
<label id="labBtn" class="labBtn1" style="cursor:unset;height: 100%;">
|
68
|
+
<!-- <div class="icon">
|
69
|
+
<i class="el-icon-more"></i>
|
70
|
+
<i class="el-icon-more"></i>
|
71
|
+
</div>-->
|
72
|
+
</label>
|
73
|
+
<div class="main-right fr" style="width:calc(100% - 220px);padding-left: 6px;">
|
74
|
+
<div style="height:100%">
|
75
|
+
<vxe-grid
|
76
|
+
ref="table-m1"
|
77
|
+
v-bind="vxeOption"
|
78
|
+
@resizable-change="$vxeTableUtil.onColumnWitchChange"
|
79
|
+
@custom="$vxeTableUtil.customHandle"
|
80
|
+
>
|
81
|
+
<template #form>
|
82
|
+
<div class="clearfix screen-btns">
|
83
|
+
<div class="fl screen-breadcrumb">
|
84
|
+
<el-breadcrumb separator-class="el-icon-arrow-right ">
|
85
|
+
<el-breadcrumb-item><i class="iconfont icon-dingwei-mianxing"></i><span class="f-blue"
|
86
|
+
@click="checkTreeNode()">搜索范围</span>
|
87
|
+
</el-breadcrumb-item>
|
88
|
+
<el-breadcrumb-item v-for="(treeNode,index) in treeNodeArr" :key="index">
|
89
|
+
<span class="f-blue" @click="checkTreeNode(treeNode)">{{ treeNode.label }}</span>
|
90
|
+
</el-breadcrumb-item>
|
91
|
+
</el-breadcrumb>
|
92
|
+
</div>
|
93
|
+
<div class="fr">
|
94
|
+
<!-- <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text"
|
95
|
+
status="primary"
|
96
|
+
plain>重置
|
97
|
+
</vxe-button>
|
98
|
+
<vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">搜索
|
99
|
+
</vxe-button>-->
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
</template>
|
103
|
+
<template #fileName="{row}">
|
104
|
+
<div>
|
105
|
+
<el-tooltip :enterable="false" effect="dark" :content="$t2('预览', 'components.fileLibrary.preview')"
|
106
|
+
placement="top">
|
107
|
+
<a class="a-link img" @click="$baseFilePreview(row)">
|
108
|
+
<el-image :src="getShowUrl(row,'thumbnail')"></el-image>
|
109
|
+
</a>
|
110
|
+
</el-tooltip>
|
111
|
+
<a class="a-link underLine" @click="$baseFilePreview(row)">{{ row.fileName }}</a>
|
112
|
+
</div>
|
113
|
+
</template>
|
114
|
+
</vxe-grid>
|
115
|
+
</div>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
</div>
|
119
|
+
</el-dialog>
|
120
|
+
</template>
|
121
|
+
|
122
|
+
<script>
|
123
|
+
import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
|
124
|
+
|
125
|
+
import {treeScollx, treeScolly} from '@base/utils/global.js';
|
126
|
+
import {encode} from "js-base64";
|
127
|
+
|
128
|
+
export default {
|
129
|
+
name: 'productDialog',
|
130
|
+
props: ['visiable', 'multi', 'rows', 'treeNodeArr', 'currentFileCategory'],
|
131
|
+
mixins: [selectDialogMixins],
|
132
|
+
inject: ['current_prefix', 'storeAreaCode', 'getObjectForeignId', 'getIsPrivate'],
|
133
|
+
created() {
|
134
|
+
this.initSetting({treeScolly: false});
|
135
|
+
/*setTimeout(() => {
|
136
|
+
treeScollx({target: this, type: 'default', dragBtn: '.labBtn1'});
|
137
|
+
treeScolly({target: this, type: 'selectDialog', dragBtn: '.labBtn2'});
|
138
|
+
}, 200);*/
|
139
|
+
|
140
|
+
},
|
141
|
+
mounted() {
|
142
|
+
this.getFileTypeList();
|
143
|
+
this.initTableM1();
|
144
|
+
},
|
145
|
+
|
146
|
+
computed: {},
|
147
|
+
data() {
|
148
|
+
return {
|
149
|
+
showDialog: true,
|
150
|
+
falseValue: false,
|
151
|
+
selectMulti: true,
|
152
|
+
formData: {},
|
153
|
+
vxeOption: {},
|
154
|
+
|
155
|
+
fileTypes: [],
|
156
|
+
fileAttributes: [],
|
157
|
+
fileTypeSn: null,
|
158
|
+
fileAttachAttributeCDTos: []
|
159
|
+
};
|
160
|
+
},
|
161
|
+
methods: {
|
162
|
+
initTableM1() {
|
163
|
+
let that = this;
|
164
|
+
|
165
|
+
let tableOption = {
|
166
|
+
vue: that,
|
167
|
+
tableRef: 'table-m1',
|
168
|
+
tableName: 'fileLigraryFilterDialog-m1',
|
169
|
+
path: this.current_prefix + "/file_obj/listAuthAttachPage",
|
170
|
+
param: () => {
|
171
|
+
/* let parents = this.currentFileCategory &&
|
172
|
+
this.currentFileCategory.id &&
|
173
|
+
this.currentFileCategory.id > 0
|
174
|
+
? [this.currentFileCategory.id]
|
175
|
+
: [];*/
|
176
|
+
let fileAttachAttributeCDTOs = [];
|
177
|
+
this.fileAttributes.map(item => {
|
178
|
+
if (item.formValue !== "" && item.formValue !== null) {
|
179
|
+
fileAttachAttributeCDTOs.push({attributeSn: item.attributeSn, attributeValue: item.formValue});
|
180
|
+
}
|
181
|
+
})
|
182
|
+
|
183
|
+
let objectForeignId = this.getObjectForeignId();
|
184
|
+
let isPrivate = this.getIsPrivate();
|
185
|
+
return {
|
186
|
+
// parents,
|
187
|
+
objectForeignId: objectForeignId,
|
188
|
+
// privateDir: isPrivate ? 1 : 0,
|
189
|
+
fileAttachAttributeCDTOs,
|
190
|
+
storeAreaCode: this.storeAreaCode,
|
191
|
+
...this.formData,
|
192
|
+
};
|
193
|
+
},
|
194
|
+
config: {
|
195
|
+
proxyConfig: {
|
196
|
+
autoLoad: false
|
197
|
+
}
|
198
|
+
},
|
199
|
+
columns: [
|
200
|
+
{type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
|
201
|
+
{
|
202
|
+
title: this.$t2('文件名称', 'components.fileLibrary.fileName'),
|
203
|
+
field: "fileName",
|
204
|
+
width: 250,
|
205
|
+
fixed: "left",
|
206
|
+
slots: {
|
207
|
+
default: 'fileName'
|
208
|
+
},
|
209
|
+
},
|
210
|
+
{
|
211
|
+
title: this.$t2('文件大小', 'components.fileLibrary.fileSize'),
|
212
|
+
field: "fileSize",
|
213
|
+
width: 150,
|
214
|
+
slots: {
|
215
|
+
default: ({row, $rowIndex}) => {
|
216
|
+
if (!row.dirs) {
|
217
|
+
return this.formatFileSize(row.fileSize);
|
218
|
+
}
|
219
|
+
},
|
220
|
+
},
|
221
|
+
},
|
222
|
+
{
|
223
|
+
title: this.$t2('版本号', 'components.fileLibrary.fileRev'),
|
224
|
+
field: "rev",
|
225
|
+
width: 150,
|
226
|
+
slots: {
|
227
|
+
default: ({row, $rowIndex}) => {
|
228
|
+
if (!row.dirs) {
|
229
|
+
return row.rev;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
{title: this.$t2('分辨率', 'components.fileLibrary.widthHeight'), field: "widthHeight", width: 150},
|
235
|
+
{title: this.$t2('所属对象描述', 'components.fileLibrary.note'), field: "note", width: 250},
|
236
|
+
{
|
237
|
+
title: '状态',
|
238
|
+
field: 'status',
|
239
|
+
width: 150,
|
240
|
+
slots: {
|
241
|
+
default: ({row, $rowIndex}) => {
|
242
|
+
if (!row.dirs) {
|
243
|
+
return row.status == 1 ? '已归档' : '未归档';
|
244
|
+
}
|
245
|
+
}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
{
|
249
|
+
title: this.$t2('文件编码', 'components.fileLibrary.fileSn'),
|
250
|
+
field: "fileSn",
|
251
|
+
width: 150
|
252
|
+
},
|
253
|
+
// ...customColumns,
|
254
|
+
{title: this.$t2('创建人', 'components.fileLibrary.createBy'), field: "createBy", width: 150},
|
255
|
+
{
|
256
|
+
field: "createDate",
|
257
|
+
title: this.$t2('创建时间', 'components.fileLibrary.createDate'),
|
258
|
+
width: 150,
|
259
|
+
},
|
260
|
+
{
|
261
|
+
width: 47,
|
262
|
+
fixed: 'right',
|
263
|
+
title: '',
|
264
|
+
sortable: false,
|
265
|
+
slots: {
|
266
|
+
default: ({row, rowIndex}) => {
|
267
|
+
return [
|
268
|
+
<div>
|
269
|
+
<a
|
270
|
+
href="javascript:void(0);"
|
271
|
+
class="a-link"
|
272
|
+
onclick={() => {
|
273
|
+
this.openFileDirs(row);
|
274
|
+
}}
|
275
|
+
>
|
276
|
+
<el-tooltip enterable={false} effect="dark" content={this.$t1('在文件夹中显示')} placement="top"
|
277
|
+
popper-class="tooltip-skin">
|
278
|
+
<i class="el-icon-view"/>
|
279
|
+
</el-tooltip>
|
280
|
+
</a>
|
281
|
+
</div>
|
282
|
+
];
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
],
|
287
|
+
};
|
288
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
289
|
+
that.vxeOption = opts;
|
290
|
+
});
|
291
|
+
},
|
292
|
+
openFileDirs(row) {
|
293
|
+
this.dialogClose();
|
294
|
+
this.$emit("openFileDirs", row)
|
295
|
+
},
|
296
|
+
getShowUrl(attachment, field) {
|
297
|
+
if (!field) field = "medium";
|
298
|
+
return this.$commonFileUtil.getShowUrl(
|
299
|
+
attachment.domain +
|
300
|
+
(attachment[field] ? attachment[field] : attachment.url)
|
301
|
+
);
|
302
|
+
},
|
303
|
+
formatFileSize(fileSize) {
|
304
|
+
fileSize = fileSize || 0;
|
305
|
+
if (fileSize < 1024) {
|
306
|
+
return fileSize + "B";
|
307
|
+
} else if (fileSize < 1024 * 1024) {
|
308
|
+
var temp = fileSize / 1024;
|
309
|
+
temp = temp.toFixed(2);
|
310
|
+
return temp + "KB";
|
311
|
+
} else if (fileSize < 1024 * 1024 * 1024) {
|
312
|
+
var temp = fileSize / (1024 * 1024);
|
313
|
+
temp = temp.toFixed(2);
|
314
|
+
return temp + "MB";
|
315
|
+
} else {
|
316
|
+
var temp = fileSize / (1024 * 1024 * 1024);
|
317
|
+
temp = temp.toFixed(2);
|
318
|
+
return temp + "GB";
|
319
|
+
}
|
320
|
+
},
|
321
|
+
searchEvent() {
|
322
|
+
this.$refs['table-m1'].commitProxy('reload');
|
323
|
+
},
|
324
|
+
resetEvent() {
|
325
|
+
this.formData = {};
|
326
|
+
this.clearFileAttributeFormValue();
|
327
|
+
this.$refs['table-m1'].commitProxy('reload');
|
328
|
+
},
|
329
|
+
clearFileAttributeFormValue() {
|
330
|
+
this.fileTypeSn = null;
|
331
|
+
this.fileAttributes = [];
|
332
|
+
},
|
333
|
+
getFileTypeList() {
|
334
|
+
this.$http({
|
335
|
+
url: this.current_prefix + `/file_type/listPage`,
|
336
|
+
method: `post`,
|
337
|
+
data: {
|
338
|
+
enabled: true
|
339
|
+
},
|
340
|
+
// isLoading: true,
|
341
|
+
// modalStrictly: true,
|
342
|
+
success: (res) => {
|
343
|
+
this.fileTypes = res.objx?.records || [];
|
344
|
+
},
|
345
|
+
});
|
346
|
+
},
|
347
|
+
getAttributeList() {
|
348
|
+
this.$http({
|
349
|
+
url: this.current_prefix + `/file_type/listAttribute`,
|
350
|
+
method: `post`,
|
351
|
+
data: {
|
352
|
+
stringOne: this.fileTypeSn
|
353
|
+
},
|
354
|
+
// isLoading: true,
|
355
|
+
// modalStrictly: true,
|
356
|
+
success: (res) => {
|
357
|
+
let rows = res.objx || [];
|
358
|
+
rows.forEach(row => {
|
359
|
+
row.formValue = null;
|
360
|
+
})
|
361
|
+
this.fileAttributes = rows;
|
362
|
+
},
|
363
|
+
});
|
364
|
+
},
|
365
|
+
|
366
|
+
|
367
|
+
}
|
368
|
+
};
|
369
|
+
</script>
|
370
|
+
<style scoped lang="scss">
|
371
|
+
.dialog-style.proList-dialog .el-dialog__body #containt {
|
372
|
+
height: 100%;
|
373
|
+
|
374
|
+
.main-right {
|
375
|
+
height: 100%
|
376
|
+
}
|
377
|
+
}
|
378
|
+
|
379
|
+
#labBtn.transverse {
|
380
|
+
margin-bottom: 0;
|
381
|
+
margin-left: -8px;
|
382
|
+
}
|
383
|
+
</style>
|
@@ -108,6 +108,9 @@
|
|
108
108
|
v-if="isEdit && (fileObjAuth.deleteAuth || fileObjAuth.deleteDirAuth)">
|
109
109
|
{{ $t2('删除', 'components.fileLibrary.delete') }}
|
110
110
|
</el-button>
|
111
|
+
<el-button icon="iconfont icon-shaixuan" class="button-sty" @click="showFilterDialog = true">
|
112
|
+
{{ $t1('高级筛选') }}
|
113
|
+
</el-button>
|
111
114
|
|
112
115
|
<template v-for="(fileButton,customToobarButtonIndex) in customToobarButtons">
|
113
116
|
<template
|
@@ -483,7 +486,7 @@
|
|
483
486
|
</el-breadcrumb>
|
484
487
|
</el-form-item>
|
485
488
|
<el-form-item :label="$t2('文件夹编码','components.fileLibrary.fileCategorySn')">
|
486
|
-
<span>{{editCategory.fileSn}}</span>
|
489
|
+
<span>{{ editCategory.fileSn }}</span>
|
487
490
|
</el-form-item>
|
488
491
|
<el-form-item :label="$t2('文件夹名称','components.fileLibrary.fileCategoryName')">
|
489
492
|
<el-input v-model="editCategory.fileName" clearable class="all-width"/>
|
@@ -522,16 +525,16 @@
|
|
522
525
|
:formData.sync="advancedFormData" @confirm="searchEvent">
|
523
526
|
<template #form>
|
524
527
|
<vxe-form :model="advancedFormData" title-width="102px" :inline="true" class="adSearchForm">
|
525
|
-
<!-- <vxe-form-item title="属性名称:">
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
528
|
+
<!-- <vxe-form-item title="属性名称:">
|
529
|
+
<template v-slot>
|
530
|
+
<el-input v-model="advancedFormData.attributeName" clearable/>
|
531
|
+
</template>
|
532
|
+
</vxe-form-item>
|
533
|
+
<vxe-form-item title="属性值:">
|
534
|
+
<template v-slot>
|
535
|
+
<el-input v-model="advancedFormData.attributeValue" clearable/>
|
536
|
+
</template>
|
537
|
+
</vxe-form-item>-->
|
535
538
|
<!-- <vxe-form-item title="状态:">
|
536
539
|
<template v-slot>
|
537
540
|
<el-select v-model="advancedFormData.status" clearable>
|
@@ -581,25 +584,18 @@
|
|
581
584
|
<videoDialog v-if="showVideoDialog" :visiable.sync="showVideoDialog" :option="videoOption"></videoDialog>
|
582
585
|
<fileObjAuthDialog v-if="showFileObjAuthDialog" :visiable.sync="showFileObjAuthDialog"
|
583
586
|
:fileObjId="currentFileCategory ? currentFileCategory.id:0" :treeNodeArr="treeNodeArr"/>
|
587
|
+
|
588
|
+
<filterDialog v-if="showFilterDialog" :visiable.sync="showFilterDialog" queryType="pcp" :treeNodeArr="treeNodeArr"
|
589
|
+
:currentFileCategory="currentFileCategory" @openFileDirs="openFileDirs"></filterDialog>
|
584
590
|
</div>
|
585
591
|
</template>
|
586
592
|
|
587
593
|
<script>
|
588
594
|
|
589
595
|
import mixins from './mixins/indexMixins';
|
590
|
-
import fileObjAuthDialog from "../../components/fileLibrary/fileObjAuthDialog";
|
591
|
-
|
592
596
|
export default {
|
593
597
|
name: 'ledgerLibrary',
|
594
|
-
mixins: [mixins]
|
595
|
-
components: {fileObjAuthDialog},
|
596
|
-
data() {
|
597
|
-
return {
|
598
|
-
showFileObjAuthDialog: false,
|
599
|
-
fileObjAuth: {},
|
600
|
-
popAnnexFilter: false
|
601
|
-
}
|
602
|
-
}
|
598
|
+
mixins: [mixins]
|
603
599
|
}
|
604
600
|
</script>
|
605
601
|
<style lang="scss" scoped>
|
@@ -683,5 +679,8 @@ export default {
|
|
683
679
|
height: calc(100vh - 215px);
|
684
680
|
}
|
685
681
|
}
|
686
|
-
|
682
|
+
|
683
|
+
#labBtn {
|
684
|
+
height: calc(100vh - 34px)
|
685
|
+
}
|
687
686
|
</style>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {selectDialogMixins} from '
|
2
|
-
import ElImageViewer from '
|
1
|
+
import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
|
2
|
+
import ElImageViewer from '@base/components/VabUpload/image-viewer';
|
3
3
|
|
4
4
|
let modules;
|
5
5
|
modules = {
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import editView from "
|
2
|
-
import userDialog from "
|
3
|
-
import positionDialog from "
|
4
|
-
import saleOrgDialog from "
|
5
|
-
import roleDialog from "
|
6
|
-
import fileObjAuthEditDialog from "
|
7
|
-
import fileObjNotifyEdit from "
|
1
|
+
import editView from "../fileObjAuthEdit";
|
2
|
+
import userDialog from "@base/views/user/user/dialog";
|
3
|
+
import positionDialog from "@base/views/user/position/dialog";
|
4
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog";
|
5
|
+
import roleDialog from "@base/views/user/role/dialog";
|
6
|
+
import fileObjAuthEditDialog from "../fileObjAuthEditDialog.vue";
|
7
|
+
import fileObjNotifyEdit from "../fileObjNotifyEdit.vue";
|
8
8
|
|
9
9
|
|
10
10
|
let modules = {};
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import userDialog from "
|
2
|
-
import positionDialog from "
|
3
|
-
import saleOrgDialog from "
|
4
|
-
import roleDialog from "
|
1
|
+
import userDialog from "@base/views/user/user/dialog";
|
2
|
+
import positionDialog from "@base/views/user/position/dialog";
|
3
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog";
|
4
|
+
import roleDialog from "@base/views/user/role/dialog";
|
5
5
|
|
6
6
|
let modules = {};
|
7
7
|
modules = {
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import userDialog from "
|
2
|
-
import positionDialog from "
|
3
|
-
import saleOrgDialog from "
|
4
|
-
import roleDialog from "
|
1
|
+
import userDialog from "@base/views/user/user/dialog";
|
2
|
+
import positionDialog from "@base/views/user/position/dialog";
|
3
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog";
|
4
|
+
import roleDialog from "@base/views/user/role/dialog";
|
5
5
|
|
6
6
|
let modules = {};
|
7
7
|
modules = {
|