|
|
|
<template>
|
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
|
<j-form-container :disabled="formDisabled">
|
|
|
|
<a-form :form="form" slot="detail">
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="供应商id" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['supplierId']" placeholder="请输入供应商id" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="物料组id" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['descriptionId']" placeholder="请输入物料组id" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="物资编码清单表ID" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['merchandiseNewsId']" placeholder="请输入物资编码清单表ID" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="库存位置" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['materialStorageId']" placeholder="请输入库存位置" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="库存仓位" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['freightSpace']" placeholder="请输入库存仓位" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="计量单位" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['materialsUnit']" placeholder="请输入计量单位" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="数量" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['number']" placeholder="请输入数量" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="单价" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['price']" placeholder="请输入单价" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['money']" placeholder="请输入金额" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="生产日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<j-date placeholder="请选择生产日期" v-decorator="['productionDate']" :trigger-change="true" style="width: 100%" />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="保质期" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['expirationDate']" placeholder="请输入保质期" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="入库时间" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<j-date v-decorator="['inboundTime']" placeholder="请输入入库时间" ></j-date>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="入库人" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['warehousePeople']" placeholder="请输入入库人" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="核算属性" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['accountingAttributes']" placeholder="请输入核算属性" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="12">
|
|
|
|
<a-form-item label="物资状态" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
|
|
|
<a-input v-decorator="['materialsState']" placeholder="请输入物资状态" ></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col v-if="showFlowSubmitButton" :span="24" style="text-align: center">
|
|
|
|
<a-button @click="submitForm">提 交</a-button>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-form>
|
|
|
|
|
|
|
|
</j-form-container>
|
|
|
|
</a-spin>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
import { httpAction, getAction } from '@/api/manage'
|
|
|
|
import pick from 'lodash.pick'
|
|
|
|
import { validateDuplicateValue } from '@/utils/util'
|
|
|
|
import JFormContainer from '@/components/jeecg/JFormContainer'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: 'ProcessWasteMaterialsForm',
|
|
|
|
components: {
|
|
|
|
JFormContainer,
|
|
|
|
},
|
|
|
|
props: {
|
|
|
|
//流程表单data
|
|
|
|
formData: {
|
|
|
|
type: Object,
|
|
|
|
default: ()=>{},
|
|
|
|
required: false
|
|
|
|
},
|
|
|
|
//表单模式:true流程表单 false普通表单
|
|
|
|
formBpm: {
|
|
|
|
type: Boolean,
|
|
|
|
default: false,
|
|
|
|
required: false
|
|
|
|
},
|
|
|
|
//表单禁用
|
|
|
|
disabled: {
|
|
|
|
type: Boolean,
|
|
|
|
default: false,
|
|
|
|
required: false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
data () {
|
|
|
|
return {
|
|
|
|
form: this.$form.createForm(this),
|
|
|
|
model: {},
|
|
|
|
labelCol: {
|
|
|
|
xs: { span: 24 },
|
|
|
|
sm: { span: 5 },
|
|
|
|
},
|
|
|
|
wrapperCol: {
|
|
|
|
xs: { span: 24 },
|
|
|
|
sm: { span: 16 },
|
|
|
|
},
|
|
|
|
confirmLoading: false,
|
|
|
|
validatorRules: {
|
|
|
|
},
|
|
|
|
url: {
|
|
|
|
add: "/wastematerials/processWasteMaterials/add",
|
|
|
|
edit: "/wastematerials/processWasteMaterials/edit",
|
|
|
|
queryById: "/wastematerials/processWasteMaterials/queryById"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
computed: {
|
|
|
|
formDisabled(){
|
|
|
|
if(this.formBpm===true){
|
|
|
|
if(this.formData.disabled===false){
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
return true
|
|
|
|
}
|
|
|
|
return this.disabled
|
|
|
|
},
|
|
|
|
showFlowSubmitButton(){
|
|
|
|
if(this.formBpm===true){
|
|
|
|
if(this.formData.disabled===false){
|
|
|
|
return true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
created () {
|
|
|
|
//如果是流程中表单,则需要加载流程表单data
|
|
|
|
this.showFlowData();
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
add () {
|
|
|
|
this.edit({});
|
|
|
|
},
|
|
|
|
edit (record) {
|
|
|
|
this.form.resetFields();
|
|
|
|
this.model = Object.assign({}, record);
|
|
|
|
this.visible = true;
|
|
|
|
this.$nextTick(() => {
|
|
|
|
this.form.setFieldsValue(pick(this.model,'supplier','supplierDescription','materialGroup','material','materialDescription','materialStorageId','freightSpace','unit','number','price','money','productionDate','expirationDate','inboundTime','warehousePeople','accountingAttributes'))
|
|
|
|
})
|
|
|
|
},
|
|
|
|
//渲染流程表单数据
|
|
|
|
showFlowData(){
|
|
|
|
if(this.formBpm === true){
|
|
|
|
let params = {id:this.formData.dataId};
|
|
|
|
getAction(this.url.queryById,params).then((res)=>{
|
|
|
|
if(res.success){
|
|
|
|
this.edit (res.result);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
},
|
|
|
|
submitForm () {
|
|
|
|
const that = this;
|
|
|
|
// 触发表单验证
|
|
|
|
this.form.validateFields((err, values) => {
|
|
|
|
if (!err) {
|
|
|
|
that.confirmLoading = true;
|
|
|
|
let httpurl = '';
|
|
|
|
let method = '';
|
|
|
|
if(!this.model.id){
|
|
|
|
httpurl+=this.url.add;
|
|
|
|
method = 'post';
|
|
|
|
}else{
|
|
|
|
httpurl+=this.url.edit;
|
|
|
|
method = 'put';
|
|
|
|
}
|
|
|
|
let formData = Object.assign(this.model, values);
|
|
|
|
console.log("表单提交数据",formData)
|
|
|
|
httpAction(httpurl,formData,method).then((res)=>{
|
|
|
|
if(res.success){
|
|
|
|
that.$message.success(res.message);
|
|
|
|
that.$emit('ok');
|
|
|
|
}else{
|
|
|
|
that.$message.warning(res.message);
|
|
|
|
}
|
|
|
|
}).finally(() => {
|
|
|
|
that.confirmLoading = false;
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
},
|
|
|
|
popupCallback(row){
|
|
|
|
this.form.setFieldsValue(pick(row,'supplier','supplierDescription','materialGroup','material','materialDescription','materialStorageId','freightSpace','unit','number','price','money','productionDate','expirationDate','inboundTime','warehousePeople','accountingAttributes'))
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|