diff --git a/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue b/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue index 178cac2..b496f40 100644 --- a/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue +++ b/src/views/activiti/form/ProcessMaterialsDeliveryForm.vue @@ -45,14 +45,14 @@ date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" disabled/> - + - + - +

库存:{{ wateNumber}}

- 查看 + 查看 @@ -107,18 +108,18 @@
- +
保存 @@ -232,7 +233,7 @@ placeholder: '请输入${title}', // defaultValue:'', options: [], - disabled: this.disabled, + disabled: this.disabled }, { title: 'WBS', @@ -242,7 +243,7 @@ width: '200px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.disabled, + disabled: this.disabled }, { title: '物料名称及规格型号', @@ -252,7 +253,7 @@ width: '200px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.disabled, + disabled: this.disabled }, // { // title: '规格', @@ -279,7 +280,7 @@ width: '130px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.disabled, + disabled: this.disabled }, // { // title: '批次', @@ -296,7 +297,7 @@ width: '130px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.disabled, + disabled: this.disabled // slotName: 'qing' }, { @@ -306,7 +307,7 @@ width: '130px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.actualNumber, + disabled: this.actualNumber }, { title: '库存', @@ -316,7 +317,7 @@ // placeholder: '请输入${title}', // defaultValue: '', slotName: 'repertory', - disabled: this.disabled, + disabled: this.disabled // scopedSlots: {customRender: 'fileSlot'} }, { @@ -327,7 +328,7 @@ width: '200px', placeholder: '请输入${title}', defaultValue: '', - disabled: this.disabled, + disabled: this.disabled }, { title: '单价(元)', @@ -411,7 +412,7 @@ describes: '', assignees: '', deliveryType: '', - isOffice:'', + isOffice: '', validatorRules: { // 'blur'是鼠标失去焦点的时候会触发验证 materialType: { rules: [{ required: true, message: '请选择物资类型!' }] }, @@ -420,7 +421,7 @@ }, materialGroupId: undefined, accountingAttributesVal: '', - hiegs:true, + hiegs: true } }, props: { @@ -483,7 +484,7 @@ return true } // console.log("============================",this.hiegs=this.hieg); - console.log("2222222222222222",this.actualNumber) + console.log('2222222222222222', this.actualNumber) // if(this.disabled){ // this.isabled = false; // } @@ -526,17 +527,16 @@ }, methods: { - async chaKan(log){ - let pas =await log.target.getValuesPromise(log.rowIds); + async chaKan(log) { + let pas = await log.target.getValuesPromise(log.rowIds) // console.log("执行了",pas); - if(!!pas[log.index].repertory){ - this.wateNumber = pas[log.index].repertory; - }else{ - this.wateNumber = 0; + if (!!pas[log.index].repertory) { + this.wateNumber = pas[log.index].repertory + } else { + this.wateNumber = 0 } }, - //新增输入 async addid(val) { // this.addId = val.row.id @@ -544,15 +544,19 @@ this.materialGroupId = undefined // this.fetchData(this.accountingAttributesVal); // this.fetchMerchandiseNews(); - if (this.deliveryType !== 1 ) { + if (this.deliveryType !== 1) { // console.log("执行账外") //账外 await this.fetchMerchandiseNewsZW() - } else { + }else { // console.log("执行总库") //总库 await this.fetchMerchandiseNews() } + if (this.isOffice == 1) { + //总库 + await this.fetchMerchandiseNews() + } }, //核算属性切换 async isMaterialType(val) { @@ -560,7 +564,7 @@ this.accountingAttributesVal = val this.hiegs = false this.isabled = false - if (this.deliveryType !== 1 ) { + if (this.deliveryType !== 1) { // console.log("执行账外") //账外 await this.fetchMerchandiseNewsZW() @@ -574,7 +578,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") { @@ -611,18 +615,18 @@ // 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.column.key == 'equipment' && isMA && record.row.materialGroup !== this.materialGroupId) { // console.log("执行materialNumber") - if(!b){ - if (this.accountingAttributesVal === "1" ) { + if (!b) { + if (this.accountingAttributesVal === '1') { //账外 await this.fetchMerchandiseNewsZW(record.row.equipment) } else { @@ -652,7 +656,7 @@ ] // console.log("sadf1111") this.$refs.processMaterialsDeliveryList.setValues(values) - return ; + return } }) @@ -694,18 +698,18 @@ 'supplierId': materialName.supplierName, 'materialPrice': materialName.price, // 'actualSendNumber': materialName.residueNumber, - 'repertory': materialName.residueNumber, + 'repertory': materialName.residueNumber // 'materialAmount': materialName.price * materialName.residueNumber } } ] this.$refs.processMaterialsDeliveryList.setValues(values) - }else{ + } else { // console.log("this.data.materialType",this.data.materialType) if (parseInt(this.deliveryType) !== 1) { //账外 - await this.getEquipmentInvisible(record.row.equipment); - eAll = 2; + await this.getEquipmentInvisible(record.row.equipment) + eAll = 2 } else { //总库 await this.getEquipmentAll(record.row.equipment) @@ -718,7 +722,7 @@ } // 根据请发数量计算 - if (record.column.key == 'pleaseSendNumber' && isMA || record.column.key == 'actualSendNumber' && isMA ) { + if (record.column.key == 'pleaseSendNumber' && isMA || record.column.key == 'actualSendNumber' && isMA) { // console.log("执行了333333333333") let res = record.row let materialName = {} @@ -829,7 +833,7 @@ let par = { delFlag: 0, accountingAttributes: this.accountingAttributesVal, - merchandiseNewsId:value + merchandiseNewsId: value } this.bigIdMerchandiseNewsList = [] let qc = [] @@ -894,19 +898,19 @@ let par = { delFlag: 0, merchandiseNewsId: value, - accountingAttributes: this.accountingAttributesVal, + accountingAttributes: this.accountingAttributesVal } let ue = sessionStorage.getItem('USER_INFORMATION') let res = JSON.parse(ue) - let de= { + let de = { id: res.departIds } - let data=await getAction(this.url.queryPageDepare,de) + let data = await getAction(this.url.queryPageDepare, de) // console.log(data.result); - if(data.result.orgType === "3"){ + if (data.result.orgType === '3') { // 查询大品类数据 账外库 - par.departId = data.result.parentId; - }else{ + par.departId = data.result.parentId + } else { // 查询大品类数据 账外库 par.departId = res.departIds } @@ -1385,24 +1389,24 @@ this.$emit('close') }, /*通过审批*/ - async passTask() { - let qing = false; - if(!this.actualNumber){ - await this.getAllTable().then(tables => { + async passTask() { + let qing = false + if (!this.actualNumber) { + await this.getAllTable().then(tables => { return validateFormAndTables(this.form, tables) }).then(allValues => { - let formData = this.classifyIntoFormData(allValues); - if(formData.processMaterialsDeliveryListList.length > 0){ + let formData = this.classifyIntoFormData(allValues) + if (formData.processMaterialsDeliveryListList.length > 0) { formData.processMaterialsDeliveryListList.forEach(item => { - if(!item.actualSendNumber){ - qing = true; - } + if (!item.actualSendNumber) { + qing = true + } }) - if(qing){ - console.log("============",qing); - this.$message.warning("请填写实发数!!!") - }else{ + if (qing) { + console.log('============', qing) + this.$message.warning('请填写实发数!!!') + } else { let method = 'put' httpAction(this.url.edit, formData, method).then((res) => { if (res.success) { @@ -1416,8 +1420,8 @@ console.log('所有数据========', formData) }) } - if(!qing){ - console.log("============",qing); + if (!qing) { + console.log('============', qing) this.$emit('passTask') } @@ -1428,7 +1432,7 @@ }, /*提交申请*/ applySubmit(e) { - this.getAllTable().then(tables => { + this.getAllTable().then(tables => { return validateFormAndTables(this.form, tables) }).then(allValues => { @@ -1465,7 +1469,7 @@ formData.title = this.processData.description formData.targetLibrary = this.libraryAssociationIdInvisible formData.deliveryType = this.deliveryType - formData.isOffice= this.isOffice + formData.isOffice = this.isOffice if (!formData.tableName) formData.tableName = this.processData.businessTable console.log('格式化后的数据', formData) var url = this.url.addDeliveryApply @@ -1480,26 +1484,26 @@ formData.title = this.processData.title formData.processInstanceId = this.processData.id } - if(formData.processMaterialsDeliveryListList.length > 0){ - let qing = false; + if (formData.processMaterialsDeliveryListList.length > 0) { + let qing = false formData.processMaterialsDeliveryListList.forEach(item => { - if(!!item.equipment){ - if(!item.pleaseSendNumber){ - qing = true; + if (!!item.equipment) { + if (!item.pleaseSendNumber) { + qing = true } - }else { - this.$message.warning("请填写数据!!!") + } else { + this.$message.warning('请填写数据!!!') } }) - if(qing){ - this.$message.warning("请填写请发数!!!") + if (qing) { + this.$message.warning('请填写请发数!!!') return } } console.log('提交方法', method) - if(this.btndisabled === false){ + if (this.btndisabled === false) { this.btndisabled = true httpAction(url, formData, method).then((res) => { if (res.success) { @@ -1557,7 +1561,7 @@ formData.title = this.processData.description formData.targetLibrary = this.libraryAssociationIdInvisible formData.deliveryType = this.deliveryType - formData.isOffice= this.isOffice + formData.isOffice = this.isOffice if (!formData.tableName) formData.tableName = this.processData.businessTable console.log('格式化后的数据', formData) var url = this.url.add @@ -1567,7 +1571,7 @@ method = 'put' } console.log('提交方法', method) - if (this.btndisabled === false){ + if (this.btndisabled === false) { this.btndisabled = true httpAction(url, formData, method).then((res) => { if (res.success) { @@ -1602,7 +1606,7 @@ } console.log('回显数据', this.data) - let fieldval = pick(this.data, 'id', 'deliveryType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'deliveryTime', 'fileId', 'opinion','isOffice') + let fieldval = pick(this.data, 'id', 'deliveryType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'deliveryTime', 'fileId', 'opinion', 'isOffice') this.$nextTick(() => { this.form.setFieldsValue(fieldval) }) @@ -1651,9 +1655,9 @@ }] } }) - if(this.actualNumber){ + if (this.actualNumber) { // console.log(item,"==========="); - item.actualSendNumber = null; + item.actualSendNumber = null } }) tab.dataSource = dataSource @@ -1688,35 +1692,35 @@ }, popupCallback(company, row, puwwcid) { let res = JSON.parse(row) - if (puwwcid!=null){ - let params = {} - params.id = puwwcid - this.getAction(this.url.puwwlist, params).then((rest) => { - if (rest.success) { - this.libraryAssociationIdInvisible = rest.result.unit - } - }) + if (puwwcid != null) { + let params = {} + params.id = puwwcid + this.getAction(this.url.puwwlist, params).then((rest) => { + if (rest.success) { + this.libraryAssociationIdInvisible = rest.result.unit + } + }) - } + } console.log('获取我的数据', res) - if (res.orgType!=3){ - let isDepartId=res.departIds; + if (res.orgType != 3) { + let isDepartId = res.departIds this.getAction('/officeConfig/queryByDepartId', { id: isDepartId }).then((res) => { if (res.success) { - console.log(res.result.length,"***********************************************************") - if (res.result.length!=0){ - this.isOffice=1 - this.deliveryType=2 + console.log(res.result.length, '***********************************************************') + if (res.result.length != 0) { + this.isOffice = 1 + this.deliveryType = 2 } } }) - }else if (res.orgType==3){ - this.isOffice=2 - this.deliveryType=2 - }else { - this.deliveryType=1 + } else if (res.orgType == 3) { + this.isOffice = 2 + this.deliveryType = 2 + } else { + this.deliveryType = 1 } let param = {} param.createBy = res.username @@ -1757,7 +1761,8 @@ .div_process { margin-top: 30px; } - .ant-col-8{ + + .ant-col-8 { height: 50px; } \ No newline at end of file