{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\DocumentNumber\\DocumentNumber.vue?vue&type=template&id=093958cc&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\DocumentNumber\\DocumentNumber.vue","mtime":1675071993069},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"fullheight\"},[_c('ht-table',{ref:\"identityTable\",attrs:{\"data\":_vm.data,\"pageResult\":_vm.pageResult,\"selection\":true,\"quick-search-props\":\"name,alias\",\"show-export\":false,\"defaultSorter\":[{property: 'CREATE_TIME_', direction: 'DESC'}]},on:{\"load\":_vm.loadData,\"row-click\":_vm.rowClick},scopedSlots:_vm._u([{key:\"toolbar\",fn:function(){return [_c('el-button',{attrs:{\"icon\":\"el-icon-plus\",\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleCommand({command: 'add'})}}},[_vm._v(\"添加\")]),_c('ht-delete-button',{style:({marginLeft: '10px'}),attrs:{\"url\":_vm.identityDeleteUrl,\"htTable\":_vm.$refs.identityTable}},[_vm._v(\"删除\")]),_c('el-button',{staticStyle:{\"margin-left\":\"10px\"},attrs:{\"icon\":\"el-icon-back\",\"type\":\"primary\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.handleCommand({command: 'import'})}}},[_vm._v(\"导入\")]),_c('el-button',{staticStyle:{\"margin-left\":\"10px\"},attrs:{\"icon\":\"el-icon-right\",\"type\":\"primary\",\"plain\":\"\"},on:{\"click\":function($event){return _vm.handleCommand({command: 'export'})}}},[_vm._v(\"导出\")])]},proxy:true}])},[[_c('ht-table-column',{attrs:{\"type\":\"index\",\"width\":\"50\",\"align\":\"center\",\"label\":\"序号\"}}),_c('ht-table-column',{attrs:{\"prop\":\"name\",\"label\":\"名称\",\"width\":\"300\",\"sortable\":true,\"show-overflow-tooltip\":true},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [_c('el-link',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleCommand({row: row, command: 'edit'})}}},[_vm._v(_vm._s(row.name))])]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"alias\",\"label\":\"别名\",\"sortable\":true}}),_c('ht-table-column',{attrs:{\"prop\":\"genType\",\"label\":\"生成类型\",\"filters\":[{text: '递增', value: 0}, {text: '每天生成', value: 1}, {text: '每月生成', value: 2}, {text: '每年生成', value: 3}]},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nreturn [(row.genType === 0)?_c('el-tag',{attrs:{\"type\":\"success\"}},[_vm._v(\"递增\")]):_vm._e(),(row.genType === 1)?_c('el-tag',{attrs:{\"type\":\"primary\"}},[_vm._v(\"每天生成\")]):_vm._e(),(row.genType === 2)?_c('el-tag',{attrs:{\"type\":\"warning\"}},[_vm._v(\"每月生成\")]):_vm._e(),(row.genType === 3)?_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(\"每年生成\")]):_vm._e()]}}])}),_c('ht-table-column',{attrs:{\"prop\":\"regulation\",\"label\":\"规则\",\"sortable\":\"\"}}),_c('ht-table-column',{attrs:{\"prop\":\"noLength\",\"label\":\"长度\",\"sortable\":\"\"}})]],2),_c('el-dialog',{attrs:{\"width\":\"50%\",\"title\":_vm.identiyTitle,\"visible\":_vm.dialogVisible,\"before-close\":_vm.handleClose,\"close-on-click-modal\":false,\"top\":\"6vh\"}},[_c('el-form',{attrs:{\"disabled\":_vm.identityDisabled,\"data-vv-scope\":\"editIdentityForm\"},model:{value:(_vm.identity),callback:function ($$v) {_vm.identity=$$v},expression:\"identity\"}},[_c('ht-form-item',{staticClass:\"identity-input-width\",attrs:{\"label\":\"流水号名称\",\"prop\":\"name\",\"label-width\":\"120px\"}},[_c('ht-input',{attrs:{\"autocomplete\":\"off\",\"validate\":{required: true},\"placeholder\":\"请输入名称\",\"maxlength\":50,\"showWordLimit\":true},model:{value:(_vm.identity.name),callback:function ($$v) {_vm.$set(_vm.identity, \"name\", $$v)},expression:\"identity.name\"}})],1),_c('ht-form-item',{staticClass:\"identity-input-width\",attrs:{\"label\":\"流水号别名\",\"prop\":\"alias\",\"label-width\":\"120px\"}},[_c('ht-input',{directives:[{name:\"pinyin\",rawName:\"v-pinyin\",value:(_vm.identity.name),expression:\"identity.name\"}],attrs:{\"autocomplete\":\"off\",\"validate\":{\n required: true,\n regex: {exp: '^[a-zA-Z][a-zA-Z0-9_]*$', message: '只能输入字母、数字、下划线,且以字母开头'}\n },\"placeholder\":\"请输入别名\",\"disabled\":_vm.identity.id ? true : false,\"maxlength\":20,\"showWordLimit\":true},model:{value:(_vm.identity.alias),callback:function ($$v) {_vm.$set(_vm.identity, \"alias\", $$v)},expression:\"identity.alias\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom identity-input-width\",attrs:{\"label\":\"流水号规则\",\"label-width\":\"120px\"}},[_c('ht-input',{attrs:{\"width\":\"100%\",\"validate\":{required: true},\"placeholder\":\"请输入流水号规则\",\"maxlength\":100,\"showWordLimit\":true},model:{value:(_vm.identity.regulation),callback:function ($$v) {_vm.$set(_vm.identity, \"regulation\", $$v)},expression:\"identity.regulation\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom\",attrs:{\"label\":\"\",\"label-width\":\"120px\"}},[_c('ul',[_c('li',[_vm._v(\"{yyyy}{MM}{dd}{NO}\")]),_c('li',[_vm._v(\"{yyyy}:表示年份\")]),_c('li',[_vm._v(\"\\n {MM} :表示月份,如果月份小于10,则加零补齐,如1月份表示为01。\\n \")]),_c('li',[_vm._v(\"{mm} :表示月份,月份不补齐,如1月份表示为1。\")]),_c('li',[_vm._v(\"{DD} :表示日,如果小于10号,则加零补齐,如1号表示为01。\")]),_c('li',[_vm._v(\"{dd} :表示日,日期不补齐,如1号表示为1。\")]),_c('li',[_vm._v(\"{NO} :表示流水号,前面补零。\")]),_c('li',[_vm._v(\"{no} :表示流水号,后面补零。\")]),_c('li',[_vm._v(\"\\n {xx.xxx} :表示表单中的字符,xx为业务对象别名,xxx为字段名称。例如:{student.name}\\n \")])])]),_c('ht-form-item',{staticClass:\"identity-item-bottom identity-input-width\",attrs:{\"label\":\"生成类型\",\"label-width\":\"120px\"}},[_c('ht-radio',{attrs:{\"validate\":{required: true},\"options\":_vm.genTypes},model:{value:(_vm.identity.genType),callback:function ($$v) {_vm.$set(_vm.identity, \"genType\", $$v)},expression:\"identity.genType\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom\",attrs:{\"label\":\"\",\"label-width\":\"120px\"}},[_c('ul',[_c('li',[_vm._v(\"1.每天生成。每天从初始值开始计数。\")]),_c('li',[_vm._v(\"2.递增,流水号一直增加。\")])])]),_c('ht-form-item',{staticClass:\"identity-item-bottom identity-input-width\",attrs:{\"label\":\"流水号长度\",\"label-width\":\"120px\"}},[_c('ht-input',{attrs:{\"validate\":'required: true|regex:^[0-9]*$,只能输入数字',\"placeholder\":\"请输入流水号长度\",\"maxlength\":9},model:{value:(_vm.identity.noLength),callback:function ($$v) {_vm.$set(_vm.identity, \"noLength\", $$v)},expression:\"identity.noLength\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom\",attrs:{\"label\":\"\",\"label-width\":\"120px\"}},[_c('ul',[_c('li',[_vm._v(\"\\n 这个长度表示当前流水号的长度数,只包括流水号部分{NO},如果长度为5,当前流水号为5,则在流水号前补4个0,表示为00005。\\n \")]),_c('li',[_vm._v(\"\\n {no}如果长度为5,当前流水号为501,则在流水号后面补5个0,表示为50100000。\\n \")])])]),_c('ht-form-item',{staticClass:\"identity-item-bottom identity-input-width\",attrs:{\"label\":\"初始值\",\"label-width\":\"120px\"}},[_c('ht-input',{attrs:{\"validate\":'required: true|regex:^[0-9]*$,只能输入数字',\"placeholder\":\"请输入初始值\"},model:{value:(_vm.identity.initValue),callback:function ($$v) {_vm.$set(_vm.identity, \"initValue\", $$v)},expression:\"identity.initValue\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom\",attrs:{\"label\":\"\",\"label-width\":\"120px\"}},[_c('ul',[_c('li',[_vm._v(\"\\n 这个初始值表示流水号部分{NO}的初始值。如 2015102700001,初始值为1,则流水号部分的初始值为00001\\n \")])])]),_c('ht-form-item',{staticClass:\"identity-item-bottom identity-input-width\",attrs:{\"label\":\"步长\",\"label-width\":\"120px\"}},[_c('ht-input',{attrs:{\"validate\":'required: true|regex:^[0-9]*$,只能输入数字',\"placeholder\":\"请输入步长\",\"maxlength\":4},model:{value:(_vm.identity.step),callback:function ($$v) {_vm.$set(_vm.identity, \"step\", $$v)},expression:\"identity.step\"}})],1),_c('ht-form-item',{staticClass:\"identity-item-bottom\",attrs:{\"label\":\"\",\"label-width\":\"120px\"}},[_c('ul',[_c('li',[_vm._v(\"\\n 流水号每次递加的数字,默认步长为1。比如步长为2,则每次获取流水号则在原来的基础上加2。\\n \")])])])],1),_c('div',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('ht-submit-button',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.identityDisabled),expression:\"!identityDisabled\"}],attrs:{\"url\":_vm.saveIdentityUrl(),\"model\":_vm.identity,\"is-submit\":_vm.isSubmit,\"request-method\":_vm.requestMethod,\"scope-name\":\"editIdentityForm\"},on:{\"before-save-data\":_vm.beforeSaveData,\"after-save-data\":_vm.afterSaveData}},[_vm._v(_vm._s(_vm.$t('eip.common.save')))]),_c('el-button',{on:{\"click\":function($event){return _vm.dialogCancle('dialogVisible')}}},[_vm._v(_vm._s(_vm.$t('eip.common.cancel')))])],1)],1),_c('ht-load-data',{attrs:{\"url\":_vm.loadDataUrl,\"context\":\"portal\"},on:{\"after-load-data\":_vm.afterLoadData}}),_c('el-dialog',{attrs:{\"title\":\"上传文件\",\"visible\":_vm.uploadDialogVisible,\"before-close\":_vm.beforeClose,\"name\":\"uploadDialog\",\"top\":\"30vh\",\"width\":\"40%\",\"custom-class\":\"upload-dialog\"}},[_c('el-upload',{ref:\"elUpload\",staticClass:\"upload-dialog__content\",attrs:{\"action\":_vm.uploadUrl,\"http-request\":_vm.handleImport,\"accept\":\".zip\",\"file-list\":_vm.fileList,\"limit\":1,\"auto-upload\":false}},[_c('el-button',{attrs:{\"size\":\"small\",\"icon\":\"el-icon-upload\"}},[_vm._v(\"点击上传\")]),_c('div',{staticClass:\"el-upload__tip\",attrs:{\"slot\":\"tip\"},slot:\"tip\"},[_vm._v(\"只能上传zip文件\")])],1),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.uploadSubmit}},[_vm._v(\"上传\")]),_c('el-button',{attrs:{\"type\":\"default\"},on:{\"click\":_vm.beforeClose}},[_vm._v(\"取消\")])],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}