|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
<template > |
|
|
|
|
<template> |
|
|
|
|
|
|
|
|
|
<a-spin :spinning="confirmLoading" > |
|
|
|
|
<a-spin :spinning="confirmLoading" style="height: 650px"> |
|
|
|
|
<j-form-container :disabled="formDisabled"> |
|
|
|
|
<!-- 主表单区域 --> |
|
|
|
|
<a-form :form="form" slot="detail"> |
|
|
|
|
<a-row> |
|
|
|
|
<a-col :span="8" v-show="false"> |
|
|
|
|
<a-col :span="8" v-show="false" > |
|
|
|
|
<a-form-item label="ID" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-input v-decorator="['id']" placeholder="" style="width: 100%"/> |
|
|
|
|
</a-form-item> |
|
|
|
@ -92,7 +92,7 @@
|
|
|
|
|
</a-col> |
|
|
|
|
|
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="文件" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-form-item label="文件" :labelCol="labelCol3" :wrapperCol="wrapperCol3"> |
|
|
|
|
<j-upload v-decorator="['fileId']" :trigger-change="true"></j-upload> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
:columns="processUdgetPlanMaterialTable.columns" |
|
|
|
|
:dataSource="processUdgetPlanMaterialTable.dataSource" |
|
|
|
|
@valueChange="onSelect" |
|
|
|
|
:maxHeight="300" |
|
|
|
|
:maxHeight="270" |
|
|
|
|
:action-button="true" |
|
|
|
|
:rowNumber="true" |
|
|
|
|
:disabled="hiegs" |
|
|
|
@ -304,6 +304,14 @@
|
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 20 } |
|
|
|
|
}, |
|
|
|
|
labelCol3: { |
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 8 } |
|
|
|
|
}, |
|
|
|
|
wrapperCol3: { |
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 5 } |
|
|
|
|
}, |
|
|
|
|
// 新增时子表默认添加几行空数据 |
|
|
|
|
addDefaultRowNum: 1, |
|
|
|
|
refKeys: ['processUdgetPlanMaterial'], |
|
|
|
@ -1629,4 +1637,7 @@
|
|
|
|
|
.div_process { |
|
|
|
|
padding-top: 30px; |
|
|
|
|
} |
|
|
|
|
.ant-col-8{ |
|
|
|
|
height: 50px; |
|
|
|
|
} |
|
|
|
|
</style> |