| | |
| | | upParams: "classifyAttr", |
| | | }, |
| | | batchImportApply: { |
| | | title: "æ¹éç³è¯·ç¼ç ", |
| | | title: "æ¹é导å
¥ç³è¯·", |
| | | tipList: [ |
| | | "1.æ é¢å¸¦äºè§æç表示å
³é®å±æ§ï¼å¸¦æå·è¡¨ç¤ºå¿
è¾é¡¹", |
| | | "2.请ä¸å®å
éæ©/è¾å
¥ç¼ç è§åçç æ®µå¼ååéæ©excelæä»¶", |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <el-dialog |
| | | v-if="dialogVisible" |
| | | v-dialogDrag |
| | | title="æ¹éä¿®æ¹" |
| | | :visible.sync="dialogVisible" |
| | | append-to-body |
| | | ></el-dialog> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "MasterEditBulk", |
| | | props: { |
| | | visible: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | }, |
| | | data(){ |
| | | return{ |
| | | |
| | | } |
| | | }, |
| | | computed:{ |
| | | dialogVisible: { |
| | | get() { |
| | | return this.visible; |
| | | }, |
| | | set(val) { |
| | | this.$emit("update:visible", val); |
| | | }, |
| | | }, |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
| | |
| | | :visible.sync="editvisible" |
| | | type="edit" @submit="EditSumbit"></FormTemplateDialog> |
| | | <!-- æ¹éç¼è¾--> |
| | | <FormBulkEdit :visible.sync="bulkeditvisible"></FormBulkEdit> |
| | | <MasterEditBulk :visible.sync="bulkeditvisible" ></MasterEditBulk> |
| | | <!-- æ°æ®è¯¦æ
--> |
| | | <FormTemplateDialog :codeClassifyOid="this.codeClassifyOid" :codeRuleOid="this.codeRuleOid" |
| | | :rowOid="this.LinkObject.oid" :templateOid="templateOid" |
| | |
| | | import SetPersonnel from "@/components/template/SetPersonnel"; |
| | | import ResembleQueryDialog from "@/components/FormTemplate/ResembleQueryDialog.vue"; |
| | | import BatchImport from '@/components/BatchImport' |
| | | import MasterEditBulk from '@/components/Master/MasterEditBulk' |
| | | import {validatenull} from "@/util/validate"; |
| | | import fileInHtml from "@/components/file/inHtml.vue"; |
| | | import {getUserInfo} from "@/api/system/user"; |
| | |
| | | ResembleQueryDialog, |
| | | BatchImport, |
| | | fileInHtml, |
| | | MasterEditBulk |
| | | }, |
| | | name: "Crud.vue", |
| | | props: { |