| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019 |
- <template>
- <div class="ele-body">
- <el-card :body-style="{ padding: 0 }">
- <div class="page-container equipment-container">
- <div class="page-title basic-details-title">
- <el-page-header @back="$router.go(-1)">
- <div slot="content" class="pageContent">
- <div>{{ title }}</div>
- </div>
- </el-page-header>
- <div>
- <!-- <el-button size="small" @click="$router.go(-1)">取消</el-button> -->
- <el-button
- size="small"
- type="primary"
- @click="toSave"
- v-loading="btnLoading"
- >确定</el-button
- >
- </div>
- </div>
- <div v-if="pageType == 'add'">
- <el-button type="primary" plain @click="handlwpbm"
- >选择物品</el-button
- >
- </div>
- <div class="content">
- <el-form label-width="100px">
- <basicInfoVue ref="basicInfoVueRef" />
- <businessInformation ref="businessInformationRef" :form="info" />
- <assetInformation ref="assetInformationRef" :form="info" />
- <!-- <div class="basic-details-title border-none">
- <span class="border-span">资产信息</span>
- </div>
- <el-descriptions
- title=""
- :column="4"
- size="medium"
- border
- style="edit"
- >
- <el-descriptions-item>
- <template slot="label"> 模具编码 </template>
- <el-form-item label-width="0">
- <el-input size="small" v-model="info.mouldCode"></el-input>
- </el-form-item>
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 固资编码 </template>
- <el-form-item label-width="0">
- <el-input size="small" v-model="info.fixCode"></el-input>
- </el-form-item>
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 编号 </template>
- <el-form-item label-width="0">
- <el-input size="small" v-model="info.codeNumber"></el-input>
- </el-form-item>
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 已冲压次数 </template>
- <el-form-item label-width="0">
- <el-input size="small" v-model="info.startCyTimes"></el-input>
- </el-form-item>
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 权属部门 </template>
- <el-form-item label-width="0">
- <ele-tree-select
- clearable
- :data="treeData"
- v-model="info.ownershipGroupId"
- placeholder="请选择"
- default-expand-all
- labelKey="name"
- valueKey="id"
- />
- </el-form-item>
- </el-descriptions-item>
- </el-descriptions> -->
- <div class="basic-details-title border-none">
- <span class="border-span">模具信息</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="3"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label"> 收缩系数</template>
- {{
- categoryMold.shrinkEffictive
- ? categoryMold.shrinkEffictive + '%'
- : null
- }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 芯杆数量 </template>
- {{ categoryMold.coreBarNum }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 模孔数量</template>
- {{ categoryMold.dieHoleNum }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 上冲头数量</template>
- {{ categoryMold.upperPunchNum }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 下冲头数量</template>
- {{ categoryMold.downPunchNum }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 最大冲压次数</template>
- {{ categoryMold.maxCyTimes }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 已冲压次数 </template>
- <el-form-item label-width="0">
- <el-input size="small" v-model="info.startCyTimes"></el-input>
- </el-form-item>
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 大模体型号 </template>
- {{ categoryMold.maxMoldType }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 芯棒直径 </template>
- {{ categoryMold.mandrelDiameter }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">仓储配置</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="4"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label"> 启用库存预警</template>
- {{ dictType[categoryWms.isWarn] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">允许拆包</template>
- {{ dictType[categoryWms.isUnpack] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">安全库存</template>
- {{ categoryWms.secureInventory }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">最小库存</template>
- {{ categoryWms.minInventory }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label"> 最大库存</template>
- {{ categoryWms.maxInventory }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">盘点模式</template>
- {{ dictPd[categoryWms.inventoryMode] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">质保预警参考</template>
- <!-- <DictSelection
- dictName="质保预警参考"
- clearable
- v-model="categoryWms.warrantyWarnRefer"
- >
- </DictSelection> -->
- {{ categoryWms.warrantyWarnRefer }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">保质期</template>
- {{
- categoryWms.warrantyPeriod
- ? categoryWms.warrantyPeriod + '/'
- : null
- }}{{ categoryWms.warrantyPeriodUnit }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">生产信息</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="4"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label"> 是否齐套件</template>
- {{ dictType[categoryMes.isCompleteSet] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">消耗波动</template>
- {{
- categoryMes.consumWave ? categoryMes.consumWave + '%' : null
- }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">变动损耗率</template>
- {{
- categoryMes.changeLossRate
- ? categoryMes.changeLossRate + '%'
- : null
- }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">固定损耗数</template>
- {{ categoryMes.fixLossNum }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">排程类型</template>
- {{ categoryMes.apsType }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">允许改型</template>
- {{ dictType[categoryMes.isModify] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">允许返工返修</template>
- {{ dictType[categoryMes.isRework] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">是否返回料</template>
- {{ dictType[categoryMes.isRematerial] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">是否副产品</template>
- {{ dictType[categoryMes.isByProduct] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">是否废品</template>
- {{ dictType[categoryMes.isWaste] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">是否不良品</template>
- {{ dictType[categoryMes.isDefective] }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">计划</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="4"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label">固定提前期</template>
- {{ categoryAps.fixLeadTime }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">变动提前期</template>
- {{ categoryAps.changeLeadTime }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">检验提前期</template>
- {{ categoryAps.checkLeadTime }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">累计提前期</template>
- {{ categoryAps.cumLeadTime }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">提前期单位</template>
- {{ categoryAps.unit }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">订货间隔期</template>
- {{
- categoryAps.orderIntervalTime
- ? categoryAps.orderIntervalTime + '/'
- : null
- }}{{ categoryAps.orderIntervalUnit }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">质量配置</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="4"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label">是否来料检验</template>
- {{ dictType[categoryQms.isComeCheck] }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">检验方案</template>
- {{ categoryQms.checkFormula }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">采购组织</template>
- {{ cgInfo.groupName }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">采购员</template>
- {{ cgInfo.name }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">备注信息</span>
- </div>
- <el-descriptions
- :label-style="labelStyle"
- :contentStyle="contentStyle"
- title=""
- :column="2"
- size="medium"
- border
- >
- <el-descriptions-item>
- <template slot="label">附件信息</template>
- {{ categoryObj.fileName }}
- </el-descriptions-item>
- <el-descriptions-item>
- <template slot="label">备注</template>
- {{ categoryObj.remark }}
- </el-descriptions-item>
- </el-descriptions>
- <div class="basic-details-title border-none">
- <span class="border-span">关联信息</span>
- </div>
- <linkMsg
- ref="linkMsgRef"
- :id="categoryObj.id"
- :categoryLevelId="categoryObj.categoryLevelId"
- :categoryLevelGroupId="categoryObj.categoryLevelGroupId"
- />
- <div class="basic-details-title border-none">
- <span class="border-span">文档信息</span>
- </div>
- <!-- <div class="basic-details-title border-none">
- <span class="border-span">文档信息</span>
- </div> -->
- <div class="upload-container">
- <WithView v-model="imageUrl" :limit="1" :assetName="`模具`" />
- <div class="file-list">
- <div>
- <el-form-item prop="image" label="使用说明书">
- <fileUpload
- v-model="attUrl.operatingManual.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="生产许可证书">
- <fileUpload
- v-model="attUrl.productionLicence.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="防爆合格证书">
- <fileUpload
- v-model="attUrl.explosionProofCertificate.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="检验报告">
- <fileUpload
- v-model="attUrl.surveyReport.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="检验周期说明">
- <fileUpload
- v-model="attUrl.inspectionCycleManual.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="图纸资料">
- <fileUpload
- v-model="attUrl.informationDrawing.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- <div>
- <el-form-item prop="image" label="产品合格证">
- <fileUpload
- v-model="attUrl.productCertificate.value"
- module="main"
- :showLib="true"
- />
- </el-form-item>
- </div>
- </div>
- </div>
- </el-form>
- <div class="basic-details-title border-none">
- <span class="border-span">扩展信息</span>
- </div>
- <el-row>
- <el-form
- :model="itemForm"
- :rules="customRule"
- ref="formCustom"
- class="row-form"
- >
- <el-col
- :span="8"
- v-for="(item, index) in itemForm.addList"
- :key="index"
- >
- <el-form-item
- :prop="'addList.' + index + '.key'"
- :rules="{
- required: true,
- message: '自定义参数名称不能为空',
- trigger: 'blur'
- }"
- >
- <div class="add-col">
- <el-input
- class="col-input"
- v-model="item.key"
- placeholder="参数名称"
- ></el-input>
- <el-input
- class="col-input"
- v-model="item.value"
- placeholder="参数值"
- ></el-input>
- <el-button type="text" @click="delt(item, index)">
- 删除
- </el-button>
- </div>
- </el-form-item>
- </el-col>
- <el-col :span="8" v-if="itemForm.addList.length < 10">
- <el-form-item label-width="20px">
- <el-button type="primary" @click="addItem"
- >增加自定义参数</el-button
- >
- </el-form-item>
- </el-col>
- </el-form>
- </el-row>
- </div>
- </div>
- <DialogGoods
- ref="DialogGoods"
- @succeed="cbDialogGoods"
- width="1200px"
- ></DialogGoods>
- </el-card>
- </div>
- </template>
- <script>
- import { getDetails } from '@/api/classifyManage/itemInformation';
- import DialogGoods from '../components/DialogGoods';
- import {
- getAssetInfo,
- saveOrEdit,
- getCode,
- getAssetNum
- } from '@/api/ledgerAssets';
- import { listOrganizations } from '@/api/system/organization';
- import fileUpload from '@/components/upload/fileUpload';
- import WithView from '@/components/upload/WithView';
- import imgUpload from '@/components/upload/imgUpload';
- import businessInformation from '../components/businessInformation.vue';
- import { sysDict } from '@/utils/sys';
- import linkMsg from '../equipment/components/link-msg.vue';
- import basicInfoVue from '../components/basicInfo.vue';
- import assetInformation from '../components/assetInformation.vue';
- import { getDetailInfo } from '@/api/material/list';
- import { getUserPage } from '@/api/system/organization';
- export default {
- components: {
- WithView,
- fileUpload,
- imgUpload,
- linkMsg,
- basicInfoVue,
- assetInformation,
- businessInformation,
- DialogGoods
- },
- data() {
- return {
- labelStyle: {
- width: '200px'
- },
- contentStyle: {
- width: '400px'
- },
- categoryMold: {},
- cgInfo: {},
- categoryQms: {},
- categoryAps: {},
- categoryMes: {},
- categoryWms: {},
- dictType: {
- 1: '是',
- 0: '否'
- },
- dictPd: {
- 1: '逐个盘点',
- 2: '批量盘点'
- },
- categoryObj: {},
- formData: {},
- info: {
- baseInfo: {},
- extraInfo: {}
- },
- zcInfo: {},
- customRule: {},
- itemForm: {
- addList: []
- },
- // 基本信息
- basicInfo: {},
- // 图片
- imageUrl: null,
- // 文档信息
- attUrl: {
- operatingManual: {
- value: [],
- sort: 1
- },
- productionLicence: {
- value: [],
- sort: 2
- },
- explosionProofCertificate: {
- value: [],
- sort: 3
- },
- surveyReport: {
- value: [],
- sort: 4
- },
- inspectionCycleManual: {
- value: [],
- sort: 5
- },
- informationDrawing: {
- value: [],
- sort: 6
- },
- productCertificate: {
- value: [],
- sort: 7
- }
- },
- treeData: [],
- btnLoading: false,
- id: '',
- pageType: '',
- title: ''
- };
- },
- async created() {
- if (this.$route.query.id) {
- this.pageType = 'edit';
- this.id = this.$route.query.id;
- await this.getInfo();
- this.title = '编辑模具信息';
- // this.getgys();
- // await this._getWarehouseChildren();
- } else {
- this.pageType = 'add';
- this.title = '新增模具信息';
- }
- // let id = this.$route.query.id;
- // if (id) {
- // this.getDetilInfo(id);
- // this.query();
- // }
- },
- methods: {
- handlwpbm() {
- this.$refs.DialogGoods.open('5');
- },
- async cbDialogGoods(data) {
- // this.searchMoudol(data.category.category.id);
- let res = await getDetails(data.id);
- console.log(res);
- this.info.category = res;
- this.initOtherMsg(res);
- if (!data.extInfoSelf) {
- data.extInfoSelf = [];
- }
- if (!data.workstation) {
- data.workstation = {};
- }
- this.info = data;
- this.basicInfo = data;
- console.log('this.basicInfo-----------');
- console.log(this.basicInfo);
- if (typeof this.basicInfo.categoryLevelPathId === 'string') {
- let categoryLevelPathId = JSON.parse(
- this.basicInfo.categoryLevelPathId
- );
- if (Array.isArray(categoryLevelPathId)) {
- this.info.rootCategoryLevelId = JSON.parse(
- this.basicInfo.categoryLevelPathId
- )[0];
- } else {
- this.info.rootCategoryLevelId = categoryLevelPathId;
- }
- } else {
- if (Array.isArray(this.info.rootCategoryLevelId)) {
- this.info.rootCategoryLevelId =
- this.basicInfo.categoryLevelPathId[0];
- } else {
- this.info.rootCategoryLevelId = this.basicInfo.categoryLevelPathId;
- }
- }
- this.info.categoryId = this.basicInfo.id;
- this.info.name = this.basicInfo.name;
- this.info.code = data.code; //Date.now(); //res.data[0].onlyCode;
- this.$refs.basicInfoVueRef.getDetailInfoAugr(this.info);
- },
- // 树形结构数据
- query() {
- listOrganizations()
- .then((list) => {
- this.treeData = this.$util.toTreeData({
- data: list,
- idField: 'id',
- parentIdField: 'parentId'
- });
- })
- .catch((e) => {});
- },
- setImgs(type, sort, info) {
- if (info[0]) {
- this.attUrl[type] = info[0];
- this.attUrl[type].sort = sort;
- } else {
- this.attUrl[type] = null;
- }
- },
- // 处理文档信息
- setWd() {
- let attUrl = [];
- Object.entries(this.attUrl).forEach(([key, value], index) => {
- if (value) {
- attUrl.push(value);
- } else {
- attUrl.push({ sort: index + 1 });
- }
- });
- return attUrl;
- },
- // // 合并数据
- // mergeInfo(info) {
- // this.zcInfo = info;
- // // this.info = { ...this.info, ...info };
- // console.log('this.info--------------------', this.info);
- // console.log('this.zcInfo--------------------', this.zcInfo);
- // },
- async getInfo() {
- const data = await getAssetInfo(this.id);
- if (data) {
- if (!data.workstation) {
- data.workstation = {};
- }
- this.info = data;
- this.basicInfo = data;
- this.info.location = data.deviceLocationName.split(',');
- this.info.baseInfo = data.category.category;
- this.info.extraInfo = data.category.categoryMold;
- this.itemForm.addList = this.info.extInfoSelf
- ? this.info.extInfoSelf
- : [];
- // this.initOtherMsg(data);
- // 填充基本信息
- this.$nextTick(() => {
- this.$refs.basicInfoVueRef.getDetailInfoAugr(
- this.info.category.category
- );
- });
- if (data.attUrl && data.attUrl.length > 0) {
- // 文档信息
- Object.keys(this.attUrl).forEach((n, index) => {
- this.attUrl[n].value =
- (data.attUrl[index]?.storePath && [data.attUrl[index]]) || [];
- });
- }
- // 设备图片
- this.imageUrl = data.imageUrl || {};
- this.searchMoudol(data.category.category.id);
- }
- },
- async initOtherMsg(res) {
- this.categoryObj = {
- ...res.category,
- // deptId:
- fileName: res.category.remarkAttach
- ? res.category.remarkAttach.map((item) => item.name).join(', ')
- : ''
- };
- this.$nextTick(() => {
- this.$refs.basicInfoVueRef.getDetailInfoAugr(this.categoryObj);
- });
- await this.searchDeptNodeClick(res.category.deptLeaderId);
- for (const key in this.depList) {
- if (this.depList[key].id == res.category.deptId) {
- this.depInfo = this.depList[key];
- break;
- }
- }
- for (const key in this.depList) {
- if (this.depList[key].id == res.categoryQms.checkPerson) {
- console.log('++', this.depList[key]);
- this.cgInfo = this.depList[key];
- console.log(this.cgInfo);
- break;
- }
- }
- this.categoryWms = {
- ...res.categoryWms,
- warrantyPeriodUnit: await sysDict(
- '保质期单位',
- res.categoryWms.warrantyPeriodUnit
- ),
- warrantyWarnRefer: await sysDict(
- '质保预警参考',
- res.categoryWms.warrantyWarnRefer
- )
- };
- this.categoryMes = {
- ...res.categoryMes,
- apsType: await sysDict('排程类型', res.categoryMes.apsType)
- };
- this.categoryAps = {
- ...res.categoryAps,
- orderIntervalUnit: await sysDict(
- '提前期单位',
- res.categoryAps.orderIntervalUnit
- ),
- unit: await sysDict('提前期单位', res.categoryAps.unit)
- };
- this.categoryQms = {
- ...res.categoryQms,
- checkFormula: await sysDict('检验方案', res.categoryQms.checkFormula)
- };
- this.categoryMold = { ...res.categoryMold };
- },
- async searchMoudol(id) {
- const res = await getDetailInfo(id);
- this.categoryObj = {
- ...res.category,
- // deptId:
- fileName: res.category.remarkAttach
- ? res.category.remarkAttach.map((item) => item.name).join(', ')
- : ''
- };
- this.$nextTick(() => {
- this.$refs.basicInfoVueRef.getDetailInfoAugr(this.categoryObj);
- });
- await this.searchDeptNodeClick(res.category.deptLeaderId);
- for (const key in this.depList) {
- if (this.depList[key].id == res.category.deptId) {
- this.depInfo = this.depList[key];
- break;
- }
- }
- for (const key in this.depList) {
- if (this.depList[key].id == res.categoryQms.checkPerson) {
- console.log('++', this.depList[key]);
- this.cgInfo = this.depList[key];
- console.log(this.cgInfo);
- break;
- }
- }
- this.categoryWms = {
- ...res.categoryWms,
- warrantyPeriodUnit: await sysDict(
- '保质期单位',
- res.categoryWms.warrantyPeriodUnit
- ),
- warrantyWarnRefer: await sysDict(
- '质保预警参考',
- res.categoryWms.warrantyWarnRefer
- )
- };
- this.categoryMes = {
- ...res.categoryMes,
- apsType: await sysDict('排程类型', res.categoryMes.apsType)
- };
- this.categoryAps = {
- ...res.categoryAps,
- orderIntervalUnit: await sysDict(
- '提前期单位',
- res.categoryAps.orderIntervalUnit
- ),
- unit: await sysDict('提前期单位', res.categoryAps.unit)
- };
- this.categoryQms = {
- ...res.categoryQms,
- checkFormula: await sysDict('检验方案', res.categoryQms.checkFormula)
- };
- this.categoryMold = { ...res.categoryMold };
- },
- // 选择所属部门
- async searchDeptNodeClick(id, ids) {
- // 根据部门获取人员
- const res = await getUserPage({
- pageNum: 1,
- size: -1,
- executeGroupId: id
- });
- this.depList = res.list;
- },
- // 选择图片回调
- cbUploadImg(data) {
- if (data.length > 0) {
- this.imageUrl = data[0];
- } else {
- this.imageUrl = '';
- }
- },
- // 删除自定义参数
- delt(item, index) {
- this.itemForm.addList.splice(index, 1);
- },
- // 添加自定义参数
- addItem() {
- if (this.itemForm.addList.length < 10) {
- let item = { key: '', value: '' };
- this.itemForm.addList.push(item);
- } else {
- this.$message.warning('自定义参数最多添加10条');
- }
- },
- // 点击确定保存
- async toSave() {
- if (JSON.stringify(this.basicInfo) === '{}' && this.pageType == 'add') {
- return this.$message.error('请选择物品编码');
- }
- let extendField = this.itemForm.addList;
- console.log(this.info);
- let params = {
- ...this.info,
- id: this.info.id,
- code: this.info.code,
- fixCode: this.info.fixCode,
- extInfoSelf: extendField,
- ownershipGroupId: this.info.ownershipGroupId,
- rootCategoryLevelId: this.info.rootCategoryLevelId,
- categoryId: this.info.categoryId,
- // positionIds: JSON.parse(this.info.category.categoryLevelPathId).join(','),
- deviceLocationName: this.info.location
- ? this.info.location.join(',')
- : '',
- positionIds: '1,1,1,1',
- position: {
- type: '1',
- num: 1
- },
- // 文档信息
- attUrl: this.setWd() || [],
- // // 设备图片
- imageUrl: this.imageUrl || {}
- };
- //============================
- params.extInfo = {
- ownershipGroupId: this.info.ownershipGroupId,
- mouldCode: this.info.mouldCode,
- fixCode: this.info.fixCode,
- codeNumber: this.info.codeNumber,
- startCyTimes: this.info.startCyTimes
- };
- let obj = {};
- params.extInfoSelf.forEach((item) => {
- obj[item.key] = item.value;
- });
- params.extInfoSelf = obj;
- params = { ...params, ...params.extInfo };
- //============================
- if (this.pageType == 'add') {
- const batchNo = await getCode('lot_number_code');
- const res = await getAssetNum({
- assetCode: params.code,
- batchNum: batchNo,
- num: 1
- });
- params.code = res.data.shift().onlyCode;
- params.id = '';
- }
- this.btnLoading = true;
- this.$refs['formCustom'].validate((valid) => {
- if (valid) {
- saveOrEdit(params)
- .then((res) => {
- if (res) {
- this.$message.success('模具编辑成功');
- this.$router.go(-1);
- }
- })
- .finally(() => {
- this.btnLoading = false;
- });
- } else {
- return false;
- }
- });
- },
- // 处理文档信息
- setWd() {
- return Object.values(this.attUrl).map((item) => ({
- ...(item.value[0] || {}),
- sort: item.sort
- }));
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- .equipment-container {
- background-color: #fff;
- padding: 20px;
- .content {
- padding: 0 20px;
- }
- .page-title {
- width: 100%;
- padding-bottom: 10px;
- border-bottom: 1px solid #ccc;
- }
- .basic-details-title {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 15px 0px;
- font-size: 16px;
- }
- .label-none {
- .el-form-item__content {
- margin-left: 0 !important;
- }
- }
- .upload-container {
- display: flex;
- .file-list {
- margin-left: 50px;
- flex: 1;
- }
- }
- .row-form {
- width: 100%;
- .add-col {
- display: flex;
- align-items: center;
- margin-left: 20px;
- .col-input {
- margin-right: 5px;
- }
- }
- }
- .qsbm .el-select {
- width: 100%;
- }
- }
- ::v-deep .el-descriptions {
- .el-form-item {
- margin-bottom: 0px;
- }
- }
- </style>
|