[update] 收入合同、文件上传限制、文件预览
This commit is contained in:
@@ -167,12 +167,12 @@ export default {
|
||||
}, {
|
||||
title: '签订单位',
|
||||
align: 'center',
|
||||
dataIndex: 'signedCompany',
|
||||
dataIndex: 'signedCompanyTemporaryName',
|
||||
width: 250
|
||||
}, {
|
||||
title: '签订联系人',
|
||||
align: 'center',
|
||||
dataIndex: 'signedContactsName',
|
||||
dataIndex: 'signedContactsTemporaryName',
|
||||
width: 250
|
||||
}, {
|
||||
title: '合同总金额',
|
||||
@@ -182,7 +182,7 @@ export default {
|
||||
}, {
|
||||
title: '状态',
|
||||
align: 'center',
|
||||
dataIndex: 'status',
|
||||
dataIndex: 'status_dictText',
|
||||
width: 250
|
||||
}, {
|
||||
title: '创建时间',
|
||||
|
||||
@@ -213,7 +213,7 @@ export default {
|
||||
fieldName: 'amountReceived',
|
||||
title: '未收金额'
|
||||
}, {
|
||||
fieldName: 'accountStatus',
|
||||
fieldName: 'accountStatus_dictText',
|
||||
title: '赊账状态'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<j-dict-select-tag v-decorator="['opening']"
|
||||
:triggerChange="true"
|
||||
placeholder="请选择是否开口"
|
||||
dictCode="revenue_contract_open"/>
|
||||
dictCode="yn"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="6" :xl="8" :sm="12">
|
||||
|
||||
Reference in New Issue
Block a user