[update] 收入合同、文件上传限制、文件预览

This commit is contained in:
zhaoxiao
2021-09-06 17:44:13 +08:00
parent 804fe3cafa
commit 575c1b7cd5
6 changed files with 97 additions and 30 deletions
@@ -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">