1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297 |
- <template>
- <!-- 文件分类 -->
- <div class="planProcessAndProduct">
- <div class="box">
- <div
- class="box-left"
- :style="listTopicTree.show ? null : { width: '22px' }"
- >
- <div
- class="box-left-bt"
- style="overflow: hidden;"
- >
- <span v-show="listTopicTree.show">目录</span>
- <div style="float: right;height: 100%;padding-right: 4px;">
- <span
- class="el-icon-d-arrow-right"
- style="cursor: pointer; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;"
- :style="listTopicTree.show ? { transform: 'rotate(180deg)'} : { transform: 'rotate(0deg)'} "
- @click="listTopicTree.show = !listTopicTree.show;"
- ></span>
- </div>
- </div>
- <div class="box-left-tree">
- <el-tree
- v-show="listTopicTree.show"
- :data="listTopicTree.data"
- :props="listTopicTree.defaultProps"
- v-loading="listTopicTree.loading"
- >
- <span
- class="custom-tree-node"
- :class="{'tree-row-on': filterForm.data.workprocid === data.id}"
- style="width:100%; font-size:12px;"
- slot-scope="{ node, data }"
- >
- <p
- style="overflow:hidden; text-overflow:ellipsis; white-space:nowrap;"
- :title="node.label"
- @click="selectByTopicId(data)"
- >{{ node.label }}</p>
- </span>
- </el-tree>
- </div>
- </div>
- <div
- class="box-right"
- :style="listTopicTree.show ? null : { 'margin-left': '22px' }"
- >
- <div class="box-top">
- <el-form
- style="overflow: hidden;"
- :style="filterForm.show ? null : { height: '0px' }"
- class="box-top-form"
- size="mini"
- label-width="60px"
- >
- <el-row>
- <el-col :span="8">
- <el-form-item label="文件名称">
- <el-select
- filterable
- clearable
- v-model="filterForm.data.fileName"
- placeholder="文件名称"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.uploadFile.arr"
- :key="item.id"
- :value="item.name"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="文件分类">
- <el-select
- filterable
- clearable
- v-model="filterForm.data.securityTypeid"
- placeholder="文件分类"
- style="width: 100%;"
- >
- <el-option
- v-for="item of nameObj.securityType.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="文件标签">
- <el-select
- filterable
- clearable
- multiple
- allow-create
- v-model="filterForm.data.securityTag"
- placeholder="文件标签"
- style="width: 100%;"
- >
- <el-option
- v-for="(item,key) in nameObj.securityTag.arr"
- :key="key"
- :value="item"
- :label="item"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div class="box-top-gjl">
- <el-upload
- class="uploadNew"
- name="upfile"
- drag
- action=""
- multiple
- ref="upload"
- :http-request="beforeUpload"
- :auto-upload="false"
- >
- <i class="el-icon-upload"></i>
- <!-- <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div> -->
- <!-- :before-upload="beforeUpload" -->
- </el-upload>
- <el-upload
- class="upload-demo"
- ref="upload1"
- action=""
- :http-request="beforeUpload"
- :auto-upload="false">
- <el-button
- slot="trigger"
- size="small"
- type="primary"
- >选取文件
- </el-button>
- </el-upload>
- <el-button
- style="margin-left: 10px;"
- size="small" type="success"
- v-privilege="activeMenu + 'UPLOAD'"
- @click="submitUpload"
- >上传到服务器
- </el-button>
- <el-button
- class="button"
- type="danger"
- size="mini"
- icon="el-icon-delete"
- v-privilege="activeMenu + 'DELETE'"
- @click="but_del_plural()"
- :loading="loading"
- >删除</el-button>
- <div style="float:right; text-align: right;">
- <el-button
- class="button"
- type="primary"
- size="mini"
- icon="el-icon-search"
- v-privilege="activeMenu + 'QUERY'"
- @click="getTableData(1)"
- >查询</el-button>
- <el-button
- size="mini"
- :icon="filterForm.show ? 'el-icon-caret-top' : 'el-icon-caret-bottom'"
- :title="filterForm.show ? '收起搜索区' : '展开搜索区'"
- @click="filterForm.show = !filterForm.show;
- $nextTick(() => {
- singleTableHeight = getRoleHeight($refs['singleTable'].$el) - 45;
- }
- );"
- >{{ filterForm.show ? '收起' : '展开' }}</el-button>
- </div>
- </div>
- </div>
- <div class="box-bottom">
- <el-form
- size="mini"
- ref="dialog_form_arr"
- label-width="0px"
- :model="tableFormDataObj"
- >
- <el-table
- stripe
- id="singleTable"
- ref="singleTable"
- :data="tableData"
- v-loading="tableLoading"
- style="width: 100%;"
- :height="singleTableHeight"
- border
- size="mini"
- highlight-current-row
- @selection-change="handleSelectionChange"
- >
- <el-table-column
- type="selection"
- width="40"
- align="center"
- fixed="left"
- ></el-table-column>
- <el-table-column
- sortable
- prop="fileName"
- label="文件名称"
- width="160px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="fileUrl"
- label="文件路径"
- width="320px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="type"
- label="所属类别"
- width="100px"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <span>{{ nameObj.securityType.obj[scope.row.type] ? nameObj.securityType.obj[scope.row.type] : scope.row.type }}</span>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="fileType"
- label="文件标签"
- width="320px"
- :show-overflow-tooltip="true"
- > <template slot-scope="scope">
- <el-tag
- effect="dark"
- :disable-transitions="true"
- v-for="(tag,key) in scope.row.fileType"
- :key="key"
- size="small">
- {{ tag }}
- </el-tag>
- </template>
- </el-table-column>
- <el-table-column
- sortable
- prop="uploadTime"
- label="上传时间"
- width="160px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="createMan"
- label="上传人"
- width="100px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="updateMan"
- label="修改人"
- width="100px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- sortable
- prop="updateTime"
- label="修改时间"
- width="160px"
- :show-overflow-tooltip="true"
- ></el-table-column>
- <el-table-column
- label="操作"
- width="200px"
- fixed="right"
- ><template slot-scope="scope">
- <el-button
- size="small"
- type="primary"
- icon="el-icon-download"
- v-privilege="activeMenu + 'DOWNLOAD'"
- @click="downloadFile(scope.row)"
- >点击下载
- </el-button>
- <el-button
- size="small"
- type="primary"
- icon="el-icon-view"
- v-privilege="activeMenu + 'PREVIEW'"
- @click="preview(scope.row)"
- >预览
- </el-button>
- </template>
- </el-table-column>
- </el-table>
- </el-form>
- <el-pagination
- layout="total, sizes, prev, pager, next, jumper"
- :total="total"
- :page-sizes="[10, 20, 50, 100, 500, 1000]"
- :page-size="pageSize"
- :current-page.sync="pageNum"
- @size-change="tableSizeChange"
- @current-change="getTableData()"
- style="text-align: right;margin-top: 10px;"
- ></el-pagination>
- </div>
- </div>
- </div>
- <el-dialog
- title="文件预览"
- :visible.sync="dialogVisible"
- destroy-on-close
- width="90%"
- top="10vh">
- <iframe :src="previewUrl" width="100%" :height="singleTableHeight"></iframe>
- </el-dialog>
- <el-dialog
- :title="'计划工序与产品关联 - ' + (dialog.editorBox.type === 'add' ? '新增' : '修改')"
- :visible.sync="dialog.editorBox.show"
- width="600px"
- :close-on-click-modal="false"
- :show-close="!loading"
- >
- <div>
- <el-form
- ref="dialog_form"
- :model="dialog.editorBox.form.data"
- :rules="dialog.editorBox.form.rules"
- size="mini"
- label-width="95px"
- >
- <el-row>
- <el-col :span="12">
- <el-form-item
- label="产品"
- prop="productid"
- >
- <el-select
- filterable
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.productid"
- :disabled="dialog.editorBox.type !== 'add'"
- >
- <el-option
- v-for="(item,key) in nameObj.uploadFile.arr"
- :key="key"
- :value="item"
- :label="item"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item
- label="工序"
- prop="workprocid"
- >
- <el-select
- filterable
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.workprocid"
- disabled
- >
- <el-option
- v-for="item of nameObj.securityType.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="12">
- <el-form-item
- label="主产品"
- prop="isprimary"
- >
- <el-select
- filterable
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.isprimary"
- >
- <el-option
- value="0"
- label="否"
- ></el-option>
- <el-option
- value="1"
- label="是"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item
- label="单位"
- prop="unitid"
- >
- <el-select
- filterable
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.unitid"
- >
- <el-option
- v-for="item of nameObj.unitid.arr"
- :key="item.id"
- :value="item.id"
- :label="item.name"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="12">
- <el-form-item
- label="顺序号"
- prop="seqno"
- >
- <el-input
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.seqno"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item
- label="使用公式编辑"
- prop="code"
- >
- <el-select
- filterable
- clearable
- style="width: 100%;"
- v-model="dialog.editorBox.form.data.code"
- >
- <el-option
- value="0"
- label="否"
- ></el-option>
- <el-option
- value="1"
- label="是"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- </div>
- <span
- slot="footer"
- class="dialog-footer"
- >
- <el-button
- @click="dialog.editorBox.show = false"
- :loading="loading"
- >取 消</el-button>
- <el-button
- type="primary"
- @click="dataSave"
- :loading="loading"
- >保 存</el-button>
- </span>
- </el-dialog>
- <zj-formulaEditor :equationEditing="dialog.equationEditing"></zj-formulaEditor>
- </div>
- </template>
- <script>
- import formulaEditor from '@/components/zg/formulaEditor.vue';
- import { zCheckNumber1 } from '@/utils/validator.js';
- import { formatDate } from '@/utils/util.js';
- import store from '@/store/index.js';
- export default {
- name: 'planProcessAndProduct',
- components: {
- 'zj-formulaEditor': formulaEditor
- },
- data () {
- return {
- multipleSelection: [],
- tableFormDataObj: {},
- activeMenu: '',
- form: {
- imgSavePath: ''
- },
- filterForm: {
- show: true,
- data: {
- uploadFileid: '',
- securityTypeid: '',
- securityTag: '',
- isprimary: '',
- version: formatDate(new Date(), 'yyyyMM00'),
- fileName: ''
- },
- rules: {
- },
- file: ''
- },
- listTopicTree: {
- show: true,
- loading: false,
- data: [],
- defaultProps: {
- children: 'children',
- label: 'securityName'
- }
- },
- pageNum: 1,
- pageSize: 20,
- total: 0,
- singleTableHeight: 100,
- tableData: [
- ],
- nameObj: {
- uploadFile: {
- obj: {},
- arr: []
- },
- securityType: {
- obj: {},
- arr: []
- },
- unitid: {
- obj: {},
- arr: []
- },
- roleList: {
- obj: {},
- arr: []
- }, // 角色信息
- securityTag: {
- obj: {},
- arr: []
- }
- },
- loading: false,
- tableLoading: false,
- dialog: {
- editorBox: {
- show: false,
- type: '',
- form: {
- default: {
- workprocid: ''
- },
- data: {
- itemid: '',
- productid: '',
- workprocid: '',
- isprimary: '0',
- unitid: '',
- seqno: '',
- code: ''
- },
- rules: {
- productid: [
- { required: true, message: '该项不能为空', trigger: 'change' }
- ],
- workprocid: [
- { required: true, message: '该项不能为空', trigger: 'change' }
- ],
- seqno: [
- { validator: zCheckNumber1, trigger: 'change' }
- ]
- }
- }
- },
- equationEditing: {
- show: false,
- form: {
- data: {
- clock: '',
- code: ''
- }
- }
- }
- },
- store,
- userInfo: {}, // 用户信息
- qrRole: [],
- userRoles: [],
- dialogVisible: false,
- previewUrl: ''
- }
- },
- created () {
- this.activeMenu = window.localStorage.getItem('activeMenu');
- },
- mounted () {
- let that = this;
- window.PEDataObj = {
- // 将数据绑定到window上,供main页面使用
- vm: that,
- // tableArr:用于导出成Excel的表格的信息
- tableArr: [
- {
- name: '',
- id: 'singleTable'
- }
- ]
- };
- that.$nextTick(() => {
- // 立即获取的height有一定偏差,通过setTimeout延迟来解决
- setTimeout(() => {
- that.singleTableHeight = that.getRoleHeight(that.$refs['singleTable'].$el) - 45;
- }, 1);
- });
- // that.getNodeData();
- // that.getNodeTreeData();
- that.getUploadFileData();
- that.getUnitIdData();
- // that.getTableData();
- that.getRoles();
- },
- methods: {
- // 计算树区域高度
- getRoleHeight (dom) {
- return window.innerHeight - dom.offsetTop;
- },
- // 获取文件类型列表
- getNodeData () {
- let that = this
- let url = 'pass/ems/v1/securitytypes/getIdAndName/?securityInfo=' + that.qrRole;
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.securityName
- })
- obj[item.id] = item.securityName;
- }
- that.nameObj.securityType.arr = arr;
- that.nameObj.securityType.obj = obj;
- console.log(that.nameObj.securityType)
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取工序节点树(产出)
- getNodeTreeData () {
- let that = this
- let url = 'pass/ems/v1/securitytypes/gettree/?securityInfo=' + that.qrRole;
- that.listTopicTree.loading = true;
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- that.listTopicTree.data = [{
- id: '',
- securityName: '所有记录',
- children: res.data
- }];
- that.getTableData();
- } else {
- that.$message.error(res.message);
- }
- that.listTopicTree.loading = false;
- }).catch(function () {
- that.listTopicTree.loading = false;
- });
- },
- // 获取产品
- getUploadFileData () {
- let that = this
- let url = 'pass/ems/v1/uploadfiles/getIdAndName';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.fileName
- })
- obj[item.id] = item.fileName;
- }
- that.nameObj.uploadFile.arr = arr;
- that.nameObj.uploadFile.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取标准计量单位
- getUnitIdData () {
- let that = this
- let url = 'pass/ems/v1/trmunits/getIdAndName';
- that.axios.get(url)
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let obj = {};
- for (let item of res.data) {
- arr.push({
- id: item.id,
- name: item.name
- })
- obj[item.id] = item.name;
- if (item.name === '吨') {
- that.nameObj.unitid.defaults = that.nameObj.unitid.defaults ? that.nameObj.unitid.defaults : item.id;
- }
- }
- that.nameObj.unitid.arr = arr;
- that.nameObj.unitid.obj = obj;
- } else {
- that.$message.error(res.message);
- }
- });
- },
- // 获取表格中的数据
- getTableData (pageNum) {
- let that = this,
- params = {
- fileName: that.filterForm.data.fileName,
- type: that.filterForm.data.securityTypeid,
- fileType: that.filterForm.data.securityTag.toString()
- };
- that.pageNum = pageNum || that.pageNum;
- that.tableLoading = true;
- let url = 'pass/ems/v1/uploadfiles/like/?pageNum=' + that.pageNum + '&pageSize=' + that.pageSize;
- that.axios.get(url, {
- params: params
- })
- .then(function (res) {
- if (res.code === '0') {
- let arr = [];
- let map = {};
- let fileTypeArr = [];
- let fileTypeStr = '';
- let total = 0;
- for (let item of that.listTopicTree.data[0].children) {
- map[item.id] = true;
- }
- for (let item of res.data.list) {
- let result = true;
- fileTypeArr = [];
- // result = item.type.some(i => map[i]);
- if (that.qrRole.length > 0) {
- result = map.hasOwnProperty(item.type);
- }
- if (result) {
- if (item.fileType !== null) {
- fileTypeArr = item.fileType.split(';');
- fileTypeStr += item.fileType + ';'
- }
- total++;
- arr.push({
- ID: item.id,
- fileName: item.fileName,
- fileUrl: item.fileUrl,
- type: item.type,
- fileType: fileTypeArr,
- uploadTime: item.uploadTime,
- createMan: item.createMan,
- createTime: item.createTime,
- updateMan: item.updateMan,
- updateTime: item.updateTime
- })
- }
- }
- if (that.nameObj.securityTag.arr.length <= 0) {
- fileTypeStr = fileTypeStr.substr(0, fileTypeStr.length - 1);
- that.nameObj.securityTag.arr = Array.from(new Set(fileTypeStr.split(';')));
- }
- that.tableData = arr;
- that.total = res.data.total;
- } else {
- that.$message.error(res.message);
- }
- that.tableLoading = false;
- }).catch(function () {
- that.tableLoading = false;
- });
- },
- // 改变表格显示条数
- tableSizeChange (val) {
- let that = this;
- that.pageSize = val;
- that.getTableData(1);
- },
- // 重置搜索
- tableDataCancel () {
- let that = this;
- that.filterForm.data.workprocid = '';
- that.filterForm.data.productid = '';
- that.filterForm.data.version = '';
- that.getTableData(1);
- },
- // 表格中多选按钮的相关方法
- handleSelectionChange (val) {
- let that = this;
- let tableFormDataObj = {};
- for (let item of that.tableData) {
- item.isSelection = false;
- }
- for (let item of val) {
- let obj = {};
- let xId = item.itemid;
- if (that.tableFormDataObj[xId]) {
- tableFormDataObj[xId] = that.tableFormDataObj[xId];
- } else {
- for (let key in item) {
- obj[key] = item[key];
- }
- tableFormDataObj[xId] = obj;
- }
- item.isSelection = true;
- }
- that.tableFormDataObj = tableFormDataObj;
- that.multipleSelection = val;
- },
- but_add () {
- let that = this;
- if (!that.dialog.editorBox.form.default.workprocid) {
- that.$message.error('请先选择左侧的详细工序');
- return;
- }
- that.dialog.editorBox.form.data.itemid = '';
- that.dialog.editorBox.form.data.productid = '';
- that.dialog.editorBox.form.data.workprocid = that.dialog.editorBox.form.default.workprocid;
- that.dialog.editorBox.form.data.isprimary = '0';
- that.dialog.editorBox.form.data.unitid = that.nameObj.unitid.defaults ? that.nameObj.unitid.defaults : '';
- that.dialog.editorBox.form.data.seqno = '';
- that.dialog.editorBox.form.data.code = '0';
- that.dialog.editorBox.type = 'add';
- that.dialog.editorBox.show = true;
- setTimeout(() => {
- that.$refs['dialog_form'].clearValidate();
- }, 100);
- },
- beforeUpload (file) {
- let that = this
- let foorData = new FormData();
- foorData.append('file', file.file);
- foorData.append('type', this.filterForm.data.securityTypeid);
- that.axios.post('pass/ems/v1/uploadfiles/file', foorData, {
- headers: {
- 'Content-Type': 'multipart/form-data'
- }
- }).then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '上传成功',
- type: 'success'
- });
- that.$refs.upload.clearFiles();
- that.$refs.upload1.clearFiles();
- that.getTableData(1);
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- }).catch(function () {
- });
- },
- submitUpload () {
- this.$refs.upload.submit();
- this.$refs.upload1.submit();
- },
- handleRemove (file, fileList) {
- console.log(file, fileList);
- },
- handlePreview (file) {
- console.log(file);
- },
- // 批量修改
- but_edit_plural () {
- let that = this;
- if (that.multipleSelection.length > 0) {
- that.$refs['dialog_form_arr'].validate((valid) => {
- if (valid) {
- let SubmitData = [];
- for (let key in that.tableFormDataObj) {
- SubmitData.push({
- itemid: that.tableFormDataObj[key].itemid,
- isprimary: that.tableFormDataObj[key].isprimary,
- unitid: that.tableFormDataObj[key].unitid,
- seqno: that.tableFormDataObj[key].seqno,
- code: that.tableFormDataObj[key].code
- });
- }
- that.loading = true;
- that.axios.put('pass/ems/v1/trmworkprocproducts/', SubmitData)
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '修改成功',
- type: 'success'
- });
- that.getTableData();
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- }
- });
- } else {
- this.$message.error('至少要选择一条数据');
- }
- },
- // 批量删除
- but_del_plural () {
- let that = this;
- if (that.multipleSelection.length > 0) {
- let ids = [];
- let paths = [];
- for (let item of that.multipleSelection) {
- ids.push(item.ID);
- paths.push(item.fileUrl);
- }
- that.$confirm('是否删除已选数据?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- state: 'warning'
- }).then(() => {
- that.axios.delete('pass/ems/v1/uploadfiles/' + ids.toString())
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '删除成功',
- type: 'success'
- });
- that.getTableData();
- } else {
- if (res.code === '51') {
- }
- that.$message.error(res.message);
- }
- }).catch(function () {
- });
- }).catch(() => {
- });
- } else {
- this.$message.error('至少要选择一条数据');
- }
- },
- dataSave () {
- let that = this;
- let SubmitData = {
- itemid: that.dialog.editorBox.form.data.itemid,
- productid: that.dialog.editorBox.form.data.productid,
- workprocid: that.dialog.editorBox.form.data.workprocid,
- isprimary: that.dialog.editorBox.form.data.isprimary,
- unitid: that.dialog.editorBox.form.data.unitid,
- seqno: that.dialog.editorBox.form.data.seqno,
- code: that.dialog.editorBox.form.data.code,
- itemtype: 'P'
- };
- that.$refs['dialog_form'].validate((valid) => {
- if (valid) {
- if (that.dialog.editorBox.type === 'add') {
- that.loading = true;
- that.axios.post('pass/ems/v1/trmworkprocproducts/', SubmitData, {
- contentType: 'application/json'
- })
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '新增成功',
- type: 'success'
- });
- that.getTableData();
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- } else {
- that.loading = true;
- that.axios.put('pass/ems/v1/trmworkprocproducts/' + SubmitData.itemid, SubmitData)
- .then(function (res) {
- if (res.code === '0') {
- that.$message({
- message: '修改成功',
- type: 'success'
- });
- that.getTableData();
- that.dialog.editorBox.show = false;
- } else {
- that.$message.error(res.message);
- }
- that.loading = false;
- }).catch(function () {
- that.loading = false;
- });
- }
- }
- });
- },
- but_equationEditing (row) {
- let that = this;
- that.dialog.equationEditing.form.data.clock = that.filterForm.data.version;
- that.dialog.equationEditing.form.data.code = row.itemid;
- that.dialog.equationEditing.show = true;
- },
- selectByTopicId (data) {
- let that = this;
- that.filterForm.data.securityTypeid = data.id;
- that.getTableData(1);
- },
- getRoles () {
- let that = this;
- // 获取用户信息
- this.store.dispatch('getUserInfo').then((res) => {
- this.userInfo = res.data;
- that.axios.get('pass/v1/sysuserroles/?userId=' + res.data.userId + '&pageNum=1&pageSize=100').then(rest => {
- if (rest) {
- for (let i = 0; i < rest.data.list.length; i++) {
- that.qrRole.push(rest.data.list[i].roleId)
- }
- that.userRoles = rest.data.list; // 获取用户角色关联信息
- }
- that.getNodeData();
- that.getNodeTreeData();
- })
- });
- // 获取角色信息
- this.store.dispatch('system/rolesManage/list').then(res => {
- if (res.code === '0') {
- this.nameObj.roleList.arr = res.data;
- for (let obj of res.data) {
- this.nameObj.roleList.obj[obj.id] = {
- name: obj.roleName,
- id: obj.id
- };
- }
- } else {
- this.$message.error(res.message);
- }
- });
- },
- downloadFile (data) {
- let that = this;
- let SubmitData = {
- fileName: data.fileName,
- fileUrl: data.fileUrl
- };
- // 不带token访问方式,留底后端修改shiroconfig.java,application.properties
- // let url = '/zhongsteel.pass.web/pass/ems/v1/uploadfiles/downloadFile/?fileName=' + that.tableFormDataObj[key].fileName + '&fileUrl=' + that.tableFormDataObj[key].fileUrl;
- // const xhr = new XMLHttpRequest();
- // xhr.open('GET', url, true);
- // xhr.responseType = 'blob';
- // xhr.onload = () => {
- // if (xhr.status === 200) {
- // var fileName = that.tableFormDataObj[key].fileName;
- // // 获取文件blob数据并保存
- // that.saveAs(xhr.response, fileName);
- // }
- // };
- // xhr.send();
- let urla = 'pass/ems/v1/uploadfiles/downloadFile/';
- that.axios.get(urla, {
- params: SubmitData,
- responseType: 'blob'
- }).then(function (res) {
- that.saveAs(res, data.fileName);
- that.$message({
- message: '下载成功',
- type: 'success'
- });
- }).catch(function () {
- that.$message.error('下载失败');
- })
- },
- // js实现文件下载而不直接打开
- saveAs (data, fileName) {
- let urlObject = window.URL || window.webkitURL || window;
- // 将二进制流转为blob
- let exportBlob = new Blob([data]);
- if (typeof window.navigator.msSaveBlob !== 'undefined') {
- // 兼容IE,window.navigator.msSaveBlob:以本地方式保存文件
- window.navigator.msSaveBlob(exportBlob, decodeURI(fileName));
- } else {
- // 创建新的URL并指向File对象或者Blob对象的地址
- let blobURL = urlObject.createObjectURL(exportBlob);
- let saveLink = document.createElement('a');
- // 兼容:某些浏览器不支持HTML5的download属性
- if (typeof saveLink.download === 'undefined') {
- saveLink.setAttribute('target', '_blank');
- } else {
- saveLink.download = fileName;
- }
- // 创建新的URL并指向File对象或者Blob对象的地址
- saveLink.href = blobURL;
- saveLink.click();
- // 释放blob URL地址
- urlObject.revokeObjectURL(exportBlob);
- // let blob = new Blob([data])
- // let fileURL = urlObject.createObjectURL(blob);
- // 下载代码
- // let downEle = document.createElement('a')
- // let fname = `download` //下载文件的名字
- // downEle.href = fileURL
- // downEle.setAttribute('download', fname)
- // document.body.appendChild(downEle)
- // downEle.click()
- // window.open(fileURL);
- }
- },
- preview (data) {
- let that = this;
- let SubmitData = {
- fileName: data.fileName,
- fileUrl: data.fileUrl
- };
- let urla = 'pass/ems/v1/uploadfiles/getfile/';
- let type = 'text/html';
- let responseType = 'application/json';
- let fileExtension = data.fileName.substring(data.fileName.lastIndexOf('.') + 1);
- if (fileExtension === 'pdf') {
- urla = 'pass/ems/v1/uploadfiles/downloadFile/';
- type = 'application/pdf';
- responseType = 'blob';
- }
- that.tableLoading = true;
- that.axios.get(urla, {
- params: SubmitData,
- responseType: responseType
- }).then(function (res) {
- let urlObject = window.URL || window.webkitURL || window;
- // 将二进制流转为blob
- let blob = new Blob([res], {type: type});
- if (fileExtension !== 'pdf') {
- blob = new Blob([res.data], {type: type});
- }
- // if (typeof window.navigator.msSaveBlob !== 'undefined') {
- // // 兼容IE,window.navigator.msSaveBlob:以本地方式保存文件
- // window.navigator.msSaveBlob(blob, decodeURI(fileName))
- // } else {
- // 创建新的URL并指向File对象或者Blob对象的地址
- let blobURL = urlObject.createObjectURL(blob);
- that.dialogVisible = true;
- that.previewUrl = blobURL;
- that.tableLoading = false;
- // 'https://file.keking.cn/onlinePreview?url=' + encodeURIComponent(blobURL)
- // http://view.officeapps.live.com/op/view.aspx?src' + blobURL;
- // 创建a标签,用于跳转至下载链接
- // let tempLink = document.createElement('a')
- // tempLink.style.display = 'none'
- // tempLink.href = blobURL;
- // tempLink.setAttribute('download', decodeURI(fileName))
- // 兼容:某些浏览器不支持HTML5的download属性
- // if (typeof tempLink.download === 'undefined') {
- // tempLink.setAttribute('target', '_blank')
- // }
- // // 挂载a标签
- // document.body.appendChild(tempLink)
- // tempLink.click()
- // // 销毁a标签
- // document.body.removeChild(tempLink)
- // 释放blob URL地址
- // urlObject.revokeObjectURL(blobURL);
- setTimeout(() => {
- urlObject.revokeObjectURL(blobURL);
- }, 1000)
- }).catch(function () {
- that.tableLoading = false;
- that.$message.error('预览失败');
- })
- }
- }
- }
- </script>
- <style lang="less">
- .planProcessAndProduct {
- min-width: 700px;
- height: 100%;
- .box {
- height: 100%;
- padding: 15px 15px 0 15px;
- .box-left {
- float: left;
- width: 200px;
- height: calc(100% - 3px);
- overflow: auto;
- .box-left-bt {
- line-height: 35px;
- font-size: 16px;
- border-bottom: 1px solid #ccc;
- }
- .box-left-tree {
- height: calc(100% - 50px);
- overflow: auto;
- padding: 7px 7px 0 0;
- .tree-row-on {
- color: #3279e8;
- font-weight: 600;
- }
- }
- }
- .box-right {
- border-left: 1px solid #ccc;
- margin-left: 200px;
- .box-top {
- .box-top-form {
- padding-left: 7px;
- .el-form-item {
- margin-bottom: 7px;
- }
- }
- .box-top-gjl {
- overflow: hidden;
- // margin-top: -7px;
- padding: 7px 0 7px 7px;
- border-top: 1px solid #ccc;
- // border-bottom: 1px solid #ccc;
- // margin-bottom: 6px;
- }
- }
- .box-bottom {
- padding-left: 7px;
- }
- }
- .el-table .el-table__row {
- height: 35px;
- }
- .el-table__body .el-form-item--mini.el-form-item {
- margin: 0px;
- .error {
- overflow: hidden;
- color: #f56c6c;
- font-size: 12px;
- line-height: 1;
- }
- }
- }
- .color_no {
- color: #7a7a7a;
- }
- .color_yes {
- color: #1a9f17;
- }
- .el-upload-dragger {
- width: 120px;
- height: 80px;
- }
- .el-icon-upload:before {
- content: "\E60D";
- position: absolute;
- top: 20%;
- left: 20%;
- }
- .uploadNew {
- position: relative;
- width: 120px;
- }
- .uploadNew .el-upload-list {
- position: absolute;
- left: 320px;
- top: -10px;
- width: 200px;
- }
- .upload-demo {
- float: left;
- width: 85px;
- position: relative;
- }
- .upload-demo .el-upload-list {
- position: absolute;
- left: 530px;
- top: -100px;
- width: 200px;
- }
- }
- </style>
|