Browse Source

科室出库走总库

dev
long 2 years ago
parent
commit
463a49f236
  1. 225
      src/views/activiti/form/ProcessMaterialsDeliveryForm.vue

225
src/views/activiti/form/ProcessMaterialsDeliveryForm.vue

@ -45,14 +45,14 @@
date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" disabled/>
</a-form-item>
</a-col>
<a-col :span="8" v-if="this.deliveryType==1">
<a-col :span="8" v-if="this.deliveryType==1 || this.isOffice==1">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" @change="isMaterialType"
v-decorator="['materialType',validatorRules.materialType]" :trigger-change="true"
dictCode="stronger_material_type" placeholder="请选择物资类型"/>
</a-form-item>
</a-col>
<a-col :span="8" v-if="this.deliveryType==2">
<a-col :span="8" v-if="this.deliveryType==2 && this.isOffice==2">
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag type="list" @change="isMaterialType"
v-decorator="['materialType',validatorRules.materialType]" :trigger-change="true"
@ -74,7 +74,8 @@
</a-form>
</j-form-container>
<!-- 子表单区域 -->
<a-tabs v-model="activeKey" @change="handleChangeTabs" style="background-color: #eaf3ea;margin-top: 20px;padding: 0px 10px">
<a-tabs v-model="activeKey" @change="handleChangeTabs"
style="background-color: #eaf3ea;margin-top: 20px;padding: 0px 10px">
<a-tab-pane tab="物资出库流程出库清单" :key="refKeys[0]" :forceRender="true">
<c-editable-table
ref="processMaterialsDeliveryList"
@ -96,7 +97,7 @@
<template v-slot:title="props">
<p>库存{{ wateNumber}} </p>
</template>
<a-button @mouseenter="chaKan(props)" v-has="'stockRemoval:stock'">查看</a-button>
<a-button @mouseenter="chaKan(props)" v-has="'stockRemoval:stock'">查看</a-button>
</a-tooltip>
<!-- <a-button @click="chaKan(props)">查看</a-button>-->
</template>
@ -107,18 +108,18 @@
</c-editable-table>
</a-tab-pane>
</a-tabs>
<!-- <j-form-container >
<a-form :form="form">
<a-row>
<a-col :span="24" >
<a-form-item label="流程说明" >
<j-editor v-decorator="[ 'opinion', {} ]" triggerChange></j-editor>
&lt;!&ndash;<a-input type="textarea" v-decorator="[ 'opinion' ]" :rows="4" />&ndash;&gt;
</a-form-item>
</a-col>
</a-row>
</a-form>
</j-form-container>-->
<!-- <j-form-container >
<a-form :form="form">
<a-row>
<a-col :span="24" >
<a-form-item label="流程说明" >
<j-editor v-decorator="[ 'opinion', {} ]" triggerChange></j-editor>
&lt;!&ndash;<a-input type="textarea" v-decorator="[ 'opinion' ]" :rows="4" />&ndash;&gt;
</a-form-item>
</a-col>
</a-row>
</a-form>
</j-form-container>-->
<div class="div_process">
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" :disabled="disabled||btndisabled" @click="handleSubmit">保存</a-button>
@ -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;
}
</style>
Loading…
Cancel
Save