|
|
@ -5,6 +5,11 @@ |
|
|
|
<!-- 主表单区域 --> |
|
|
|
<!-- 主表单区域 --> |
|
|
|
<a-form :form="form" slot="detail"> |
|
|
|
<a-form :form="form" slot="detail"> |
|
|
|
<a-row> |
|
|
|
<a-row> |
|
|
|
|
|
|
|
<a-col :span="12" v-show="false"> |
|
|
|
|
|
|
|
<a-form-item label="ID" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
|
|
|
<a-input v-decorator="['id']" placeholder="" style="width: 100%"/> |
|
|
|
|
|
|
|
</a-form-item> |
|
|
|
|
|
|
|
</a-col> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-col :span="12"> |
|
|
|
<a-form-item label="流程发起公司" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<a-form-item label="流程发起公司" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
<j-select-company v-decorator="['company']" multi/> |
|
|
|
<j-select-company v-decorator="['company']" multi/> |
|
|
@ -89,7 +94,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
const VALIDATE_NO_PASSED = Symbol() |
|
|
|
const VALIDATE_NO_PASSED = Symbol() |
|
|
|
import pick from 'lodash.pick' |
|
|
|
import pick from 'lodash.pick' |
|
|
|
import { getAction } from '@/api/manage' |
|
|
|
import { getAction,httpAction } from '@/api/manage' |
|
|
|
import { FormTypes, getRefPromise,validateFormAndTables } from '@/utils/JEditableTableUtil' |
|
|
|
import { FormTypes, getRefPromise,validateFormAndTables } from '@/utils/JEditableTableUtil' |
|
|
|
import { JEditableTableMixin } from '@/mixins/JEditableTableMixin' |
|
|
|
import { JEditableTableMixin } from '@/mixins/JEditableTableMixin' |
|
|
|
import JFormContainer from '@/components/jeecg/JFormContainer' |
|
|
|
import JFormContainer from '@/components/jeecg/JFormContainer' |
|
|
@ -158,70 +163,70 @@ |
|
|
|
placeholder: '请输入${title}', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
defaultValue: '' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '物料描述', |
|
|
|
// title: '物料描述', |
|
|
|
key: 'materialDescription', |
|
|
|
// key: 'materialDescription', |
|
|
|
type: FormTypes.input, |
|
|
|
// type: FormTypes.input, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '仓储地点_id', |
|
|
|
// title: '仓储地点_id', |
|
|
|
key: 'unitWasteWarehouseCodeId', |
|
|
|
// key: 'unitWasteWarehouseCodeId', |
|
|
|
type: FormTypes.input, |
|
|
|
// type: FormTypes.input, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '生产时间', |
|
|
|
// title: '生产时间', |
|
|
|
key: 'productionTime', |
|
|
|
// key: 'productionTime', |
|
|
|
type: FormTypes.date, |
|
|
|
// type: FormTypes.date, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '保质期', |
|
|
|
// title: '保质期', |
|
|
|
key: 'expirationDate', |
|
|
|
// key: 'expirationDate', |
|
|
|
type: FormTypes.date, |
|
|
|
// type: FormTypes.date, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '是否到货', |
|
|
|
// title: '是否到货', |
|
|
|
key: 'arrivalNotice', |
|
|
|
// key: 'arrivalNotice', |
|
|
|
type: FormTypes.inputNumber, |
|
|
|
// type: FormTypes.inputNumber, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '入库时间', |
|
|
|
// title: '入库时间', |
|
|
|
key: 'storageTime', |
|
|
|
// key: 'storageTime', |
|
|
|
type: FormTypes.date, |
|
|
|
// type: FormTypes.date, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '入库人', |
|
|
|
// title: '入库人', |
|
|
|
key: 'librarySign', |
|
|
|
// key: 'librarySign', |
|
|
|
type: FormTypes.input, |
|
|
|
// type: FormTypes.input, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
// { |
|
|
|
title: '核算属性', |
|
|
|
// title: '核算属性', |
|
|
|
key: 'materialType', |
|
|
|
// key: 'materialType', |
|
|
|
type: FormTypes.input, |
|
|
|
// type: FormTypes.input, |
|
|
|
width: '200px', |
|
|
|
// width: '200px', |
|
|
|
placeholder: '请输入${title}', |
|
|
|
// placeholder: '请输入${title}', |
|
|
|
defaultValue: '' |
|
|
|
// defaultValue: '' |
|
|
|
}, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '物料名称及规格型号', |
|
|
|
title: '物料名称及规格型号', |
|
|
|
key: 'materialName', |
|
|
|
key: 'materialName', |
|
|
@ -385,8 +390,13 @@ |
|
|
|
this.data = formData; |
|
|
|
this.data = formData; |
|
|
|
console.log("表单回显数据",this.data) |
|
|
|
console.log("表单回显数据",this.data) |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.form.setFieldsValue(pick(this.data,'company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'processPlan', 'needTime', 'orderNumber', 'fileId')) |
|
|
|
this.form.setFieldsValue(pick(this.data,'id','company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'processPlan', 'needTime', 'orderNumber', 'fileId')) |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
// 加载子表数据 |
|
|
|
|
|
|
|
if (this.data.id) { |
|
|
|
|
|
|
|
let params = { id: this.data.id } |
|
|
|
|
|
|
|
this.requestSubTableData(this.url.processUdgetPlanMaterial.list, params, this.processUdgetPlanMaterialTable) |
|
|
|
|
|
|
|
} |
|
|
|
this.btndisabled = false; |
|
|
|
this.btndisabled = false; |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
this.$message.error(res.message) |
|
|
|
this.$message.error(res.message) |
|
|
@ -465,35 +475,35 @@ |
|
|
|
throw this.throwNotFunction('classifyIntoFormData') |
|
|
|
throw this.throwNotFunction('classifyIntoFormData') |
|
|
|
} |
|
|
|
} |
|
|
|
let formData = this.classifyIntoFormData(allValues) |
|
|
|
let formData = this.classifyIntoFormData(allValues) |
|
|
|
console.log('格式化后的数据',formData) |
|
|
|
|
|
|
|
// this.form.validateFields((err, values) => { |
|
|
|
this.form.validateFields((err, values) => { |
|
|
|
// if (!err) { |
|
|
|
if (!err) { |
|
|
|
// let formData = Object.assign(this.data||{}, values) |
|
|
|
formData.procDefId = this.processData.id; |
|
|
|
// formData.procDefId = this.processData.id; |
|
|
|
formData.procDeTitle = this.processData.name; |
|
|
|
// formData.procDeTitle = this.processData.name; |
|
|
|
formData.title=this.processData.description; |
|
|
|
// if (!formData.tableName)formData.tableName = this.processData.businessTable; |
|
|
|
if (!formData.tableName)formData.tableName = this.processData.businessTable; |
|
|
|
// formData.filedNames = _.keys(values).join(","); |
|
|
|
console.log('格式化后的数据',formData) |
|
|
|
// console.log('formData', values) |
|
|
|
var url = this.url.add; |
|
|
|
// this.processUdgetPlanMaterialTable.dataSource=[] |
|
|
|
let method='post'; |
|
|
|
// console.log('子表数据') |
|
|
|
if (!this.isNew){ |
|
|
|
// var url = this.url.add; |
|
|
|
url = this.url.edit; |
|
|
|
// if (!this.isNew){ |
|
|
|
method='put'; |
|
|
|
// url = this.url.edit; |
|
|
|
} |
|
|
|
// } |
|
|
|
console.log('提交方法',method) |
|
|
|
// //this.btndisabled = true; |
|
|
|
this.btndisabled = true; |
|
|
|
// // this.postFormAction(url,formData).then((res)=>{ |
|
|
|
httpAction(url,formData,method).then((res)=>{ |
|
|
|
// // if (res.success){ |
|
|
|
if (res.success){ |
|
|
|
// // this.$message.success("保存成功!") |
|
|
|
this.$message.success("保存成功!") |
|
|
|
// // //todo 将表单的数据传给父组件 |
|
|
|
//todo 将表单的数据传给父组件 |
|
|
|
// // this.$emit('afterSubmit',formData) |
|
|
|
this.$emit('afterSubmit',formData) |
|
|
|
// // }else { |
|
|
|
}else { |
|
|
|
// // this.$message.error(res.message) |
|
|
|
this.$message.error(res.message) |
|
|
|
// // } |
|
|
|
} |
|
|
|
// // }).finally(()=>{ |
|
|
|
}).finally(()=>{ |
|
|
|
// // this.btndisabled = false; |
|
|
|
this.btndisabled = false; |
|
|
|
// // }) |
|
|
|
}) |
|
|
|
// } |
|
|
|
} |
|
|
|
// }) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|