|
|
|
@ -74,7 +74,6 @@
|
|
|
|
|
:columns="processMaterialsAllotListTable.columns" |
|
|
|
|
:dataSource="processMaterialsAllotListTable.dataSource" |
|
|
|
|
:maxHeight="300" |
|
|
|
|
:disabled="this.heid" |
|
|
|
|
:isabled="isabled" |
|
|
|
|
:rowNumber="true" |
|
|
|
|
:rowSelection="true" |
|
|
|
@ -267,12 +266,12 @@
|
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '实发数', |
|
|
|
|
key: 'actualSendNumber', |
|
|
|
|
key: 'allotSendNumber', |
|
|
|
|
type: FormTypes.inputNumber, |
|
|
|
|
width: '130px', |
|
|
|
|
placeholder: '请输入${title}', |
|
|
|
|
defaultValue: '', |
|
|
|
|
disabled: this.actualNumber |
|
|
|
|
disabled: this.allotShuNumber |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '库存数量', |
|
|
|
@ -362,6 +361,7 @@
|
|
|
|
|
url: { |
|
|
|
|
queryByIdDescription: "/description/processDescription/queryById", |
|
|
|
|
queryByIdMerchandiseNews: "/merchandisenews/processMerchandiseNews/queryById", |
|
|
|
|
wastematerialsList: "/wastematerials/processWasteMaterials/list", |
|
|
|
|
wastematerialsByid: "/wastematerials/processWasteMaterials/queryById", |
|
|
|
|
getForm: '/actBusiness/getForm', |
|
|
|
|
add: '/hy/processMaterialsAllot/add', |
|
|
|
@ -397,6 +397,7 @@
|
|
|
|
|
materialTypeRecord: undefined, |
|
|
|
|
qeihuan: undefined, //切换 |
|
|
|
|
kucun: 0, //切换 |
|
|
|
|
hiegkucun: [], //切换 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
props: { |
|
|
|
@ -428,7 +429,7 @@
|
|
|
|
|
required: false |
|
|
|
|
}, |
|
|
|
|
//表单禁用 |
|
|
|
|
actualNumber: { |
|
|
|
|
allotShuNumber: { |
|
|
|
|
type: Boolean, |
|
|
|
|
// default: false, //默认值 |
|
|
|
|
required: true //必传值 |
|
|
|
@ -459,7 +460,7 @@
|
|
|
|
|
// console.log("this.disabled",this.disabled); |
|
|
|
|
// console.log("this.heid",this.heid); |
|
|
|
|
this.heid = this.hieg; |
|
|
|
|
// console.log("this.disabled",this.disabled); |
|
|
|
|
console.log("this.allotNumber====",this.allotShuNumber); |
|
|
|
|
return this.disabled |
|
|
|
|
}, |
|
|
|
|
showFlowSubmitButton() { |
|
|
|
@ -488,22 +489,34 @@
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
async seeWateNumber(log) { |
|
|
|
|
// console.log(this.allotShuNumber,"asdfasd===") |
|
|
|
|
//物料类型 |
|
|
|
|
//this.assigneesText |
|
|
|
|
let pas = await log.target.getValuesPromise(log.rowIds); |
|
|
|
|
// console.log(pas,log); |
|
|
|
|
if(!!pas[log.index].equipment){ |
|
|
|
|
// console.log(pas); |
|
|
|
|
if(this.bigIdMerchandiseNewsList.length >0 ){ |
|
|
|
|
this.bigIdMerchandiseNewsList.forEach(item => { |
|
|
|
|
if(item.merchandiseNewsId == pas[log.index].equipment){ |
|
|
|
|
console.log("asdfaSD",item); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(!!pas[log.index].equipment && !this.allotShuNumber) { |
|
|
|
|
console.log(pas); |
|
|
|
|
let did = ''; |
|
|
|
|
this.form.validateFields((err, values) => { |
|
|
|
|
// 这里做逻辑处理 |
|
|
|
|
console.log(values.beAllotDepartment) // { username: '' } |
|
|
|
|
if(!!values.beAllotDepartmen){ |
|
|
|
|
did = values.beAllotDepartmen; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
let param = {merchandiseNewsId : pas[log.index].equipment, |
|
|
|
|
departId : did |
|
|
|
|
} |
|
|
|
|
getAction(this.url.wastematerialsList,param).then(res =>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
// console.log(res.result.records[0].materialQuantity,"edsrtg"); |
|
|
|
|
this.kucun = res.result.records[0].materialQuantity; |
|
|
|
|
} |
|
|
|
|
}).catch(()=>{ |
|
|
|
|
this.kucun = 0; |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//加載項目部 |
|
|
|
|
getUnit(){ |
|
|
|
@ -549,7 +562,7 @@
|
|
|
|
|
|
|
|
|
|
// } |
|
|
|
|
if (!!record.row.equipment && !record.row.allotNumber && isDB && this.materialGroupId !== record.row.materialGroup) { |
|
|
|
|
console.log("执行materialNumber") |
|
|
|
|
// console.log("执行materialNumber") |
|
|
|
|
|
|
|
|
|
await this.$refs.processMaterialsAllotList.getValues((a, b, c) => { |
|
|
|
|
// console.log("bbbbbbbbbbbbbb",b) |
|
|
|
@ -791,11 +804,11 @@
|
|
|
|
|
// this.heid = false |
|
|
|
|
getAction(this.url.unitWasteNameUrl, null).then((res) => { |
|
|
|
|
if (res.success) { |
|
|
|
|
if (this.processMaterialsAllotListTable.columns[6].options.length > 0) { |
|
|
|
|
this.processMaterialsAllotListTable.columns[6].options = [] |
|
|
|
|
if (this.processMaterialsAllotListTable.columns[8].options.length > 0) { |
|
|
|
|
this.processMaterialsAllotListTable.columns[8].options = [] |
|
|
|
|
} |
|
|
|
|
res.result.forEach(item => { |
|
|
|
|
this.processMaterialsAllotListTable.columns[6].options.push({ |
|
|
|
|
this.processMaterialsAllotListTable.columns[8].options.push({ |
|
|
|
|
title: item.departName, |
|
|
|
|
value: item.unit |
|
|
|
|
}) |
|
|
|
@ -1075,7 +1088,7 @@
|
|
|
|
|
dataSource = result.records |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.hiegkucun = []; |
|
|
|
|
// console.log("tab.dataSource",dataSource) |
|
|
|
|
dataSource.forEach(item =>{ |
|
|
|
|
let par = { id : item.materialGroup,} |
|
|
|
@ -1090,13 +1103,14 @@
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
getAction(this.url.queryByIdMerchandiseNews,param).then( res=>{ |
|
|
|
|
console.log(res); |
|
|
|
|
// console.log(res); |
|
|
|
|
if(res.success){ |
|
|
|
|
this.processMaterialsAllotListTable.columns[1].options= [{ |
|
|
|
|
title : res.result.materialsNumber, |
|
|
|
|
value : item.equipment, |
|
|
|
|
disabled : true }]; |
|
|
|
|
} |
|
|
|
|
this.hiegkucun.push(res.result); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|