|
|
|
@ -366,23 +366,7 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany'
|
|
|
|
|
throw this.throwNotFunction('classifyIntoFormData') |
|
|
|
|
} |
|
|
|
|
let formData = this.classifyIntoFormData(allValues) |
|
|
|
|
formData.processUdgetPlanId=this.processUdgetPlanId |
|
|
|
|
// if (formData.materialType === null || formData.materialType ==='' || formData.materialType === undefined){ |
|
|
|
|
// this.$message.error("物资类型不能为空") |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// if (formData.targetLibrary === null || formData.targetLibrary ==='' || formData.targetLibrary === undefined){ |
|
|
|
|
// this.$message.error("入库目标库不能为空") |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// if (formData.processUdgetPlanId === null || formData.processUdgetPlanId ==='' || formData.processUdgetPlanId === undefined){ |
|
|
|
|
// this.$message.error("关联预算流程不能为空") |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// if (formData.warehousingBatch === null || formData.warehousingBatch ==='' || formData.warehousingBatch === undefined){ |
|
|
|
|
// this.$message.error("入库总批次不能为空") |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
console.log('格式化后的数据',formData) |
|
|
|
|
this.form.validateFields((err, values) => { |
|
|
|
|
if (!err) { |
|
|
|
@ -468,7 +452,6 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany'
|
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
getcallType(type){ |
|
|
|
|
console.log("传过来的类型>>>>>>>>>>>>",type) |
|
|
|
|
let param={} |
|
|
|
|
param.materialType = type; |
|
|
|
|
this.data=param; |
|
|
|
@ -476,19 +459,11 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany'
|
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
}) |
|
|
|
|
// params.id=id; |
|
|
|
|
// this.requestSubTableData(this.url.list, params, this.processMaterialWarehousingListTable) |
|
|
|
|
// getAction(this.url.list,params).then((res)=>{ |
|
|
|
|
// if(res.success){ |
|
|
|
|
// console.log('将要回填的数据',res.result) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
popupCallback(company,row) { |
|
|
|
|
let res=JSON.parse(row); |
|
|
|
|
console.log('获取我的数据',res.id) |
|
|
|
|
let param={} |
|
|
|
|
|
|
|
|
|
param.createBy=res.username; |
|
|
|
|
param.company=company; |
|
|
|
|
param.sysOrgCode=res.departIds; |
|
|
|
|