From 936fe38919532fa30b4275074dcd69df85ebaa20 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Tue, 29 Nov 2022 09:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93from?= =?UTF-8?q?=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form/ProcessMaterialsDeliveryForm.vue | 198 +++++++++--------- 1 file changed, 101 insertions(+), 97 deletions(-) diff --git a/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue b/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue index 2475e4e..2993bc5 100644 --- a/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue +++ b/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue @@ -324,8 +324,8 @@ ] }, url: { - queryByIdDescription: "/description/processDescription/queryById", - queryByIdMerchandiseNews: "/merchandisenews/processMerchandiseNews/queryById", + queryByIdDescription: '/description/processDescription/queryById', + queryByIdMerchandiseNews: '/merchandisenews/processMerchandiseNews/queryById', getForm: '/actBusiness/getForm', add: '/hy/processMaterialsDelivery/add', edit: '/hy/processMaterialsDelivery/edit', @@ -338,15 +338,15 @@ wasteMaterialsList: '/wastematerials/processWasteMaterials/merchandiseNewsName', //账外 puwwlist: '/unitwaste/processUnitWasteWarehouseCode/queryById', unitWasteWarehouseList: '/unitwaste/processUnitWasteWarehouseCode/queryById', //查询目标库 - getFirstNode:'/actProcessIns/getFirstNode', + getFirstNode: '/actProcessIns/getFirstNode', processMaterialsDeliveryList: { list: '/hy/processMaterialsDelivery/queryProcessMaterialsDeliveryListByMainId' } }, btndisabled: false, describes: '', - assignees:'', - deliveryType:'', + assignees: '', + deliveryType: '', validatorRules: { // 'blur'是鼠标失去焦点的时候会触发验证 materialType: { rules: [{ required: true, message: '请选择物资类型!' }] }, @@ -354,7 +354,7 @@ processPlan: { rules: [{ required: true, message: '请选择流程计划!' }] } }, materialGroupId: undefined, - hiegs:true, + hiegs: true } }, props: { @@ -411,7 +411,7 @@ return true } // console.log("============================",this.hiegs=this.hieg); - this.hiegs = this.hieg; + this.hiegs = this.hieg return this.disabled }, showFlowSubmitButton() { @@ -427,7 +427,7 @@ dianshang: { immediate: true, handler: function(val) { - if (val==1){ + if (val == 1) { } this.deliveryType = val @@ -444,7 +444,7 @@ // userInfo.company=company; if (!this.isNew) { this.init() - }else { + } else { this.popupCallback(company, userInfo, puwwcid) } }, @@ -456,12 +456,12 @@ this.materialGroupId = undefined // this.fetchData(this.accountingAttributesVal); // this.fetchMerchandiseNews(); - if (this.accountingAttributesVal === "1" ) { - console.log("执行账外") + if (this.accountingAttributesVal === '1') { + console.log('执行账外') //账外 await this.fetchMerchandiseNewsZW() } else { - console.log("执行总库") + console.log('执行总库') //总库 await this.fetchMerchandiseNews() } @@ -485,7 +485,7 @@ }, async onSelect(record) { console.log(record) - let isMA = true; + let isMA = true // if (!!record.row.materialGroup && !!record.row.materialGroup ) { // // console.log("执行materialGroup111") // if (!!record.row.id && record.row.materialGroup !== this.materialGroupId && record.column.key !== "allotNumber") { @@ -522,31 +522,31 @@ // isMA = false // } // } - let eAll = 0; + let eAll = 0 // if (!!record.row.materialGroup && !! record.row.equipment && isMA) { - let b = false; + let b = false for (const res of this.bigIdMerchandiseNewsList) { - if(res.merchandiseNewsId === record.row.equipment ){ - b = true; + if (res.merchandiseNewsId === record.row.equipment) { + b = true } } - if ( !! record.row.equipment && isMA && record.row.materialGroup !== this.materialGroupId ) { + if (!!record.row.equipment && isMA && record.row.materialGroup !== this.materialGroupId) { // console.log("执行materialNumber") - if(!b){ - if (this.accountingAttributesVal === "1" ) { - console.log("执行账外") + if (!b) { + if (this.accountingAttributesVal === '1') { + console.log('执行账外') //账外 await this.fetchMerchandiseNewsZW(record.row.equipment) } else { - console.log("执行总库") + console.log('执行总库') //总库 await this.fetchMerchandiseNews() } } await this.$refs.processMaterialsDeliveryList.getValues((a, b, c) => { - console.log("bbbbbbbbbbbbbb",b) + console.log('bbbbbbbbbbbbbb', b) b.forEach(item => { if (item.equipment === record.row.equipment && !!item.materialGroup && !record.row.materialGroup) { let values = [ @@ -566,16 +566,13 @@ ] // console.log("sadf1111") this.$refs.processMaterialsDeliveryList.setValues(values) - return ; + return } }) }) - - - let materialName = {} this.bigIdMerchandiseNewsList.forEach(item => { console.log(item) @@ -610,25 +607,25 @@ } ] this.$refs.processMaterialsDeliveryList.setValues(values) - }else{ + } else { // console.log("this.data.materialType",this.data.materialType) if (parseInt(this.data.materialType) === 1) { //账外 - await this.getEquipmentInvisible(record.row.equipment); - eAll = 2; + await this.getEquipmentInvisible(record.row.equipment) + eAll = 2 } else { //总库 - await this.getEquipmentAll(record.row.equipment); + await this.getEquipmentAll(record.row.equipment) eAll = 1 } } - this.materialGroupId = record.row.equipment; + this.materialGroupId = record.row.equipment } // 根据请发数量计算 - if (!! record.row.pleaseSendNumber && isMA) { + if (!!record.row.pleaseSendNumber && isMA) { // console.log("执行了333333333333") let res = record.row let materialName = {} @@ -639,7 +636,7 @@ } } }) - if(eAll === 0){ + if (eAll === 0) { if (parseInt(res.pleaseSendNumber) > parseInt(materialName.residueNumber)) { this.$message.warn('输入请发数不能大于库存数') res.pleaseSendNumber = materialName.residueNumber @@ -647,7 +644,7 @@ } else { res.actualSendNumber = res.pleaseSendNumber } - }else if(eAll === 1){ + } else if (eAll === 1) { // console.log("000000000000000",this.equipmentAll); if (parseInt(res.pleaseSendNumber) > parseInt(this.equipmentAll[0].materialQuantity)) { this.$message.warn('输入请发数不能大于库存数') @@ -656,7 +653,7 @@ } else { res.actualSendNumber = res.pleaseSendNumber } - }else if(eAll === 2) { + } else if (eAll === 2) { // console.log("00000000000022222",this.equipmentAll); if (parseInt(res.pleaseSendNumber) > parseInt(this.equipmentAll[0].residueNumber)) { this.$message.warn('输入请发数不能大于库存数') @@ -692,41 +689,41 @@ }, //查询总出库库存信息 - getEquipmentAll(val,){ + getEquipmentAll(val) { return new Promise((resolve, reject) => { let ue = sessionStorage.getItem('USER_INFORMATION') let res = JSON.parse(ue) let pam = { merchandiseNewsId: val, - departId : res.departIds + departId: res.departIds } - getAction(this.url.merchandiseNewsList,pam).then(res=>{ + getAction(this.url.merchandiseNewsList, pam).then(res => { // console.log("dsfgsdfgb",res); - if(res.success){ - this.equipmentAll =res.result ; + if (res.success) { + this.equipmentAll = res.result } - resolve(this.equipmentAll); + resolve(this.equipmentAll) }) }) }, //查询账外出库库存信息 - getEquipmentInvisible(val){ + getEquipmentInvisible(val) { return new Promise((resolve, reject) => { let ue = sessionStorage.getItem('USER_INFORMATION') let res = JSON.parse(ue) let pam = { merchandiseNewsId: val, - departId : res.departIds + departId: res.departIds } - getAction(this.url.wasteMaterialsList,pam).then(res=>{ + getAction(this.url.wasteMaterialsList, pam).then(res => { // console.log("pppppppppppp",res); - if(res.success){ - this.equipmentAll =res.result ; + if (res.success) { + this.equipmentAll = res.result } - resolve(this.equipmentAll); + resolve(this.equipmentAll) }) }) @@ -738,7 +735,7 @@ //你的逻辑代码 let par = { delFlag: 0, - accountingAttributes: this.accountingAttributesVal, + accountingAttributes: this.accountingAttributesVal } this.bigIdMerchandiseNewsList = [] let qc = [] @@ -796,7 +793,7 @@ }) }, - fetchMerchandiseNewsZW(value,did) { //查询账外物料清单信息 + fetchMerchandiseNewsZW(value, did) { //查询账外物料清单信息 //查询大品类数据 return new Promise((resolve, reject) => { //你的逻辑代码 @@ -806,11 +803,11 @@ } let ue = sessionStorage.getItem('USER_INFORMATION') let res = JSON.parse(ue) - // console.log("78979789",res); - // 查询大品类数据 账外库 - par.departId = res.departIds; - if( !res.departIds){ - this.$message.warn("当前账号没有物资库!!!"); + // console.log("78979789",res); + // 查询大品类数据 账外库 + par.departId = res.departIds + if (!res.departIds) { + this.$message.warn('当前账号没有物资库!!!') } this.bigIdMerchandiseNewsList = [] let qc = [] @@ -1189,7 +1186,7 @@ accountingAttributes: value } getAction(this.url.descriptionRake, par).then((res) => { - console.log("1231234123",res) + console.log('1231234123', res) if (res.success) { if (this.processMaterialsDeliveryListTable.columns[0].options.length > 0) { this.processMaterialsDeliveryListTable.columns[0].options = [] @@ -1257,15 +1254,16 @@ /*回显数据*/ init() { this.btndisabled = true - var r = this.processData; - this.getAssignees(r); - if (!r.tableId){ + var r = this.processData + this.getAssignees(r) + if (!r.tableId) { return } this.getAction(this.url.queryById, { id: r.tableId }).then((res) => { if (res.success) { + this.$emit('delivery', res.result.deliveryType) let formData = res.result formData.tableName = r.tableName this.data = formData @@ -1327,22 +1325,23 @@ formData.procDeTitle = this.processData.name formData.title = this.processData.description formData.targetLibrary = this.libraryAssociationIdInvisible + formData.deliveryType = this.deliveryType if (!formData.tableName) formData.tableName = this.processData.businessTable console.log('格式化后的数据', formData) var url = this.url.addDeliveryApply let method = 'post' if (!this.isNew) { url = this.url.editDeliveryApply - method = 'put'; - formData.assignees=this.assignees - formData.tableName = this.processData.tableName; - formData.procDefId = this.processData.procDefId; - formData.procDeTitle = this.processData.processName; - formData.title=this.processData.title; - formData.processInstanceId=this.processData.id; - if (!this.assignees){ + method = 'put' + formData.assignees = this.assignees + formData.tableName = this.processData.tableName + formData.procDefId = this.processData.procDefId + formData.procDeTitle = this.processData.processName + formData.title = this.processData.title + formData.processInstanceId = this.processData.id + if (!this.assignees) { this.$message.error('审批节点未分配候选审批人员,请联系管理员!') - return; + return } } console.log('提交方法', method) @@ -1352,7 +1351,7 @@ this.$message.success('提交申请成功!') //todo 将表单的数据传给父组件 this.$emit('loadData') - this.close(); + this.close() } else { this.$message.error(res.message) } @@ -1401,6 +1400,7 @@ formData.procDeTitle = this.processData.name formData.title = this.processData.description formData.targetLibrary = this.libraryAssociationIdInvisible + formData.deliveryType = this.deliveryType if (!formData.tableName) formData.tableName = this.processData.businessTable console.log('格式化后的数据', formData) var url = this.url.add @@ -1443,7 +1443,7 @@ } console.log('回显数据', this.data) - let fieldval = pick(this.data, 'id', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'deliveryTime', 'fileId', 'opinion') + let fieldval = pick(this.data, 'id', 'deliveryType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'deliveryTime', 'fileId', 'opinion') this.$nextTick(() => { this.form.setFieldsValue(fieldval) }) @@ -1468,31 +1468,33 @@ } } - console.log("tab.dataSource",dataSource) - dataSource.forEach(item =>{ - let par = { id : item.materialGroup,} - let param = {id : item.equipment,} - getAction(this.url.queryByIdDescription,par).then( res=>{ + console.log('tab.dataSource', dataSource) + dataSource.forEach(item => { + let par = { id: item.materialGroup } + let param = { id: item.equipment } + getAction(this.url.queryByIdDescription, par).then(res => { // console.log(res); - if(res.success){ - this.processMaterialsDeliveryListTable.columns[0].options= [{ - title : res.result.materialClassify, - value : item.materialGroup, - disabled : true }]; + if (res.success) { + this.processMaterialsDeliveryListTable.columns[0].options = [{ + title: res.result.materialClassify, + value: item.materialGroup, + disabled: true + }] } }) - getAction(this.url.queryByIdMerchandiseNews,param).then( res=>{ - console.log(res); - if(res.success){ - this.processMaterialsDeliveryListTable.columns[1].options= [{ - title : res.result.materialsNumber, - value : item.equipment, - disabled : true }]; + getAction(this.url.queryByIdMerchandiseNews, param).then(res => { + console.log(res) + if (res.success) { + this.processMaterialsDeliveryListTable.columns[1].options = [{ + title: res.result.materialsNumber, + value: item.equipment, + disabled: true + }] } }) }) - tab.dataSource = dataSource; + tab.dataSource = dataSource typeof success === 'function' ? success(res) : '' }).finally(() => { tab.loading = false @@ -1500,8 +1502,6 @@ }, - - /** 整理成formData */ classifyIntoFormData(allValues) { let main = Object.assign(this.model, allValues.formValue) @@ -1545,20 +1545,24 @@ this.form.setFieldsValue(fieldval) }) }, - getAssignees(v){ - getAction(this.url.getFirstNode,{procDefId:v.procDefId,tableId:v.tableId,tableName:v.tableName}).then(res => { + getAssignees(v) { + getAction(this.url.getFirstNode, { + procDefId: v.procDefId, + tableId: v.tableId, + tableName: v.tableName + }).then(res => { if (res.success) { if (res.result.users && res.result.users.length > 0) { // 默认勾选 - let ids = []; + let ids = [] res.result.users.forEach(e => { - ids.push(e.username); - }); - this.assignees = ids.join(","); + ids.push(e.username) + }) + this.assignees = ids.join(',') } } - }); + }) } }