lilei 2 lat temu
rodzic
commit
6f2a10cc62

+ 1 - 1
src/views/financialManagement/financialCollection/detail.vue

@@ -133,7 +133,7 @@ export default {
         { title: '户名', dataIndex: 'bankAccount', align: 'center', width: '8%', customRender: function (text) { return text || '--' } },
         { title: '汇入银行', dataIndex: 'bankName', align: 'center', width: '8%', customRender: function (text) { return text || '--' } },
         { title: '足额打款', dataIndex: 'fullPaymentFlagDictValue', align: 'center', width: '5%', customRender: function (text) { return (text == 0 || text) ? text : '--' } },
-        { title: '备注', dataIndex: 'remarks', align: 'center', width: '10%', customRender: function (text) { return text || '--' } }
+        { title: '说明', dataIndex: 'remarks', align: 'center', width: '10%', customRender: function (text) { return text || '--' } }
       ],
       useCol: [
         { title: '使用授信项目', dataIndex: 'itemName', width: '50%', align: 'center' },

+ 1 - 1
src/views/financialManagement/financialCollection/fcDetailModal.vue

@@ -463,7 +463,7 @@ export default {
         nextMonthAmount: '',
         bankAccount: undefined,
         bankName: undefined,
-        fullPaymentFlag: undefined,
+        fullPaymentFlag: '1',
         explainInfo: ''
       }
       this.$refs.ruleForm.resetFields()